Input and output redirection in unix system
Click Here
Rajmani Arya
Saturday, 16 January 2016
Monday, 7 September 2015
Classical Multithreading Problems SET - 1 ( Producer Consumer problem)
A popular problem in Multi Threading Producer - Consumer Problem
see code
USAGE :
build : g++ -std=c++11 filename.cpp -o filename -lpthread
run : ./filename
see code
USAGE :
build : g++ -std=c++11 filename.cpp -o filename -lpthread
run : ./filename
Monday, 9 March 2015
Tuesday, 24 February 2015
Monday, 16 February 2015
Assembly Language Tips
0. Circular Page Scrolling
1. Print contents of 1st page to 7th page , 2nd page to 6th page and so on...
Click Here
2. Assembly Language code for printing a Message in middle row and it moves forward along the screen CLICK HERE
3. For Getting a number as input and Display a number less than 65536 Assembly
4. Print a square on the screen. SQUARE
5. Binary Calculator
6. Digital Clock
7. Pop Up Menu
1. Print contents of 1st page to 7th page , 2nd page to 6th page and so on...
Click Here
2. Assembly Language code for printing a Message in middle row and it moves forward along the screen CLICK HERE
3. For Getting a number as input and Display a number less than 65536 Assembly
4. Print a square on the screen. SQUARE
5. Binary Calculator
6. Digital Clock
7. Pop Up Menu
Saturday, 7 February 2015
Java Projects
I did some simple Graphical user interface project in Netbeans Java.
- Sudoku Solver which can solves any 9x9 Sudoku.
- Puzzle game like arranging number in a particular format
- Tic Tac Toe game ( Player vs. Player)
- Simple Contact Database using Microsoft SQL Server (Insert , Delete , Update and Search operations)
- most popular Snake Game
- Simple Calculator
Subscribe to:
Comments (Atom)