User contributions for Brianegge
30 June 2010
- 16:1716:17, 30 June 2010 diff hist +804 Nm C++ default member initialization for primative types Created page with '<geshi lang="C++"> #include <stdlib.h> #include <stdio.h> class X { public: int i; }; class Y { public: Y() {}; int i; }; int main(int argc, char** arg…'
5 June 2010
- 16:2316:23, 5 June 2010 diff hist +193 Nm Baby registry Created page with 'http://www.target.com/registry/baby/AM4RA68LZCMI http://www.amazon.com/gp/registry/baby/1W03I33F4UB2N http://www.toysrus.com/registry/link/index.jsp?overrideStore=TRUS®istry…' current
20 May 2010
- 16:0616:06, 20 May 2010 diff hist 0 N File:Pppoe.PNG No edit summary current
- 16:0616:06, 20 May 2010 diff hist +966 Nm AT&T ADSL Created page with 'After losing my order, it looks like AT&T will finally be starting my ADSL service. I've called tech support multiple times and asked the provision center the following question…' current
17 May 2010
- 17:1217:12, 17 May 2010 diff hist +69 m Interview Questions →C++ current
14 May 2010
- 15:5915:59, 14 May 2010 diff hist +299 m Quotes No edit summary
8 April 2010
- 09:2709:27, 8 April 2010 diff hist +404 m Vim tips No edit summary current
1 April 2010
- 15:0915:09, 1 April 2010 diff hist +301 m Quotes No edit summary
30 March 2010
- 09:4809:48, 30 March 2010 diff hist +319 Nm Jokes Created page with ';Economics : "A physicist, a chemist and an economist are stranded on an island, with nothing to eat. A can of soup washes ashore. The physicist says, "Let's smash the can open w…' current
16 March 2010
- 09:5909:59, 16 March 2010 diff hist +154 Nm Bash common Created page with '<geshi lang="bash"> ffind () { find . -name ".svn" -prune -o -name "CVS" -prune -o -exec grep -H --color=auto "$@" {} \; } </geshi> Category:Bash'
17 February 2010
- 00:3000:30, 17 February 2010 diff hist +8,794 Nm ASCII Art Programming Created page with 'ASCII art programming is a rare form of programming, where your program is itself artwork. Artwork can be crafted by hand, but it's easier to create the code programatically. F…' current
19 January 2010
- 20:1220:12, 19 January 2010 diff hist +505 Nm Sum Sybase Logical IO Created page with 'In performance tuning complex Sybase queries, I usually keep an eye on the total logical IO. I've created the following one-liner to be used from within sqsh to sum up the logic…' current
18 January 2010
- 23:5423:54, 18 January 2010 diff hist +117 m Install Munin Apache plugin on Ubuntu No edit summary current
- 18:2818:28, 18 January 2010 diff hist +290 m Linux Tips No edit summary
17 January 2010
- 19:4219:42, 17 January 2010 diff hist +3,698 Nm No more .bak files Created page with 'On of the earliest lessons I learned in computing was to always make a backup. In the days of MS-DOS, it was common to modify your '''autoexec.bat''' file. One learned it was s…' current
13 January 2010
- 20:0220:02, 13 January 2010 diff hist +1,296 Nm Cygwin emacs Created page with 'To get Emacs to work under Cygwin 1.7.1, I did the following. First, added the cygwin-mount extension. <geshi lang=bash"> $ cd /usr/share/emacs/site-lisp/ $ wget http://www.khn…' current
8 January 2010
- 03:1103:11, 8 January 2010 diff hist +103 m Merge template file in bash No edit summary current
- 03:0103:01, 8 January 2010 diff hist +2 m Merge template file in bash No edit summary
- 03:0003:00, 8 January 2010 diff hist +557 Nm Merge template file in bash Created page with 'I wanted to substitute some parameters in an xml file prior to feeding it to a Java program. The following one liner works in bash and uses perl to parse in a property file with…'
5 January 2010
- 01:0201:02, 5 January 2010 diff hist +132 m Linux Tips →Verify all the jar's in the classpath exist
- 01:0001:00, 5 January 2010 diff hist +16 m Linux Tips →Use sed to remove ANSI colors
4 January 2010
- 00:5500:55, 4 January 2010 diff hist +613 Nm Theta join Created page with 'The theta join is probably the least used SQL join type. Here's an example of a theta join in use. Lets say you have a table of daily sales, and want a report showing the sales…' current
30 December 2009
- 02:1902:19, 30 December 2009 diff hist +122 m Install Munin Apache plugin on Ubuntu No edit summary
- 02:1302:13, 30 December 2009 diff hist +48 m Install Munin Apache plugin on Ubuntu No edit summary
- 02:1002:10, 30 December 2009 diff hist +562 Nm Install Munin Apache plugin on Ubuntu Created page with 'Previously, I've installed Munin using Ubuntu's package installer. Today, I wanted to add support for monitoring Apache. I did the following commands: <geshi lang="bash"> sudo…'
- 00:4200:42, 30 December 2009 diff hist +510 m Getclip and putclip No edit summary current
29 December 2009
- 23:4723:47, 29 December 2009 diff hist 0 N File:Webperformance.png No edit summary current
- 23:4623:46, 29 December 2009 diff hist +70 m Slicehost No edit summary
22 December 2009
- 01:2901:29, 22 December 2009 diff hist +619 Nm Macports svn to hg Created page with 'When oDesk decided to shutdown their subversion hosting, I wanted to migrate my work to Mercurial. It's been a challenge to get this to work in a Mac. Here's what I've done. <…' current
15 December 2009
- 23:1423:14, 15 December 2009 diff hist +344 Nm Svn set properties for scripts Created page with 'Often I find scripts which have been checked in by other users and don't have the correct subversion properties for them to be checked out on unix. The following two commands fi…' current
13 December 2009
- 20:2920:29, 13 December 2009 diff hist +2,225 m Unable to find a javac compiler No edit summary current
- 19:5819:58, 13 December 2009 diff hist +2,903 Nm Unable to find a javac compiler Created page with 'In Tomcat, Jetty, or another servlet container, you may receive an error stating the javac compiler can't be found. The obvious reason is if you are running from a JRE and not a…'
29 November 2009
- 23:1723:17, 29 November 2009 diff hist +650 m DaCapo No edit summary current
- 22:4422:44, 29 November 2009 diff hist +172 m Visibroker No edit summary current
- 17:5717:57, 29 November 2009 diff hist +2,431 Nm Ternary Operator in C Created page with 'In writing C, I've often liked the ternary operator. It allows expressions to be computed in line, and shortens the amount of code one has to write. I've also believed that any…'
26 November 2009
- 03:1203:12, 26 November 2009 diff hist +26 m Solaris binary files quick reference No edit summary
- 00:5400:54, 26 November 2009 diff hist 0 N File:Eclipse-error.png No edit summary current
- 00:5000:50, 26 November 2009 diff hist +26 Nm Eclipse Error Correction Created page with 'File:eclipse-error.png' current
24 November 2009
- 21:3621:36, 24 November 2009 diff hist +97 m Rxvt →Install current
- 21:3221:32, 24 November 2009 diff hist 0 N File:Rxvt-native.png No edit summary current
- 21:3221:32, 24 November 2009 diff hist 0 N File:Rxvt-install.png No edit summary current
- 21:3121:31, 24 November 2009 diff hist +217 m Rxvt No edit summary
23 November 2009
- 03:2303: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
17 November 2009
- 20:1320:13, 17 November 2009 diff hist +68 m Slicehost →Switch to Slicehost (July 2008)
- 19:5719: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
- 02:0702: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@…'
11 November 2009
- 22:2322:23, 11 November 2009 diff hist +309 m DaCapo No edit summary
- 21:4821:48, 11 November 2009 diff hist +409 m DaCapo No edit summary
4 November 2009
- 22:5722:57, 4 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
- 03:0803: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