Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #102887
Uploading files in PHP

The article shows how to upload files in PHP.

Java_Volume1 #103042
Stream mp3 files over the net using apache and a web browser. Look at the SC. Colors can be changed.

stream mp3 files securely over the net using apache and a web browser. I was looking for a good stream script but came up with empty hands. Here is the result!

Java_Volume1 #102610
activeWallpaper Changer ver 1.0

this code designed to change windows' wallpaper automatically and can be set randomly

Java_Volume1 #103045
Tom's Corkboard

Tom’s Corkboard is PHP package I designed to provide a forum environment with a different vibe. Posts appears as though they are new 'sticky notes' on a Corkboard by the 'fridge or in the office. To preview the code in action, visit www.tomgroves.net.

Java_Volume1 #100017
_Whois v1.0

I wrote this application because I always wanted my Windows machine to be able to run a Whois query very easily, like a Linux machine can. With this app, you can place it in your Windows directory, and at any time, type 'Whois example.com' on the command line, and receive a Whois report, with no hassle. Uses a CSocket derived class for data connection. Demonstrates how to use Archives with Sockets to perform data communication between 2 remote machines. Please do not hesitate to give feedback! I always love to read it :)* Update August 30: I have changed the way the app stores cached Queries. Instead of limiting saved queries to a certain number, when the limit is reached, it pushes the last one in the list out, and replaces it with the new Query*

Java_Volume1 #90087
Compression, uncompression using RLE-algorithm

Compresses strings, most effective on bitmap files

Java_Volume1 #100018
A Portable DLL/SO Solution

The following section is a survey and overview of the means to provide portable ‘plug-in’ capabilities for applications. ‘Plug-In’s are compiled libraries from which symbols (functions, variables, objects) can be imported during run-time.

Java_Volume1 #102730
Calculate ( Calculator )

To provide a way for a program to use dynamic formulas / expressions at run-time. For instance you could read in a formula ( with variables ) from a config file then pass that formula ( variables and all ) to the Calculate Unit for processing. The Calculate unit will parse through the formula and preform the operations obeying all operator precedence rules ( Parenthesis, Power, Multiply, Divide, Modulus, Add, Subtract ). This allows for easy updates, should a formula definition change somewhere along the way. You can use the TStrings "memory" property to hold variables or formulas you want to use in your calculations. You may also override the OnFindVariableEvent to provide a custom way to search for variables ( i.e. from a database ). You could easily write your own Calculator application based on this Unit. Custom function processing has now been added to this very popular unit! Which means you can now write an Advanced Calculator with this unit or even your own spreadsheet application. Enjoy...

Java_Volume1 #100019
Olympics 2000

Hey the olympic fever has hit planet source code too.Check out this code For some advanced graphics programs and help please visit www.gauravcreations.com

Java_Volume1 #90088
clsSendKeys

Allows users to be able to send keystrokes to dos programs running in a windows95 dos box

Java_Volume1 #103438
Using Inheritance to add functionality to standard controls

This article will help you learn to use Inheritance to extend other classes and add functionality to the standard controls shipped with .NET

Java_Volume1 #100020
Absolute Recursive factorial function

Recursive factorial function a recursive function is a function that will call itself it is probably the most difficult type of function designing but when you get use to it, you'll find it VERY USEFULL the c++ version of this function is also available write here.

Java_Volume1 #100021
Absolute Recursive factorial function C++

C++ VERSION OF Recursive factorial function It will get a number and gives you it's factorial using a Recursive function ( a function that calls itself)

Java_Volume1 #90089
DebugTimer

Have you ever been asked: Which part of the routine is taking so long? or did you ever wonder what function was bogging your app down, or did you ever just want to time a particular statement or function? Welcome to DebugTimer. It's not a resource hog and uses no active-x controls... just the built-in Timer function in VB. This is a very easily implemented class module that allows you to time any line(s) of code or functions or whatever. You can even use multiple timers or nest them. I wrote this to determine the length of time it took to perform various stored procedures, and it worked great. If you have a similar need, I'm sure this will do the trick.

Java_Volume1 #90090
How to open a file with one line of code!

You create a funtion that can open a file with just one line of code.

Java_Volume1 #100022
File Size

This code shows the size of any given file in bytes,K/bytes and M/bytes....

Java_Volume1 #100023
SChat verson 0.50

The purpose of this application is to provide a direct communication between 2 computers in a peer to peer like environment. This code should be a great start for people who want to build a full blown chat program using C/C++ and Winsock. This application has been tested and compiles under Windows 98, Windows NT/2000, and Linux. I hope by releasing this source code that other people who want to learn C/C++ networking using Winsock can pick it right up and learn from my program. I know I had a fairly hard time finding example apps to learn from. Gotta give back! :)

Java_Volume1 #100024
A Metric to Standard Conversion

To convert many different measurements. For example for feet to meters, and back. There is an easy menu that guides you to what you want.

Java_Volume1 #90091
File/Directory/Drive Exists (Updated)

This code returns a true/false if a specified drive/directory/pathname exists. This is a small, fast routine.

Java_Volume1 #90092
GetShortFileName

A short pathname of the passed string containing a long pathname. 'For example it turns "C:\Windows\MY Long Path Name\My Long Name File.txt" into "c:\windows\mylong~1\mylong~1.txt" (The actual resulting pathname is determined by the short names that windows assigns to all files and directories). 'This is useful when you need to create a fail proof pathname (assuming the file exists and is accesible).

Languages
Top Categories
Global Discovery