Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #75636
Rich HTML

If any of you saw my submission awhile ago that converted RTF to HTML. This has the original code from that post, but also has a function that converts HTML to RTF.

C_Volume2 #82387
Superb MatriX Product

Multiplies any 2 mathematically possible matrices and gives result.Tough one to code so please do vote for me .

C_Volume2 #82388
Sorting and Searching Algorithms

This code contains all the common sorting/searching algorithms, all with comments. The program fills an array of user specified size with random numbers, then the program times the sorting and searching algorithms (picked at the user's discretion).

C_Volume2 #82389
Snakewin32

Provides fun for the gaming community =) Want to say that its my first win32 program and its final because its purpose is to ready me for my upcoming rpg =)

C_Volume2 #75637
A COMPLETE WORKING KEYLOGGER IN DELPHI

OK, I've received some feedbacks on my VB 'Hooking' keylogger asking for DLL code. I am sorry that I didn't post it then 'cause I thought it to be too basic for a person who knows Delphi/C and too advances for the person who is interested in VB only. Well: here's the Keylogger. BTW it will show to some of you how to use the GetKeyName function. I mean, there is no such code: IF Keycode=13 then Log("Enter"), if KeyCode=27 then Log("Esc"), etc.... It logs all the keys except Print Screen. Once again: I AM SORRY FOR POSTING DELPHI CODE - YOU ASKED FOR IT!!! I included the exe file for those, who don't have delphi compiler. Anyway, just try it (and see how a keylogger must be done:) before posting your "timered" keyloggers here. {To you Ian - Why don't you make a DELPHI section here ????!!!!!!}

C_Volume2 #82390
Console Snake

WORKS WITH DEV Yet another snake from me, this one in console. My first real c++ project, i think i´ts a good resource for learning mostly because i´ts clear and i've put notes everywhere, for some reason the tail is like matrix... dunno why somone wanted me to do it =) if you want without matrix its easy to fix or just ask me...

C_Volume2 #82391
a BEST CALCULATOR

Please vote me!!!factorial & delta & +,-,*,/,%, ... . it is fine. if you have a time vote it.I have better versions of the calc that I will be posting .

C_Volume2 #75638
ColorLab v3

The previous ColorLab (still on this site) was a color picker/sampler/mixer that displayed HTML & VB Hex codes (among other things...). This one does that PLUS you can now: >> Save, Load, Print & Export your favorite colors >> Generate HTML Color charts from your favorites >> Load a GIF or JPG and see it with your color as a background (yes, transparency works) >> Find the 'average' color of the loaded GIF or JPG. It also demonstrates how to move 'floating toolbar' window when the main window is moved (not MDI windows). Plus, I added some simple 'help' pop-ups and re-labeled the controls to make it easier to use. Again, thanks to Matt Hart & others here whose work I built on for parts of this.

C_Volume2 #82392
Alternating Winsock Chat

This code is just a little beginning project of mine that I wrote when I first began learning to use winsock. Because this was my first practical application of my winsock knowledge, it is not quite so sophisticated, and it is thusly an ALTERNATING chat program. . . sorry. . .anyway, even though I wrote this code about 2 years ago, and it is useless to me now, I thought I would post it for those who may wish to learn winsock and need a good example. I tried my best to comment it, but I am really not used to using many comments in my codes, so bear with me. If you need any explanations, mail me.

C_Volume2 #75639
T3D. Puts a real 3D border arround ANY control !

T3D function: Puts a 3D-border arround any control. This border has 2 levels: outer border and inner border. The border can be raised, inset or mixed, filled and not filled. It works only on a normal (standard) form, with the backcolor RGB(192, 192, 192) Syntax: T3D Form, Control, Bevel, [Style], [Filled]

C_Volume2 #75640
Random Terrain Generator

Generate very detailed random terrain. Uses a random seed generator so that if you enter the same number with the same parameters it will generate the same map for you. It includes many options like detail, smoothness and water level. After building it allows you to rotate it three-dimensionally.

C_Volume2 #75641
Anonymous Email Msg [ASP Code]

Send email messages anonymously across the internet or intranet. Great for making a paging service. Can also be altered to get feedback from your own web site. Just set the To Address up as a static address. Set it up on a Personal Web Server or a Remote Host. If you chain your local server through many proxies, you could essentially have true anonymitity. This code is not intended for illegal use. Please be responsible in downloading this code. Could potentially be dangerous in the wrong hands. I now have a Server setup for you to see how this works live. The only difference is that it tracks your IP, Email Address you sent to, and the message you sent. The email that is sent to the person has YOUR IP address in Bold for them to see. This is just a precaution so that you DO NOT Abuse it. If you want to see the live server and recieve a temporary USERID and PASSWORD, send me an email to mheath30@hotmail.com. Subject="REQUEST USERNAME, PASSWORD, AND SERVER ADDRESS FOR ANON EMAIL". In the body leave your name and address.(For security precautions only.) You must use a real email account! No hotmails, yahoos, email.com, or anything like that. I'm sorry that the prerequisits are high, but I have to ensure you won't ABUSE the server. If you feel like sending more email, send me a second one Subject="Send EMM Info". Thank you, Enjoy the code!

C_Volume2 #75642
Disable ALT+F4 in a Form

Disable the shortcut ALT+F4 in a Form

C_Volume2 #82393
FTP client

FTP client developed in Borland C++ Builder 5. Please rate it! :)

C_Volume2 #82394
Legends of Evil RPG with Level Editor and featuring FileLump 1.5!!!!!!

This is an RPG on my BruteForce DirectX graphics engine

C_Volume2 #75643
Combine pictures transparently at ANY percent!

This killer code demonstrates the fastest and most efficient way to combine pictures transparently. Designed to be used in a paint program or game, this picture will combine 2 pictures at any percent transparency. I haven't seen code of this nature anywhere else on the site, so be sure to check this out. This code could also be used to fade pictures into eachother (like they do in MYST with transitions mode on), if you're interested. Includes picture loading and saving code as well.

C_Volume2 #82395
Winsock Server With Multiple Connections Support

A Non-block winsock server that can handle multiple connections. It isn't finished yet, but i'm hoping finish it soon. It currently is just a console application that shows what the user sends & detects new connections / disconnections. I will soon add suport for linux and add functions to send/broadcast messages. I'm new to C++, besides the hello world app this is my first c++ proggie. I'd appreciate some feedback very much. And like to hear from you how I can improve my server (Its killing my cpu :), would it be better if I'd ran my server in a seperate thread???)

C_Volume2 #75644
Processor Usage

Processor Usage with Progressbar. Windows NT is not supported :-) Who find a way ?

C_Volume2 #82396
CompressHuff

CompressHuff compresses single files using the Huffman compression algorithm. It will compress any text, binary, AVI, MOV or other file.

C_Volume2 #75645
An Advanced Scientific Calculator

Hi folks. This is an advanced scientific calculator version -2 . Performs trignometric , logarithamic , exponential functions , memory operations. Also it can store infinite number of values in memory u can view and copy down the values from memory to your display. Compleete source code is avail in ZIP. Thanks for your cooperations .....also don't forget to rate the software please.

Languages
Top Categories
Global Discovery