Advertisement

Results for "Volume: ASP_Volume2"

ASP_Volume2 #40280
A simple math enhancer game

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

ASP_Volume2 #40281
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! =)

ASP_Volume2 #43297
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)

ASP_Volume2 #43687
BrowseForFolder

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

ASP_Volume2 #40282
Kodifica

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

ASP_Volume2 #40283
Pointers Tutorial.

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

ASP_Volume2 #43197
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

ASP_Volume2 #42966
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

ASP_Volume2 #43158
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.

ASP_Volume2 #43170
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

ASP_Volume2 #42878
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.

ASP_Volume2 #42890
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.

ASP_Volume2 #42615
Using templates with PHP

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

ASP_Volume2 #43709
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.)

ASP_Volume2 #40284
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 !

ASP_Volume2 #42892
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.

ASP_Volume2 #42893
Snake Game

Snake Game Sample.

ASP_Volume2 #42981
AnimatedWindow

Give you a good opening and finish in your programs

ASP_Volume2 #40285
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).

ASP_Volume2 #40286
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