Downloads/Source Code
Free Source Code
Page:
0
,
1
Login to add content
This is a working Extended Euclid function. Used in RSA encryption.
This is a simple encryption program, its really weak, but it works.
This is a non-friendly huffman code maker. You have to manually edit Huffman.java to change the codes.
A updated version of the huffman code maker. Not fast, but it works.
This isn't the best code, but it works.
This is a simple class that will write XML files.
It uses a simple tree structure to handle information, Just make a root node and then start adding children or peers to it. It will not support text between two tags at this time, but you can add as many properties to it as your want.
Children are items under a node, Peers exist under the same parent.
It uses a simple tree structure to handle information, Just make a root node and then start adding children or peers to it. It will not support text between two tags at this time, but you can add as many properties to it as your want.
Children are items under a node, Peers exist under the same parent.
