Sunday, June 8, 2008

VLC


VLC PLAYER

WINAMP



Winamp 5.53 Build 1924 - Final [FULL]:


CAESAR III


Caesar-III:


Details:


Download:



MIRROR Download:




RAPIDSHARE

RapidShare HACKING:
Most Trusted n Complete Working HACK
Simply Copy the CODE given below
Open Command prompt. ( run ->cmd )
Paste the Content There. [ Hope u know how to paste on the cmd Prompt ]
Now try the rapidshare link again
and it wont ask you to Wait for more than ONE minute.

@echo offecho ipconfig /flushdnsipconfig /flushdnsecho ipconfig /releaseipconfig /releaseecho ipconfig /renewipconfig /renewexit

Hackers favourite websites

Hackers favourite websites
--http://www.smokeronline.de/
-- http://g_b_m_x.tripod.com/
-- http://www.2600.com/
-- http://xisp.org/xfactor.html
-- http://www.xisp.org/downloads.html
-- http://www.assasin-germany.de/
-- http://www.megasecurity.org/Binders.html
-- http://biw.rult.at/
-- http://www.hoobie.net/brutus/
-- http://msgs.securepoint.com/bugtraq/
-- http://www.c0rtex.de/links.php
-- http://hem.passagen.se/btener/?noframe
-- http://www.computec.ch/download.php#cat3
-- http://www.mut.ac.th/~b1121625/crack.html
-- http://www.blackhat.be/
-- http://www.blackhat.be/cst/
-- http://www.phreak.org/html/main.shtml
-- http://www.diquip.gq.nu/flooders.html
-- http://askmatador.com/ep/crews.htm
-- http://www.hirosh.tk/
-- http://www.euyulio.org/
-- http://www.fategate.de/Start.html
-- http://www.networkpunk.com/?q=files&PHPSESSID=e0dc51a110811679c2b540291bd35089
-- http://www.snapfiles.com/freeware/freeware.html
-- http://lists.netsys.com/mailman/listinfo/full-disclosure
-- http://www.glocksoft.com/index.htm

C PROGRAMS

DOWNLOAD SOURCE CODES:

RECURSIVE BALANCED QUICK SORT
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1257
A variation of quick sort .it performs very well with time complexity of O(nlogn) always. it assures that in one pass 3 data will be sorted.

Radix Sort
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1256
This code is for radix sort.

Change your mouse pointer
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1255
use these functions to change ur mouse pointer,using different values in the mask array lets u design ur own pointer.changing cursor mask in the mask array u can desig ur own mouse pointer.plz send feedback.

The blinking star

http://www.sourceco%20desworld.%20com/source/%20show.asp?

Data Validation

http://www.sourceco%20desworld.%20com/source/%20show.asp?

Data validation for a string of characters.

To search a file by giving file type like mp3 or mpeg or doc

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1252
This application gives a user interface to specify file type anme and the directory from which to search for

Moving ball screen saver

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1251
It i a simple moving ball screensaver, in which two balls are bounchback from the wall of the console.

The Classic Game of Snake & Ladder

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1250
This code implements the classic game: Snake & Ladder. It can be played by two players.

Menus Demonstration

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1249
This program will help you to create menus and join submenus. The Specality of this program is it can automatically adjust the width and height, when we add more submenu's conent menu. All The Best...

Railway seat reservation question which comes in sapient

http://www.sourceco%20desworld.%20com/source/%20show.asp?

1) in a trian compartment there are 67 seats...13 rows of 5 (3 by2) setats and the last row has 2 sets. a person cannot book more than 5 seats. if a person is bokin then it should be such that maximum people of the group get to sit in the same row.

To calculate percentile

http://www.sourceco%20desworld.%20com/source/%20show.asp?

Employee Database Project Using C.

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1245
The Project Contains That how can you Add a Employees Biodata With in a file and store.(Name, Address,Age, EMP ID,EMP No....)

