Pinned Repositories
-LSTM-
用LSTM进行文本的情感分析
awesome-go
A curated list of awesome Go frameworks, libraries and software
blockchain_go
A simplified blockchain implementation in Golang
compare2files
compare two files use hadoop2.7.1
db_exporter
monitor db(mysql/mongodb/oracle...),export metrics by golang,and monitor it by prometheus and grafana
elastigo
A Go (golang) based Elasticsearch client library.
go-sqlpool-client
go mysql pool client
kubeasz
使用Ansible脚本安装K8S集群,介绍组件交互原理,方便直接,不受国内网络环境影响
Ops
基于centos6+python3.6+django2+ansible2.4+celery4.2 运维管理系统,目前实现功能:用户和用户组管理、资产管理、集成ansible2.4、简易堡垒机(主机分配支持rdp以及vnc、用户分配、文件上传下载、配置禁用命令清单、操作录像回放功能)、项目管理(一部分)、数据库管理(一部分)、celery任务编排、知识库及文件共享
wsp
golang webserver framework, simple and flexible【超简单,超有价值的golang web框架,附赠最佳编程实践】
leeningli's Repositories
leeningli/db_exporter
monitor db(mysql/mongodb/oracle...),export metrics by golang,and monitor it by prometheus and grafana
leeningli/go-sqlpool-client
go mysql pool client
leeningli/kubeasz
使用Ansible脚本安装K8S集群,介绍组件交互原理,方便直接,不受国内网络环境影响
leeningli/Ops
基于centos6+python3.6+django2+ansible2.4+celery4.2 运维管理系统,目前实现功能:用户和用户组管理、资产管理、集成ansible2.4、简易堡垒机(主机分配支持rdp以及vnc、用户分配、文件上传下载、配置禁用命令清单、操作录像回放功能)、项目管理(一部分)、数据库管理(一部分)、celery任务编排、知识库及文件共享
leeningli/wsp
golang webserver framework, simple and flexible【超简单,超有价值的golang web框架,附赠最佳编程实践】
leeningli/-LSTM-
用LSTM进行文本的情感分析
leeningli/awesome-go
A curated list of awesome Go frameworks, libraries and software
leeningli/blockchain_go
A simplified blockchain implementation in Golang
leeningli/compare2files
compare two files use hadoop2.7.1
leeningli/elastigo
A Go (golang) based Elasticsearch client library.
leeningli/flink-learning
flink learning blog. http://www.54tianzhisheng.cn
leeningli/flink-recommandSystem-demo
:helicopter::rocket:基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。
leeningli/gohangout
golang版本的hangout, 希望能省些内存. 使用了自己写的Kafka lib .. 虚. 不过我们在生产环境已经使用近1年, kafka 版本从0.9.0.1到2.0都在使用, 目前情况稳定. 吞吐量在每天2000亿条以上.
leeningli/goscp
Using golang implement SCP
leeningli/Kubernetes-ansible
:christmas_tree:ansible一键部署高可用Kubernetes
leeningli/lstm-sentiment-analysis
sentiment analysis with chinese and english(LSTM). 通过LSTM实现中英文语句情感分析,来判断消极还是积极。
leeningli/machinelearninginaction
Source Code for the book: Machine Learning in Action published by Manning
leeningli/openbilibili
Clone from https://github.com/openbilibili/go-common
leeningli/pipeline
use wercker test ci
leeningli/python-scp
implement scp by python
leeningli/seaweedfs
SeaweedFS is a simple and highly scalable distributed file system. There are two objectives: to store billions of files! to serve the files fast! SeaweedFS implements an object store with O(1) disk seek and an optional Filer with POSIX interface, supporting S3 API, Rack-Aware Erasure Coding for warm storage, FUSE mount, Hadoop compatible, WebDAV.
leeningli/SentimentAnalysis_LSTM
基于Keras使用LSTM对电商评论进行情感分析
leeningli/utils
utils for goscp
leeningli/wrk
Modern HTTP benchmarking tool