- MMT White Paper - Warren Mosler
- Soft Currency Economics - Warren Mosler
- A General Analytical Framework for the Analysis of Currencies and Other Commodities - Warren Mosler
- What is Money? - A. Mitchell Innes
- Scrolling with pleasure - Pavel Fatin
;;; | |
(defvar cycle-date-month-alist | |
'(("jan" . "01") ("feb" . "02") ("mar" . "03") | |
("apr" . "04") ("may" . "05") ("jun" . "06") | |
("jul" . "07") ("aug" . "08") ("sep" . "09") | |
("oct" . "10") ("nov" . "11") ("dec" . "12"))) | |
(ignore |
(comment | |
(def p (parser/new)) | |
(parser/consume p "[:a {:x 1 :y 2}") | |
# => | |
15 | |
(def state (parser/state p)) | |
atm inclusion criteria for grammar orchard lists:
Grammars growing in the orchard must:
- be released under the MIT license (and possibly other licenses, at the user's option),
- have an accompanying test suite,
- have a continuous integration workflow configured on the repository,
- use C as the programming language of their external scanner (if any), and not C++,
- define the grammar in a JavaScript file (and not TypeScript or any other language),
- follow the Conventional Commits specification,
(defn num-digits | |
[x] | |
(if (= x 0) | |
1 | |
(math/floor (inc (math/log10 x))))) | |
(comment | |
(num-digits 0) | |
# => |
iphone 15 | |
https://iosys.co.jp/items/smartphone/iphone/iphone15?not=pro&vo=128&l=l | |
https://iosys.co.jp/items/smartphone/iphone/softbank/iphone15_a3089/303014 | |
https://iosys.co.jp/items/smartphone/iphone/simfree/iphone15_a3089/382843 | |
ネットワーク利用制限 | |
https://iosys.co.jp/guide/support/networkguarantee.html | |
https://snowyskies.jp/imeiChecking/ |