Art, Science & Technology

Stuffs I find interesting and Stuffs I create

Inspiring Quotes from the author of "Learn Python the Hard Way"

  • Edit
  • Delete
  • Tags
  • Autopost

I read this book "Learn Python the Hard Way" some time ago. Actually the book was very basic as it was intended for people new to programming so it's not my type of book. What I liked was at the end of the book, there was an epilogue called "Advice From An Old Programmer...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Retrieving and viewing mails from Gmail in terminal using POP protocol

  • Edit
  • Delete
  • Tags
  • Autopost

First connect to gmail's pop server: openssl s_client -connect pop.gmail.com:995 This opens up a SSL connection with Gmail. For webmails using normal http, telnet is enough. It displays a big certificate and other stuffs. The last line of my response was +OK...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

How to find installation location of apache and How to create a sample module in Fedora

  • Edit
  • Delete
  • Tags
  • Autopost

After reading this article, you'll be able to find the installation location of apache have no trouble finding paths where logs, configuration files and modules are stored create a sample module and test it It is assumed that you have Apache Http Server already installed...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Small metaprogram using Python

  • Edit
  • Delete
  • Tags
  • Autopost

If you have used so many softwares, you might have come across some that shows some Tips dialog with a checkbox that says "Show tip on startup." If you get annoyed, you uncheck it. It won't appear next time. Guess how it is programmed. There must be some kind of a properties...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

A web crawler and twitter crawler using Python

  • Edit
  • Delete
  • Tags
  • Autopost

I still haven't started studying Python properly but doing fun tasks with it and learning on the way. I have made a Web Crawler that when given a url crawls through the child links recursively in a depth first order. Web Crawler Code:     import urllib,string,re...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Screen scraping a site with Python and storing the results into a sqlite db

  • Edit
  • Delete
  • Tags
  • Autopost

This is a small program. I was tasked with retrieving a small set of data from a webpage by screenscraping using python. http://money.livemint.com/IID64/F132540/Financial/Ratios/Company.aspx This is the data I should retrieve. I never learnt Python properly...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Multitasking in shell with screen command

  • Edit
  • Delete
  • Tags
  • Autopost

screen command: screen is a very powerful and awesome command in unix/linux. It is used to create multiple "screens" within a single shell. It is NOT the same as having multiple shells. Before knowing screen command, if I had a long running program ( a GUI program or...

read more →
  • 0 responses
  • Like
  • Comment
Tweet

Bash script to find mutual friends in twitter

  • Edit
  • Delete
  • Tags
  • Autopost

My manager gave me a simple(tough for me) assignment to learn.. Problem: Write a command line app using your favourite language that accepts 2 facebook ids and return a list of common friends between the 2 ids. I couldn't! I could make a program that list my friends...

read more →
  • 3 responses
  • Like
  • Comment
Tweet

Neembuu Uploader crossed 10k+ downloads and featured in a Japanese Magazine

  • Edit
  • Delete
  • Tags
  • Autopost

Hi y'all, I hadn't been updating on NU for a long time after getting job. Though I am sincerely committed to my employers, I will still be responsible to my previous projects that helped me improve in life. I will use my weekends on them. Shashaank (Neembuu Admin) has...

read more →
  • 1 response
  • Like
  • Comment
Tweet
« Previous 1 2 3 4 5 6 7 8 9 10 11 Next »
Posterous theme by Cory Watilo

Vigneshwaran Raveendran

Vigneshwaran Raveendran

I'm Vigneshwaran Raveendran, Trainee Engineer in CollabNet.

I have a passion to make things so I make Softwares in my free time. I make them for free, opensource and crossplatform so that most people get the benefit out of it.

My other interests are Anime, Astronomy, Gadgets, Movies, Music (especially MJ's), Science and Tech news.

TwitterFacebookFacebookPageFriendfeedLinkedInFlickrPicasaYoutubeYoutubeBlogger

Subscribe...

Subscribe to this Posterous
Unsubscribe
Subscribe via RSS
You're a contributor here (Edit)
This is your Space (Edit)
Follow by email »
Get the latest updates in your email box automatically.

Archive

2012 (6)
January (6)
2011 (24)
December (6)
November (1)
October (2)
September (3)
August (6)
July (1)
June (2)
March (1)
January (2)
2010 (64)
October (2)
September (1)
April (2)
March (4)
February (43)
January (12)

Contributors

  • Vigneshwaran Raveendran Vigneshwaran Raveendran

Tags

  • chrome extension (3)
  • google (2)
  • apple (1)
  • firefox addon (1)
  • microsoft (1)