Secure Hash





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

3
Date Submitted Sat. Sep. 9th, 2006 11:10 AM
Revision 1
Helper jbplou
Tags Exception | VB.NET
Comments 1 comments
This function returns a stack trace for an exception with all inner exceptions include unless the count of inner exceptions goes over 50. A stack overflow can occur if there is no upper limit for inner exceptions to read from.

Makes use of stringbuilder to build return string in order to yield higher performance.
3
Date Submitted Sat. Jul. 15th, 2006 8:18 PM
Revision 1
Beginner materix
Tags Slashes | String | Strip
Comments 0 comments
Sometimes you need to remove slashes from POST variables which could contain arrays. The standard slipslashes-function only takes a string as parameter.

This function removes slashes from both a simple string and array variable.
3
Date Submitted Sun. Dec. 10th, 2006 2:24 PM
Revision 1
Beginner assbach
Tags Random | String
Comments 1 comments
create a random string of 16 chars
2
Date Submitted Tue. Nov. 8th, 2005 7:37 AM
Revision 1
Beginner webdude
Tags ASP | LCase | String
Comments 1 comments
LCase Functio
2
Date Submitted Tue. Sep. 12th, 2006 8:00 AM
Revision 1
Beginner dogo
Tags File | String
Comments 0 comments
This function loads an File into an String.
-1
Date Submitted Tue. Oct. 11th, 2005 9:53 PM
Revision 1
Helper ses5909
Tags Email | Send | VB.NET
Comments 1 comments
Send Basic Email
-2
Date Submitted Sat. Oct. 22nd, 2005 5:26 PM
Revision 1
Helper ses5909
Tags CheckBoxList | Selected | Values | VB.NET
Comments 1 comments
Dynamically Populate a CheckBoxList in VB.Net
-4
Date Submitted Wed. Oct. 12th, 2005 9:51 PM
Revision 1
Helper ses5909
Tags HTML | String | Strip | VB.NET
Comments 1 comments
Strip HTML Tags From a String
-4
Date Submitted Thu. Oct. 13th, 2005 7:36 PM
Revision 1
Coder mattrmiller
Tags CPlusPlus | Numeric | String
Comments 2 comments
Is String Numeric
-5
Date Submitted Tue. Nov. 8th, 2005 6:10 AM
Revision 1
Beginner XStatic
Tags CSharp | Parse. Number | String
Comments 0 comments
Parsing a String for Numbe