EBCDIC to ASCII





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

« Previous 1 2 3 4 5 Next »
5
Date Submitted Sat. Sep. 8th, 2007 11:52 PM
Revision 1
Helper eldaniel
Tags CPlusPlus
Comments 0 comments
Determine if a graph is bipartite.
5
Date Submitted Sat. Sep. 8th, 2007 11:49 PM
Revision 1
Helper eldaniel
Tags CPlusPlus
Comments 0 comments
Ordenate array with a queue.
3
Date Submitted Sat. Sep. 8th, 2007 11:46 PM
Revision 1
Helper eldaniel
Tags CPlusPlus
Comments 0 comments
Ackermann recursive.
5
Date Submitted Sat. Sep. 8th, 2007 11:41 PM
Revision 1
Helper eldaniel
Tags CPlusPlus
Comments 0 comments
View swatch time in c++
7
Date Submitted Mon. Aug. 27th, 2007 5:24 PM
Revision 1
Beginner 1jump2
Tags alphabet | alphabetical | ASCII | ASP | chr
Comments 2 comments
Just a quick way to write out an alphabetical list. Useful for menu systems.
1
Date Submitted Mon. Apr. 16th, 2007 9:34 PM
Revision 1
Beginner leroi
Tags API | C | scraping | Screen | webrequest | webresponse
Comments 4 comments
Shows a few objects I built to perform some screen scraping...
5
Date Submitted Mon. Feb. 19th, 2007 1:56 PM
Revision 1
Beginner mentat_emre
Tags C | converter | Number | roman
Comments 1 comments
It is a simple converter which converts your number into roman number.
Due to roman numbers it can converts 4 digits.
7
Date Submitted Thu. Jan. 11th, 2007 8:47 AM
Revision 1
Scripter Casper42
Tags ASPX | C | CSharp
Comments 3 comments
This little number will allow the contents of other pages to be included or embedded into the rendered HTML of an aspx page. Using the WebClient class from the .NET framework, you can conditionally load pages, even manipulate the HTML before it is rendered and in this example, fill in forms and execute javascript actions.

The following example shows how to auto-login to an Exchange Server - this was something requested for inclusion into our portal, but I left out the logic that pulls/decrypts the real password - for obvious reasons.

Enjoy!
~Jeremy
6
Date Submitted Thu. Jan. 4th, 2007 4:30 AM
Revision 1
Beginner jimmah
Tags C | factorial | Fast | Recursive
Comments 3 comments
Gives factorials for a given value.
5
Date Submitted Mon. Oct. 30th, 2006 1:03 AM
Revision 1
Scripter SCoon
Tags C | CPlusPlus | Java | Ruby | String
Comments 3 comments
This class intended to collect TODO comments from java/c++/etc source files.

Example:

protected readFileData (String path) throws IOException {
// TODO: add try...catch block for IOException
InputStream is = new FileInputStream(path);
...
}


See also DirectoryScanner class.
« Previous 1 2 3 4 5 Next »