| bio | website | c.pemcjd.me.uk |
|---|---|---|
| location | Stockholm, Sweden | |
| age | 24 | |
| visits | member for | 1 year, 4 months |
| seen | Apr 15 at 18:42 | |
| stats | profile views | 42 |
typedef enum { FALSE=0, TRUE } boolean;
typedef struct {
int age;
char* name;
boolean employed;
char* occupation;
char* education;
} programmer_t;
programmer_t chris;
chris.age = 23;
chris.name = "Chris Browne";
chris.employed = FALSE;
chris.occupation = "Programmer/CS Enthusiast";
chris.education = "self-taught";
Languages known
- C, C++
- Java
- Python
- PHP
- JavaScript
- VisualBasic / QBasic / BBC BASIC
- 8086 ASM
- some x86 Linux ASM
Technologies familiar with:
- Database: [My]SQL, redis
- Web: jQuery, node.js, php, (vanilla) ajax
- GUI: Qt, GTK+, Win32, SDL
- 3D: Irrlicht, LWJGL, SDL, (native) OpenGL [inc. shaders]
- OS: Linux, Free/Open/NetBSD, Windows 3.1 -> 7, Mac OS 9 -> OS X Lion
- Networking: iptables, DHCP, DNS, {protocols:IRC,HTTP,SMTP,POP3,IMAP,TCP,UDP,IPv4,IPv6}
- Daemons: apache httpd (v2 mostly), postfix, dovecot, spamassassin, bind, ircd (various)
Interests
- Artificial Intelligence programming/design
- Low-level high-performance microcoding (asm/c)
- Robotics
- Game Design
- User Interface Design
- Retrocoding (writing programs for old systems using the tools of the time)
- Programming Language Design/Development