Pinned Repositories
ATEC
For ATEC and NLTK and Hanlp
BERT-NER
Use Google's BERT for named entity recognition (CoNLL-2003 as the dataset).
calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
CnC_Remastered_Collection
cpr
C++ Requests: Curl for People, a spiritual port of Python Requests
db_tutorial
Writing a sqlite clone from scratch in C
forToolLearn
Mytensorflow
pratice-c
c++练习
SimpleQA
iajqs's Repositories
iajqs/pratice-c
c++练习
iajqs/Mytensorflow
iajqs/ATEC
For ATEC and NLTK and Hanlp
iajqs/BERT-NER
Use Google's BERT for named entity recognition (CoNLL-2003 as the dataset).
iajqs/calculator
Windows Calculator: A simple yet powerful calculator that ships with Windows
iajqs/CnC_Remastered_Collection
iajqs/cpr
C++ Requests: Curl for People, a spiritual port of Python Requests
iajqs/db_tutorial
Writing a sqlite clone from scratch in C
iajqs/forToolLearn
iajqs/SimpleQA
iajqs/iajqs.github.io
iajqs/ip2region
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is ONLY a few megabytes with all IP address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
iajqs/KnowledgeGraphCourse
东南大学《知识图谱》研究生课程
iajqs/KnowledgeGraphData
史上最大规模1.4亿中文知识图谱开源下载
iajqs/learn-go-with-tests
Learn Go with test-driven development
iajqs/libco
libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
iajqs/minix
Official MINIX sources - Automatically replicated from gerrit.minix3.org
iajqs/MyProject
tensorflow-test
iajqs/MyTinySTL
Achieve a tiny STL in C++11
iajqs/NLTK_learning
iajqs/paper
深度学习框架的学习和论文的实现
iajqs/Python-100-Days
Python - 100天从新手到大师
iajqs/reading-code-of-nginx-1.9.2
nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,更新完毕(nginx源码学习交流QQ群:568892619)
iajqs/SLU-System
iajqs/ThreadPool
A simple C++11 Thread Pool implementation
iajqs/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net