Profile
Achievement
Mithun's Recent Snippets
- All /
« Prev 1 Next »
You can use TSQL to Count Number Of Stored Procedures, Views, Tables or Functions in a Database by using the Database INFORMATION_SCHEMA view
0
4928
posted 13 years ago by Mithun
his set of Javascript functions trim or remove whitespace from the ends of strings. These functions can be stand-alone or attached as methods of the String object. They can left trim, right trim, or trim from both sides of the string. Rather than usi...
2
860
posted 15 years ago by Mithun
Using svnadmin hotcopy doesn’t require any server downtime, completes in minutes, and replicates server configuration and hook scripts.
1
845
posted 15 years ago by Mithun
This code will create a human readable string that will look more close to dictionary words, useful for captchas.
3
953
posted 15 years ago by Mithun
This function converts URLs and e-mail addresses within a string into clickable hyperlinks.
2
931
posted 15 years ago by Mithun