EXPLORE


0.0
0.0
0%
$15 USD / Hour
・

India (2:02 PM)
・
Joined on December 7, 2012
$15 USD / Hour
・
I am currently working in GISE Lab at IIT Bombay as a Research Assistant. My homepage is here: [login to view URL] I have been involved in freelancing for over an year and I have successfully delivered over 60 projects during this time.
Verifications

Master's Thesis in LaTeX
![UI based code implemented in Java.
Allows the users to initiate and play a game of sudoku, get hint and solve a suduko.
Hosted at: http://sourceforge.net/projects/bsudoku/
Part of the code [for calculating next step]:
public void nextStep(Vector pos[][])
{
possible = pos;
boolean stepPos = false;
int len;
for(int i=0;i<9;i++)
{
for(int j=0;j<9;j++)
{
len = possible[i][j].size();
if(len==1)
{
labels[i][j].setText(String.valueOf(possible[i][j].firstElement()));
labels[i][j].setBackground(Color.red);
currsol[i][j] = Integer.parseInt(labels[i][j].getText());
backtrackcount[i][j]=Integer.MAX_VALUE;
stepPos = true;
}
...](https://cdn5.f-cdn.com/files/download/14117817/OsexrBsudoku.png?fit=crop&image-optimizer=force&format=webply&width=894&height=672)
Sudoku Solver in Java

Animating a Unicycle in C++ with OpenGL

MIS Project: Tours, travels and packages with Hotel Booking

Server Administration System in Java

Master's Thesis in LaTeX
![UI based code implemented in Java.
Allows the users to initiate and play a game of sudoku, get hint and solve a suduko.
Hosted at: http://sourceforge.net/projects/bsudoku/
Part of the code [for calculating next step]:
public void nextStep(Vector pos[][])
{
possible = pos;
boolean stepPos = false;
int len;
for(int i=0;i<9;i++)
{
for(int j=0;j<9;j++)
{
len = possible[i][j].size();
if(len==1)
{
labels[i][j].setText(String.valueOf(possible[i][j].firstElement()));
labels[i][j].setBackground(Color.red);
currsol[i][j] = Integer.parseInt(labels[i][j].getText());
backtrackcount[i][j]=Integer.MAX_VALUE;
stepPos = true;
}
...](https://cdn5.f-cdn.com/files/download/14117817/OsexrBsudoku.png?fit=crop&image-optimizer=force&format=webply&width=894&height=672)
Sudoku Solver in Java

Animating a Unicycle in C++ with OpenGL

MIS Project: Tours, travels and packages with Hotel Booking

Server Administration System in Java
No reviews to see here!
Experience
Research Assistant
Jul, 2010 - Present
•
16 years
GISE Lab, IIT Bombay
Jul, 2010 - Present
•
16 years
Web developer and Master's student @ IIT Bombay
Jul, 2010 - Present
•
16 years
Education
Indian Institute of Technology, Bombay
2010 - 2012
•
2 years
M. Tech

India
2010 - 2012
•
2 years
B.Tech
2006 - 2010
•
4 years

India
2006 - 2010
•
4 years
Qualifications
Microsoft Student Partner
2009
Microsoft
Student representative and promoter for Microsoft Technologies
2009
Sun Certified Java Programmer
2009
Sun Microsystems
100 percentile.
2009
Sun Campus Ambassador
2008
Sun Microsystems
2008
Publications
Modeling the Effect of Incentives on Technology Diffusion of Two Competing Species
INFORMS
Mathematical models and simulation results for technology diffusion in competing market.
Certifications
Freelancer Orientation