User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 07:35, 11 July 2015 (diff | hist) . . (+36) . . Thread stuff
- 21:29, 9 July 2015 (diff | hist) . . (+268) . . Set up permanent ssh tunnel via cron (current)
- 09:10, 9 July 2015 (diff | hist) . . (+601) . . N Getting user input (Created page with "<source lang="java"> import java.util.Scanner; class GetInputFromUser { public static void main(String args[]) { int a; float b; String s;...") (current)
- 09:10, 9 July 2015 (diff | hist) . . (+30) . . Java Code
- 09:00, 8 July 2015 (diff | hist) . . (+162) . . N Powershell execution policy (Created page with "'''This command sets the execution policy to bypass for only the current PowerShell session'''<br> set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass<br>") (current)
- 09:00, 8 July 2015 (diff | hist) . . (0) . . Powershell Tasks
- 08:59, 8 July 2015 (diff | hist) . . (+39) . . Powershell Tasks
- 09:13, 6 July 2015 (diff | hist) . . (+1,191) . . N Simple gui program ( Add custom drawing surface ) (Created page with "<source lang="java"> import javax.swing.SwingUtilities; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.BorderFactory; import java.awt.Color; import...") (current)
- 09:12, 6 July 2015 (diff | hist) . . (+67) . . Custom Painting (current)
- 09:11, 6 July 2015 (diff | hist) . . (+4) . . Custom Painting
- 09:09, 6 July 2015 (diff | hist) . . (+3) . . Custom Painting
- 09:08, 6 July 2015 (diff | hist) . . (-3) . . Simple gui program ( Swing ) (current)
- 09:07, 6 July 2015 (diff | hist) . . (+18) . . Simple gui program ( Swing )
- 09:07, 6 July 2015 (diff | hist) . . (+142) . . Simple gui program ( Swing )
- 09:00, 6 July 2015 (diff | hist) . . (+27) . . Simple gui program ( Swing )
- 08:57, 6 July 2015 (diff | hist) . . (+251) . . Simple gui program ( Swing )
- 08:55, 6 July 2015 (diff | hist) . . (+259) . . Simple gui program ( Swing )
- 08:53, 6 July 2015 (diff | hist) . . (+658) . . N Simple gui program ( Swing ) (Created page with "<source lang="java"> import javax.swing.SwingUtilities; import javax.swing.JFrame; public class SwingPaintDemo1 { public static void main(String[] args) { Sw...")
- 08:53, 6 July 2015 (diff | hist) . . (+43) . . Custom Painting
- 08:20, 6 July 2015 (diff | hist) . . (+115) . . N Drawing Graph project (Created page with " Drawing a Graph 1 <br> Drawing a Graph 2 <br> Drawing a Graph 3 Displays in intermittent manner<br>") (current)
- 08:20, 6 July 2015 (diff | hist) . . (-84) . . Java Code
- 08:19, 6 July 2015 (diff | hist) . . (+32) . . Java Code
- 08:18, 6 July 2015 (diff | hist) . . (+5,176) . . N Drawing a Graph 3 (Created page with "<source lang="java"> import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.sql.*; public class Test1 extends JFrame implements Runnable { Conne...") (current)
- 08:15, 6 July 2015 (diff | hist) . . (+28) . . Java Code
- 00:32, 4 July 2015 (diff | hist) . . (+79) . . N Copying database using "alter tablespace begin backup" command (Created page with "Reference : http://docs.oracle.com/cd/E25054_01/backup.1111/e10642/osbackup.htm") (current)
- 00:32, 4 July 2015 (diff | hist) . . (+73) . . Oracle Database Administration
- 08:28, 3 July 2015 (diff | hist) . . (+57) . . N Windows Command Line (Created page with "net use \\192.168.34.1\c$<br> start \\192.168.34.2\c$<br>")
- 08:27, 3 July 2015 (diff | hist) . . (+28) . . Main Page
- 16:01, 2 July 2015 (diff | hist) . . (+894) . . N Drawing a Graph 2 (Created page with "<source lang="java"> import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import java.awt.Graphics.*; public class PaintExample {...") (current)
- 16:00, 2 July 2015 (diff | hist) . . (+28) . . Java Code
- 15:53, 2 July 2015 (diff | hist) . . (+6,900) . . N Drawing a Graph 1 (Created page with "<source lang="java"> import java.awt.BasicStroke; import java.awt.Color; import java.awt.Dimension; import java.awt.FontMetrics; import java.awt.Graphics; import java.awt.Grap...") (current)
- 15:52, 2 July 2015 (diff | hist) . . (+28) . . Java Code
- 16:38, 1 July 2015 (diff | hist) . . (+1,484) . . N Query Mysql 2 (Created page with "<source lang="java"> package zetcode; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Stat...") (current)
- 16:37, 1 July 2015 (diff | hist) . . (+23) . . Java Code
- 14:05, 1 July 2015 (diff | hist) . . (+663) . . N PHP mysqli real escape string() Function (Created page with "<source lang="php"> <?php $con=mysqli_connect("localhost","my_user","my_password","my_db"); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to My...") (current)
- 14:04, 1 July 2015 (diff | hist) . . (+51) . . Mysql
- 23:52, 29 June 2015 (diff | hist) . . (+52) . . Links Misc
- 23:47, 29 June 2015 (diff | hist) . . (+81) . . Links Misc
- 23:35, 29 June 2015 (diff | hist) . . (+4) . . Raspberry Pi
- 23:35, 29 June 2015 (diff | hist) . . (+117) . . Raspberry Pi
- 15:44, 28 June 2015 (diff | hist) . . (+59) . . Copy and Paste
- 16:45, 26 June 2015 (diff | hist) . . (+6) . . LXC Ubuntu containers
- 16:45, 26 June 2015 (diff | hist) . . (+29) . . LXC Ubuntu containers
- 12:42, 26 June 2015 (diff | hist) . . (+70) . . N Install Oracle 11G Release 2 (11.2) on Centos Linux 7 (Created page with "http://dbaora.com/install-oracle-11g-release-2-11-2-on-centos-linux-7/") (current)
- 12:42, 26 June 2015 (diff | hist) . . (+64) . . Oracle on Oracle linux 6.5
- 12:26, 26 June 2015 (diff | hist) . . (+55) . . Oracle on Oracle linux 6.5
- 11:18, 26 June 2015 (diff | hist) . . (+4) . . LXC Ubuntu containers
- 11:18, 26 June 2015 (diff | hist) . . (+92) . . LXC Ubuntu containers
- 10:54, 26 June 2015 (diff | hist) . . (+6) . . LXC Ubuntu containers
- 10:53, 26 June 2015 (diff | hist) . . (+46) . . LXC Ubuntu containers
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)