User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 16:12, 11 November 2017 (diff | hist) . . (+87) . . Asterisk
- 15:17, 9 November 2017 (diff | hist) . . (+145) . . N Installing docker in Red Hat 7.4 (Created page with "Reference - https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html-single/getting_started_with_containers/<br>")
- 15:15, 9 November 2017 (diff | hist) . . (+41) . . Docker
- 12:15, 9 November 2017 (diff | hist) . . (+244) . . N How to create a war file. (Created page with "To create war file, you need to use jar tool of JDK. You need to use -c switch of jar, to create the war file. Go inside the project directory of your project (outside the WEB...") (current)
- 10:10, 9 November 2017 (diff | hist) . . (+315) . . Creating a servlet to record hits on a web page (current)
- 10:08, 9 November 2017 (diff | hist) . . (+1,376) . . N Creating a servlet to record hits on a web page (Created page with "Referenct - https://www.tutorialspoint.com/servlets/servlets-hits-counter.htm<br> <source lang="java"> import java.io.*; import java.sql.Date; import java.util.*; import java...")
- 10:06, 9 November 2017 (diff | hist) . . (+58) . . Tomcat Stuff
- 22:27, 15 October 2017 (diff | hist) . . (+7) . . Ffmpeg syntax
- 22:26, 15 October 2017 (diff | hist) . . (+78) . . Ffmpeg syntax
- 20:28, 10 October 2017 (diff | hist) . . (+114) . . Notes on Android Java (current)
- 19:55, 10 October 2017 (diff | hist) . . (+34) . . Notes on Android Java
- 19:43, 10 October 2017 (diff | hist) . . (+78) . . Notes on Android Java
- 19:19, 10 October 2017 (diff | hist) . . (+150) . . N Notes on Android Java (Created page with "<source lang="text"> mEdit.getText().toString()); myActivity.this.mEdit.getText().toString(); Integer.valueOf(mEdit.getText().toString()); </source>")
- 19:18, 10 October 2017 (diff | hist) . . (+33) . . Android, from Coursera course beginning 25 Sept 2017 (current)
- 13:04, 10 October 2017 (diff | hist) . . (+1,840) . . N Same as above but with a listener attached to the buttons (Created page with "<source lang = "java"> import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widge...") (current)
- 13:04, 10 October 2017 (diff | hist) . . (+68) . . Android, from Coursera course beginning 25 Sept 2017
- 15:37, 9 October 2017 (diff | hist) . . (+227) . . N While loop in powershell (Created page with "<source lang="powershell"> Function Count-Up { while($i -lt 9999) { $i++ get-qaduser -sn leo sleep 60 } else { Write-Host "Count co...") (current)
- 15:37, 9 October 2017 (diff | hist) . . (+35) . . Powershell Tasks
- 20:11, 7 October 2017 (diff | hist) . . (0) . . Wire Diagram (current)
- 20:11, 7 October 2017 (diff | hist) . . (+2) . . Wire Diagram
- 20:11, 7 October 2017 (diff | hist) . . (+40) . . Wire Diagram
- 20:10, 7 October 2017 (diff | hist) . . (+228) . . Wire Diagram
- 20:03, 7 October 2017 (diff | hist) . . (+19) . . N Wire Diagram (Created page with " File:Wire.png ")
- 20:03, 7 October 2017 (diff | hist) . . (+19) . . Android, from Coursera course beginning 25 Sept 2017
- 20:01, 7 October 2017 (diff | hist) . . (+6) . . Android, from Coursera course beginning 25 Sept 2017
- 20:01, 7 October 2017 (diff | hist) . . (+19) . . Android, from Coursera course beginning 25 Sept 2017
- 20:00, 7 October 2017 (diff | hist) . . (+5) . . Android, from Coursera course beginning 25 Sept 2017
- 20:00, 7 October 2017 (diff | hist) . . (+14) . . Android, from Coursera course beginning 25 Sept 2017
- 19:59, 7 October 2017 (diff | hist) . . (0) . . N File:Wire.pdf (current)
- 19:58, 7 October 2017 (diff | hist) . . (0) . . N File:Wire.png (current)
- 12:07, 5 October 2017 (diff | hist) . . (+1,470) . . First steps (current)
- 12:03, 5 October 2017 (diff | hist) . . (+1,540) . . First steps
- 16:35, 4 October 2017 (diff | hist) . . (+5) . . First steps
- 15:51, 4 October 2017 (diff | hist) . . (0) . . First steps
- 15:51, 4 October 2017 (diff | hist) . . (+24) . . First steps
- 12:28, 3 October 2017 (diff | hist) . . (+184) . . Notes from layout video (current)
- 12:00, 3 October 2017 (diff | hist) . . (+254) . . N Notes from layout video (Created page with "The gui components are called widgets or views<br> They arranged according to a layout, LinearLayout(Vertical) LinearLayout(Horizontal)<br> Layouts are in fact views themselve...")
- 11:51, 3 October 2017 (diff | hist) . . (+4) . . Android, from Coursera course beginning 25 Sept 2017
- 11:50, 3 October 2017 (diff | hist) . . (+34) . . Android, from Coursera course beginning 25 Sept 2017
- 09:57, 3 October 2017 (diff | hist) . . (+4) . . KVM snapshots (current)
- 09:57, 3 October 2017 (diff | hist) . . (+93) . . KVM snapshots
- 08:59, 2 October 2017 (diff | hist) . . (+246) . . N Reloading Tomcat application without restarting (Created page with "'''Tomcat reload applications without restarting.'''<br> http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html<br> reload app<br> http://localhost:8080/manager/reload?p...") (current)
- 08:58, 2 October 2017 (diff | hist) . . (+58) . . Tomcat Stuff
- 08:33, 2 October 2017 (diff | hist) . . (+76) . . N Positioning gui elements (Created page with " Absolute positioning <br> Absolute positioning simple example <br>") (current)
- 08:33, 2 October 2017 (diff | hist) . . (-77) . . Java Code
- 08:32, 2 October 2017 (diff | hist) . . (+34) . . N Java code ordered by category (Created page with " Positioning gui elements <br>") (current)
- 08:32, 2 October 2017 (diff | hist) . . (+40) . . Java Code
- 08:31, 2 October 2017 (diff | hist) . . (+14) . . Removing carriage returns from a text file (current)
- 08:30, 2 October 2017 (diff | hist) . . (+34) . . Removing carriage returns from a text file
- 10:52, 30 September 2017 (diff | hist) . . (+24) . . Remove carriage returns using Scanner (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)