What's Here?
- Members: 340,125
- Replies: 920,437
- Topics: 154,931
- Snippets: 4,855
- Tutorials: 1,257
- Total Online: 4,064
- Members: 129
- Guests: 3,935
|
Welcome to Dream.In.Code |
|
|
Become an Expert!
Join 340,125 Programmers for FREE! Get instant access to thousands  of experts, tutorials, code snippets, and more! There are 4,064 people online right now. Registration is fast and FREE... Join Now!
Chat LIVE With a Expert
|
Programming Languages
|
 |
|
|
Submitted: February 7, 2010
Views: 14
This code snippet reverses a string and then prints it. It uses the slice operator on strings. It steps through the entire string but has a step (optional 3rd parameter) of -1, so that it erturns a backwards String
|
|
|
 |
|
|
Submitted: February 7, 2010
Views: 18
For each character in any string, if the letter is capitalized, it makes it lowercase, and for any capital letters, make them lowercase.
|
|
|
 |
|
|
Submitted: September 9, 2009
Views: 14
|
|
|
 |
|
|
Submitted: February 6, 2010
Views: 25
Use this script to place static, multi-line text the status bar of your website
|
|
|
 |
|
|
Submitted: October 29, 2009
Views: 21
finds fibbonacci to the Nth term from a start number
start number defaults to 1 and Nth term defaults to 10
|
|
|
 |
|
|
Submitted: January 21, 2010
Views: 12
This uses a character set to allow people to create a username from 4 to 16 characters using the characters 0-9, a-z, A-Z, - and _.
|
|
|
 |
|
|
Submitted: January 20, 2010
Views: 14
Detects whether the URL is valid or not
|
|
|
 |
|
|
Submitted: January 8, 2010
Views: 15
Precaches images into the browser for quick use later on.
|
|
|
 |
|
|
Submitted: January 21, 2010
Views: 20
check if a particular string can be a windows filename
|
|
|
 |
|
|
Submitted: January 21, 2010
Views: 12
•It spaces out as many thumbs as will fit in the container
•when it line breaks the thumbs that drop are centered
•a few lines of CSS control it all. As many thumbs as you want to put on a page.
•the only extra markup is the span tags
Can easily accomodate odd sized thumbs with some very simple inline width added.
|
|
|
 |
|
|
Submitted: November 11, 2005
Views: 254997
Ever wonder how you could get partially transparent backgrounds for div boxes with only HTML/CSS? Well here's how.
|
|
|
 |
|
|
Submitted: April 13, 2007
Views: 139477
Div layer with a scroll bar
|
|
|
 |
|
|
Submitted: January 4, 2006
Views: 127722
Reads and puts value in a textbox in its original text format.
|
|
|
 |
|
|
Submitted: March 2, 2005
Views: 113387
Implements the Linked List Data Structure.
|
|
|
 |
|
|
Submitted: February 25, 2005
Views: 83827
Two functions, used to convert c++ strings from upper case to lowercase and vice versa. Each takes a string argument, and returns the converted string. Please note that parameters should be validated before passing them to the functions.
|
|
|
Be Social
Programming
Web Development
Reference Sheets
Bye Bye Ads
Monthly Drawing
Top Contributors
Top 10 Kudos This Month
|