Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #217778
RPG GAME: Version 2: Updated again

This is the same version of the game I submitted last time, but I've removed the timer and now it uses a while loop for character movement, so it runs MUCH faster.

7_2009-2012 #218139
Pong 2000 with Sound,Bitblit and AI instructions

!Pong 2000 with Sound,Bitblit and AI instructions, Made so you guys can start to program correctly. Those of you that ask how I do it, well here is the source code for you to ponder over.... Have fun, coz I do.

7_2009-2012 #234998
Automatic bot

Automatic shutdown,restart computer in several ways:Alarm/Web/Mobile phone with gprs access

7_2009-2012 #218153
Radix sorter

This code is the second fastest way of sorting a table of values. The only faster way found yet is a variant of this method. Umm... What can I say? It's really fast. Once you understand the concept it isn't too hard to write it in ASM either.

7_2009-2012 #236568
Transition effects class with GDI+

Class to generate 55 diferents effects beettwen images. This is the OOP version of my old article "PowerPoint image Effects" and with many more effects.

7_2009-2012 #230661
J2ME Contacts for Mobile's, PDA & other Devices

Mobile phones enable you to enter a list of phone numbers that You commonly use, along with the name of the person Associated with the number. Although this primitive contact list is useful for Making calls for familiar friends and business associates.

7_2009-2012 #228639
Rich Text Format file creator

Although my code is called "RTF Converter", it is actually more appropriate to term it "RTF File Creator". This allows the programmer to create a RTF file from scratch. Center, left, and right alignment are supported--as well as tabs, line breaks, bold text, and italicized text. Very easy to use!

7_2009-2012 #224857
A way to subclass MSN Messenger, add hooks, dynamically modify menus and control its behavior

This program will teach you how to create hooks and dynamically control the behavior, outlook or anything related to a window. This program shows subclassing for MSN Messenger, by setting up a hook and then dynamically adding Menu items to MSN Messenger and handling its behaviour to certain events. With this technique, you can virtually do anything to any window or application of which you do not have access to code. Subclassing and hooking can be VERY powerful when used properly. Please check it out and please vote (o= Thanks

7_2009-2012 #226957
WinShutdowner

This code make you able to shudown/close session/logoff/reboot your pc at or withina specified time. This is a new version. I think it has loads of bugs, so, I hope you will post here them all, so that everyone can read them and so that I can correct them. Please, give me a vote to let me know what you think about my code, it's very important for me. Thanks.

7_2009-2012 #228774
Titlebarless window

This code will make it possible to open an url, in a window without titlebar. You can set the url,name,witdh, height, top end left of the window.

7_2009-2012 #223043
Tranquilizer

I like listening to music when I go to bed. The only problem was that my computer did not shut down. So I wrote this little program to automate this task. I also added a slight fadeout so you don't have to bother with a sudden break off music when you already in slumber :) Shows how to use MFC, AFX threads and volume control.

7_2009-2012 #218156
Control Registration Wizard

Used to register and unregister OCX and DLL files for use with Visual Basic 5.0 and other programming languages that support OCXs and DLLs.

7_2009-2012 #217723
***Make ANY Folder The Root Of Windows Explorer***

My Code calls The Windows Explorer with the switch "e,/root," and makes any folder you want the root of the windows explorer

7_2009-2012 #228420
A True Custom Right Click Menu

Pure Graphical Menu. Use custom GIF images to Create the right click (or other click) menu that you want, not limited by text and other cr@p. Check it out, you will be suprised. This is pretty much the best i have seen on PSC and javascriptsource.com

7_2009-2012 #227857
The Ibrik Compiler & Ibrik User Interface Environment (UIE)

Ibrik is a compiler that translates a simple user interface language into any high level target language such as Java, C++ and Tcl/Tk. It is written comletely in Java 1.2 and is compatible on any platform that supports a Java Virtual Machine. The Ibrik UIE is a simple SDI IDE that helps users to create Ibrik applications with ease Input parameters ---------------- The commands that Ibrik accepts are of the form: ibrik [ ] The available options that Ibrik understands are: -jfc : translate into Java source, JFC based front end -awt : translate into Java source, AWT based front end -l : display the GNU public license -h : produces this help message. Refer to doc directory for more information Output/results -------------- Once compiled into whatever language is chosen (in this case JFC and AWT GUIs are supported) the target source file is produced that must be compiled manually. e.g. if I compile to a target language Java, a *.java file is produced that must be compiled manually. Side effects ------------ Some bugs exist, refer to the readme files and bugs file. Please note that JDK1.1 users can only use the AWT switch for creating an AWT based GUI whereas JDK1.2 or higher users can use AWT and JFC switch to create a JFC or AWT based GUI. Please bear this mind or the compiler will throw an exception. Make sure the JDK1.2 (or higher) path is set on your Linux/Windows/Unix box. Leave all files in the structure as they are. :-) Special Info ------------ The compiler is completely licensed under the GNU Public License. The IDE is licensed under the GNU except in some places where it is licensed by David Flanagan.

7_2009-2012 #229614
Parabola Coordinates Program

A program that finds coordinates to a parabola.

7_2009-2012 #232661
___*¤-Ultimate Anti-Copy-¤*___

This is the ultimate anti-copy it protects your site from Right Clicks,Dragging And Selecting Please post comments.

7_2009-2012 #228512
Poor Man's PaintShop

Poor Man's Paintshop, or MiniDraw, as it was called in school was a project that I did for my CS108 class freshman year. MiniDraw is a Java MDI vector graphics creation program that allows the loading of saving of images in XML and exports pictures to PGN format. As a drawing program, it's one of the most typical inheritence projects to do for a programming course. And as far as pathetic little Java draw programs go, this one is on the top of the heap. For more information on this specific project, visit http://www.stanford.edu/~jjshed/minidraw. For more programming information and free source code, both Java and otherwise, visit http://www.stanford.edu/~jjshed/coding

7_2009-2012 #228513
Tetris With AI

This program will allow you to play a regular game of tetris on any platform with a Java VM, pretty sweet, no? Maybe it's not. Tetris is a quintessential programming project and every hack out there has written his own copy. The difference between those programs and this one is that my tetris game will play itself - it's got built-in, and potentially extensible, AI that will play tetris. For tetris buffs, it also has "Malice Mode" and "Happy Mode" that, when enabled, will either try to screw you up by giving you the worst possible blocks at the worst time, or will toss you a bone every now and then when you need it. Give it a whirl. For more information about this specific project, visit http://www.stanford.edu/~jjshed/tetris. For more programming information and free source, both Java and otherwise, visit http://www.stanford.edu/~jjshed/coding

7_2009-2012 #229399
CMS-Applet

This is an Applet i created for my college's Computer Management Society, Which is now an AITP chapter. The applet reads data from a text file to show upcoming events and other different info. This can be used as a news scroller or whatever else you can think of. Everything can be configured from the text file. It supports images, urls, line breaks and text.

Languages
Top Categories
Global Discovery