justinsboringpage.blogspot.com
justinhj's coding blog: Checkout out your DB tables
http://justinsboringpage.blogspot.com/2014/03/checkout-out-your-db-tables.html
Programming related tips and comments. Lots of emacs, C , some game AI, common lisp, python, java, c#, sql and whatever else I'm working on. Wednesday, March 12, 2014. Checkout out your DB tables. I was doing some DB work today and wanted to be able to sort all DB tables based on the date they were created. Turns out you can do some neat stuff by looking in the information schema.tables. For example this shows all the InnoDB tables. Subscribe to: Post Comments (Atom). Geeks Are Sexy] Technology News.
justinsboringpage.blogspot.com
justinhj's coding blog: March 2014
http://justinsboringpage.blogspot.com/2014_03_01_archive.html
Programming related tips and comments. Lots of emacs, C , some game AI, common lisp, python, java, c#, sql and whatever else I'm working on. Wednesday, March 12, 2014. Checkout out your DB tables. I was doing some DB work today and wanted to be able to sort all DB tables based on the date they were created. Turns out you can do some neat stuff by looking in the information schema.tables. For example this shows all the InnoDB tables. Subscribe to: Posts (Atom). Geeks Are Sexy] Technology News.
justinsboringpage.blogspot.com
justinhj's coding blog: April 2015
http://justinsboringpage.blogspot.com/2015_04_01_archive.html
Programming related tips and comments. Lots of emacs, C , some game AI, common lisp, python, java, c#, sql and whatever else I'm working on. Wednesday, April 22, 2015. Including equations in a blogger post. This is a test of following the guide here http:/ www.codecogs.com/latex/integration/htmlequations.php. A sample equation using latex:. Friday, April 17, 2015. Installing RPostgreSQL for R on Max OS Yosemite. Anyway this is the eventual sequence of steps I found to install this that works:. The Border...
justinsboringpage.blogspot.com
justinhj's coding blog: Easy find
http://justinsboringpage.blogspot.com/2014/06/easy-find.html
Programming related tips and comments. Lots of emacs, C , some game AI, common lisp, python, java, c#, sql and whatever else I'm working on. Sunday, June 29, 2014. I found myself typing find . -name "*.java" xargs -iHn "something". Subscribe to: Post Comments (Atom). Geeks Are Sexy] Technology News. Did You Know: Combat Juggling is Actually a Thing [Video]. Irreal: Resistance is Futile. Quicklisp news: August 2016 Quicklisp dist update now available. Can Software Make You Less Racist? Phrase of the day.
justinsboringpage.blogspot.com
justinhj's coding blog: April 2012
http://justinsboringpage.blogspot.com/2012_04_01_archive.html
Programming related tips and comments. Lots of emacs, C , some game AI, common lisp, python, java, c#, sql and whatever else I'm working on. Sunday, April 29, 2012. Find grep on Mac OS X. On linux machines I search files using find, egrep and xargs as follows:. Find -name "*.cpp" xargs -i egrep -iHn "some search string" {}. This outputs any matches with the filename and number and also disables case dependency. So after some fiddling I found that the syntax below works:. Subscribe to: Posts (Atom). Phras...
justinsboringpage.blogspot.com
justinhj's coding blog: Installing RPostgreSQL for R on Max OS Yosemite
http://justinsboringpage.blogspot.com/2015/04/installing-rpostgresql-for-r-on-max-os.html
Programming related tips and comments. Lots of emacs, C , some game AI, common lisp, python, java, c#, sql and whatever else I'm working on. Friday, April 17, 2015. Installing RPostgreSQL for R on Max OS Yosemite. I went through a painful period of digesting wrong answers to this question on Google. In fact most of the answers are just of the type "this is somebody else's problem so we can't help". Anyway this is the eventual sequence of steps I found to install this that works:. Bad Byte Bootstrap Blues.
justinsboringpage.blogspot.com
justinhj's coding blog: April 2014
http://justinsboringpage.blogspot.com/2014_04_01_archive.html
Programming related tips and comments. Lots of emacs, C , some game AI, common lisp, python, java, c#, sql and whatever else I'm working on. Tuesday, April 1, 2014. So this is pretty cool. The watch command (available linux and on Mac via brew) will run a program every n seconds and display the results in a terminal. Watch -n 3 df -h. Subscribe to: Posts (Atom). Geeks Are Sexy] Technology News. Did You Know: Combat Juggling is Actually a Thing [Video]. Irreal: Resistance is Futile. Phrase of the day.
justinsboringpage.blogspot.com
justinhj's coding blog: February 2013
http://justinsboringpage.blogspot.com/2013_02_01_archive.html
Programming related tips and comments. Lots of emacs, C , some game AI, common lisp, python, java, c#, sql and whatever else I'm working on. Wednesday, February 6, 2013. Configuring emacs to send iCloud mail on Mac OS X. Pic from ajc1 on Flikr. It's handy to be able to send emails from emacs, and this guide will show how to set up SMTP via an iCloud email account. Step 1. Install gnutls. To install it is easy:. Wait a few minutes while your Mac gets hot downloading and compiling! Chmod 600 /.authinfo.
justinsboringpage.blogspot.com
justinhj's coding blog: Watch
http://justinsboringpage.blogspot.com/2014/04/watch.html
Programming related tips and comments. Lots of emacs, C , some game AI, common lisp, python, java, c#, sql and whatever else I'm working on. Tuesday, April 1, 2014. So this is pretty cool. The watch command (available linux and on Mac via brew) will run a program every n seconds and display the results in a terminal. Watch -n 3 df -h. Subscribe to: Post Comments (Atom). Geeks Are Sexy] Technology News. Did You Know: Combat Juggling is Actually a Thing [Video]. Irreal: Resistance is Futile.
justinsboringpage.blogspot.com
justinhj's coding blog: June 2014
http://justinsboringpage.blogspot.com/2014_06_01_archive.html
Programming related tips and comments. Lots of emacs, C , some game AI, common lisp, python, java, c#, sql and whatever else I'm working on. Sunday, June 29, 2014. I found myself typing find . -name "*.java" xargs -iHn "something". Subscribe to: Posts (Atom). Geeks Are Sexy] Technology News. Did You Know: Combat Juggling is Actually a Thing [Video]. Irreal: Resistance is Futile. Quicklisp news: August 2016 Quicklisp dist update now available. Can Software Make You Less Racist? Bad Byte Bootstrap Blues.