Monday, April 4, 2011
Sunday, April 3, 2011
Friday, April 1, 2011
Thursday, March 31, 2011
Wednesday, March 30, 2011
Monday, March 28, 2011
Saturday, March 26, 2011
Tuesday, March 22, 2011
You Are Not Your Brain
Jeffrey M Schwartz on OCD and how to treat it
http://www.amazon.com/You-Are-Not-Your-Brain/dp/1583334262
http://www.amazon.com/You-Are-Not-Your-Brain/dp/1583334262
Thursday, March 17, 2011
Wednesday, March 16, 2011
Tuesday, March 15, 2011
Thursday, March 10, 2011
Wednesday, March 9, 2011
Tuesday, March 8, 2011
NZ Guitar Association
http://www.nzguitar.com/
Were represented at the Bikes, BBQ and Blues event http://www.bikesbbqblues.co.nz/ on Sunday. Some very good playing.
The Gunsmiths, Hammond Gamble...
Were represented at the Bikes, BBQ and Blues event http://www.bikesbbqblues.co.nz/ on Sunday. Some very good playing.
The Gunsmiths, Hammond Gamble...
Saturday, February 26, 2011
Spy on yourself and see how much you're not getting done...
Four to five hours during an 8-hour day is in the top percentile! Yow!
http://www.networkworld.com/news/2011/022411-network-monitoring.html?source=NWWNLE_nlt_daily_am_2011-02-25
http://www.networkworld.com/news/2011/022411-network-monitoring.html?source=NWWNLE_nlt_daily_am_2011-02-25
Friday, February 18, 2011
LD_LIBRARY_PATH bad? David Barr / Xah Lee
http://xahlee.org/UnixResource_dir/_/ldpath.html
Original article seems to have disappeared without trace?
Original article seems to have disappeared without trace?
Tuesday, February 15, 2011
zsh - last shell you'll ever need?
http://friedcpu.wordpress.com/2007/07/24/zsh-the-last-shell-youll-ever-need/
Oh yeah? What about scsh? ;-)
Oh yeah? What about scsh? ;-)
Monday, February 14, 2011
Slide presentation on Linux ARM porting
http://www.slideshare.net/champ_yen/linux-porting-1330569
http://champyen.blogspot.com/2009/04/linux-porting-for-new-arm-platform.html
Seems good @ initial glance - though a few typos are apparent already.
See slide 27 for references to other resources.
Diagrams are nice.
http://www.champyen.blogspot.com
http://champyen.blogspot.com/2009/04/linux-porting-for-new-arm-platform.html
Seems good @ initial glance - though a few typos are apparent already.
See slide 27 for references to other resources.
Diagrams are nice.
http://www.champyen.blogspot.com
Sunday, February 13, 2011
PDF (Tables) to Text more
pdftotext (1) - Portable Document Format (PDF) to text converter (version 3.00)
pdftk - useful tool for manipulating PDF documents
PDFBox
There are a number of PDF-to-Excel things available commercially ... one (Nitro) has a demo online but limits filesize input to 10MB :(
pdftk - useful tool for manipulating PDF documents
PDFBox
There are a number of PDF-to-Excel things available commercially ... one (Nitro) has a demo online but limits filesize input to 10MB :(
devmem2.c
http://www.lartmaker.nl/lartware/port/devmem2.c
devmem2.c, access device registers from userspace Linux
Builds in target machine (or can be cross-compiled)
Run it without params for usage information.
Addresses are Physical.
Prefix with 0x for hex addresses.
This can be wrapped in a script to give multiple register values read out.
devmem2.c, access device registers from userspace Linux
Builds in target machine (or can be cross-compiled)
Run it without params for usage information.
Addresses are Physical.
Prefix with 0x for hex addresses.
This can be wrapped in a script to give multiple register values read out.
Extracting text from PDF file with PDFBox ExtractText command
http://pdfbox.apache.org/commandlineutilities/ExtractText.html
Needs some installation (assuming PDFbox isn't installed already e.g. by your Linux distribution):
SVN pdfbox trunk
apt-get install maven2
mvn clean install
On successful building it, use it like:
usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ExtractText [OPTIONS] [Text file]
e.g.:
I want to grab tables out of PDF processor reference manuals to make tools for browsing machine state by register names etc.
Needs some installation (assuming PDFbox isn't installed already e.g. by your Linux distribution):
SVN pdfbox trunk
apt-get install maven2
mvn clean install
On successful building it, use it like:
usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ExtractText [OPTIONS]
e.g.:
rbarraud@thinky:~/Desktop/tools/PDFBox/trunk/app/target$ java -jar pdfbox-app-1.5.0-SNAPSHOT.jar ExtractText -html /home/rbarraud/Desktop/Reference/pdfs/IMX25RM.pdf /tmp/MX25RM.html
I want to grab tables out of PDF processor reference manuals to make tools for browsing machine state by register names etc.
Friday, February 11, 2011
Thursday, February 10, 2011
Saturday, February 5, 2011
Thursday, February 3, 2011
Turning on bash's globstar ...
magilla@think:~/Desktop$ shopt -s globstar
magilla@think:~/Desktop$ shopt globstar
globstar on
Helps with recursive grep - you can then use
# grep -inH "find_this_expr" **/*.[CcHh]
or similar to recurse into all subdirs.
Wednesday, February 2, 2011
Tuesday, February 1, 2011
Monday, January 31, 2011
Sunday, January 30, 2011
Thursday, January 27, 2011
Tuesday, January 25, 2011
Friday, January 21, 2011
Thursday, January 20, 2011
Wednesday, January 19, 2011
Sunday, January 16, 2011
Saturday, January 15, 2011
Thursday, January 13, 2011
Wednesday, January 12, 2011
Monday, January 10, 2011
Saturday, January 8, 2011
Wednesday, January 5, 2011
Tuesday, January 4, 2011
Friday, December 31, 2010
Thursday, December 30, 2010
Thursday, December 23, 2010
Wednesday, December 22, 2010
Subscribe to:
Posts (Atom)