one-pen's Stars
Light-City/CPlusPlusThings
C++那些事
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
forthespada/CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
LiLittleCat/awesome-free-chatgpt
🆓免费的 ChatGPT 镜像网站列表,持续更新。List of free ChatGPT mirror sites, continuously updated.
qinguoyi/TinyWebServer
:fire: Linux下C++轻量级WebServer服务器
EZLippi/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net
jobbole/awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
linyacool/WebServer
A C++ High Performance Web Server
ithewei/libhv
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
markparticle/WebServer
C++ Linux WebServer服务器
GrindGold/pdf
📚 计算机经典编程书籍、大黑书、编程电子书、电子书、编程书籍,包括计算机基础、C/C++、Java、Python、面试题、架构设计、算法系列等经典电子书。
ndrplz/ConvLSTM_pytorch
Implementation of Convolutional LSTM in PyTorch.
Tencent/phxrpc
A simple C++ based RPC framework.
sogou/srpc
RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.
qicosmos/rest_rpc
modern C++(C++11), simple, easy to use rpc framework
alibaba/yalantinglibs
A collection of modern C++ libraries, include coro_rpc, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple
Gooddbird/tinyrpc
c++ async rpc framework. 14w+qps.
forthespada/MyPoorWebServer
一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。
keredson/wordninja
Probabilistically split concatenated words using NLP based on English Wikipedia unigram frequencies.
imarvinle/WebServer
A C++ Lightweight Web Server based on Linux epoll
Waleon/DesignPatterns
趣味设计模式,小朋友也能学得会!
songyingxin/TextClassification
Pytorch + NLP, 一份友好的项目实践仓库
JackHCC/Chinese-Text-Classification-PyTorch
中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!
guangqianpeng/jrpc
JSON-RPC implementation in C++17
wxue004cs/GCAE
kushalchauhan98/bcn-cnn-text-classification
Text classification experiments using TextCNNs and Bi-attentive Classification Networks
helloworld128/text-classification
chinese sentiment analysis using pytorch
ShindongLee/Sentence_Classifier_CNN
Pytorch Implementation of Sentence Classification Model Using Convolution Neural Networks
goddoe/text-classification-and-sentence-representation
Sentence representation with CBOW, Relation Network, CNN, Self Attention using PyTorch