Liking cljdoc? Tell your friends :D

quote-downloader.core


-mainclj

(-main & args)
source

build-urlclj

(build-url sym)
source

download-historical-quotesclj

(download-historical-quotes sym)
source

load-symbol-fileclj

(load-symbol-file filename)

Read a file of symbols and return them in a sequence

Read a file of symbols and return them in a sequence
sourceraw docstring

(print-usage options-summary)
source

process-symbols-parallelclj

(process-symbols-parallel lst)
Process a list of symbols in parallel
Call shutdown-agents after pmap otherwise the program will take a long time to shutdown
@see http://stackoverflow.com/questions/8695808/clojure-program-not-exiting-when-finishing-last-statement
@see http://stackoverflow.com/questions/2622750/why-does-clojure-hang-after-having-performed-my-calculations/2622788#2622788
sourceraw docstring

process-symbols-sequentialclj

(process-symbols-sequential lst)

Process a list of symbols sequentially

Process a list of symbols sequentially
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close