User contributions for 74.74.225.216
Appearance
Results for 74.74.225.216 talk block log logs abuse log global block log
1 April 2008
- 00:4800:48, 1 April 2008 diff hist +18 N Category:Logo User New page: {{langgroup|Logo}} current
27 March 2008
- 17:0617:06, 27 March 2008 diff hist −94 Dragon curve Made into a task, removed duplicate wikipedia template, syntax highlighting
26 March 2008
- 03:1403:14, 26 March 2008 diff hist 0 Arithmetic evaluation I didn't do the wp: links right before
19 March 2008
- 01:2301:23, 19 March 2008 diff hist +41 Sandbox more div box testing
18 March 2008
- 05:2405:24, 18 March 2008 diff hist +15 Sorting algorithms/Bubble sort →{{header|BASIC}}: Added trans template
28 February 2008
- 23:1523:15, 28 February 2008 diff hist +20 99 bottles of beer →Console: Split a line so it fit on the page
23 February 2008
- 23:5423:54, 23 February 2008 diff hist +5 Geshi Double redirect
10 February 2008
- 22:4522:45, 10 February 2008 diff hist −196 Sieve of Eratosthenes →{{header|Java}}: Turned main example into an unoptimized version and added a note about how to optimize it a bit
9 February 2008
- 03:2203:22, 9 February 2008 diff hist −49 Sort using a custom comparator →{{header|J}}: Changed an intrawiki link to a non-external link
23 January 2008
- 23:3223:32, 23 January 2008 diff hist +1 System time wiki formatting
13 November 2007
- 03:1603:16, 13 November 2007 diff hist −580 Hello world/Text Changed over to headers. Found another "C plus plus" link.
9 November 2007
- 06:1306:13, 9 November 2007 diff hist −30 Create a two-dimensional array at runtime →[[C plus plus|C++]]: Point to C++ instead of C plus plus
8 November 2007
- 14:2114:21, 8 November 2007 diff hist +159 Talk:Binary search No edit summary
30 October 2007
- 04:4304:43, 30 October 2007 diff hist +8 Singly-linked list/Traversal →Java
- 04:4204:42, 30 October 2007 diff hist +190 N Singly-linked list/Traversal New page: == Java == Category:Java For Java.util.LinkedList<T>: LinkedList<Type> list = new LinkedList<Type(); for(Type i: list){ //each element in variable "i" System.out.println(i); ...