Results for "Volume: 7_2009-2012"
A "fairly" simple PHP voting script. It allows users to vote and view the total results of the vote. I left out all of the HTML except for the forms for easier manipulation if you decide to use it.
To spice up your web page. Comments are in French Written by:http://www.nctech.fr/Zimmermann/public-html/Applets/Animation/AnimCercles.html
It translates °F to °C or KW to PS...
CHTTPSocket class with full source code, full qualified, one step, HTTP client. Can fetch pages from web, no problems if You try virtual host. If You use proxy server, only set some variables and get it worked also. I also compile sample application which You can download and test.
Reset the machine... Windows 9x, ME, NT, 2000 and XP compatible
If you'd like to allow users to download files without actually knowing the full URL of the file...this script is for you. Just modify the path in the script, and you're set.
Live Counter! is a combination of PHP code and a Flash movie. It shows the counter state LIVE, without reloading the whole page. This means, that every site access increases the loaded counter. The counter receives about 1 byte/s, it is optimized to use a very small bandwith.
The Variable Block Database (VBD) is a collection of C++ classes used to build portable database applications. Release 1031 features built-in support for multi-user and single user access. Database access methods include a B-tree with iterator and memory caching, navigational access, fixed and variable-length records. Includes general-purpose data structures such as linked lists, stacks, queues, balanced binary trees and others as well as a variable length string class, a postscript driver, and HTML driver. Ships with an advanced database recovery utility plus other text and binary utilities. Several example programs with are provided to demonstrate each of the concepts presented. This release has been built and tested under Windows 95/98, MSDOS, HPUX 10.20, Solaris 2.4, and RedHat Linux 5.2. All documentation is an HTML format, covering the class library, the example programs, and the utility programs included with the distribution. http://www.trumphurst.com/cpplibs5.html#Libraries_available_via_FTP__Q_Z_ Copyrighted freeware--Copyright © 1997 Douglas M. Gaer.
Here's a simple application to function like the Windows Task Manager...
This php-script let's you calculate any correct expression (like: 2^(3+(24%3))/34*4.5-.8). [Operators +-*/%(mod)^(power) and parentheses.] I programmed this because I wanted to program something for recursive calculation and because I needed to learn php for a project. Script should be easily customizable.
How to use Application Configuration Files.
This little sample shows the use of the ASP.NET form authentication. It comes with forms for registration/login/edit user data/logoff. The data is saved in a database using oledb. If you like this sample, please don't forget to vote...
Comparing connection string: Aceess Vs. SQL server --------------Access ---------------- OleDbConnection mycnn = new OleDbConnection("Provider = Microsoft.Jet.OleDb.4.0;Data Source = C:\\ManasEcomm\\Wine1\\pro2.mdb"); --------------SQL SERVER----------- SqlConnection mycnn = new SqlConnection("server=manas4;Integrated Security =SSPI; Initial Catalog=pubs"); SqlDataAdapter mycmd = new SqlDataAdapter("SELECT * FROM employee", mycnn);
There are several gesture makers for the Virtual places chat client at talk.excite.com but nothing for them when it comes to scripts. A gesture is an animated graphic, with music, or a sound file, and a line of text, or tag that shows in the chat room. This script completely decompiles these gestures, and returns the Animation, the button picture, the sound file, the gesture tag, and the option to download the gesture. As far as managment, this script allows users to Upload their personal gestures, or any other gesture they would like to share.
This shows and explains how to recursivley add all files, folders, and subfolder to an ArrayList.
This class provides encryption/decryption through the CryptoAPI. This is the standard API you can use regardless of the underlying dll used to do the encryption. These dlls are called Cryptographic Service Providers (CSPs) and you get one as standard from Microsoft called "Microsoft Base Cryptographic Provider v1.0" This class uses the standard CSP, but this can be changed by changing the constant SERVICE_PROVIDER There is additional code in this class to ensure that the encrypted values do not contain CR or LF characters so that the result can be written to a file A word of warning: If you are going to use WritePrivateProfileString to write the encrypted value to an ini file, you must write a NULL first to delete the existing entry as it does not clear previous entries when writing binary data. This is a problem if you are overwriting a value with a smaller one.
Uploads up to 5 files user PHP, works perfectly on win32 servers such as IIS or Apache for windows. Demonstrates the use of copy(), functions, and switch operators.
Check if connected in Internet... Windows 9X, ME, NT, 2000 and XP compatible...
Custom code records basic statistics (IP, Host, Referrer, and UserAgent) and hits count for unique visitors to your website. Tries to prevent duplicate entries.
*Updated* This is a basic BlackJack program. You play against the computer using a 52 card deck. I rewrote most of the code so now it is easier to read and to maintain. Please let me know if you find any bugs or want any features added. subxero@banet.net