User contributions for Egge
6 November 2008
- 02:4002:40, 6 November 2008 diff hist +37 m HttPerf No edit summary
- 02:3902:39, 6 November 2008 diff hist +480 m HttPerf No edit summary
12 October 2008
- 21:3321:33, 12 October 2008 diff hist +18 m SwingWorker Example No edit summary current
10 October 2008
- 06:5406:54, 10 October 2008 diff hist 0 N File:Lucky2.PNG No edit summary current
- 06:5406:54, 10 October 2008 diff hist 0 N File:Lucky1.PNG No edit summary current
- 06:5306:53, 10 October 2008 diff hist +3,467 Nm SwingWorker Example New page: Here's a basic example of how to use a SwingWorker for a long running background task. Idle Image:lucky1.PNG Running Image:lucky2.PNG <geshi lang="java5"> package swingworker; ...
2 October 2008
- 22:2422:24, 2 October 2008 diff hist −6 m Use Curl to Monitor Websites No edit summary
- 07:5107:51, 2 October 2008 diff hist +641 Nm Use Curl to Monitor Websites New page: Here's a simple script which you can check to see if a website is up and responding. <geshi lang="bash"> #!/bin/bash # $1 = URL to check # $2 = expected text to be found in the page func...
1 October 2008
- 07:3107:31, 1 October 2008 diff hist +1,153 Nm Java Proper Case New page: A quick search on how to proper case or title case a Java string returned a number way to approach this problem. In C/assembly you can do the replacement in place, and very fast using bit...
- 03:1503:15, 1 October 2008 diff hist +1,981 Nm Timeago.rb New page: Here's yet another timeago function which I found, for those who don't want to include a full Rails framework in your Ruby script. Sorry - I don't remember where I copied this function fr... current
29 September 2008
- 08:4508:45, 29 September 2008 diff hist +42 m Metasend No edit summary current
- 07:2307:23, 29 September 2008 diff hist +336 m Ruby Tips No edit summary
- 03:2503:25, 29 September 2008 diff hist +328 m Solaris Tips No edit summary current
26 September 2008
- 09:1509:15, 26 September 2008 diff hist +10,217 Nm Log4j file rotation New page: If you have an application writing to a log file using log4j, under what circumstances could the log rotation cause the hosting process to fail? I spent some time investigation this tod...
24 September 2008
- 11:2711:27, 24 September 2008 diff hist +857 m Top 10 ways to increase traffic to your wiki No edit summary
- 11:0211:02, 24 September 2008 diff hist +178 m Python Tips No edit summary
22 September 2008
- 01:1601:16, 22 September 2008 diff hist +2,802 Nm Nothing Compares to You New page: One of my frequent pain points with Java Generics concerns the '''Comparable''' interface. In pre-generics, the Comparable interface can be specified at multiple points within an inherita... current
17 September 2008
- 11:1211:12, 17 September 2008 diff hist +510 Nm Python Tips New page: Python takes some getting used to. The clean syntax is great, but it has some things which a Java or Ruby programmer might not guess. == How to tell if an object is None == This won't...
16 September 2008
- 00:3300:33, 16 September 2008 diff hist +1,940 Nm Java File.listFiles order New page: The documentation for the Java JDK specifically mentions that the files returns can be in any order. <blockquote> There is no guarantee that the name strings in the resulting array...
15 September 2008
- 07:1207:12, 15 September 2008 diff hist +154 m Linux Tips No edit summary
- 06:1106:11, 15 September 2008 diff hist +266 m Javax.net.debug No edit summary
- 06:0806:08, 15 September 2008 diff hist −39 m Top 10 ways to increase traffic to your wiki No edit summary
- 06:0406:04, 15 September 2008 diff hist +880 m Top 10 ways to increase traffic to your wiki No edit summary
- 02:2702:27, 15 September 2008 diff hist +470 m Ruby One Liners No edit summary current
10 September 2008
- 23:1123:11, 10 September 2008 diff hist +20 m HttPerf No edit summary
- 23:1023:10, 10 September 2008 diff hist +21 N HttpPerf HttpPerf moved to HttPerf current
- 23:1023:10, 10 September 2008 diff hist 0 m HttPerf HttpPerf moved to HttPerf
- 23:1023:10, 10 September 2008 diff hist +22 N Httpref Httpref moved to HttpPerf: Misspelled current
- 23:1023:10, 10 September 2008 diff hist 0 m HttPerf Httpref moved to HttpPerf: Misspelled
- 06:2806:28, 10 September 2008 diff hist +198 m IPhone Annoyances No edit summary current
- 01:5901:59, 10 September 2008 diff hist +19 m Forking Classloader No edit summary current
- 01:5601:56, 10 September 2008 diff hist +5,357 Nm Forking Classloader New page: The other day we were having an issue with a JBoss container, which has about 30 war & ear files deployed (not counting the bundled deployments like Tomcat). One of the ear's occasionally...
9 September 2008
- 04:0104:01, 9 September 2008 diff hist 0 N File:Excel cant undo.PNG No edit summary current
- 04:0004:00, 9 September 2008 diff hist +6 m Excel Undo No edit summary current
- 03:5903:59, 9 September 2008 diff hist +510 Nm Excel Undo New page: The [http://en.wikipedia.org/wiki/VisiCalc first spreadsheet] came out in 1979. I can't believe it's 2008 and the leading spreadsheet program can't get the '''undo''' function right. I a...
7 September 2008
- 12:1112:11, 7 September 2008 diff hist +7 m Slicehost No edit summary
- 12:1012:10, 7 September 2008 diff hist +184 m Slicehost No edit summary
2 September 2008
- 23:1123:11, 2 September 2008 diff hist +467 m Pfiles No edit summary current
- 23:0523:05, 2 September 2008 diff hist +914 m Java Unique List No edit summary
- 00:2800:28, 2 September 2008 diff hist +214 Nm Ruby One Liners New page: Parse Awstats html output. <geshi lang="ruby"> ruby -ne 'if $_ =~ /href="http:\/\/www.theeggeadventure.com\/(.*?)".*?([0-9]+).*?([0-9.]+) KB/ then puts "#{$1}\t#{$2}\t#{$3}" end ' \ < aws...
1 September 2008
- 03:5303:53, 1 September 2008 diff hist +12 m Java Unique List No edit summary
31 August 2008
- 22:5122:51, 31 August 2008 diff hist +190 m Mimetex No edit summary
27 August 2008
- 06:3606:36, 27 August 2008 diff hist +20 m IPhone Annoyances No edit summary
14 August 2008
- 00:0600:06, 14 August 2008 diff hist +224 Nm SingletonList New page: Instead of writing <geshi lang="java"> List<String> list = new ArrayList(); list.add(item); </geshi> You can simply write: <geshi lang="java"> List<String> list = Collections.singletonLis... current
5 August 2008
- 06:4706:47, 5 August 2008 diff hist +630 m IPhone Annoyances No edit summary
- 01:3001:30, 5 August 2008 diff hist +743 Nm Pfiles New page: Solaris 10 doesn't come with lsof, and a non-root user can't compile and run lsof. However, the '''pfiles''' command in Solaris 10 can offer similar functionality. Unfortunately, it does...
31 July 2008
- 00:4100:41, 31 July 2008 diff hist +8 m Ruby sort ps No edit summary current
- 00:4100:41, 31 July 2008 diff hist +13 m Ruby Yaml to Enum No edit summary
- 00:4100:41, 31 July 2008 diff hist +5 m Ruby Tips No edit summary
- 00:4000:40, 31 July 2008 diff hist +32 m Ruby Patch to Zip No edit summary current