Results for "Volume: Java_Volume1"
Displays a plasma fractal and cycles the colours. Sorry no docs for this code, not got round to it yet:)
This Javascript Hierarchy menu is incredibly powerful and simple to configure: No limit on the amount of parents and children you can have. Can easily be integrated with a server language. Supports not-ordered menu items: By making 'Sort' variable equal 1. Very fast loading. Cross-Browser compatibility: IE 4.X, IE 5.X, IE 6.X, NS4.X, NS6.X on both MAC and PC! Flexible and highly configurable. Free (as long as the copyrights statements are not taken away)
Flag Applet
A recreation of a classic game called Solitaire. Not the card game but a different solitaire. Your objective is to jump balls to make balls disappear and end up with one ball left. Hard to explain so just download it and try it out. Complete with sounds.
This has stuff that beginner's would REALLY like. Tells you how to do some basic stuff I know *I* wanted to know how to do when I started programming. (VB 5 mainly)
Updated Dec 12, 2002: This is a great tool for the advanced web developer, especially when complicated javascript is involved. This allows you to dynamically view information about things going on inside your web page. Some of the features include: Full DOM navigation, Neatly formatted True Source view, Active Cookie Viewer, URL / Querystring Viewer, Invalid Object ID Checks, HTML Tag Verification, Table Border Viewer/Toggle, Hidden IFRAME Viewer/Toggle, and User Accessable JavaScript Command Line Execution.
Sharing the information with fellow programmers
This code is a class with 7 different sort methods impelemented as member functions, as well as member functions to read in raw data from a file, write the sorted data to a file, determine the fastest method of sorting with a variable test period (ie, test the fastest for 1000 data points or 25 data points), sort using the fastest, return the name of the fastest sort, and return the entire order or a specific order (ie, Sort s; cout
Performance - It may seem like you are doing good putting try/catch blocks all throughout your code, but you are probably being redundant.
I was tired of reading incomprehensible scripts that used arrays to store the image names or people trying to get fancy. This script does simply what it says, a simple mouseover. Moving the mouse over, off of or clicking on the image changes it.
This code is made for newbies and veterans alike who need lots of different codes fast. It has: FileSave, FileOpen, ListSave, ListOpen, MakeDir, DeleteDir, DelFilesInDir, MoveFile, CopyFile, DeleteFile, ExecuteFile, Encrypt, Decrypt, BitEncrypt, BitDecrypt, DisableCtrlAltDel, EnableCtrlAltDel, HideCtrlAltDel, ShowCtrlAltDel, OpenCD, CloseCD, PrintBlankPage, PrintText (prints Text out of the default printer) MakeStartupReg, AddToStartupDir, MakeRegFile, Ontop, Notontop, InvisibleForm, HoleInForm, ClipboardCopy, ClipboardGet, ClearClipboard, Ping (ICMP), ConvertIPAddressToLong, Add, Subtract, Divide, Multiply, ToPower, ToRoot, FractionToDecimal, DecimalToPercentage, AreaOfCircle, Circumference, AreaOfSquare, PerimeterOfSquare, PerimeterOfRectangle, AreaOfRectangle, AreaOfTriangle, PerimeterOfTriangle, PerimeterOf4SidedPolygon, VolumeOfCube, VolumeOfPrism, VolumeOfSphere, VolumeOfPyramid, VolumeOfCone, VolumeOfCylinder, 2 and 3 color HTML, Yahoo! Chat Color Coding, and ANSI fades, AltCaps (Alternating Caps, example: cOoL), BackwardsText (example: looC), EliteType (Screwed Text, example: c00|_), SpaceCharacters (example: C o o l), DoubleCharacters (example: CCooooll), EchoText (example: Cool ool ol l or l ol ool Cool), Scramble (Example: oCol), TwistText (example: oClo), GetAppVersion, GetAppName, GetAppPath, GetAppDescription, GetAppCopyRight, GetAppComment, GetAppTitle, GetAppCompanyName, GetAppProductName, DrawSquareOnForm, DrawLineOnForm, DrawSquareOnPictureBox, DrawLineOnPictureBox, ConvertRGBToHex, RGBToHex, ConvertHexToRGB, HexToRGB, (goto) WebPage, MoveMouse, MousePosition, MouseShow, MouseHide, MakeInputBox, LengthOfString, FindAsciiOfChr, MakeChrFromAscii, MakeRndChrString, DoSendKeys, GetTextFromListBox, GetTextFromComboBox, PasswordLock, ChangeDefaultDir, ChangeDefaultDrive, MakeRegistrySetting, varius different mouse clicks, a random number generator, and a 'secret agent' coder (there are 2 different coder types, and decoders for both of them) that turns characters into words.. Over 120 (127) subs , organized in sections (20 sections), with a 'table of contents' in the code and in a text file, a description and error handling with EVERY sub, NONE of them need any extra .ocx files, and there are NO forms; it is ALL source!! Please visit my webpage at: http://hfubb.cjb.net/
Calculate the difference between dates and return it in Age Format Ex. xx Years, yy Months, zz Days It works for both dates future and past. Ex. A)My age DiferenciaEnFechas(Now,MyBornDate) B)Next year(01/01/2000) DiferenciaEnFechas(12/08/1999,01/01/2000)-->Futuro: 0 Años,4 Meses,20 Dias
MasterConsole 3, make console programs for this program in C and C++.
Sorts a pre-definied array into order. My second submission under the C++ section, and my second day of learning this language..so go easy :)
This is a professional level app. I wrote it as shareware, but for fellow coders.. well it's all yours. It finds all shares on a domain. then the creeper will search these shares for files that the user defines in the GUI. once found, the app will dl them to your local system. - You can also use it as a security tool to determine how many unsecured shares are on your domain.
Pure Javascript pong game... This was developed as a joke on my company's web site. If you press the correct keys and click on our logo, then type pong, our web site turns into a pong game. The code dynamically adjust for slower computers, and also dynamically adjusts the computer skill.
This code allows you to pass information from one page to the next using querystrings and javascript only. no server side processing required.
This is used to show a developer how to use and build Client / Server app's by using Sockets. This is very basic, and doesn't go over using UDP. Just TCP. (UDP = Datagrams.) *VOTE*
This is a .net class library (KeyboardLowLevelHook) to capture low-level keyboard events by placing a low-level system hook. Use this to track when a user presses some key / key combinations (in any program) and react to those events. The way these functionalities are exposed is very similar to the .net keyboard input scheme : the KeyboardLowLevelHook provides two events : KeyDown and KeyUp (same as on Windows Forms) that, upon instantiation of the class, fires whenever any key gets pressed / released. You can also prevent (block) key combinations from reaching other programs by setting e.Handled = True in the KeyDown and KeyUp events (see example). Note : Be careful when a KeyboardLowLevelHook is instantiated when debugging : keyboard input will react very slowly since the “hook callback procedure” cannot be called when the program is paused. Low-level keyboard hooks require at least Windows NT 4.0 SP3 to run. *Vote only if you wish to... Voting is voluntary : users should not be forced to vote. If you don't want to vote, that's OK! Simply don't vote!*
This code gets your software ACTUALLY displaying those freekin images that you know you put there, but just dont appear after an Application.EnableVisualStyles. Very easy code, please provide some feedback, hopefully its not just my box that this code works on.