about 1 year ago - 7 comments
It all started with a failing Student’s Teacher Feedback System, designed by few fourth year students of my college, in oct-nov 2008 the system was not able to scale and everything was reverted back to paper, it was then when i was contacted by a teacher from my Department ( Information and Communication Technology ),
about 1 year ago - 1 comment
There was a workshop conducted by engineers form SUN in our college regarding JavaFX, which went quite well. I was planning to start with JavaFX but as there was no Official release of any Linux SDK, it kept me back but this semester i had to install Windows because of my University which wants me
about 1 year ago - 52 comments
a few days ago ION (WiFi provider in Manipal University) started an ISA based proxy using NTLM authentication, which according to them was a client install!!! some people were facing problem with it, like their browsers were asking for authentication (login) again and again, and repositories were not working on Linux. So here is a
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 - 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
Finally i got a chance to use the awesome LAN at the college campus and it was a very good time to update the packages, but there was a problem it had a proxy, so i typed man yum and was pointed at man yum.conf and there it was a simple solution, all the you
about 1 year ago - 3 comments
After yesterdays efforts i have now made a complete working Python IAL (ION Auto Login) script which can store your password and checks for login in every 1 Min and continues till you stop it, here is the Code iimport urllib, urllib2, time, cPickle class ialv1: interval = 0 username = “” password = “”
about 2 years ago - No comments
Hi everyone! This is my first post on Planet Fedora so i think i should introduce myself My name is Ankur Shrivastava, i am doing my BE-IT, I have been running linux since 2004-2005 and Fedora is what i really love, anyway you will be seeing me around……….
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 - Comments Off
[ankur@x121 ankur]# history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head 360 sh 144 yum 67 poweroff 62 nautilus 41 nano 26 mysql 23 python 18 ssh 18 exit 12 kill PS :- I have a lot of shell scripts made for my daily tasks!!!!!!!
about 2 years ago
Great job, we were developing an RH facebook app but I had to stop midway due to too much workload.