Posts Tagged ‘Clojure’

Downloading binary files with Clojure

Saturday, February 26th, 2011

In addition to the FRED stuff we downloaded and parsed in the prior tutorial we now need the commodities too, they can be found on the USGS homepage.... Read More

Leiningen and running Ring / Jetty on the fly

Friday, February 18th, 2011

That damn Leiningen et al breaks with the past all the time, the docs at the page of the run plugin are already out of date.... Read More

Clojure and MySQL

Sunday, February 13th, 2011

It’s time to start saving the data we downloaded in the prior part in a MySQL database.... Read More

Parsing Economic data with Clojure

Sunday, February 13th, 2011

I’ve just got it into my head that I want to do some economical research and set out to find a big set of data, which I quickly did in the form of the St Lous FED’s FRED API/service.... Read More

MongoDB, Clojure, JSON and PHP - CongoMongo issues and solutions

Friday, December 31st, 2010

I’m currently working on a project where I use MongoDB and Clojure to create an API only type of service. Other sites of ours are connecting to this service, these sites are all made with PHP at the moment.... Read More

File uploads with Clojure, Ring and Compojure

Sunday, December 19th, 2010

I just found a great write up on how to upload files by Nikola Plejić. It’s a little bit sparse though so below I’ll revisit it with my own additions.... Read More

Autocompletion, Jump to documentation, Swank and Slime

Wednesday, November 3rd, 2010

In the prior part I stated that I would look into autocompletion and documentation lookup/jumping and that’s exactly what I’ve done and I’m happy with the results.... Read More

Emacs Color Themes, CTags, CEDET, ECB and other Customizations

Wednesday, September 29th, 2010
emacs_gray30_clojure.png

I’ve now found a color theme I like by way of the color theme browser. ... Read More

Emacs key bindings, Paredit and saving macros

Friday, September 24th, 2010

The other day I discovered the peepcode screencast Meet Emacs and although video is not really the ideal way for me to learn, and especially not something like Emacs, it managed to finally sell me and make me get my ass off the couch.... Read More

Sessions and JSON with Ring, Compojure and Flash AS3

Saturday, August 21st, 2010

The code here is actually several months old, it was only today that I stumbled on it and realized it would be a nice writeup.... Read More