Skip to content

Commit 6f70be5

Browse files
committed
Add note to the easter egg utils namespace
1 parent 94413da commit 6f70be5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/clojure_by_example/utils/core.clj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
[clojure.string :as cs]
44
[clojure.inspector :as inspect]))
55

6+
;; Warning:
7+
;; Code here may not be "professional" grade.
8+
;;
9+
;; This is just some fun messing around with some planetary data
10+
;; published by NASA.
11+
;;
12+
;; Important:
13+
;; Be kind to their servers, if you start tinkering with this code.
14+
;;
15+
;; First download a copy of the HTML pages to local disk,
16+
;; and replace the URL with the absolute path to the file on disk.
17+
;; Everything else should work the same.
18+
19+
620
(def planets-to-earth-ratios-table
721
{:table-name :planet-to-earth-ratios
822
:table-data-file "https://nssdc.gsfc.nasa.gov/planetary/factsheet/"

0 commit comments

Comments
 (0)