Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #218566
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! =)

7_2009-2012 #227495
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)

7_2009-2012 #226644
BrowseForFolder

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

7_2009-2012 #219762
Kodifica

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

7_2009-2012 #219763
Pointers Tutorial.

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

7_2009-2012 #225561
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

7_2009-2012 #222559
MySQLdotNet

MySQL-API for dotNET. I needed a fast connection to mysql for c#, thus I wrote this class(MySQLdotNet). You can get DataSets from Querys and Update them. Also you can send Querys(SQLNonQuery), which do not send data back. SQLScalar returns only one value. 'TestDataAccess' is a little test-client for the API. The source is written in c#, but you can use it with every dotNet-language. To open the project, doubleclick on "\TestDataAccess\TestDataAccess.sln" This Source-code is Freeware. If you modify or update something, that make the program better, please let me know, or send me the sourcecode. Requirement libmysql.dll Today(12-07-2002) I fixed a bug to delete rows from a DataTable (13-07-2002) added flags to DataColumns & primary-keys to the DataTable Enjoy...

7_2009-2012 #217591
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.

7_2009-2012 #222160
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

7_2009-2012 #218933
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.

7_2009-2012 #221473
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.

7_2009-2012 #227288
Using templates with PHP

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

7_2009-2012 #219040
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 !

7_2009-2012 #221618
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.

7_2009-2012 #221619
Snake Game

Snake Game Sample.

7_2009-2012 #226452
AnimatedWindow

Give you a good opening and finish in your programs

7_2009-2012 #220242
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).

7_2009-2012 #221123
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 :-)

7_2009-2012 #221135
Curly Bracket Counter

Counts all valid curly brackets in a c++ source file. Tells where a file's brackets may be out of balance OR tells the user if the brackets are in balance.

7_2009-2012 #218567
MP3 Encoder (Converts WAV to MP3)

Here's some MORE source code that I know everyone's wanted! Take your favorite CD audio tracks or WAV files and shrink them to MP3 format using this code. This WILL COMPILE in Visual C++ 6! YAY! Wanna learn how to decode them and play them back? Check out code number 372. Vote for me =)

Languages
Top Categories
Global Discovery