William_Wilson's tutorials
Scheme - exponents
Contributed by William_Wilson on October 14, 2006 under Computer programmingThis Scheme code example shows how to implement exponents by raising a given base by a given exponent through succesive squaring.
Comments Continue reading...Scheme - cons
Contributed by William_Wilson on under Computer programmingIn Scheme, cons adds the first item supplied into the first position of the list supplied in the second position, no matter what it may be. This will be useful for streams later on.
This Tech-Recipe provides a simple demostration of the cons feature in scheme. Comments Continue reading...
Scheme - using cdr
Contributed by William_Wilson on under Computer programmingIn Scheme, cdr simply displays all but the first element of a list, no matter what it is, be it a character, symbol, int, or even several lists or any combination. This is also useful for streams later on. This Tech-Recipe shows a simple demostration of the cdr feature in scheme.
Comments Continue reading...Scheme - use car to display the first element of list
Contributed by William_Wilson on under Computer programmingThis is a simple demonstration of the car feature in scheme. The car command simply displays the first element of a list, no matter what it is, be it a character, symbol, int, or even another list. This is useful for streams later on.
Comments Continue reading...PHP: Password Protect Your pages.
Contributed by William_Wilson on June 25, 2006 under PHP programmingA simple PHP implementation which will prevent unwanted access to certain pages.
Comments Continue reading...PHP: Upload Files to the server
Contributed by William_Wilson on under PHP programmingWith PHP, it is simple to upload any file to your server.
Comments Continue reading...PHP: Generate Dynamic Images from Text
Contributed by William_Wilson on under PHP programmingHow to create images from text dynamically (quote generator)
Comments Continue reading...WILLIAM_WILSON'S TOP TEN
- XP: Get Updates No Matter What or Change your Invalid Product Key
- Vista Build 5308: Disable Activation
- Removing a Dual Boot in Windows
- Harddrive Windows XP installation - no floppy/CD drive
- Copy Music from your iPod to your PC or MAC, for free
- Java Enumeration and Iterators
- C++: Pointers, Pass by Value, Pass by Reference
- C++: Constructor
- C++: Destructor
- Remove menu items under right-click or context menu
- View our Top Tens
TECH-RECIPES BLOGS
- Medical Abbreviations Application for iPhone Available.
- Medabbr Submitted to iPhone Store
- my msi wind and osx audio workaround (plantronics audio 480)
- my video MP4 tagging and zune tip!
- I Played with a Microsoft Surface Yesterday
- How to Put a YouTube Video on Your iPod (for free!)
- 10 Phone Numbers That Should Be In Your Cell Phone's Address Book
- 10 Must Have (and Free) Apps for the BlackBerry






