Skip to content

Instantly share code, notes, and snippets.

@jithusunny
jithusunny / resultmanager.py
Created March 26, 2011 06:28
A program to process the results of any batch of students under Calicut university with roll number in format [A-Za-z]+[0-9]+.
#!/usr/bin/env python
#Filename: resultmanager.py
#Author: Jithu Sunny
#Date: 18:03:11
#Blog: http://jithusunny.blogspot.com/
#Email: jithusunnyk (at) gmail (dot) com
import re
from urllib import urlopen
/*Filename: Saddle.c
Author: Jithu Sunny
Blog: http://jithusunnyk.blogspot.com/
Date: 06-03-11
Description: This program finds out the saddle points and their positions in a matrix of any order.*/
/*Change these macros to change the order*/
#define ROWS 3
#define COLUMNS 3