Moxley Stratton

Code Blog

Ten Secret Key Bindings From OS X

Did you know that when using these applications:

  • Any application on OS X, except Vim and MS products
  • Bash, or any console program with Readline support

Injection

Within the world of application development, there is a conspiracy.

1
$sql = "SELECT * FROM users WHERE username='" . $username . "'";

Clojure Tutorial for the Non-Lisp Programmer

I intend to keep this tutorial as accurate and up-to-date as possible. If you have any suggestions for changes, please leave a comment at the bottom of this page.

Clojure is a functional lisp dialect that uses the Java Virtual Runtime as its platform. The language home page is at http://clojure.org/.