Pinned Repositories
a_journey_into_math_of_ml
汉语自然语言处理视频教程-开源学习资料
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
awesome-programming-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
C_compiler
A fairly simplistic C++ compiler made using flex and bison.
caide-cpp-inliner
Transform a C++ program consisting of multiple source files and headers into a single self-contained source file without any external dependencies (except for standard system headers). Unused code is not included in the resulting file.
clang-expand
:dragon: A clang tool for happy refactoring without source-code gymnastics
clangCheckingTool
first publish
CodingAssistant-Clang
Checking C++ code flaws using LibTooling and LibASTMatchers of clang 3.5
cpp2cxx
A set of C Preprocessor analysis and source code rejuvenation tools that perform source to source translation of C++ programs by replacing C Preprocessor macros with equivalent C++11 declarations.
WorldControl's Repositories
WorldControl/a_journey_into_math_of_ml
汉语自然语言处理视频教程-开源学习资料
WorldControl/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
WorldControl/awesome-programming-books
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
WorldControl/Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
WorldControl/C_compiler
A fairly simplistic C++ compiler made using flex and bison.
WorldControl/caide-cpp-inliner
Transform a C++ program consisting of multiple source files and headers into a single self-contained source file without any external dependencies (except for standard system headers). Unused code is not included in the resulting file.
WorldControl/clang-expand
:dragon: A clang tool for happy refactoring without source-code gymnastics
WorldControl/cpp2cxx
A set of C Preprocessor analysis and source code rejuvenation tools that perform source to source translation of C++ programs by replacing C Preprocessor macros with equivalent C++11 declarations.
WorldControl/CPP2D
(Clang based) C++ to D language converter
WorldControl/cppinsights
C++ Insights - See your source code with the eyes of a compiler
WorldControl/elfs-clang-plugins
A collection of clang plugins for safer C programming
WorldControl/First-order-LTL-monitoring
Library for automata-based monitoring of first-order LTL formulas with finite domain. The semantics of first-order LTL is on finite execution paths.
WorldControl/free-programming-books-zh_CN
:books: 免费的计算机编程类中文书籍,欢迎投稿
WorldControl/handy
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
WorldControl/Hello-World
The first use of github
WorldControl/JavaGuide
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
WorldControl/json-tutorial
从零开始的 JSON 库教程
WorldControl/learngit
learning how to use git
WorldControl/llvm-clang-samples
UNMAINTAINED: Examples of using the LLVM and Clang compilation libraries and tools
WorldControl/ltlfo2mon
Automata-based monitoring framework for first-order LTL
WorldControl/macro-expand
Clang tool to get rid of MISRA C++ '08 16.x.x violations
WorldControl/ML-NLP-
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
WorldControl/net-lenrning-reference
TCP/IP网络编程笔记
WorldControl/NLP_ability
总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力
WorldControl/nlp_course
YSDA course in Natural Language Processing
WorldControl/os-tutorial
How to create an OS from scratch
WorldControl/Play-Leetcode
My Solutions to Leetcode problems. All solutions support C++ language, some support Java and Python. Multiple solutions will be given by most problems. Enjoy:) 我的Leetcode解答。所有的问题都支持C++语言,一部分问题支持Java语言。近乎所有问题都会提供多个算法解决。大家加油!:)
WorldControl/screader
The screader is a soure code reading tool based the libclang. It is implemented by the C.
WorldControl/TripleDoggy
基于clang static analyzer的源码漏洞检测插件
WorldControl/unused-funcs
Clang-based standalone tool that detects unused external functions in a set of source files.