Advertisement

Results for "Category: Miscellaneous"

2002ASP #7909
A Beginner's Guide to Loops

This is a beginner's tutorial to learn how to use loops in C++. Every line is EXTENSIVELY commented why it is there and what it does. Please vote for me!

2002ASP #7919
Colored Text for Console Applications

This is just a quick demonstation on how you can use the windows API to print colored text in your basic console application.

2002ASP #7944
Array Fun

All kinds of stuff to an array, including: Read file; print array; print stats (average, range, mode, median); add to the file (multiple nums); delete from file (one num); sorting (bubble sort / replacement sort / insertion sort / quick sort); find a number using binary search *** Please rate this code and include any suggestions ***

2002ASP #7987
Create a DLL in C++ for use in VB

This code simply shows you how to create a DLL in C++, and use it in VB. The ZIP file contains both the C++, and the VB code, and also a working example.

2002ASP #7988
Compair Files in Assembly

This thing will compair two files that are asked for when you run the executable. Many people have been talking about assembler code lately, so I decided to submit my two cents. This is not perfect code; since it was my first large assembler project. It has a big bug ... if you compair two identical files where one had part of it's end cropped off, it still says they are the same file. Oh well, it was worth a B :) This code is C++ commented, and should be useful to any intermediate C++ programmer who wants to use inline assembler.

2002ASP #7993
GhostWriter

Opens Notepad and mysteriously(By not creating a window) Types a message in notepads text.

2002ASP #8006
Generate REAL Random Numbers

//If you havent yet realized it the //function 'rand()' will not produce //an actual random number because it //uses the same seed every time, the //way to fix this is to use time as //a seed for the rand function. If //this helps, rate it please.

2002ASP #8014
LCD Writer

Writing text to a character LCD.

2002ASP #8046
Easy ASP/HTML Calendar

Displays a nice HTML calendar!

2002ASP #8047
Counter and stats viewer

This is a basic counter that has some more advanced statistic features. Small, fast and efficient!

2002ASP #8048
ASP/HTML Templates made easy!

Many still think it is not possible to use templates with ASP the CGI way (Perl/C++). Well, it IS possible! I have seen some script that simulate this, but not like this one. You can now have a completely template driven website in a snap. Templates can run ASP VBScript and/or show HTML to the user's screen. Take a look to the code and you will be convinced!

2002ASP #8049
ASP ScoreBar v1.1

Function that returns a graphical scorebar based on the value you provide. Very basic but thought I'd share this sweet little function with you all!

2002ASP #8055
Cookie Basics

The first time the users comes to the page, it'll have a text box and a button. Once you type in your nick and hit Set Nick, it'll display Welcome [the nick they entered]. This is just an example on how-to set/read cookies.

2002ASP #8072
Easy Date

VERY simple code to display a nicely formatted date on your web page. (IE - Wednesday, June 14, 2000)

2002ASP #8091
Unique Hit Counter

This code used cookies to count unique hits. If the user has the cookie, then the hit isn't counted. If they don't, then the hit is counted, and they are given a cookie. All you have to do is use an #include file="nameoffile.asp" and the correct action is preformed. I made this script for my host to count unique hits across his networked sites. This is also my submission to the asp world of PSC all my expreience is in the VB world. I hope you guys like it! Later ~/Andy

2002ASP #8093
Banner Fun

Helps Your Site Get More Clicks On Your Banners And Helps Your Users Have More Fun!

2002ASP #8096
Jbook - Scribble.nu rip off

This code is a huge development on the last ASP code I submitted. This site allows you to log on users and create individual user profiles...all get their own journal which can be accessed through their home page...Just like scribbles.nu.

2002ASP #8097
Disk Space Usage

This code will tell you how much disk space on your server you're using

2002ASP #8169
Whois Lookup with XMLHTTP

Queries a WhoIs server for for domain information. Useful for people who want to sell domain names. This version uses the XMLHTTP component that is installed on most servers, so there is no additional need to install any extra COM objects.

2002ASP #8182
Fading background to reveal hidden text

This code starts with a plain background and when a button is pressed the background fades to another colour revealing text that was the same color as the origional background. Easily adaptable by unexperienced users, passwords can be added easily.

Languages
Top Categories
Global Discovery