Profile
Achievement
ef's Recent Snippets
- All /
« Prev 1 Next »
Replaces string 'sth' with 'sth-new' in all files in current directory.
0
776
posted 11 years ago by ef
Way to install jsontools jar. Inspired by http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
0
759
posted 12 years ago by ef
Better way of generating date in ISO 8601 format (e.g. "2011-12-12T20:50:22+0100").
Needs to require [clj-time.core :as time] and [clj-time.format :as time-format].
0
1367
posted 12 years ago by ef
Return string representing current date in ISO 8601 format, e.g. "2011-12-12T20:50:22+0100".
java.util.Calendar and java.text.SimpleDateFormat have to be imported first.
NOTICE: Use this instead: http://snipplr.com/view/62060/clojure-iso-8601-curre...
0
1830
posted 12 years ago by ef
Inspired by http://subesh.com.np/2010/08/magento-setting-default-shipping-method-cart-page/.
Basically Magento requires only countryId in shipment address to show shipment methods (at least in polish case). Very useful if you want user to select shi...
0
1035
posted 13 years ago by ef