PhukU - Programming help you kan Use (pronounced foo-koo.. ;)


PhukU is a listing of random things I've put together to help myself with programming. This is a superset of RSApi (Rosetta Stone API - info on getting system information out of random UNIX platforms).

See the links below.

Last updated: Feb 2008


git Some information about git that's not necessarily easy to find elsewhere

RSApi - Rosetta Stone API - how to get system information out of various UNIX platforms.

A tidbit of database info. Manipulating MySQL and connecting perl to oracle. Probably only useful for me.

Dynamic libraries - stuff about creating and using dynamic libraries. Info on creating them for different UNIX platforms. How to load them. Various thoughts I've had on them. You know.. whatever..

Programming test(s) - programming tests I've had to make up. There's only one right now. It's for C++ and MFC programming. It's okay, I suppose. There's no "answer", but if you can't determine if the result you get is good or not, you probably shouldn't be giving it..

Random C++ musings - Stuff I've learned about C++ that I didn't know before, and I knew a decent amount about C++ before I started.

EHS - EHS stands for Embedded HTTP Server. It's a C++ class that lets any class become a web server. If you've ever wanted to embed a web server in your C++ program, this is probably the easiest way.

customization - just a couple things for customizing things with .Xdefaults and .emacs.

SSH tidbits - tidbits about SSH. I don't know that much.

Web stuff - CSS and Javascript stuff

Image manipulation - gimp stuff I've learned