Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #205938
Upload file, make name unique, save in MySql DB

This code will upload a file from a client computer to your server, give the file a new, unique name and save the new filename into a MySql database. It also checks the size of the file so you can give a maximum size for all files that will be uploaded.

6_2008-2009 #208666
ASP.NET Login Scripts

This is a asp.net login with sql script to create a databese named weblogin on your server to store username and password, as well as give the users an optional 7-day cookie to avoid havung to retype their login and password.(Ihate having to do that) You can run the public page in your browser change the login info in the ,sql script before starting and from cmd prompt run the .sql script and volla you have a nice .aspx login page with a sql database validation for users. Also you can change what each individual user is able to view through the sql script. If you need to add more users do so in the script and run it again from command prompt, or use SQL's import/Export data to convert it to excel or access then import it back to a sql database. Post questions or comments. E-mail me at Chevol@x1speed.com for more detailed instructions.

6_2008-2009 #199225
A generic multi-threaded TCP server

Generic multi-threaded TCP server (Version 0.9.2). You can use this as a base class to create your own SMTP, POP, IMAP, HTTP server or anything else you might want. To test the code... run the application. Click on the start button. Then telnet to localhost port 100 and type in "help". If you use this, please give me feedback... I would like to know what features you would want. I also need to know of any bugs or anything else you'd like to report. Thanks!

6_2008-2009 #198653
Read/write structures to/from a file

Generic structure disk file manipulations. These functions form a basic template for reading and writing structures to a sequential file. This template is probably most useful for files with 500 or less records and eliminates the need for a more elaborate file handler such as C-Tree, DB-Vista, Mix etc. Routines to put data in the struct is out of scope here. Written by Lynn Nash 8/28/91 and donated to the public domain.

6_2008-2009 #204456
simple but effective e-mailer

Simple E-mail Program

6_2008-2009 #201599
Q-Messanging System! Really Cool.

----- If you do download this, please take the time to vote. ----- Q-Messanging is a cool message system, you log onto the server with your name and all. Then you click send message and you can send it to everyone connected to the server. This is great for groups of programmers, or friends.

6_2008-2009 #198654
Functions to read configuration files

Generic configuration file handler.

6_2008-2009 #194771
EndOfMonth

Last day of the month Calculates the last day of the month. "Jim Doherty"

6_2008-2009 #198260
API Spy (Windows)

This is an API spy which will display all kinds of info on a window and has a bunch of options for you to play around with. Take the time to leave feedback and give me a vote too if you can find the time. Enjoy! =)

6_2008-2009 #204483
Image Resize (Aspect Ratio, Actual Resize)

I've search the PHP codes, found two folks who have published resize code. Problem with one , is that it only gives you the new size but you set it in the HTML's IMG tag, which is dumb in my opinion because you still are downloading the entire image. Another submision did the same, except you could use a width, but they did a loop decreasing the size times .5 until it was close as it can get to the width you wanted, problem with this was it was slow. In either case neither actually resized the image just defined a new size. I took an hour did some reasearch at php.net, and found basic information to make this code.

6_2008-2009 #199019
Port Scanner

This Simple application scans the user input'd ip address for open ports. It was written to learn some basics in delphi.. I decided to upload it to the planet... If you know how to make it faster, email me!

6_2008-2009 #204486
C# inputbox class

The .Net framework does not provide an InputBox function, so I wrote this one to recreate it. Once you add the InputBox class to your project, you simply invoke the ShowInputBox static method when you want to display an input box. The size of the dialog box increases to accommodate large messages.

6_2008-2009 #207640
Windows Security Documentation

This document provides information about the Windows security system and what restrictions you can use to limit its functionality.

6_2008-2009 #207027
PHP 101

Get your feet wet with one of the hottest web languages around, PHP!

6_2008-2009 #196554
Norts And Crosses

Norts And Crosses ----------------- By: KuNT ICQ: 57591748 C/C++ It is a Win32 console Norts and Crosses game. This is a simple example for beginners. 1 Header file: iostrem.h shows: if statments Arrays while loop functions this is my first C/C++ code, so please vote high.

6_2008-2009 #207028
PORG - PORG Organizes Real Good

This utility lets you take a directory of files, and rename them all sequentially with your choice of prefix. For example, if the directory had 400 images, all with different formats of names, it will change them to something like IMG0000.jpg, IMG0001.jpg, IMG0002.jpg... DON'T FORGET TO RATE MY CODE!

6_2008-2009 #198261
Exit Windows (ExitWIndowsEx)

This is a small program I made basically because I was bored. It will teach you how to use ExitWindowsEx and create your own Brush from a bitmap to use it as the background for a window (I threw in a window with a picture on it for no reason). I did not work with the MFC on this at all. I used completely CreateWindow and all that. Anyway check it out and let me know what you think. =)

6_2008-2009 #198262
Disable Ctrl Alt Del

This is a very simple function i made to allow you to disable and re-enable Ctrl-Alt-Del. It's short code but works perfectly. =)

6_2008-2009 #204172
Access your Outlook Application using PHP v2.1

I have always been surprised from what PHP can do.Using COM objects shows new and best ways for PHP development. The folowing code, which is designed like Step by Step wizard, shows the access to Inbox and Outbox folders in your MS Outlook application. The .zip file contains .html file with pictures (screenshots)and .rtf copy of the article.

6_2008-2009 #200018
Text encrypter

*UPDATED* Now uses a more recursive and less pattern oriented algorithm. Basically encrypts a text type file using a simple recursive character shift techinque. Pretty basic, but powerful.

Languages
Top Categories
Global Discovery