Advertisement

Results for "Volume: 2002C"

2002C #16628
Write A Simple Operating System Now !

The Simple Hello World Operating System package contains a boot sector code(ASM) , boot sector writer , an exe header stripper , and a simple guide on how to build a small OS which prints a Message "Hello World !"

2002C #16303
FileSpliter

Splits files and combines them back together again, written in C

2002C #9098
DateFunctions

Use this module to do many calculations concerning dates. I will maybe add a few more later on. This module inlcudes the following Functions: 1. DayOfWeek (Returns the day of the week of a certain date) 2. DayOfYear (Returns the day of the year, eg. 31 December 1999 will be 365) 3. DaysBetween (Returns the amount of days between two dates) 4. DaysInMonth (Retruns the days in a specified month, eg. 29 in February 2000) 5. DaysInYear (Returns the days in a specific year, eg. 365 in 1999) 6. IsLeapYear (Returns whether a year is a leap year) Come on in, and take a look!!

2002C #9521
Large File Splitter

Uses Windows API to properly split and join large files. This code is extremely efficient and will split a 14 meg file into 1 meg chunks in just over 5 seconds depending upon your harddrive speed. This is not a weak attempt at the Line function (Like some other posts). This is the real deal. ** Updated Nov 30, 1999. **Now includes split to file count or file size. Creates Batch file for quick rebuild and no longer needs the Common Controls or Common Dialog box OCXs. Uses API calls instead. Includes code for a simple Progress Bar Replacement.** Updated May 23, 2001 **Added Copy to Floppy

2002C #9516
Common Dialog API calls

Here are the Windows API calls for the ShowOpen, ShowSave, ShowPrinter, ShowColor and ShowFont (Thanks to Jaen Saul aka SlowByte for his post) dialogs. Also included is the beginnings of the ShowFonts dialog but I am haning some trouble getting it to work. These calls are more difficult to use than the CommonDialog control placed on a form, but don't have the version conflicts that Early-Bound and Form-Bound ActiveX controls have. In addition, I have added the ability to center the dialog on the form or center it on the screen.

2002C #9517
VB Timer Replacement

This is an OCX example of the SetTimer and KillTimer API calls. You can essentially replace the VB timer with this example. The Interval property can be set to as long as 24 days. It also has a ProcessPriority property to easily change the priority of your application.

2002C #16533
_Useful and ez time and date class

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++)

2002C #16639
Calculator & Numeric Analysis

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....)

2002C #9241
Base64 - VERY FAST

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.

2002C #9299
Compact & Repair Database - Enhanced

Easily Compact & Repair a MS Access Database and display the size differences.

2002C #9534
OCX / DLL Registry File

This code will give REGISTER and UNREGISTER menu selections on the right mouse click on OCX and DLL files.

2002C #16624
Three by Three Matrix Utilities

Finds the determinant of 3x3 matricies and solves systems of 3 equations with 3 variables.

2002C #9543
CD-ROM Tray (My itchy tounge!)

Not much! Just ejects the CD tray in a funny way!

2002C #9477
Cipher/Decipher

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.

2002C #16312
Programming Triva

Simple programming triva, written in C.

2002C #16634
Ys Tech CursorMaker v2.02

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.

2002C #9550
ADVANCED Cache Password Recovery

Recovers ALL passwords from the cache.

2002C #9546
ADVANCED Form Loaded Times

Gets how many times your form was loaded

2002C #16629
Write An OS (II) - OPOS

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 ;-).

2002C #8958
String Replace *THE FASTEST*

This code is a direct replacement for the VB6 Replace function. Obviously, VB 6 users will have very little (if any) use for the function. It is intended for use with older versions of VB that do not have the in-built Replace function. I noticed a similar piece of code released earlier this week, but it only appeared to handle character replacing and not strings. This version will do both and it's pretty tight and fast.

Languages
Top Categories
Global Discovery