Pinned Repositories
baetyl
Extend cloud computing, data and service seamlessly to edge devices.
ceph-client
Ceph kernel client (kernel modules)
compose
Define and run multi-container applications with Docker
coredns
CoreDNS is a DNS server that chains plugins
CppHttpDemo
light weight C++ httpserver and httpclient based on mongoose
DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
gout
gout to become the Swiss Army Knife of the http client @^^@---> gout 是http client领域的瑞士军刀,小巧,强大,犀利。具体用法可看文档,如使用迷惑或者API用得不爽都可提issues
h2o
H2O - the optimized HTTP/1, HTTP/2, HTTP/3 server
http
自己提炼的关于《HTTP权威指南》每章的知识点总结!
iotdb
Apache IoTDB
listening3's Repositories
listening3/baetyl
Extend cloud computing, data and service seamlessly to edge devices.
listening3/ceph-client
Ceph kernel client (kernel modules)
listening3/compose
Define and run multi-container applications with Docker
listening3/coredns
CoreDNS is a DNS server that chains plugins
listening3/CppHttpDemo
light weight C++ httpserver and httpclient based on mongoose
listening3/DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
listening3/gout
gout to become the Swiss Army Knife of the http client @^^@---> gout 是http client领域的瑞士军刀,小巧,强大,犀利。具体用法可看文档,如使用迷惑或者API用得不爽都可提issues
listening3/h2o
H2O - the optimized HTTP/1, HTTP/2, HTTP/3 server
listening3/http
自己提炼的关于《HTTP权威指南》每章的知识点总结!
listening3/iotdb
Apache IoTDB
listening3/libuv
Cross-platform asynchronous I/O
listening3/linux
Linux kernel source tree
listening3/lvm2
Mirror of upstream LVM2 repository
listening3/mdCNN
3D Convolutional Neural Network (CNN) for volumetric inputs. Matlab framework supporting 2D and 3D kernels
listening3/mongoose
Mongoose Embedded Web Server Library - Mongoose is more than an embedded webserver. It is a multi-protocol embedded networking library with functions including TCP, HTTP client and server, WebSocket client and server, MQTT client and broker and much more.
listening3/mqtt.github.io
website
listening3/neural-turing-machines
Attempt at implementing system described in "Neural Turing Machines." by Graves, Alex, Greg Wayne, and Ivo Danihelka. (http://arxiv.org/abs/1410.5401)
listening3/paho.mqtt.c
An Eclipse Paho C client library for MQTT for Windows, Linux and MacOS.
listening3/pdf
编程电子书,电子书,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringCloud,TCPIP,Tomcat,Zookeeper,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类
listening3/readcode-etcd-v3.4.10
完整的 etcd 应用学习过程,产出最详细的 etcd 代码注释。欢迎相互交流学习。关注公众号:奇伢云存储,获取更丰富的分享。
listening3/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
listening3/redis-1
Type-safe Redis client for Golang
listening3/timescaledb
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
listening3/Tinyhttpd
Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net