This blog is dedicated to all the students of PICT who are here and passed out to remain connected and share your knowledge.
Wednesday, March 24, 2010
Impetus and Concepts- DAY1
Saturday, March 20, 2010
The power of open source software
Open Source started out as a challenge to the monopoly of vendors of proprietary software. The movement started with GNU (which is, Gnu is Not Unix). In earlier days, UNIX was perhaps the most well known operating systems of the 70's in both academic and commercial circles. But given it's exorbitant price, very few institutions could afford it. Then, Linus Torvalds developed the Linux kernel, intending it to be a UNIX-like system, but without a price-tag. He made his system available for free to anyone who wants to use or develop it.
Since then, groups such as the Free Software Foundation have come up, and make software available to users for free. There is no single expert body looking after such software, but a whole community of every-day users who fix bugs and make their findings available to the entire community of open-source users .
For those new to the idea of open source or unfamiliar with the way software gets developed, here's how it works most of the time:
-
One or more developers--meaning people who have the skills to create software--get an idea about creating software to solve a problem.
-
The developers start writing code to create a solution. This is frequently called "scratching an itch."
-
The developers put this code where other developers can find out about it, download it, and play with it. There are many locations, such as SourceForge.com, where people post their projects.
-
Usually the source code is published under one of several popular open source licenses that ensure that the source code and any derivative works remain open source.
-
Through an informal process of sharing ideas, fiddling with each others' code, and trial and error, the software gets better and better, sometimes changing direction to solve new problems as new people discover the software.
-
At some point, the software gets finished or doesn't. It becomes popular, stays obscure, or fades away. Programs like Linux and Apache have had thousands of contributors. Other projects have been created by one or two people.
-
As time goes on, developers come and go, and projects become active or dormant.
Thursday, February 25, 2010
Running Graphics-C in windows 7 or Vista

I have seen many people struggling over this so just thought to write a small post over this. Most of the SE students are working with the C-graphics and must be finding problem because of the operating system they are using.
Tuesday, February 23, 2010
Refining your Google Search
Here are quick tips to refine your searches:
1. to search within a particular website (from your google home-page), type the keyword to be searched for, followed by "site: www.mysite,com", without the quotes ;) . The site, 'mysite.com' will be searched for the keyword.
2. searching for definitions?, type "define: word", you'll be given links to all the available definitions of the word on the web.
3. to find a phrase, enclose it within " ", and the exact phrase will be searched for.
4. type a + sign before a keyword to search for that specific word only, and not it's variations like plural or any tenses or synonyms.
5. search with a ~ (tilde) before a word, and get results for the word, and it's synonyms. "~auto" searches for both the word auto and its synonyms: truck, car, etc.
6. search for "virus -computer" to get results for virus, but not related to computer.
7. "info: www.mysite.com" searches for information about the given site.
8. "related: www.mysite.com" searches for pages related to the given site.
9. " [#]...[#] ", ([#] represents a number) searches within a range of numbers, e.g. laptop Rs.30,000...60,000 to find laptops within this range.
10. xyz * abc searches for the words xyz and abc separated by a word or two.
P.S. @ d3mOn, I did
Tuesday, December 29, 2009
Do you Stumble?
The StumbleUpon toolbar is a must to have in your browser. If you dont have it, you are missing some fun of internet.
Apart from using StumbleUpon for surfing, you can also use to meet like minded people.
StumbleUpon is also cool, if you want to surf through the numerous videos that have started flooding on the website due to the popular emergence of social video sharing sites like youtube and googlevideo.
Other popular choices include to surf random news, pictures, blogs, wiki etc. You can also write reviews of these pages/sites which other users can read.
Currently there are above 7 million users of StumbleUpon.
Read more about StumbleUpon and how it works, here.
Due to high popularity of StumbleUpon, there was a rumor that eBay is going to buy StumbleUpon for $40-45 million in 2007 when total number of users were 2 million.(not conformed though)
Happy Stumbling!
Sunday, December 27, 2009
Puzzle-2: Burn the Rope...
A classic puzzle involves being given 2 ropes and a lighter. The burning of one rope from end to end takes 1 hour, however the ropes do not burn in a uniform manner (ie: if you light it at one end, the first half of the rope could burn through in one minute while the second half may take 59 minutes to burn). Your goal is to measure out 15 minutes using the two ropes and the lighter.
You can assume that lighting a rope takes zero time.
Hint: You can break the rope with your bare hands..