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
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!
Monday, February 15, 2010
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
Tuesday, October 13, 2009
Thursday, October 08, 2009
Google Honors Anniversary of Bar Code Patent Awarded to Drexel Alumnus, Faculty Member
On Wednesday, October 8, 2009, Google celebrated the 57th anniversary of the first bar code patent by changing the logo on its Web site with a black and white bar code design.
Drexel alumnus Norman Woodland (above) CoE '47, Hon. '98, and faculty member Bernard Silver received the first patent (U.S. Patent # 2,612,994) for their bar code on October 7, 1952. The bar code created by Woodland and Silver was comprised of a series of concentric circles, not the black and white vertical lines used currently.
Drexel alumnus Norman Woodland (above) CoE '47, Hon. '98, and faculty member Bernard Silver received the first patent (U.S. Patent # 2,612,994) for their bar code on October 7, 1952. The bar code created by Woodland and Silver was comprised of a series of concentric circles, not the black and white vertical lines used currently.
Wednesday, August 12, 2009
Read bangla newpaper on mac
This firefox extension converts some Old Bangla Newspaper Website to Unicode 4.2.
You need unicode installed on you machine. Download unicode for mac here
It was for old firefox versions.
To make it run on your new firefox, you can download the xpi file------>rename it to zip ----> unzip it ----> change maxVersion attribute in the install.rdf file to 3.* ----> then again zip it ----> rename to xpi.
OR
just download and install this
--
Sheetal
--A journey of a thousand miles begins with a single step --
You need unicode installed on you machine. Download unicode for mac here
It was for old firefox versions.
To make it run on your new firefox, you can download the xpi file------>rename it to zip ----> unzip it ----> change maxVersion attribute in the install.rdf file to 3.* ----> then again zip it ----> rename to xpi.
OR
just download and install this
--
Sheetal
--A journey of a thousand miles begins with a single step --
Tuesday, August 04, 2009
upload and send large files
http://www.uploadandsend.com/#
--
Sheetal
--A journey of a thousand miles begins with a single step --
--
Sheetal
--A journey of a thousand miles begins with a single step --
Thursday, July 23, 2009
Subscribe to:
Posts (Atom)