Skip to content

Instantly share code, notes, and snippets.

View BadUncleX's full-sized avatar

BadUncle BadUncleX

View GitHub Profile
@BadUncleX
BadUncleX / 00 [jupyter notebook for drag and drop crack].md
Last active April 11, 2018 05:40
jupyter notebook for drag and drop crack

jupyter notebook for drag and drop crack

@BadUncleX
BadUncleX / 00 [clojure实现多行文本取第一个单词合并去重].md
Last active April 11, 2018 05:39
多个文件取第一个单词去重后合并

多个文件取第一个单词去重后合并

拷贝文件增加序号

文件按行切割

@BadUncleX
BadUncleX / 00 [clojure 实现有道在线api查询].md
Last active April 11, 2018 05:35
有道在线api查询 翻译 youdao translate clj clojure

在线单词通过有道智云查询, 将我的语料库全翻了一遍。 很方便, 将翻译内容存到本地sqlite,缓存起来,以后先从自己这边查询, 没有数据再查有道。

下一步将mdx的词典例句解析出来就更方便了, 比各个字典厂商的英语管理工具靠谱多了

有道官方api

@BadUncleX
BadUncleX / 00 [clj中运行nrepl ].md
Last active April 11, 2018 05:34
clj中运行nrepl (clojure)

clj中运行nrepl

@BadUncleX
BadUncleX / 00 [Executor线程池多次执行方法: 测试atom计数器].md
Last active April 11, 2018 05:34
Executor线程池多次执行方法: 测试atom计数器

Executor线程池多次执行方法: 测试atom计数器

好消息, 死锁是确定性的.