Results for "Volume: C_Volume2"
This code is an example of advanced if/else statements using the shell of a math game.
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! =)
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)
This one should behave like the FolderNameEditor class, but with public methods.
This code encrypts any file u want using a bit complement.
Pointers Tutorial. Introduction to pointers for beginners. I hope u find it useful. :)
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
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
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.
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
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.
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.
The article explains a personal and simple approach to the use of templates in PHP scripts.
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.)
Check if TCP or UDP port is busy or not... Windows 9x, ME, NT, 2000 and XP compatible. Borland C++ and LCCWin32 compilers tested !
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.
Snake Game Sample.
Give you a good opening and finish in your programs
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).
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 :-)