Skip to content

Instantly share code, notes, and snippets.

View pimgeek's full-sized avatar
😃
Hello, Developers & OSS World!

pimgeek pimgeek

😃
Hello, Developers & OSS World!
View GitHub Profile
@pimgeek
pimgeek / Lexicon of Common Words in Contemporary Chinese (2008).txt
Created January 10, 2025 01:15
《现代汉语常用词表(草案)》(商务印书馆 2008)
This file has been truncated, but you can view the full file.
# 在以下资料的基础上简单校对更新 (尚未逐条对比,重点检查两个在线版的差异)
#《现代汉语常用词表(草案)》电子版 - 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
@pimgeek
pimgeek / css.markdown
Created May 31, 2020 08:53
多层级 CSS 选择器使用方法展示

Keybase proof

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:

@pimgeek
pimgeek / hintsnet_ui_demo.markdown
Last active October 14, 2018 09:13
hintsnet_ui_demo
https://press.one/p/address/v?s=d3c62e03466ab5971e0b00b615107c48ef7643c47eda1139537b05ec288d8939139992b7b94891d8886abbef8792143189350009e0b8d91271da9e9f8ab05a320&h=d20b57712728ec911e5c33e9d4bebbcd82c55a6f8e1c7edde1438c4869e70620&a=06a89fc582511299afaa8f21fe932b4b65435150&f=P1&v=2
@pimgeek
pimgeek / sayhi-to.scm
Created January 26, 2014 09:37
Artanis-SayHi
; 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)))
@pimgeek
pimgeek / pizza.owl
Last active December 23, 2015 21:19
pizza.owl
This file has been truncated, but you can view the full file.
<?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#" >
]>
@pimgeek
pimgeek / gist:6695052
Created September 25, 2013 04:04
prog.owl
<?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#" >
]>