Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #235065
MX NTP Server v1.0

MXNTPServer is a Windows Service that serves client requests for NTP (Network Time Protocol) updates. This version conforms to NTP v3 (RFC 1305). The server listens on UDP Port 123 for requests and parses the raw data, creates a response structure, creates the raw data response, and then responds to the client. This service also logs server events to a text file. I created a class library that represents the NTP v3 Data Structure just to add a little OO into the code and to help with memory management. I still have a lot of ideas for making this better, but this is only the first version. To use this time server effectively, you need to have a NTP Client application to sync the time with. There are many freeware ones on the net, just go to google and look for NTP Client for Windows.

7_2009-2012 #235665
PHP RPG 2D Engine

Right now it has LEFT RIGHT UP DOWN movement maps are stored in map/*.map gfx in images/*.JPG it has walls blocking directions i plan on adding items and an attack system check it out at web.wcc2.net/rpg/ and also please vote

7_2009-2012 #217431
32-bit Floating Toolbar (NT & 95)

This code gives you the ability to create a 'floating toolbar' within your application. The old SetWindowWord function is only good for 16-bit applications, so it won't run under a 32-bit OS (like NT4). The API call you should use if you are programming a 32-bit application is SetWindowLong. It works the same way as SetWindowWord, only uses DWORD(Long) values instead of WORD values for the 32-bit OS.

7_2009-2012 #224559
A 30+ page Beginner's Manual to C!

This is a COMPLETE introduction to the powerful C programming language (not C++). Perfect for absolute beginners to the language who want it all! Now, I tend to write as I talk so if you find a concept is tought too fast (you want more examples, etc), leave a comment and I'll fix it and reupload it! Please do leave a rating after I fix the problem.

7_2009-2012 #235088
File Encryption

This code will encrypt and decrypt files. The files are stored in 2 folders called encrypted and decrypted files on the c drive. These folders are created automatically. Include the following namespaces: System.IO, System.Text, System.Security.Cryptography

7_2009-2012 #217432
Aprostrophe

Have you ever try so send a string variable to MS Access that have apostrophes using a SQL Statement? If YES you will get a run time ERROR Here is your solution....A function that formats the variable before sending it to the database.

7_2009-2012 #235898
An image in a .php file!! MUST SEE!!!!!!!

it display a good quality picture in the browser, without any image file! just code! MUST SEE! AND VOTE JUST 5 GLOBES (maybe you will see a download screen)

7_2009-2012 #223656
Simple Hit Counter

This is a simple hitcounter written in c that writes the number of page hits to a file then displays the number as .Gif's (Gif's Included) SSI required to use. Exapmle Included

7_2009-2012 #226713
SMachine - Slots

My Slot Machine program(SMACHINE) is the first VB.NET program I have written. SMachine uses an Access database through ADO.NET to allow numerous users play custom slot machines. In the code you will find sample code for ADO.NET, populating datagrid's, create custom window controls, manipulating images dynamically, creating Context menuItems at runtime, and using inheritance to customize base object functionality. Please be friendly with the comments for this is my first attempt at .NET

7_2009-2012 #232560
htaccess membership control

This is a relatively simple script to allow you to manage usernames and passwords for a protected folder using .htaccess and .htpasswd files.

7_2009-2012 #222018
Dynamic Font Generation

Create text graphics on the fly using GD and freetype libraries. Supports any TrueType font and allows size, color, and bgcolor specification. Also has built in support for date formatting. Examples can be found at http://www.danhendricks.com/site.content/howto/php/dynafont/index.html

7_2009-2012 #233004
PHP File Manager

This code allows a user to upload files and manage directories. It also allows a user to upload files, easily create HTML files online, and rename, delete, or edit files.

7_2009-2012 #229871
Anphin Image Gallery v1.0.5

The purpose of the Image Gallery is to allow webmasters to easily and quickly maintain potentially large archives of images of any kind. There is no need to be concerned of outdated data in the database or dozens of links breaking because you changed the name of a directory. All links are generated on the fly with the results of reading /galleries/ directory relative to the gallery.php file and gallery names are derived from the directories there. It has a config file where many elements of the script can be modified to meet different sites needs. A running example of this script is at http://www.anphin.com/screens/gallery.php A brief list of features: * Divides galleries into pages based on config directives. You determine the number of images displayed per row and the number of images displayed per page. * Can open images in new window. Or not, depending on a config setting. * Can override thumbnail sizes to values specified in config file. * Template-based, completely customizable interface. If you think my script merits it, please vote for me. *Note: I have updated the zip file on here to image gallery 1.0.5 but I don't habitually do this. To get the latest version go to www.anphin.com.

7_2009-2012 #232529
Full Registry Access in VB.NET

Module to allow full registry access in VB.NET

7_2009-2012 #225168
Using Printf and brief explanation of variables

Brief introduction to printf and using C/C++'s basic variables

7_2009-2012 #225166
DirWalk - Getting all directory structure with Win32 API

DirWalk demonstrates how to read a directory structure. Its output looks like TREE MS-DOS command (CONSOLE). I used FindFirstFile and FindNextFile Win32 API functions to program it. It does everything in one function, a recursive function. DirWalk only shows directories, not files. You can modify it to show the files too.

7_2009-2012 #225163
Binary Search

Demonstrates binary search with either recursion or a loop.

7_2009-2012 #234226
PHP/MySQL Login Tutorial

Creates a PHP/MySQL Script for a Simple Login System.

7_2009-2012 #223527
modeless dialog app

This is a GREAT / COOL program that would let begginers write your C, C++ programs in windows rather that DOS.

7_2009-2012 #225099
Teach Yourself ANSI C++

I found this E-Book, so I thought I would upload it so it could help you guys. (I don't really program in C++)!!

Languages
Top Categories
Global Discovery