Submitted by mapleman on Wed, 2008-07-02 18:50
Adding python scripting capabilities to your code is an interesting thing to do, it can help you enhance an application without as much hard work. This is just an example on how to use code from memory as part of your program.
Submitted by mapleman on Mon, 2008-05-19 18:13
Dumb strokes of C++ templates while bored generated this templated queue.
Submitted by mapleman on Sat, 2008-04-05 23:00
Did a minor update on the book code since Amazon moved their webservices from ECS 3.0 to 4.0 and it broke all my code, now it is fixed.
Submitted by mapleman on Fri, 2006-11-10 23:17
Been very busy lately, going back to school to finally get my bachelors.
Lately I have been playing with Amazon Web Services so I decided to add a list of my programming and personal books to the personal menu using the AWS platform.
I am only touching the tip of it obviously. Too much Web 2.0 hype lately, bring back the telnet days please.
Submitted by mapleman on Mon, 2006-04-17 20:20
Submitted by mapleman on Wed, 2005-08-17 23:00
Lately I been messing with Medved QuoteTracker's API.
It is an XML through TCP protocol. Medved only allows you to interact with its API from localhost.
Unfortunately the PC that hosts the executable is not, well, mine. So I decided to rewrite my
Java Proxy and make it extremely easy for anyone (the ones that use that particular PC) to run
it without a hitch.
Pages