Archive for the ‘Special’ Category

Creating a Simple Chat Application with Python

Thursday, May 1st, 2008

Creating application with Python is very simple, here is a simple chat application made by using the socket module, it has 2 parts First Server and Second client, you run the server first and then connect the client to it, here is the code Here is the Server Code #!/usr/bin/env python from socket ...

Manipal Bloggers Meet

Friday, April 18th, 2008

So am at the Manipal Bloggers meet with 4 of my friends and well the updates are coming up on twitter so check my twitter feeds http://ankurs.com/twitter And also check out Manipal Blog feed agregator http://planet.ankurs.com

First Manipal Facebook application

Tuesday, April 15th, 2008

I have made a facebook application on the lines of all those What ______ are you??? and its What MIT Character are You??? its written in PHP and is well the First Manipal Facebook application as fas as i know..... and well i am seriously waiting for more questions for ...

Automatic Login and pop-up block on I-ON

Wednesday, April 9th, 2008

Are you sick of the same I-ON login page that asks you to enable pop-ups every time you open your browser and try to access the Internet, are you sick of entering your username and password again and again. I think i have a very very simple solution for all ...

Google announces AppEngine

Tuesday, April 8th, 2008

GoogleCode at their second CampFireOne announced App Engine a developer tool that enables anyone to run their web applications on Google's infrastructure , which will be a closed beta with with only 10000 developers having access on first come first serve basis. its similar to AWS (Amazon Web Services) but ...

Moved to a fully hosted http://ankurs.com

Friday, April 4th, 2008

Finally i have moved to a fully hosted Wordpress 2.5 blog from my previous warofwords.wordpress.com blog and it rocks!!!! Hosting is provided by Racked Hosting and the plan is very big for my needs so i am sharing it with Sohil who is going to bring a blog at http://weirdspectrum.com/ soon, ...

Making Xml dump of MySQL

Tuesday, March 18th, 2008

Yesterday when i was trying/searching for a way to generate XML file from PHP so as to use it in Project 11, i came across a way to make a direct database/table dump from mysql and its damn easy all you have to do is type mysqldump -u username -p --xml ...

Real Programers

Saturday, March 8th, 2008

xkcd rules!!!!!!!!!!

iPhone Finally gets an SDK

Friday, March 7th, 2008

So finally the much-anticipated iPhone / iPod touch SDK (Software Development Kit) is released, this will start third-party development for these devices. Developers will have access to the same "Cocoa Touch" framework and all other APIs used by Apple for iPhone software development apart from this they will have ...

Silverlight comming to Nokia Phones

Thursday, March 6th, 2008

                Nokia announced to make Silverlight the Flash alternative being pushed by Microsoft, avaliable for Symbian S60, S40 and Internet Tablet Devices, which will be available by the year end. it means people with Nokia Devices will be able to see content, notably video, written ...