User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:38, 1 March 2016 (diff | hist) . . (+23) . . Modifying the PATH in Powershell (current)
- 10:11, 1 March 2016 (diff | hist) . . (+48) . . Modifying the PATH in Powershell
- 10:10, 1 March 2016 (diff | hist) . . (+1) . . Modifying the PATH in Powershell
- 10:09, 1 March 2016 (diff | hist) . . (+310) . . N Modifying the PATH in Powershell (Created page with "<source lang="text"> If, some time during a PowerShell session, you need to modify the PATH environment variable temporarily, you can do it this way $env:Path = $env:Path +...")
- 10:09, 1 March 2016 (diff | hist) . . (+45) . . Powershell Tasks
- 13:04, 29 February 2016 (diff | hist) . . (+40) . . Scratch Pad
- 12:13, 29 February 2016 (diff | hist) . . (+3) . . Scratch Pad
- 12:12, 29 February 2016 (diff | hist) . . (+72) . . Scratch Pad
- 11:51, 29 February 2016 (diff | hist) . . (-7,292) . . Scratch Pad
- 11:51, 29 February 2016 (diff | hist) . . (+7,292) . . Scratch Pad
- 11:46, 29 February 2016 (diff | hist) . . (+177) . . KVM
- 11:24, 29 February 2016 (diff | hist) . . (-41) . . Docker
- 11:04, 29 February 2016 (diff | hist) . . (+41) . . Docker
- 21:09, 26 February 2016 (diff | hist) . . (+117) . . Lsyncd to sync with remote server
- 21:07, 26 February 2016 (diff | hist) . . (+51) . . N Lsyncd to sync with remote server (Created page with "https://community.rackspace.com/products/f/18/t/158")
- 21:07, 26 February 2016 (diff | hist) . . (+41) . . Main Page
- 16:32, 26 February 2016 (diff | hist) . . (+117) . . N Openvpn (Created page with "Reference - https://www.digitalocean.com/community/tutorials/how-to-setup-and-configure-an-openvpn-server-on-centos-6")
- 16:32, 26 February 2016 (diff | hist) . . (+15) . . Main Page
- 15:16, 25 February 2016 (diff | hist) . . (-253) . . Python update mysql (current)
- 13:15, 25 February 2016 (diff | hist) . . (+404) . . N Insert ignore to avoid updating existing record (Created page with "<source lang="mysql"> INSERT INTO users_partners (uid,pid) VALUES (1,1); ...1 row(s) affected INSERT INTO users_partners (uid,pid) VALUES (1,1); ...Error Code : 1062 ...Dupli...") (current)
- 13:15, 25 February 2016 (diff | hist) . . (+59) . . Mysql
- 12:11, 25 February 2016 (diff | hist) . . (+5) . . Python connecting to mysql database (current)
- 12:10, 25 February 2016 (diff | hist) . . (+311) . . N Python mysql transaction example (Created page with "<source lang="python"> # Prepare SQL query to DELETE required records sql = "DELETE FROM EMPLOYEE WHERE AGE > '%d'" % (20) try: # Execute the SQL command cursor.execute(...") (current)
- 12:09, 25 February 2016 (diff | hist) . . (+43) . . Python connecting to mysql database
- 12:08, 25 February 2016 (diff | hist) . . (+547) . . N Python delete from mysql (Created page with "<source lang="python"> #!/usr/bin/python import MySQLdb # Open database connection db = MySQLdb.connect("localhost","testuser","test123","TESTDB" ) # prepare a cursor objec...") (current)
- 12:07, 25 February 2016 (diff | hist) . . (+35) . . Python connecting to mysql database
- 12:07, 25 February 2016 (diff | hist) . . (+839) . . N Python update mysql (Created page with "<source lang="python"> #!/usr/bin/python import MySQLdb # Open database connection db = MySQLdb.connect("localhost","testuser","test123","TESTDB" ) # prepare a cursor objec...")
- 12:06, 25 February 2016 (diff | hist) . . (+30) . . Python connecting to mysql database
- 12:05, 25 February 2016 (diff | hist) . . (+838) . . N Python reading from mysql (Created page with "<source lang="python"> #!/usr/bin/python import MySQLdb # Open database connection db = MySQLdb.connect("localhost","testuser","test123","TESTDB" ) # prepare a cursor objec...") (current)
- 12:05, 25 February 2016 (diff | hist) . . (+36) . . Python connecting to mysql database
- 11:57, 25 February 2016 (diff | hist) . . (+269) . . Python insert into mysql (current)
- 11:55, 25 February 2016 (diff | hist) . . (+712) . . Python insert into mysql
- 11:52, 25 February 2016 (diff | hist) . . (+636) . . N Python insert into mysql (Created page with "<source lang="python"> #!/usr/bin/python import MySQLdb # Open database connection db = MySQLdb.connect("localhost","testuser","test123","TESTDB" ) # prepare a cursor objec...")
- 11:52, 25 February 2016 (diff | hist) . . (+35) . . Python connecting to mysql database
- 11:51, 25 February 2016 (diff | hist) . . (+600) . . N Python create a database (Created page with "<source lang="python"> #!/usr/bin/python import MySQLdb # Open database connection db = MySQLdb.connect("localhost","testuser","test123","TESTDB" ) # prepare a cursor objec...") (current)
- 11:50, 25 February 2016 (diff | hist) . . (+36) . . Python connecting to mysql database
- 11:46, 25 February 2016 (diff | hist) . . (+79) . . N Python connecting to mysql database (Created page with "Reference - http://www.tutorialspoint.com/python/python_database_access.htm<br>")
- 11:42, 25 February 2016 (diff | hist) . . (+46) . . Python
- 14:17, 24 February 2016 (diff | hist) . . (+83) . . N Date stuff in Java (Created page with "'''Convert a string to a date :'''<br> ORDER BY STR_TO_DATE(datestring, '%d/%m/%Y')") (current)
- 14:16, 24 February 2016 (diff | hist) . . (+4) . . Java Code
- 14:16, 24 February 2016 (diff | hist) . . (+29) . . Java Code
- 13:51, 24 February 2016 (diff | hist) . . (+105) . . N Connecting and truncating a table in mysql (Created page with "Statement stTruncate = con.createStatement();<br> stTruncate.executeUpdate("truncate table tblName");<br>") (current)
- 13:51, 24 February 2016 (diff | hist) . . (+53) . . Java Code
- 13:05, 24 February 2016 (diff | hist) . . (+107) . . Vi
- 13:03, 24 February 2016 (diff | hist) . . (+82) . . Vi
- 12:50, 24 February 2016 (diff | hist) . . (+1,725) . . N Connecting and inserting into mysql (Created page with "<source lang="java"> import java.sql.*; import java.util.Calendar; /** * A Java MySQL PreparedStatement INSERT example. * Demonstrates the use of a SQL INSERT statement a...") (current)
- 12:50, 24 February 2016 (diff | hist) . . (+46) . . Java Code
- 12:44, 24 February 2016 (diff | hist) . . (+55) . . Connecting to Mysql (current)
- 10:31, 24 February 2016 (diff | hist) . . (0) . . Write string to a file in java (current)
- 10:30, 24 February 2016 (diff | hist) . . (+763) . . N Write string to a file in java (Created page with "<source lang="text"> /*****************************************************************/ →Copyright 2013 Code Strategies: /* This code may b...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)