 |
| 3 | | 4 | | 5 | | 6 | | 7 | | 8 | | 9 | | 10 | | 11 | | 12 | | 13 | | 14 | | 15 | | 16 | | 17 | | 18 | | 19 | | 20 | | 21 | | 22 | | 23 | | 24 | | 25 | | 26 | | 27 | | 28 | | 29 | | 30 | | 31 | | 32 | | 33 | | 34 | | 35 | | 36 | | 37 | | 38 | | 39 | | 40 | | 41 | | 42 | | 43 | | 44 | | 45 | | 46 | | 47 | | 48 | | 49 | | 50 | | 51 | | 52 | | 53 | | 54 | | 55 | | 56 | | 57 | | 58 | | 59 | | 60 | | 61 | | 62 | | 63 | | 64 | | 65 | | 66 | | 67 | | 68 | | 69 | | 70 | | 71 | | 72 | | 73 | | 74 | | 75 | | 76 | | 77 | | 78 | | 79 | | 80 | | 81 |
|
| {CODE}
By Jeff Chien
September 19, 2009: School is back. Ironically, the sheer boredom of the routine
might increase my code productivity...
...as demonstrated by this client I wrote. I joined a side project that required cracking
a 7z archive, and wrote an optimized distributed cracker rather than rarcrack, which
abuses popen().
We ended up figuring that traversing billions upon billions of passwords
wasn't worth something that could be replicated in a month or two, so it's scrap code now.
The 7z/LZMA backend was taken from 7z itself, but I sloppily hacked some code in, because the
C code doesn't do encryption, and the C++ code is too damn complex. It spits out a false
positive every hundred lines or so.
You can get it here.
In other news, Greg Klein, the former president of the Java Club, has recently sent
up a weather balloon to outer space. No, it's not the MIT project (although he has
complained that they're getting more attention, and that his balloon would now seem like an
imitation of the MIT project). You can read more about it here.
The RSS feed for this site (even though it's barely updated) is being
fiddled around with because I've been reformatting recently; I installed Windows 7 RTM, then
reinstalled Windows 7 because I realized that I was using 64-bit.
--------------------------------------------------------------------------------------
July 31, 2009: Oh wow, I really haven't updated in a long time. I've been up to my neck
in work on a new project several friends and I are doing, so I haven't had the time
to update anything. We aren't ready to reveal our project, so check back here later.
l-echo, as you all may know, had been cancelled sinced March, because I realized that I was going
about it the wrong way. Instead, I probably should be making a weird physics engine that matched
the visuals, so falling and jumping would be far easier to implement.
I have to be honest, though, the reason for this update is because I put up a page for this
NDS homebrew competition I'm entering. I figured, why not enter a contest with n-echo, it's still
a pretty good homebrew despite it's discontinued state. The competition details are here
if you want to vote for me.
January 19, 2009: I realized that I can teach a lot about NDS homebrew, so
I written 2 intros into coding for Nintendo's famous handheld. I'll probably
post more soon.
January 18, 2009: Kicking off the new year with a new l-echo release (0.4.2).
And, as a late Whatever-your-holiday-is Present, I present to you j-echo, in
applet form. (Will load JOGL from other sources)
Dec 29, 2008: Two new AMES tutorial are up (actually, more like 1.5).
The OpenAL tutorial is cancelled (it was buggy anyways; OpenAL would
frequently just eat up all my buffers, and suddenly stop).
Ruby tutorials...are getting there...
Speaking of Ruby tutorials, or programming tutorials in general,
I heartily recommend anyone looking for example code to go to a new
site called LiteratePrograms. It's a programming wiki, but with
some extra features thrown in to make it really awesome, such as snippet
referencing and downloading all the code in an archive.
I already contributed a page here: 99 Beers in Ruby
On a different note, I made some improvements to the site, such as automatic
anchors, block links, and a nav bar.
Dec 12, 2008: Added an AMES intro tutorial.
Also added a genetic algorithms program, genetic3D.
Source Code of {CODE}:
index.php - this page
highlighters.php - does the syntax highlighting
xml_parser.php - does the parsing, calls highlighters.php to output
site_src.php - the downloading script
code-content.xml - holds the actual content
tutorials.xml - holds the actual content
code.css - CSS classes for syntax highlighting
css.css - CSS classes for text (used in JShell)
|