Advertisement

Results for "Author: dreamcoding"

7_2009-2012 #232838
Get the Most Out of Your Searches on Planet Source Code

Get the Most Out of Your Searches on Planet Source Code

7_2009-2012 #232839
Unique Tool to Search & Download Top Code on PSC

Unique Tool to Search For Top Code on PSC This is a tool created to accompany an article I posted on here which explains a simple tip for retrieving the top code related to your search keywords. Now although the code may seem simple to many of you expert coders on here, take note that it's not so much the code but the way in which it queries the website. Never before have you been able to search for a keyword on PSC and have it display top rated code related directly to what you are searching. Sounds strange doesn't it? Well granted you can search for popular code on here, it's not the same as "top rated" code since popular code is just code that has been viewed lots of times. Why don't you just give it a try and you will instantly see what I'm talking about. I promise you will not regret such a powerful way of searching. Oh and ofcourse, please vote if you like it. =) Here is the short article explaining the secret: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=67031&lngWId=1 Updates 12/16/2007 - Author View Bug Fix 12/15/2006 - New mini mode 12/05/2006 - Wow! DL Multiple Code 11/30/2006 - Added ability to Retain Log-In - Added Systray Icon 11/22/2006 - New Options Button - Lavolpe Buttons

7_2009-2012 #232840
Easier Method than the SaveSetting GetSetting commands

Want an easier way to save and retrieve the value of a control to and from the registry? Why use SaveSetting(app.EXEName, "Settings", "Text1", Text1.Text)? When you can use: RegSave(Text1, Text1) Ofcourse you can still use SaveSetting(blah,blah,blah,blah) when you want your program to remember something specific. But for popular controls, I think you will find RegSave and RegGet to be easier. It's easier to use the name of the control than using your own naming convention. Let me know if you find this method useful, if you do, please toss me a vote. If not, Ready Aim Fire with the comments. Thanks Keywords: Saving Registry GetSetting SaveSetting Load Value Retrieve Value INI Settings

7_2009-2012 #232841
Golden Mean ( Fibonacci Sequencer )

Golden Mean Fibonacci Sequencer This program will sequence up to the 1,476th Fibonacci number (309 digits long). These super long numbers avoid exponent display ( E+ num ) and rather spell out the value. It shows the Golden Ratio for each number and explains in the code exactly how to come up with it. The Golden Ratio is an extremely interesting number as it appears in many things in nature such as pinecones, seashells, body parts, dna, reproduction of bees, hurricanes, birth of universes and much more! The mysterious number Phi has been found in many ancient architectures and even in paintings by Leonardo Da Vinci. The numbers were also used to create beautiful musical compositions. This is definitely something worth exploring.

7_2009-2012 #232842
Folder Backup Utility

Automatically Backs up a folder by synchronizing the contents to a destination folder. Looking for easy way of synching folders? Want a utility that will instantly back up your files when specified? This utility is for you. Not only will it use an incremental back up method to secure your files but it can back up your folder when a change is made to the directory. Demonstrates file synch and folder watching for changes much like Norton Anti virus. This application will load with windows to ensure that your folder is backed up automatically from the start. Sits in the task bar as a small folder icon. Keywords: Auto Backup Backing up Back up Copy Sync Synch Synchronize Incremental Differential Folder File Transfer Taskbar Icon Registry Load with Windows GetSetting SaveSetting Destination Source Directory Norton Anti-Virus

Languages
Top Categories
Global Discovery