Results for "Volume: C_Volume2"
This declares an easy to use time and date class with built in functions to generate string outputs of time and dates. It has a built in stopwatch, which doesnt work w/ borland and should be commented out. It has an example program which demonstrates the basic use of the class. (again, make sure to comment out the stopwatch section for borland users, it DOES work with MVC++)
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....)
Encode and Decode base64 at 6 megabytes per second !!!(on a Intel Pentium 233) Documentation is in the zip (full source code included). Based on Sebastien's functions posted few monts ago on this site.
Easily Compact & Repair a MS Access Database and display the size differences.
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!
It's my version of the 'Split' Vb function. Features: - Powerful - complete (returns array, array size, and error code if something goes wrong..) - sure (no error encountered since nowadays...) - easy to use (no dimmed array required, works with all separator of any size on any string...) - light (less than 15 lines of code...)
Finds the determinant of 3x3 matricies and solves systems of 3 equations with 3 variables.
Not much! Just ejects the CD tray in a funny way!
Well I found parts of this code on the net but all in all, I wrote most of it. I hope that you like this. I added functions to copy and paste in this version. So please be sure to let me know how you like this code.
Simple programming triva, written in C.
As the name implies you can design mouse pointers of your own. These pointers can be used in any dos based program and with extra ordinary ease if you are using TC 3.0 (i wrote all the code for TC). The interface is also very user friendly. It is just like any paint program. There are help bubbles to help you too. You can save and retrieve your designs in .icn files (Samples included). The rest of the features you can discover on your own.
Format the GetTickCount() API to days, hours, minutes, seconds and miliseconds. Useful to measure time elapsed between two points.
Recovers ALL passwords from the cache.
Gets how many times your form was loaded
Here's my first post on PSC !! This RGB Color Picker use DXImageTransform filter. If you like it, please vote for it ... :)
HALLO folks this is your own stephen antony the purpose of me writtimg this article was that i came across a question last week on my school exam on my computer science paper write down 10 HTML tags along with its functions the question i did well but on my school library i found many books telling different tags like and many many i thought why cant i share these with you in planet source code so that all programmers in perl,asp,php,java,javascript,can do more work while creating applications for the web if you liked it please dont forget to rate my code ok with love and thanks your own v stephen antony
This application is used to encrypt/decrypt text based on a given password, using the Simplified DES algorithm. It produces a different encryption for different passwords, it successfully decrypts text only when the correct password is given.
This application provides basic maintenance capabilities which are inquiry, update, delete and insert on basic personal information of personnels (great storing birthdays of your friends so you won’t have the excuse you misplaced the paper you used in writing them down). It includes login screen and uses the tabbedpanes type of screen. My codes shows how to use buttons, comboboxes, key mnemonics (if in case your mouse goes haywire!) and of course, JDBC concepts among other basic things in Java. Documentation is included on the source for easy understanding of what it does.
This is the second part of my previous article Write A Simple OS now ! . This time its not just Hello WOrld , but a lot more than that. I have written a very simple basic kernel coded in turbo C 2.0 . It also has a simple $hell. Just follow the instructions in readme.now...And don't forget to vote ;-).