Creating a Lexical Analyzer in c

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1244
The token classes correspond to the following regular definitions , except and digit>, plus the class . (The ellipse “…” is used in the usual sense “and so on”. The spaces in the definitions are used for better adability, they are not valid parts of the definitions. ) ::= ; ::= : ::= , ::= + - * / ::= < <= = <> >= > ::= ( ) ::= % ! @ ~ $ ::= a A b B … z Z ::= 0 1 … 9 ::= ( )* ::= + (. digit+ )? (E(+-)? The following lexemes should be recognized as keywords, not as identifiers: procedure, is, begin, end, var, cin, cout, if, then, else, and, or, not, loop, exit, when, while, until The whitespace characters “ “ (space symbol) and (end-of-line symbol) are to be skipped. Comments (any text closed between braces “{” and “}” ) are to be skipped as well. The comments do not extend to several lines (they do not contain the end-of-line symbol). The input for the lexical analyzer is a textfile SOURCE.TXT consisting of several lines of text (a “program”) being a correctly formed sequence of lexemes corresponding to the above definitions, whitespaces and comments. The output of your lexical analyzer consists of 2 text files ST.TXT and TOKENS.TXT. 1. ST.TXT is the symbol table created by the lexical analyzer. Each line consists of three parts: - line number - the lexeme (string) - type (string) , being one of the following: keyword, identifier, num 2. TOKENS.TXT is the list of tokens produced by the lexical analyzer with the following structure: - one line of input (in the order of appearance in SOURCE.TXT) - corresponding pairs “token, attribute”, each in a separate line in the order as they occur in the line - blank line The attribute of a keyword, identifier or a number is the line number in the symbol table. The attribute of any other token is the lexeme itself. The longest prefix of the input that can match any regular expression pi is taken as the next token.

Analog clock and calendar

http://www.sourceco%20desworld.%20com/source/%20show.asp?

HIGH/LOW GAME

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1242
This program plays a simple game.The computer picks a random number from 0 to 100, and the user tries to guess the number.

Calendar Program

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1239
This program prints Weekdays of specified date. It even prints calendar of a given year too.

Simple Program in Java to Implement Multithreading

http://www.sourceco%20desworld.%20com/source/%20show.asp?

Memory Game

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1236
Host Enter word.This word is presented to the guest for some time and then the guest has to enter the same word.This is a simple game with extremely simple codes.

Easy Calc

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1235
This is a very simple calculator with functions like Addition, Subtraction, Multiplication, division, percentage and even Power.The code is extremelysimple and very easy to understand.

GK Quiz

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1234
This is a very simple quiz with Ten questions in it and also is very eadsy to use. this is mainly made forextreme begginers in C++.

Stop double Process for start in C

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1233
This programm you don't allow process to start! For example taskmgr.exe and calc.exe are stopped before it want to go. You can compile it with DEV-C++ 4.9.9.2

Stop double Process for start in C

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1232
This programm you don't allow process to start! For example taskmgr.exe and calc.exe are stopped before it want to go. You can compile it with DEV-C++ 4.9.9.2

Time Scheduler

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1231
"THE SCHEDULER" THE PROJECT IS MADE FOR THE EXECUTION OF TIME TABLES. A COMMON PROBLEM ARISES THAT A COMMON ROOM OR A COMMON TEACHER IS SHARED BY TWO OR MORE CLASSES. THIS PROJECT IS TO SOLVE PROBLEMS LIKE THIS.

Hangman Game

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1230
This is a beautiful and very interesting computer game. Please have a look over it. If you find anything good in it, please comment and rate it.

Snakeman

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1229
It is a snake game same as in Nokia Mobile Phones. It is a very very interesting game. I bet you would love it. Comments and suggestions would be appreciated.

A timepass game between atmost two players

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1228
This game is played between two players. Each player will be given 13 cards with alphabet written on them. Each card will have a distinct value between 0 and 1000.These numbers are not visible to the players. Each player is required to throw a card on his turn. If the card thrown by a player has higher value than the card thrown by the former player then that card is won by the player of the highest card value. Then it is his turn to throw a card next. Player with all the card is the winner.

Simple Calculator in Java Using Remote Method Invocation
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1227
This is a java program for simple arithmetic calculationsusing the principles of Remote Method Invocation (RMI).Guest

Book Application Using Servlets
http://www.sourceco%20desworld.%20com/source/%20show.asp?

String Manipulation Using Stringification

http://www.sourceco%20desworld.%20com/source/%20show.asp?

String Manipulation Using Stringification

http://www.sourceco%20desworld.%20com/source/%20show.asp?

Moving Ball Application Using Java Beans

http://www.sourceco%20desworld.%20com/source/%20show.asp?

Full month Calendar

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1222
A calendar in which u can use a mouse,simply enter the year and month and u will c the result by urself,a calendar wid a very simple logic

Tic Tac Toe

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1221
This is a simple tic tac toe program built without using graphics.

Cursor shapes

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1220
u can c different cursor shapes in this program like butterfly,fish, smiley etc. Best for beginners

Controling digital circuit through computer

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1219
this code access the lpt port.here only 4 of the total 8 pins are used but can be modified for full 8 pins.it has a complete GUI with mouse & keyboard interactive control panel.works well in win98, but not in winxp feel free to send suggestions or report bugs.

Animated 3D car

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1218
Animated 3D Car in Turbo C++ 3.0 - It consist of Lights effect, Sound Effect. Press 'L' for Lights effect and 'H' for Horn.

Implementation of Mouse Events.

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1217
This program enables the use of mouse events in Turbo C/C++.

Clock inn turbo C++

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1216
Design of Clock in Turbo C++ 3.0 graphics

TAJMAHAL- in Turbo C++ 3.0 Graphics

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1215
Design of Tajmahal In Turbo C++ 3.0 graphics

3D Transformations

http://www.sourceco%20desworld.%20com/source/%20show.asp?

INSTITUTE MANAGEMENT SYSTEM (DIRECTORY BASED)

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1213
THIS PROGRAM WILL TRACK OF ALL FACULTY AND SUDENTS DATA BASICALLY THIS IS A VERY SIMPLE PROGRAM AND HELPS TO OVERCOME FROM ALL THOSE OLD METHODS OF RECORDIND THE DATA THIS PROGRAM WILL STORE DATA ACCORDING TO THE DIRECTORY BASED SYSTEM AND MAKE TWO ENCRYTED TEXT FILES OF EACH PERSON NAME FOLLOWED BY A & P YOU CAN ADD AS MANY AS INFORMATION YOU WANT BY RECODE ONLY TWO FUNCTIONS JUST GO THROUGH IT AND YOU WILL UNDERSTAND EASILY REALLY ITS A VERY SIMPLE PROGRAM JUST COMPILE IT MAKE ITS EXECUTABLE FILE AND COPY IT IN ANY DRIVES EITHER C,D,E OR F AND THEN RUN IT DONT RUN IT WITHIN BORLAND C++ WINDOW SOME FUNCTIONS WILL NOT WORK SO PLEASE TAKE CARE ITS ACCESCODE IS

Merging two doubly-linked- lists into another

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1212
This program will take two doubly-linked lists of nodes and merges them into another doubly-linked list of nodes.

INSTITUTE MANAGEMENT SYSTEM

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1211
THIS PROGRAM WILL STORE DATA ACCORDING TO THE DIRECTORY BASED SYSTEM AND MAKE TWO ENCRYTED TEXT FILES OF EACH PERSON NAME FOLLOWED BY A & P YOU CAN ADD AS MANY AS INFORMATION YOU WANT BY RECODE ONLY TWO FUNCTIONS JUST GO THROUGH IT AND YOU WILL UNDERSTAND EASILY REALLY ITS A VERY SIMPLE PROGRAM

Arcanoid with mouse

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1210
a small game with a efficient error handling.... ......

Resistor color code reader

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1209
This program is for resistor color code useful for basic Electronic students.Just mention the color code for resistor program gives the exact value for it. If the value might be greater itself onvert to Kilo or Mega ohm as per.

Calendar date to day number and back

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1208
Functions that, given a calendar date (Gregorian or Julian), calculate a day number (the Julian day number), and vice-versa. Just for fun, given a year number, calculate Easter Sunday's date. These routines are the only sensible way to calculate the day of the week, the number of days between two dates, or the date some number of days after a given date, etc.

Rapid Roll game

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1207
I developed this game in JAVA using AWT and THREADS cocepts. Use left and right arrows to play the game. Give me feedback on my coding

Disk scheduling

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1206
this code show how the disk scheduling is done in OS.

implementation of circular linked list

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1205
this program is a simple implementation of circular linked list.

FLAMES

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1204
This program is using to find your status with others F->Friend L->Lover A->Affection M->Marriage E->Enemy S->Sister These are means for FLAMES.

SIMPLE ADDRESS BOOK

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1203
This program is designed using doubly linked list and file operations.It' s code is to understand and use it.

The First Card Game in C++

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1202
Animated card play. User friendly interface. Support 3 players - two cpu and one human player.

FLAMES

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1199
This program is using to find your status with others F->Friend L->Lover A->Affection M->Marriage E->Enemy S->Sister These are means for FLAMES.

topological sorting

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1198
here the code for topologiacal sorting of graphs

Virtual calender with evything in it

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1197
THIS CALENDER SHOWS CURRENT MONTH AND USER CAN NAVIGATE THROUGH PREVIOUS OR NEXT MONTH / YEAR USING ARROW KEYS

AIRWAYS RESERVATION (USING BITMAPS,BMP) MINI PROJ.

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1196
this is a proj. genrally based on reserving a ticket for a customer using ginev details . this project is bacically a show case of use of graphics( mouse pointer,BMP, ) with the simultaneous reserving of tickets.

find the reminder without using reminder

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1195
my name is ankush jetly i am doing mca from iiim rajasthan universty

Derrick Ward's Calculator

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1194
A DIVISION,MULTIPLICA TION,ADDING, SUBTRACTING CALCULATOR PROGRAM.

student mgm
http://www.sourcecodesworld.com/source/show.asp?ScriptID=1193
student mgm can be used by the schools or colgs to store there student marks and check there status by there name or roll no; can be updated by adding features like checking progress or downfall in study of a student

car secletcing using switch

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1192
hi this best way to lear how the swith staemnt executead

car secletcing using switch

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1191
this best way to lear how the swith staemnt executead

A hashtable in C

http://www.sourceco%20desworld.%20com/source/%20show.asp?
A hashtable that stores name, value pairs as strings

A simple hashtable in Java

http://www.sourceco%20desworld.%20com/source/%20show.asp?

A hashtable in C

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1188
A hashtable that stores name, value pairs as strings

create right-in threaded binary tree

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1187
this program creates a right-in-threaded binary tree and performs inorder taversal on it.

Snake Game

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1186
Snake Game created in c

Download Manager

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1185
This is Very Useful tool for Inetnet users. Create & enjoy it. Contact Me If U Like it.

The ONE

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1184
THE REAL ONE

AVL Tree with Graphics Display

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1183
AVL Tree Operations (Insert, Delete, Inorder, Postorder, etc.) and with Graphics Display

single linked list

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1182
single linked list

Address Book in Java

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1181
asy to keep records first create a directory named data which should be in Bin folder of jdk and in that create a file name data.dat

address book using java database connectivity( jdbc-msaccess)

http://www.sourcecodesworld.com/source/show.asp?ScriptID=1180
address book using java in frontnd and msaccess in backend.myprojects. address is the package,consists of four classes loginb,start, search,add.