User contributions for Egge

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

23 February 2009

  • 18:0818:08, 23 February 2009 diff hist +3,037 Nm Sybase Packet TraceNew page: Sometimes it's useful to view all the data being sent and received from a Sybase installation. Depending on the hardware one may be able to directly run a packet sniffer to view the traff... current

18 February 2009

16 February 2009

  • 01:0201:02, 16 February 2009 diff hist +246 Nm Encrypt a fileNew page: How to quickly encrypt a file. <geshi lang="bash"> echo "Hello world" > message.txt encrypt -a 3des -i message.txt -o message.txt.encrypted Enter key: decrypt -a 3des -i message.txt.encry...

21 January 2009

  • 00:4300:43, 21 January 2009 diff hist +334 Nm Count Logical IONew page: I append this one liner to my sqsh statement to get a count of logical io. Be sure to '''set statistics io on''' first. <geshi lang="bash">| ruby -pe ' BEGIN{@sum=0}; if $_ =~ /logical re... current

7 January 2009

2 January 2009

23 December 2008

11 December 2008

8 December 2008

4 December 2008

3 December 2008

  • 02:2002:20, 3 December 2008 diff hist +2,884 Nm And vs Modulo performanceNew page: In school I was taught the modulo operator is slow compared with bitwise operators. This is because often modulo is implemented using divide. See http://en.wikipedia.org/wiki/Modulo_oper...

24 November 2008

  • 00:2500:25, 24 November 2008 diff hist +3,039 Nm Ivy+Eclipse 3.4New page: After upgrading to Eclipse 3.4 (Ganymede), I started getting this error when attempting to run a JUnit 3 Test Suite: <pre> junit.framework.AssertionFailedError: No tests found in com.fin... current

23 November 2008

21 November 2008

11 November 2008

  • 04:3104:31, 11 November 2008 diff hist +375 m BITSNo edit summary current
  • 02:2102:21, 11 November 2008 diff hist +2,425 Nm BITSNew page: BITS is Microsoft's '''Background Intelligent Transfer Service'''. Today I wanted to install C# so I could play around with the Communicator API. So, I found the download on Microsoft's ...
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)