got myself some free tools to use
Folder size,
http://www.mindgems.com/
Clean temp folder,
http://www.piriform.com/ccleaner/download
Saturday, 14 April 2012
Wednesday, 11 April 2012
JRuby Platform detection
p/s: This is by no means my work, i take no credit, however this post serves as memory bank as i am a goldfish.I thank the owner for sharing on the web.
useful excerpt for my case:
Quote
======
2. Platform detection. I've seen this question lots of times. Since in JRuby, RUBY_PLATFORM constant is always "java", users are unclear how to detect the underlying platform. It is pretty straghtforward with rbconfig module, JRuby fully supports it:
require 'rbconfig'
Config::CONFIG['host_os'] # returns mswin32 on Windows, for example
There is plenty of additional info in Config::CONFIG, just print it out to see.
======
Links:
http://ruby.dzone.com/articles/10-hot-tips-jruby
Thursday, 6 October 2011
Serial Communication on Linux
killall -9 xxd
stty -F /dev/ttyUSB$1 raw -echo -iexten
echo "W: "c0
echo -ne "\x"c0 > /dev/ttyUSB$1
xxd -c1 -l2 < /dev/ttyUSB$1
stty -F /dev/ttyUSB$1 raw -echo -iexten
echo "W: "c0
echo -ne "\x"c0 > /dev/ttyUSB$1
xxd -c1 -l2 < /dev/ttyUSB$1
Thursday, 7 July 2011
Tuesday, 31 May 2011
solving windows live messenger missing online contacts
%userprofile%\local settings\application data\microsoft\windows live contacts
OR
%userprofile%\AppData\microsoft\windows live contacts
delete everything in this directory!
OR
%userprofile%\AppData\microsoft\windows live contacts
delete everything in this directory!
Wednesday, 13 April 2011
Bangkok Traffic Love Story
Artist: Instinct
Title: Prot Song Krai Mah Ruk Chun Tee
English Title: Please Send Someone to Love Me
Album: Inner [2007]
OST: Bangkok Traffic Love Story [2009]
http://www.youtube.com/watch?v=Uf8WB7gCDy8 (mv)
http://anothaidara.com/2010/04/22/instinct-prot-song-krai-mah-ruk-chun-tee/ (lyrics)
Title: Prot Song Krai Mah Ruk Chun Tee
English Title: Please Send Someone to Love Me
Album: Inner [2007]
OST: Bangkok Traffic Love Story [2009]
http://www.youtube.com/watch?v=Uf8WB7gCDy8 (mv)
http://anothaidara.com/2010/04/22/instinct-prot-song-krai-mah-ruk-chun-tee/ (lyrics)
Tuesday, 5 April 2011
Subscribe to:
Posts (Atom)