-
Recent Posts
Recent Comments
- Anthony Wlodarskis Blog: Authentication with Node.js and Zend Framework | Scripting4You Blog on Authentication with Node.js and Zend Framework.
- Anthony Wlodarskis Blog: Authentication with Node.js and Zend Framework on Authentication with Node.js and Zend Framework.
- PHPDeveloper.org: Anthony Wlodarskis Blog: Authentication with Node.js and Zend Framework on Authentication with Node.js and Zend Framework.
- Anthony Wlodarskis Blog: Authentifizierung mit Node.js und Zend Framework | PHP Boutique on Authentication with Node.js and Zend Framework.
- Using Phergie with Upstart — Phergie on Using Phergie with Upstart (a.k.a. Phergie #winning)
Archives
Categories
Meta
Category Archives: C
Got bored, wrote a C program.
I got bored so I did an exercise from The C Programming Language, exercise 2-3 to be exact: #include <stdio.h> int htoi(char s[]); int main() { char hexNum[] = "0x43fa"; char hexNum2[] = "0xfa"; char hexNum3[] = "0xa"; … Continue reading