by Asim Jalis, MetaProse.com
Here are the steps for installing Ruby on Rails on a Windows PC and verifying that the install was successful.
-
Click on “Download the Kit”.
by Asim Jalis, MetaProse.com
Here are the steps for installing Ruby on Rails on a Windows PC and verifying that the install was successful.
Click on “Download the Kit”.
by Asim Jalis, MetaProse.com
Create a file __main__.py
containing:
print "Hello world from Python"
Zip up the Python files (in this case just this one file) into app.zip
by typing:
by Asim Jalis, MetaProse.com
The MicroTask process is a technique for taking on large and vague projects and then gradually nibbling on them until they are done.
Besides getting things done, this technique will make your work fun. It will turn it into a game. Instead of working on a large and
(use '[clojure.contrib.shell-out :only [sh]]) | |
(defn sh-timeout [timeout-in-seconds & args] | |
(.get | |
(future-call #(apply sh args)) | |
timeout-in-seconds | |
(java.util.concurrent.TimeUnit/SECONDS))) |