Example of human being
http://www.cadetcollegeblog.com/raihanabir/17006
I almost wish I hadn't gone down that rabbit-hole — and yet — and yet — it's rather curious, you know, this sort of life!
Tuesday, April 06, 2010
Saturday, April 03, 2010
Extended Kalman Filter algorithm implementation
The project did not end up working the way i expected :(, I tried really hard :((
Anyway (sigh), it might give you some initial ideas about where to start.
Project Description
Check out other interesting projects people did
Anyway (sigh), it might give you some initial ideas about where to start.
Project Description
Check out other interesting projects people did
Sunday, March 14, 2010
who should we love
we all hate Pakistanis because of what they did to us during 1971.
then we should hate US too because without US support and help the war atrocities might not be so bad. (another link)
then we should hate India too because how they have been treating us since 1971.
And last but obviously not the least, we should hate ourselves for what the BDRs did to the army families because all the bdrs were bangladeshi.
Now, if we keep hating everyone in the world, who should we love?
then we should hate US too because without US support and help the war atrocities might not be so bad. (another link)
then we should hate India too because how they have been treating us since 1971.
And last but obviously not the least, we should hate ourselves for what the BDRs did to the army families because all the bdrs were bangladeshi.
Now, if we keep hating everyone in the world, who should we love?
Saturday, March 13, 2010
Vincent
i've been listening to this song for 4 days now, wonderful song!!
Its about Vincent Van Gogh and the words "starry starry night" refers to his painting the starry night
here is the original version with van gogh's paintings
Its about Vincent Van Gogh and the words "starry starry night" refers to his painting the starry night
here is the original version with van gogh's paintings
Friday, March 05, 2010
Kalman filter for dummies
Awesome explanation of the kalman filter Kalman filter for dummies
c++ library for kalman filter
simplest java implementation here
A nice example of using it for 3rd order kinematics.
c++ library for kalman filter
simplest java implementation here
A nice example of using it for 3rd order kinematics.
Monday, February 15, 2010
Prime sieve
A prime sieve or prime number sieve is a fast type of algorithm for finding primes.
some cool prime sieves:
1. Sieve of Sundaram
2. Sieve of Eratosthenes
some cool prime sieves:
1. Sieve of Sundaram
2. Sieve of Eratosthenes
Saturday, February 06, 2010
more poems
its like 10 inches snow outside and i'm in the mood of reading poems again :D
read the full version here.
read the full version here.
তোমার আমার মাঝখানেতে
একটি বহে নদী ,
দুই তটেরে একই গান সে
শোনায় নিরবধি ।
Thursday, February 04, 2010
Khonek dekha by Rabindranath Tagor
যেমন ঢাকা ছিলে তুমি
তেমনি রইলে ঢাকা ,
তোমার কাছে যেমন ছিনু
তেমনি রইনু ফাঁকা !
তবে কিসের তরে
থামলে লীলাভরে
যেতে যেতে পাড়ার পথে
কলস লয়ে কাঁখে ?
একটুখানি ফিরে কেন
দেখলে ঘোমটা - ফাঁকে ?
if you are interested, read the full poem here
Wednesday, February 03, 2010
mac svn commands
#-----------------
# start svn server
#-----------------
sudo -u www /sw/bin/svnserve -d -r /Users/al/svnrepo
#-------------------
# checkout a project
#-------------------
svn checkout svn://localhost/project1
Tuesday, February 02, 2010
libpng.so.2 error
***: error while loading shared libraries: libpng.so.2:
cannot open shared object file: No such file or directory
To avoid this error:
1. Install libpn3:
2. And rename it to libpng2:
Thanks to Jacques for the solution.
cannot open shared object file: No such file or directory
To avoid this error:
1. Install libpn3:
sudo apt-get install libpng3
2. And rename it to libpng2:
sudo ln -s /usr/lib/libpng.so.3 /usr/lib/libpng.so.2
Thanks to Jacques for the solution.
Friday, January 29, 2010
Search for Extra-Terrestrial Intelligence (SETI) project
Tuesday, January 26, 2010
player/stage/gazebo help
http://yorkroboticist.blogspot.com/2009_11_01_archive.html
and a tutorial Player/stage tutorial
SLAM tutorial : SLAM
Excellent slam example: slam for dummies
didn't find any example for player/stage 3.*, so i installed player 2.0.5, and stage 2.0.3
got the following error
To correct this problem, player/stage needs a link to the X11 color map in the place it expects:
detailed solution: here
Java client for player/stage: here
--
Sheetal
and a tutorial Player/stage tutorial
SLAM tutorial : SLAM
Excellent slam example: slam for dummies
didn't find any example for player/stage 3.*, so i installed player 2.0.5, and stage 2.0.3
got the following error
unable to open color database /usr/X11R6/lib/X11/rgb.txt :
No such file or directory (stage.c stg_lookup_color)
To correct this problem, player/stage needs a link to the X11 color map in the place it expects:
sudo ln -s /usr/X11/share/X11/rgb.txt /usr/X11R6/lib/X11/rgb.txt
detailed solution: here
Java client for player/stage: here
--
Sheetal
Saturday, December 05, 2009
DNS security flaws

full story
In practice the DNS service behaves very much like the /etc/hosts file on your computer, which is where the system initially looks up name resolutions before relying on the DNS system. The file is basically a list of IP addresses followed by the name you've associated with those IP addresses. For example, if you edit the file you can associate any domain name with any IP address of your choosing.
1. Open Terminal and enter the following command to edit the hosts file
sudo pico /etc/hosts
2. Go to the bottom of the file and enter the following:
74.125.19.106 www.apple.com
3. Press control-o followed by the return key to save the file
Thursday, November 19, 2009
Saturday, November 14, 2009
Thursday, November 12, 2009
Sunday, November 08, 2009
How to do print screen in Mac OS X
see here
full screen: command key + Shift + 3
selected screen: command key + Shift + 4, then mouse will look like "+" sign, then choose selected region.
full screen: command key + Shift + 3
selected screen: command key + Shift + 4, then mouse will look like "+" sign, then choose selected region.
Monday, November 02, 2009
Subscribe to:
Posts (Atom)