-
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
Monthly Archives: April 2011
Securing Jetty and Solr with PHP authentication.
If you ever have set up Solr in a production environment you have probably wondered how to secure it. Jetty is the container that comes default with most Solr nightly builds and does just fine in a production environment with … Continue reading
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