This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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 |
NewerOlder