skip to main
|
skip to sidebar
Home
Hacks
Internet
Mobile
PSU
PSU JOBS
security
simple tips
programming
C++
Batch
Masm
Sunday, 14 August 2011
Happy Independence day
12:38
sooraj.m
No comments
Proud to be an INDIAN
Posted in:
august 15
,
independence day
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to our RSS Feed
Follow Us on Twitter
Be Our Fan on Facebook
Followers
Popular Posts
Sorting of matrix elements-C++ program
#include<iostream> using namespace std; #include<conio.h> int main() { int a[20][20],n,b[20],m,i,j,k=0,t; cout...
No third variables and pointers-C++ swapping program
#include<iostream> using namespace std; #include<conio.h> int main() { int a,b; cout<<"Enter two numbe...
Validation of name fields using javascipt
The following code can be used for validating name like fields.(Useful when dealing with html forms) This code uses two built in functions...
Masm program-Palindrome checking
printmsg macro msg mov ah,09h lea dx,msg int 21h endm data segment n db 0 array db 40 dup(0) revarray db 40 dup(0) cr equ 0dh m...
Make bootable pendrive for ubuntu(in windows platform)
It is very easy. First download Universal-USB-Installer. Just fix the locations of pendrive and ISO image. Click create button. That...
Total Pageviews
Archives
►
2017
(12)
►
January
(12)
►
2012
(24)
►
October
(5)
►
May
(5)
►
April
(1)
►
March
(1)
►
February
(6)
►
January
(6)
▼
2011
(70)
►
December
(10)
►
November
(5)
►
October
(1)
►
September
(13)
▼
August
(26)
Run turbo C++ in windows 7 ultimate
Bypass keyloggers - Increase your privacy
Use gmail space as hard disk drive
Batch file program -Simple Integer Calculator
Make your own search engine
Get the ip address of Email receptionist
Split and join .001 more easily
Hack passwords from browsers
Simultaneously convert multiple videos to one format
C++ program to find square root of a perfect squar...
Use multiple operating systems simultaneously
Move pictures in a website with mouse pointer
Run Graphics programs in Dev C++
How to download entire websie
Disable autorun in windows 7- No software needed
Happy Independence day
Unlock copy protected CD or DVD
Complete security for your system-no need of antiv...
Repair your corrupted pendrive
How to remove temporary files from your system
Complete hiding of folders using batch file
HTML code to display IP address of the visitors of...
Comparison of internet speed and rate of different...
Remove software completely including registry entries
C++ program to generate pascal's triangle without ...
Make remote control and desktop sharing more easier
►
July
(15)
0 comments:
Post a Comment