Around the Interwebs
Archives
- January 2011 (1)
- December 2010 (1)
- October 2010 (2)
- April 2010 (2)
- March 2010 (2)
- February 2010 (1)
- August 2009 (1)
- July 2009 (1)
- May 2009 (14)
- April 2009 (2)
Subscribe to my blog
Tag Cloud
- acm
- Algorithm
- algorithms
- app engine
- Astronomy
- code
- database
- debug
- donald knuth
- effecient
- error handling
- Evolution
- frames
- gdb
- Geek
- GIL
- github
- global interpreter lock
- Google AJAX API
- google app engine
- google news
- hack
- Hacks
- humour
- inspect
- Interesting
- Internet
- interpreter
- interview
- java
- kindle
- Knowledge Computation
- knuth
- Konsole
- kth
- Language Translation
- Linked Data
- linux
- Map-Reduce
- minimum
- movie
- multithreading
- Music
- named pipe
- pdb
- permutation
- photography
- pixar
- postgresql
- Pycon
- python
- quicksort
- recommendation
- richard feynman
- science
- Search
- Semantic Web
- Setup
- shell script
- sql
- stack
- TechTalk
- tech talk
- TED talk
- Thoughts
- tips
- tricks
- troubleshooting
- Ubuntu
- Video
- virtualenv
- VLC
- Wolfram Alpha
- Wrapper
- Yakuake
Top Posts
Tag Archives: algorithms
Generating all possible permutations of a sequence.
P.S. – This Post is intended for people who want to know a simple,efficient approach to generate all possible permutations for a sequence.For real world software I would recommend using standard library functions. All of us at some moment while … Continue reading
Posted in Algorihtms
Tagged algorithms, donald knuth, effecient, java, knuth, permutation, python
2 Comments
How Google News Recommendation Engine Works!! [Video]
I just finished watching a Great Tech-Talk on how Google news recommends relevant news items one might be interested in and I thought it would be nice to share this video on my blog. Please note the talk was given … Continue reading
Posted in Technology
Tagged acm, algorithms, google news, Map-Reduce, recommendation, TechTalk, Video
Leave a comment