• T
  • Login
  • About
  • Projects
  • To search for phrases enclose in double quotes ""

Updates

  • SIndex

    Slice Indexing library for Golang. SIndex is a slice indexing library. It maintains an ordered list, by mapping list positions to slice indexes. sindex.Interface implementation types: List (Basic slice list), LinkedList (Todo)

    0 comments 196 hits
  • Nvidia proprietary drivers and Ubuntu 12.04 redraw

    One thing that took me a long time to fix was, small of regions windows not getting redrawn when modified. After trying countless things, the option was in compiz config settings manager (ccsm).

    0 comments 220 hits
  • Tweaking Ubuntu 12.04 to run on a Macbook

    Configuration tweaks for Ubuntu.

    3 comments 6265 hits
  • Macbook RAID

    With some Macbooks it is possible to remove the DVD drive and install a second HDD. You need to buy a slimline SATA adapter to attach the HDD to the DVD power cable.

    0 comments 96 hits
  • Indexing time periods using MySQL and GNU date

    Periodic data in a database is something i use quite a bit. The problem is using a date time column or a date and period column for each table is quite cumbersome. To make things easier create a time dimension table:

    0 comments 73 hits
  • OWA Mail Checker, keep alive

    This Greasemonkey script keeps your Outlook 2010 OWA session alive by refreshing every 60s. It's basically an update of http://blog.hacker.dk/2007/10/greasemonkey-owa-mailcheck-keepalive/ to work with Outlook 2010. Make sure you use the light version of the app when logging in.

    1 comments 82 hits