My Programs
Here's the list of stand-alone programs I wrote.
I have written these programs as homework for classes I've attended (of course, they're not all the ones that I've written XD). I enjoyed writing each one of them and learned something every time. My coding style and the quality of the code has changed a lot from the first to the last one.
Feel free to use them if you like/need them. If you want to modify the source code, please contact me at fracchan@fracchan.net.
-
Jr.java
Jr.java prints all the information related to a Java class (superclasses, interfaces, fields, constructors and methods).
-
MyRand.java
MyRand.java creates an array of random unique and sorted numbers as an object. Here's the code for a demo.
-
PhraseGenerator.java
PhraseGenerator.java generates random text based on an existing input text. It's a simple Markov text generator. The program accepts an input url supplied from command line, creates a map based on the content of the url, picks a random tuple of words, and generates a text based on that.
-
ProcessContinuation.java
ProcessContinuation.java outputs on screen a file after skipping comment and empty lines and joining line with the following one if ending with \. The program supports multiple inputs.
-
ScreenSaver.java
ScreenSaver.java creates a screensaver of randomly generated triangles. Here's a demo.
-
Wipe.java
Wipe.java is a secure delete program. It deletes files after overwriting them with junk characters to make their content untraceable.
-
mkfile
mkfile creates files of random content of the size of your choice. It can be useful for testing the reliability of a program.
-
zipo
zipo tests 4 different compressors (bzip gzip2 zip xz) with no time constraint applied (best compression rate option used for the testing).
-
JavaScript Homework
These are all my homework for the JavaScript class I attended. I especially enjoyed writing code using Ajax! All the JavaScript code is available (just look at the page source code). The only missing code is the PHP code necessary for the Ajax technique. Feel free to contact me if you need it ;) They're really basic examples, and you can find something similar in the w3schools Ajax tutorial.
  Home
  About Me
  Blog
  Android Apps
  My Programs