This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 在以下资料的基础上简单校对更新 (尚未逐条对比,重点检查两个在线版的差异) | |
#《现代汉语常用词表(草案)》电子版 - https://annas-archive.org/md5/6a39bf21dbb37b04a75e7f63568117ce | |
# @liangqi 在线版本 - https://github.com/liangqi/chinese-frequency-word-list/blob/master/xiandaihaiyuchangyongcibiao.txt | |
# @indiejoseph 在线版本 - https://gist.github.com/indiejoseph/eae09c673460aa0b56db | |
# 为双拼打字方便把“阿Q”的拼音写做 a1'q1 | |
# | |
阿爸 a1'ba4 18137 | |
阿昌族 a1'chang1'zu2 50849 | |
阿斗 a1'dou3 42632 | |
阿飞 a1'fei1 48603 |
I hereby claim:
- I am pimgeek on github.
- I am pimgeek (https://keybase.io/pimgeek) on keybase.
- I have a public key ASB_5xZYDyLyyS3y6OLMMLOACNgoBPT0mOhxOGEpyO3UNwo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://press.one/p/address/v?s=d3c62e03466ab5971e0b00b615107c48ef7643c47eda1139537b05ec288d8939139992b7b94891d8886abbef8792143189350009e0b8d91271da9e9f8ab05a320&h=d20b57712728ec911e5c33e9d4bebbcd82c55a6f8e1c7edde1438c4869e70620&a=06a89fc582511299afaa8f21fe932b4b65435150&f=P1&v=2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; load artanis | |
(use-modules (artanis artanis)) | |
; simple logic | |
(get "/let/:id1/sayhi-to/:id2" | |
(lambda (rc) | |
(let* ( | |
(id1 (params rc "id1")) | |
(id2 (params rc "id2")) | |
(welcome "Welcome!") | |
(action (format #f "~a is saying hi to ~a" id1 id2))) |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE Ontology [ | |
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > | |
<!ENTITY xml "http://www.w3.org/XML/1998/namespace" > | |
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > | |
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" > | |
]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE Ontology [ | |
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > | |
<!ENTITY xml "http://www.w3.org/XML/1998/namespace" > | |
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > | |
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" > | |
]> |