Code snippets, quotes, BASH scripts and nonsense. Not surprisingly, my main site is called Johann Burkard, too. Check out my web applications: Online Audio Converter, QR Code Generator, Pearson and Spearman Correlation calculator, PDF to JPEG Converter, Forex Data Feed and my exchange rates calculator based on currencyfeed.com. Also, check out Ole’s Tauschbörse Arbeit.
Page 1 · Page 2 · Page 3 · Page 4 · Page 5 · Page 6 · Page 7 · Page 8 · Page 9 · Page 10
Nov 22 2007

More wireframing for my new website. Working on the expanding menus.
Nov 21 2007
nice -n 19 grep -v '" 403 ' <logfile> | awk "BEGIN { FS=\"\\\"\" } { print(\$6)}" | sort | uniq -c | sort -r > ~/browser.txt
For the sake of you and your country. Don’t eat foods from america. You’re eating preservatives, cow steriods and hormones, etc.
You will die.
—Mike
Nov 19 2007

First wireframe of my new site’s layout.
There’s gonna be a popular category populated by some log/sort/uniq/sort/awk/head magic.
Related entries will most likely be pulled from the search engine.
Nov 16 2007
awk "BEGIN { FS=\"\\\".\\\"\" } { print(\$2) }" keywords.csv | perl -lne '$_ =~ s/^\s+//; $_ =~ s/\s+$//; print($_)' | sort | uniq > keywords.txt
Nov 12 2007

Number one for Johann in Yahoo.
Nov 08 2007
What you find is that the top 1% of searchers performs a full 13% of all searches in a given month.
—So who’s doing all this searching anyway?
Oct 23 2007
Sep 05 2007
Hibernate complained:
org.hibernate.HibernateException: Missing column: XYZ
But the column clearly existed in the schema of the configured user.
I found out that the configured user had DBA rights so Hibernate scanned all schemas until it found a similar schema of a test user where that column was missing.
By the way, my application to Convert Audio Online doesn’t use Hibernate.
Sep 03 2007
DataMatrix is a 2-D barcode that is also used for semacode barcodes. 2-D barcodes have a higher information density compared to 1-D barcodes. They’re also useful to physically link to virtual things (URLs, email addresses, phone numbers).

Aug 25 2007
Aug 24 2007

The Java Posse talks about NativeCall.
Aug 22 2007
15% to 16% of all searches are for images.
—http://blog.searchenginewatch.com/blog/070822-132725
Page 1 · Page 2 · Page 3 · Page 4 · Page 5 · Page 6 · Page 7 · Page 8 · Page 9 · Page 10