User contributions for Brianegge
Appearance
25 November 2009
- 01:3201:32, 25 November 2009 diff hist 0 N File:Rxvt-install.png No edit summary current
- 01:3101:31, 25 November 2009 diff hist +217 m Rxvt No edit summary
23 November 2009
- 07:2307:23, 23 November 2009 diff hist +1,269 Nm MQException 2195 Created page with ' <geshi> Caused by: com.ibm.mq.MQException: MQJE001: An MQException occurred: Completion Code 2, Reason 2195 MQJE018: Protocol error - unexpected segment type received at…' current
18 November 2009
17 November 2009
- 23:5723:57, 17 November 2009 diff hist +341 Nm Reformat XML Created page with 'Using the [http://xmlstar.sourceforge.net/ XMLStarlet] command line tool, one can easily reformat xml. A shortcut for this is to reformat the xml on your clipboard. This little…' current
- 06:0706:07, 17 November 2009 diff hist +216 Nm Ruby Proxy URL Created page with 'If you need to install gems behind a proxy which accepts basic authentication, you can use this syntax. <geshi> gem install term-ansicolor --http-proxy http://username:password@…'
5 November 2009
- 02:5702:57, 5 November 2009 diff hist +602 Nm Java.lang.String.isEmpty Created page with 'I was getting the following error when I deployed a component into a JBoss container. <geshi> java.lang.NoSuchMethodError: java.lang.String.isEmpty()Z </geshi> Initially, I th…' current
4 November 2009
- 07:0807:08, 4 November 2009 diff hist +809 Nm What exceptions can ejbCreate throw? Created page with 'One of the wonders of ejb2 is the methods you implement are not defined in an interface. I recently wanted to know exceptions can be thrown from an ejbCreate method. The answer…' current
2 November 2009
- 03:2803:28, 2 November 2009 diff hist +3,538 Nm InstanceOf Performance Created page with 'The following is a microbenchmark to test the performance of the Java instanceOf operation. The four dispatch methods tested are: # InstanceOf operator # Comparing class object…' current
27 October 2009
- 22:0722:07, 27 October 2009 diff hist +869 Nm TLS Handshake Example Created page with 'Following are the bytes transfered during a [http://en.wikipedia.org/wiki/Transport_Layer_Security#TLS_handshake_in_detail TLS Handshake] when requesting the resource https://www…' current
21 October 2009
- 00:4700:47, 21 October 2009 diff hist +838 Nm Java Hostname Lookup Created page with 'The following snippet shows how to get the hostname and IP address. <geshi lang="java"> public static void main(String[] args) throws UnknownHostException { java.net.InetAddr…'
20 October 2009
- 07:2207:22, 20 October 2009 diff hist +1,137 Nm Stddev Created page with 'This handy script calcs the standard deviation of a list of numbers from the standard input. Example: <geshi lang="bash"> ping google.com | ruby -ne 'if $_ =~ /time(\d+)ms/ the…' current
- 05:3405:34, 20 October 2009 diff hist 0 File:Windows-threads.PNG uploaded a new version of "File:Windows-threads.PNG" current
- 05:3305:33, 20 October 2009 diff hist 0 N File:Windows-threads.PNG No edit summary
- 05:3305:33, 20 October 2009 diff hist +1,959 Nm What is NLWP on Solaris? Created page with 'If one does a prstat on Solaris (top), one will see the column NLWP. <geshi> PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP 19185 fruity 1348M…'
17 October 2009
- 05:2405:24, 17 October 2009 diff hist +1,432 Nm URL Converters Created page with 'This weekend I created two new websites: [http://011010.com http://011010.com/banner.png] and [http://iliil.com http://iliil.com/banner.png] The first lets you turn an ordina…' current
10 October 2009
- 11:5411:54, 10 October 2009 diff hist −24 m Log4j file rotation No edit summary
- 11:5411:54, 10 October 2009 diff hist −24 m Main Page No edit summary
9 October 2009
- 03:4703:47, 9 October 2009 diff hist −2 m Category:Bash No edit summary current
- 03:4603:46, 9 October 2009 diff hist +177 Nm Category:Cygwin Created page with 'Cygwin is a unix-like environment for Windows. Many programs written for Unix can be compiled for the Cygwin environment. Cygwin can be downloaded from http://www.cygwin.com/.' current
- 03:1803:18, 9 October 2009 diff hist +459 Nm Sorting by multiple columns in Ruby Created page with 'In Ruby, it's quite easy to sort an array by a single column. For example: <geshi lang="ruby> people.sort_by { |p| p.lastname } </geshi> However, it's not clear how to easily …' current
- 02:4102:41, 9 October 2009 diff hist −2,531 Java Tips No edit summary current
- 02:4002:40, 9 October 2009 diff hist +650 Nm ReplaceAll with Backreferences Created page with 'Regex functions can give you fast replacements in Java, along with the readability of Perl. Here's an example of using a replaceAll to mask out certain digits in a credit card n…' current
- 02:3802:38, 9 October 2009 diff hist +614 Nm Replacement for StringBufferInputStream Created page with '[http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4217782 Bug ID: 4217782] States that StringBufferInputStream is depreciated and should be replaced with StringReader, but Stri…' current
- 02:3702:37, 9 October 2009 diff hist +732 Nm Xml-rpc and Weblogic 9.2 Created page with 'xml-rpc with Basic Authentication works fine in Resin, but not Weblogic. This turned out to be a new feature in 9.2 which forces authentication checks when you specifically don'…' current
- 02:3302:33, 9 October 2009 diff hist −2 m Top 10 ways to increase traffic to your wiki No edit summary current
- 02:3202:32, 9 October 2009 diff hist −14 m Top 10 ways to increase traffic to your wiki No edit summary
- 02:2602:26, 9 October 2009 diff hist +647 m Top 10 ways to increase traffic to your wiki No edit summary
- 02:1402:14, 9 October 2009 diff hist +24 m Javax.net.debug No edit summary
- 02:1402:14, 9 October 2009 diff hist −27 m Main Page No edit summary
- 02:1002:10, 9 October 2009 diff hist −14 m Main Page No edit summary
21 September 2009
- 00:0500:05, 21 September 2009 diff hist +703 m Rxvt No edit summary
17 September 2009
- 01:0501:05, 17 September 2009 diff hist +163 m Java Proper Case No edit summary
14 September 2009
- 04:2604:26, 14 September 2009 diff hist +29 m COBOL on the JVM No edit summary current
- 04:2304:23, 14 September 2009 diff hist 0 N File:Cobol.png No edit summary current
- 04:2204:22, 14 September 2009 diff hist +179 Nm COBOL on the JVM Created page with 'Today, I saw the Google Adwords advert: File:cobol.png Move over JRuby. I'm going to start writing in COBOL. {{Template:728x90_as}} Category:Java [[Category:COBOL]…'
10 September 2009
- 04:3104:31, 10 September 2009 diff hist +44 m Rxvt No edit summary
9 September 2009
- 23:4323:43, 9 September 2009 diff hist +3,290 Nm JBoss log4j rotation Created page with 'JBoss has a related log4j file rotation bug. This is similar to the Log4j file rotation bug I've talked about, but it caused by the right combination of bugs in [https://iss…'
- 23:3323:33, 9 September 2009 diff hist +42 m Log4j file rotation No edit summary
4 September 2009
- 01:3101:31, 4 September 2009 diff hist +1,594 m Log4j file rotation No edit summary
2 September 2009
- 07:4507:45, 2 September 2009 diff hist 0 N File:Xdefaults.png No edit summary current
- 07:4407:44, 2 September 2009 diff hist +888 m Rxvt No edit summary
31 August 2009
- 00:5400:54, 31 August 2009 diff hist +206 Nm Category:Python Created page with 'For text processing I like to use Ruby, but for math and interfacing with other services, usually Python is a bit easier. Ruby still has a long way to go to catch up with the li…' current
30 August 2009
- 14:5314:53, 30 August 2009 diff hist 0 N File:Distractor.png No edit summary current
28 August 2009
- 03:3603:36, 28 August 2009 diff hist +4,162 Nm Lighttpd on Solaris Created page with 'I spent the better part of the morning getting lighttpd to install on Solaris 10 using the Sun C 5.8 compiler. They key thing was I needed to uncomment the sections of the src/M…' current
27 August 2009
- 03:5503:55, 27 August 2009 diff hist +839 Nm Netcat tunnel Created page with 'If your sshd config disallows listening to remote ports, you can accomplish about the same thing using nc and ssh. Typical error message when remote listening is disallowed: <…' current
26 August 2009
- 02:4302:43, 26 August 2009 diff hist +612 Nm Java readFile Created page with 'Reading a file into a string in Ruby is as simple as: <geshi lang="ruby"> File.new('foo.txt').read </geshi> Unfortunately, Java has no simple method to do the same bundled with…' current
25 August 2009
- 00:3300:33, 25 August 2009 diff hist +458 m Vim arrow keys No edit summary current
- 00:2900:29, 25 August 2009 diff hist +36 m Vim tips No edit summary
21 August 2009
- 04:4704:47, 21 August 2009 diff hist +752 Nm Total hard drive space on Solaris Created page with 'If you want to know the total disk space available as a non-root user on Solaris, you can use '''iostat''' to view this information. <geshi> $ iostat -En c2t0d0 Soft E…' current