Jump to content

User contributions for Brianegge

A user with 671 edits. Account created on 5 May 2006.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

25 November 2009

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

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

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

9 October 2009

21 September 2009

17 September 2009

14 September 2009

10 September 2009

9 September 2009

4 September 2009

2 September 2009

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

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

21 August 2009

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)