Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #85992
MPX v2

Need your opinion on an media playerapplication i am working on...

Java_Volume1 #85993
A Heuristic Graphic Filter

What the heck is a heuristic graphic filter? In this case, heuristic means a technique in which a computer works along empirical methods, using rules of thumb, to find solutions or answers. The application described here is to have the computer “recognize“ a parameter from a graphic image. It is a simple task for most people to identify a red line on a chart. But this task is not so easy for a computer. The reason is “red” is not always = RGB(255, 0, 0). When the red line is drawn by a pen and optically scanned, red turns out to be various shades red, pink, purple, and orange. The trick here is to “train” the computer as to what you would call the red line. In this specific example, we do this by deconstructing the selected color into its red, green, and blue components. Various statistical calculations are performed on that data and saved as a template that represents a range of colors defined as “red”. Once the color(s) are defined, graphical filtering and manipulation can be performed to add, subtract, or just identify the selected color.

Java_Volume1 #86417
Screen saver Volume 3d

Scree saver utilisant uniquement des objet "Line" pour construire des objet volants en 3d.

Java_Volume1 #86418
Winsock API Explained

This is a tutorial which explains how to start off creating powerful network/internet applications using the Winsock API. The API allows far more control, power and speed in your application than the control ever would and is definetly something worth learning.

Java_Volume1 #86419
REAL Flat Button

Aw yeah!!! Check this button out!!! It has great look on Win98, Me, NT, 2000 & especially XP!!!! Aw yeah!!!!! Check out the preview!!!

Java_Volume1 #86420
PSCMonitor v5

Monitor your PSC submissions. Keeps track of new views/votes since last open. Since this downloads text only it actually lessens load on PSC. Shows how to: 1. download and parse html (winsock and regx) 2. save and load program state 3. use listview control 4. use regular expresions 5. use dictionary object (MS associative array) 6. use OO class modules 7. how to use fast cappendstring class And much more! Includes 3 very usefull class modules for appending strings(fast), running regular expressions on the fly, and downloading webpages. Code is commented feel free to ask questions, or post comments and teach me a thing or two.

Java_Volume1 #86421
MixerSpy

Just about everything you want to know about your mixer. I could only represent, with VB and Comctl controls, the mixer controls that my sound card supports which is quite a bit actually. As I don't have a peakmeter, I could not code for that and I haven't yet solved the mystery of multiple item controls. But, just about everything else is there. All of the mixer examples I have seen have been to mimic the intrinsic mixer so I coded mine a little differently so you can see all of the gory details. Enjoy.

Java_Volume1 #86422
EShell Beta2 - Release1

Well, after alot of hard work, I've got a new version of EShell. There are still a few bugs lurking in it that need to but ironed out but its pretty stable (DesktopAddon module doesnt like loading first time though). This time i've gone for a modularised Shell were each part is in a different EXE. ** IMPORTANT ** : READ THE RELEASE NOTES THAT ARE DISPLAYED WHEN YOU FIRST RUN ESHELL, COMPILE ALL THE EXE'S AS DESCRIBED OR ESHELL _WILL_NOT_ WORK!!!. Still to come: Replace the Explorer style file browser with an EShell module. A logoff button =o/. System monitor module. Module + Core crash detecting Module (what if that one crashes =oP). And some other stuff. Please vote, and leave comments. Thanks, Nick Ridley

Java_Volume1 #86423
FX.DLL 1.00 SDK

Experience FX technology! Features: alpha blending, bit-block transfers, brightness, gamma ramp, hue and saturation correction, RGB, HSL and CMYK calculation, several filters and effects, drawing 2D & 3D objects, taking screen shots etc.

Java_Volume1 #85598
Multiple Plugins (updated)

This is my update of Shane Reidy's "Multiple Plugins" This is his code and does all that it did except i added examples how to interact with the Main App and added an option to choose where the plugins are located.

Java_Volume1 #85594
Easy Skin System saves to INI

You can pick colors, a title and a picture to add to a form and save the settings to an INI file. This also can be used for learning to; read and write INI files, use a mouse over event, transparent form, and borderless form moving.

Java_Volume1 #85595
Easy NT Service (updated April 9)

Updated on April 9. Added the ocx and dll. You can run install.bat which will rename and register these. This is probably the easiest way to create your own true NT service. Just look at the testService project. This has all the code you need. Instructions: Before opening the testService project you first need to compile cwService and vaService. The cwService.ocx is written in Visual C. If you do not have Visual C then you can rename cwService_ocx to cwService.ocx. Don't forget to use regsvr32 to register this ocx and dll. If you want to see how it works, then try this: Open the task scheduler (to see what is hapening) Start the executable. Install the service with Desktop interaction enabled. Also look what happens if you start the executable twice. If you look at the services (in computer management) then you must be aware that it needs a refresh for showing an changed state. --------------------------------------------------If you want a valuable developers tool/library then look at http://siteskinner.com This will give you a library with some great objects that you can use. Like: FTP, POP, SMTP, Telnet, DOS, publishing database information as HTML (plus email), triple des encryption, hook into internet explorer, Internet connection state, Windows task scheduler, generic tcp/ip client and server, Web page data grabber, capture dos command output, ... --------------------------------------------------

Java_Volume1 #85596
UTF-8 Encoder/Decoder

Encodes/Decodes text with a given codepage such as UTF-8/UTF-7 etc. Can be easily altered to be used in some notepad application.

Java_Volume1 #85597
Advance - Multiple Choice Quiz System

A complete multiple choice quiz system, with results analysis and administration.

Java_Volume1 #85599
Address Book v4

VCard import/export; save both business and home addresses, phone numbers; send an email using your default email app, dial the phone number, many ways to sort your information.

Java_Volume1 #85600
BsnVideoFil Avi Compress

Makes easy the compression of an avi file by leting you choose and configure one of the available(installed) video codecs while it enhances the process a bit .Also it provides a handy preview.

Java_Volume1 #85601
BsnVideoFil Avi to Bmp

A "frame to bitmap' converter actually which after you select the *.avi file it starts IMMEDIATELY to convert every frame to bitmap.A frame preview would come in handy.

Java_Volume1 #85602
Mouse out _ leave

an easy way to get the mouse out event, it uses a little subclassing, but nothing too hard, if this helps you out then give me some feedback and/or vote... thanks pscode.com, and allapi.com ... i dont know if this really belongs in the intermediate catagory, but oh well, maybe somewhere between beginner and intermediate

Java_Volume1 #85603
Active-X_BrowseFile

Don't expect miracle. This is a useable DriveListBox/DirListBox/FileListBox (VB default control) usercontrol. Its purpose is to browse a file. It is fully commented and good for beginner that interested in creating Active-X as a starting point because it only had basic property so you won't get confuse. You can drop this control to your app for quick file browser. Or you can make it as a template to simplified your project that needed the use of the three controls. I need feedback,comments etc., thanx

Java_Volume1 #85604
IRAQ BodyCount (really downloading *g*) // now show U.S. Troops killed in War

Yesterday i've seen a code on PSC that "reads" the IRAQ bodycount. So i've decided to programm this little software. This software really reads the minimum and the maximum IRQA bodycount from the website www.iraqbodycount.net. Autoupdate every Minute. NEW: Now you can see the US Troops Killed in War I HATE WAR, LET'S START WITH PEACE ON EARTH

Languages
Top Categories
Global Discovery