Tuesday, July 10, 2007
GenEXT Passion!!!!
Sunday, July 8, 2007
Airport-extreme (Atheros card AR5006ER) drivers..
But great brains never give up.....some geeks have seen the implementation of the card and produced drivers by reverse engineering.
I have used MADWIFI drivers and able to detect the wireless card in Linux.
Any more problems can be solved using http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
Sunday, April 22, 2007
Teach Yourself Programming in Ten Years
Walk into any bookstore, and you'll see how to Teach Yourself Java in 7 Days alongside endless variations offering to teach Visual Basic, Windows, the Internet, and so on in a few days or hours.
When u do a search for "Hours" in Amazon.com u fill find many book, in that most of them are for Computers.
The conclusion is that either people are in a big rush to learn about computers, or that computers are somehow fabulously easier to learn than anything else. There are no books on how to learn Beethoven, or Quantum Physics, or even Dog Grooming in a few days.
Teach Yourself Programming in Ten Years
Researchers (Hayes, Bloom) have shown it takes about ten years to develop expertise in any of a wide variety of areas, including chess playing, music composition, painting, piano playing, swimming, tennis, and research in neuropsychology and topology. There appear to be no real shortcuts: even Mozart, who was a musical prodigy at age 4, took 13 more years before he began to produce world-class music. In another genre, the Beatles seemed to burst onto the scene with a string of #1 hits and an appearance on the Ed Sullivan show in 1964. But they had been playing small clubs in Liverpool and Hamburg since 1957, and while they had mass appeal early on, their first great critical success, Sgt. Peppers, was released in 1967. Samuel Johnson thought it took longer than ten years: "Excellence in any department can be attained only by the labor of a lifetime; it is not to be purchased at a lesser price." And Chaucer complained "the lyf so short, the craft so long to lerne."Peter-Norvig recipe for programming success:
1. Get interested in programming, and do some because it is fun.
2. Talk to other programmers; read other programs. This is more important than any book or training course.
3. Program. The best kind of learning is learning by doing
4. Work on projects with other programmers. Be the best programmer on some projects; be the worst on some others. When you're the best, you get to test your abilities to lead a project, and to inspire others with your vision. When you're the worst, you learn what the masters do, and you learn what they don't like to do (because they make you do it for them).
5. Work on projects after other programmers. Be involved in understanding a program written by someone else.
6. Learn at least a half dozen programming languages. Include one language that supports class abstractions (like Java or C++), one that supports functional abstraction (like Lisp or ML), one that supports syntactic abstraction (like Lisp), one that supports declarative specifications (like Prolog or C++ templates), one that supports coroutines (like Icon or Scheme), and one that supports parallelism (like Sisal).
7. Remember that there is a "computer" in "computer science". Know how long it takes your computer to execute an instruction.
Thursday, February 8, 2007
Brainf**k--A Programming language--can u believe it?
Brainfuck is the ungodly creation of Urban Müller, whose goal was apparently to create a Turing-complete language for which he could write the smallest compiler ever, for the Amiga OS 2.0. His compiler was 240 bytes in size.
ABOUT Language
---------------------------
The Brainfuck programming language consists of eight commands, each of which is represented as a single character.
| > | Increment the pointer. |
| < | Decrement the pointer. |
| + | Increment the byte at the pointer. |
| - | Decrement the byte at the pointer. |
| . | Output the byte at the pointer. |
| , | Input a byte and store it in the byte at the pointer. |
| [ | Jump forward past the matching ] if the byte at the pointer is zero. |
| ] | Jump backward to the matching [ unless the byte at the pointer is zero. |
Thursday, February 1, 2007
What not a human *MIND can do?

Wu's inventions, ranging from the OPEN Indexing Technology to the Dynamic Counter Cachet Technology, won her the 2006 Innovation and Technology Prize of China, an award sponsored by the Ministry of Education.
Wu was admitted to the Beijing Normal University in 2003. She led the university team in winning the runner-up title of the ACM International Collegiate Programming contest in 2005. The same year, she went to Stanford University as a visiting student.
Wu's impressive academic record at Stanford caught the attention of TopCoder, which offered her an olive branch earlier this year and tap her as the Asia operations vice president in October.
...................................SALUTES TO THIS GREAT MIND........................