Thursday, 18 October 2012

Resume-Template

It is very easy and interesting to create the resume using latex documentary language.
Download the files from

http://satvirkaur.github.com/Resume-Template

Make changes into the resume.tex file means write your contents and run the command. You have a pdf of your resume.

Latex

LaTeX is a document preparation system for high-quality typesetting. It is most often used for medium to large technical or scientific documents but it can be used for almost any form of publishing.
LaTeX is not a word processor! Instead, LaTeX encourages authors not to worry too much about the appearance of their documents but to concentrate on getting the right content. Install LaTeX into Ubuntu. To install LaTeX on Linux do following steps:
$ sudo apt-get install texlive
The above command will install a basic subset of TEX Live's functionality. To install all the packages in the LaTeX distribution, you have to run the following command:
$ sudo apt-get install texlive-full

Sitting Plan Project

We are developing a project named "Sitting Plan". Tools being used are C++, MySql database,  make file, CGI to get the information from the browser.
Purpose: Its main purpose to minimize the cheating in the exams. There are 3 strategies(Methods by which students of different groups are sitting). 
Source Code:
The code of our project is at:

Download the code and run it by using following procedure:
1.) Extract the project folder.
2.) Open the terminal
3.) Enter into the project directory
4.) run command make
The provide the appropriate information and get sitting plan for your examination.
Enjoy it :)