Results for "Category: Complete Applications"
A simple sendmail utility for Windows 98/NT at the TCPIP socket level, based on RFC821. A needed addon for Windows. Operated in command-line/console mode.
This tool allows user shutdown Windows after a time up to 4h + 30minutes. Left, Right or Ctrl+Left, Ctrl+Right can be used. Please try and vote ...................... :)
A graphical alarm clock. Everything is done in a device context. Program includes shaping a window to a bitmap, drawing to a bitmap in a dc, timers, and other neat algs.
Encrypts a file
This program lets you open a file in a binary mode, so that you can see every byte, the ASCII for that byte and the 8bit sequence of 0 and 1. By right-clicking over a row you can see the 16 bit value (in decimal and hex. of that byte and the byte after, same way you can see the 32 bit values). You can open a file in three ways: by putting this program in your 'SendTo' folder, by drag&drop over the executable, by running the exe, program will ask you to open.
Command.com - DOS command Interpretor. Open Source Development project at freedos.org. Submit any updates there. Very Interesting!!!
1st crypt is a cross-platform command line encryption-decryption utility. The Zip file contains executables for Linux, QNX and DOS platforms. Execute it in the same directory as the file to be encrypted.
It is the code of a scientific Calculator With all Functions of a Scientific calculator... It has no built in functions like(sin,cos,log...) And also it has a Part for The numeric Analysis Problems e.g(Cramer's Rule,Newton Raphson,Bisection....)
The essential part of the operating system, responsible for resource allocation, low-level hardware interfaces, security etc.
1stsplit is a cross platform file splitting utility. Executables for Linux and QNX included. Use this code freely. Give me some credit if you can!
: A program is required to input, analyse and output student records for an up to 20 persons class. Every student record consists of a student identification number, a student name, and the number of credits completed. Functionalities: The user should be able to 1. 1. Initialise the student records from the keyboard. 2. 2. Save the student records into a file. 3. 3. Read the student records from the file. 4. 4. Search and print out the record detail for any student by typing in the student identification number. 5. 5. Find out the student who got the maximum credits number and display the detail of this student. Programme structure: The program should contain 1. 1. An options list for user to choose the functionalities. 2. 2. A data structure representing the student records using structure and linked list or array. 3. 3. At least three functions, one for searching a student record by the student identification number, one for finding out the student who got the maximum credits number, and one for displaying the student record detail. 4. 4. Code with well-chosen variable and function names. 5. 5. Code with suitable comments. The documentation: A flowchart and a description of the design process and the data structure for the program should be given. A description of the status of the program should be given (such as fully working, partially working, or not working).
This application is an alternative solution to the common boss-around-the-corner-quickly-alt-tab problem. Instead of fumbling the alt-tab key to hide you active application (and minimizing it to the taskbar) , by using the hotkey feature, you simply hit the PAUSE key which will completely hide the active window AND remove it from the taskbar, thus showing no evidence of its existance on the desktop. Another convineince is, you can also hide non-active applications without terminating it so that it doesn't clutter your taskbar, and then reveal the window back again anytime you choose.
Demonstrates how to use devices such as webcameras, scanners and other for recording or taking snapshots, also how to implement support for Microsoft Windows XP stylesheet (ComCtrl v6). Do rate and comment this piece of code for future updates and fixes.
This is an Antivirus Utility with Files service and Directory Related Operationbs. Run EXE in order of Advance features of Utility in Command prompt.
This is a Simple Encryption/Decryption Program that uses The Windows API. It utilizes a Splash Screen, Dialog Password Box, and File Input and Output. This is a complete Encryption Program.
This was my final for my intro to computer programming class, it is a console vending machine. It contains good examples of classes, pointers, bubble sorts and lots more. This is also the first program I tried to make Object Oriented. The code is thoroughly commented. Feedback is appreciated (positive and negative)! Thanks for looking!
To save time during computer operation, no more pushing the traditional start button then point at accessories etc.... this is best for new computer user.
Enter student names, they get random grades from 40 to 100. Able to sort by name or average & search for a name.
Visual B Cutter is developed by Bongani Hlope and tested , modified , remmended by me .. i think i deserves to be rated !! compile and see!!
***Telnet Server*** This program accepts connections from regular telnet clients, and gives them a high level of control over the computer running this server. This is the most powerful Remote Administration (RAT) program on PSC as far as i know. Ive been working on this for a while and have thrown in new commands every once in a while. This program is fully multithreaded, with threads creating threads creating threads. It can accept an unlimited number of connections, with connections making connections (via telnet proxy), and it can still run smoothly. Parameters to commands are specified using a space. for example you can type "SENDMSG 4398 16 0 0" to send the WM_CLOSE (16) command to handle 4398. Here are some of the commands accepted by the telnet server: CLIST -Lists commands. Just type this to get a list of commands. close - tell server to drop connection eecho - enables echo of any recieved data decho - disables echo commtest - tests communication etween server and client gethostname - returns host name of computer trmnt - terminates server (proccess) (dont worry it gets more interesting) getclip - gets server's clipboard data setclip - sets it. shutdown, reboot, logoff - guess? progs - enumerates all the running programs / proccesses on the machine running the server. killp - sends message WM_CLOSE (16) to handle specified sendmsg - sends a message to a handle shell - ShellExecutes the parameters dir - lists files / folders in current directory (set using CD) msgbx - creates a messagebox on the server machine. (msgbx ?, for more info on icons etc...) telnet - ok this is a powerful command. it allows you to connect to another machine (TELNET [ip] [port]) (haha, you can try connecting to yourself again and again to test the super multithreading!! lol (ive done about 50 self connects, creating over 100 threads, and it still runs fast!) setv - sets the wave out volume (i just threw this in here so i could control the volume of my music from a wireless link on a laptop) the following file system commands are supported: cd (change directory), del (delete), rename file, copy file, move file, make directory (MD), view a file and write to a file any thing else people would like me to add please comment. NEW ADDED FOR VERSION 3.0: DISCO -Disconnects internet connection. (dialup) HIDETB -Hides the taskbar. SHOWTB -Shows the taskbar. HIDEDT -Hides the desktop. SHOWDT -Shows the desktop. HIDECAD -Disables the Ctrl + Alt + Del Sequence (Close Program). (Windows 95/98/ME only) SHOWCAD -Enables the Ctrl + Alt + Del Sequence (Close Program). OPENCD -Opens CD Drive. CLOSECD -Closes CD Drive. NEW IN VERSION 3.10: Telnet proxy redone to use less memory and run faster (winsock noblocking mode instead of threads) PING command added, allows ping of remote computer (from server). NSLOOKUP added, does query on hostname and returns IP. Authentication addded. Stored password in registry (set with PASS command). If enabled, will require password to access.