Charles Darwin

25 02 2010

As many more individuals of each species are born than can possibly survive; and as, consequently, there is a frequently recurring struggle for existence, it follows that any being, if it vary however slightly in any manner profitable to itself, under the complex and sometimes varying conditions of life, will have a better chance of surviving, and thus be naturally selected. From the strong principle of inheritance, any selected variety will tend to propagate its new and modified form

http://www.bromley.org/ciswebpl/bbap/indexkids.asp

http://www.english-heritage.org.uk/server/show/nav.1043

http://www.darwinatdowne.co.uk/

http://www.aboutdarwin.com/news/darwin_news.html

http://www.aboutdarwin.com/index.html

http://www.aboutdarwin.com/links/links_001.html

http://www.bromley.org/ciswebpl/bbap/index.asp





Delete your Inbox messages rapidly in Orkut

11 12 2009

As Orkut is being upgraded, all of code changes have also occured in it. Many of the old scripts don’t work now, such as scrapbook flooder, testimonial flooder, deleting community topics etc.

And the number of spam messages you get in your Orkut inbox is also increasing rapidly. People send you community invitations, and all land in your Orkut inbox. I was quite surprised to see my inbox. It said 2,295 unread messages.

Deleting all one by one would take a lot of time. Recently, I found a very cool Greasemonkey script to speed up the deletion process.

Requirements:

Like always, this Greasemoneky also has the same requirements like all the others:

  1. Download and install Firefox
  2. Download and install Greasemonkey

Well, it’s called Orkut Message Deleter. A very nice and easy-to-use script… Actually, there is nothing to do in this script. It does everything itself :D . All you have to do is download this script, and install it with your Greasemonkey. Make sure this script and your Greasemonkey are enabled. Now, open your inbox in Orkut, and sit back, relax and watch. :)

The script will do everything itself. As soon as you will open your inbox, the script will start working. It will check all the messages displayed on the page, check and delete them :twisted: .

This won’t take more than a minute or two, but if you have a slow connection then it could take more.

P.S. Make sure you don’t have any important message in your inbox. To stop this refresh, just refresh your inbox or click on any other link on the page.

https://addons.mozilla.org/en-US/firefox/addon/748

http://www.userscripts.org/scripts/source/11454.user.js





hex to ascii

25 02 2009
#include <stdio.h>
#include <stdlib.h>

/*
* To convert 53 to the character 'S':
* char returnVal = hexToString('5', '3');
*
/
char hexToAscii(char first, char second)
{
char hex[5], *stop;
hex[0] = '0';
hex[1] = 'x';
hex[2] = first;
hex[3] = second;
hex[4] = 0;
return strtol(hex, &stop, 16);
}
int main(int argc, char* argv[])
{
printf("%c\n", hexToAscii('5', '3'));
}




8 01 2009

Fluent.English.Complete.Course.with.Audio.CD.pdf





8 01 2009

Fluent.English.Complete.Course.with.Audio.CD.pdf





8 01 2009

Power Reading.pdf








Follow

Get every new post delivered to your Inbox.

Join 333 other followers