about 1 year ago - No comments
i was trying to explain sockets to one of my friend and this is what i used, the code should be self explanatory, this is a very simple application of sockets… download here
about 1 year ago - No comments
LUG Manipal is organising a workshop on Python, which is a dynamic object-oriented programming language that can be used for many kinds of software development. It runs on Windows, Linux/Unix, Mac OS X, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. It comes with extensive standard libraries, and can be learned in a few days.
about 1 year ago - 1 comment
Almost 15days have passed since my vacations and i am really enjoying it, i get great Home cooked Food, enjoy pastries and stuff form a not so far bakery can sleep for as much as i want ( which is mostly around 7-9 hrs ) spend my whole time watching Movies, Series and Learning new
about 1 year ago - 3 comments
I am posting to my blog after a long long time and a lot has happened, first Lets start with MobiVision. MobiVision (Brain child of Subhendra Bhaiya) was a workshop conducted by people from LUG Manipal ( well not officially but everyone involved in it was from LUG Manipal ) as the name suggests it
about 1 year ago - No comments
i was just thinking about making the very famous IAL script of DJ in python and here is it and its damn simple import urllib, urllib2, time username = “Your username” password = “Your Password” interval = 10 data = {“loginID”:username,”loginpassword”:password,”flag”:”0″,”popcheck”:”0″,”submit”:”Sign In”} value = urllib.urlencode(data) request = urllib2.Request(“http://192.168.150.2:8080/clntAuth/clntAuth_main.jsp”,value) print “Logging In\nMade by Ankur – http://ankurs.com”
about 2 years ago - 3 comments
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 import *
about 2 years ago - No comments
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 takes every thing further. Google