Advertisement

Results for "Volume: C_Volume2"

C_Volume2 #81342
A simple math enhancer game

This code is an example of advanced if/else statements using the shell of a math game.

C_Volume2 #81343
MP3 Decoder/Playback Source

This code demonstrates how MPEG-Layer 3 (MP3) files are read by programs like WinAmp and Windows Media Player. Note this code uses no Windows API calls, DLLs, or OCXs. This is the *RAW*, *VERY UNREFINED* CODE for reading and playing MP3s. It contains no examples, but is based on FreeAmp, so if you want an example, FreeAmp is as close as you're going to come. I do plan on creating an example sometime later on, but for now, here's the code that everyone's wanted. =) I can't take credit for this code, though. The ORIGINAL MP3 decoding algorithms were written by the Fraunhaufer Institute. Oh yeah, while I'm at it, vote for me! =)

C_Volume2 #84362
Data format class

Data format class makes HTML tables from specified SQL query (MS SQL, MySQL or PostgreSQL). If you need simply table you must specified only connection parameters, databases name, query statement, and you receive it. If you need more possibility you can format table head and footer, every row, column, cells, even and odd number rows. In addition this class offer sum, count, average, minimum and maximum value which you gets in footer part of the table. If you need use more options, you can define your own template and use it any time with different data. I enclose 2 example templates (you can use them as methods, they setting some options)

C_Volume2 #84753
BrowseForFolder

This one should behave like the FolderNameEditor class, but with public methods.

C_Volume2 #81344
Kodifica

This code encrypts any file u want using a bit complement.

C_Volume2 #81345
Pointers Tutorial.

Pointers Tutorial. Introduction to pointers for beginners. I hope u find it useful. :)

C_Volume2 #84261
mySQL Record Navigation in PHP

This is a page I wrote that works like a recordset. Yet I know this is not the most effiecient way to do it but it works. If you have a better way of doing this I would be interested in seeing it. You will have to change the database, Tables, and Fields to suit your needs. Requirements: PHP and mySQL

C_Volume2 #84029
Replace,InStr,Left,Right,LeftTrim,RightTrim,Reverse,Split,Replace,Mid Functions

This is just like the name says, The Following Vb functions for Delphi all coded/translated by me: RightTrim LeftTrem InStr Mid Left Right Replace Split Reverse

C_Volume2 #84222
a simple way to stream mp3 files without mod_mp3

This code makes it possible for you to stream any mp3 file on the internet. It does NOT need mod_mp3. It's complete, and ready to go.

C_Volume2 #84234
Simple Mailing List Program

Provides a simple mailing list to send mail to members. Uses a text file to store the member list. Contains four files: index.php (main interface) sendmail.php (sends the message to all members) register.php (adds a user to members.txt) members.txt (a list of members) Before you start posting comments, here are some possible improvments: automated e-mail subscribe/unsubscribe email address vailidation custom salutations using a database and much more But I just made this for me. So, it doesnt have all that. If you don't do much editing to it, all your members will receive "The Refuge Email Devotional". So, EDIT THIS CODE

C_Volume2 #83942
Math Expression Evaluator

The thing takes a string like ((Cos(Pi/2)+1)^(2+3)+1) and returns the result. It's an improved Delphi version of the award-winning VB code I posted some long time ago. Enjoy.

C_Volume2 #83954
Peeping Tom Source (memory searcher like GAMEHACK)

This is the source code of Peeping Tom, a memory searching program like GameHack. It can write, freeze, search, sieve, select processes, and more. The Peeping Tom web site and forums can be found at http://www.gamehacking.nu/members/peepingtom. Have fun with this code and please vote! Thanks.

C_Volume2 #83678
Using templates with PHP

The article explains a personal and simple approach to the use of templates in PHP scripts.

C_Volume2 #84775
List View & Thumbnail View (With dynamic thumbnails)

This displays directorys on a website in list of thumbnail form. It also creates dynamically thumbnail images so that the page will load faster. (Please send me an email for any questions.)

C_Volume2 #81346
Check If TCP or UDP Port is Busy or Not

Check if TCP or UDP port is busy or not... Windows 9x, ME, NT, 2000 and XP compatible. Borland C++ and LCCWin32 compilers tested !

C_Volume2 #83956
Kepler Script Engine

This demostrates how you can create a simple script interpreter, how work with Drag API's (For Files). Note: I just start to create array's suport in this script language, but I'm not finished. And Please, VOTE IN THIS SOURCE, and sorry about my bad English. Thank You.

C_Volume2 #83957
Snake Game

Snake Game Sample.

C_Volume2 #84044
AnimatedWindow

Give you a good opening and finish in your programs

C_Volume2 #81347
Visual C++, Window Creation, Line Drawing/Basic Win32 Game Programming, Looping Therory

The purpose of this is to show various Win32 Methods and some Theory. It creates a Win32 Extended class, it then Creates and Extended Window, it then starts to show that basics of Win32 Game Programming, that is an infinite loop. This shows a good theory of how to initialize variables in game programming. At first my approach was to initialize the variables in the loop and use a BOOL to say it was the first time in the loop, then on my third look at how the code was working I found the fastest way to set the first time variables, outside the loop, rather than having the computer check an if statement was true, this was the theory. This programme starts at a random position (the initializing theory), (in the loop) draws a line to a new random position, then sets the end of the line to the beginning of the new one (this is where the loop ends).

C_Volume2 #81348
Retrive system dirs from registry

This code will collect the system directorys directly from the registry. This is _very_ useful if you are writing an installation program... Please vote for me and/or give feedback :-)

Languages
Top Categories
Global Discovery