Pinned Repositories
docker
日常中整理的docker应用,减小体积
gocryptotrader
A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang.
MicroService-UserPowerManager
使用微服务创建的用户以及权限管理功能 ,同时加入MySql代理,支持主从mycat分库kingshard分表
NFT-ERC721-NFTMarketPlace
使用Solidity和Hardhat构建你自己的NFT市场,创建NFT加入市场
stockindicator
股票指标相关方法
TokenExchangeCommon
日常积累的一些函数库,以及部分股票指标(MA、EMA、RSI、CCI、KDJ、OBV)的实现
TokenExchangeSimple
数字货币交易所获取API数据相关实例
truffle_solidity_contractsExample
智能合约的实例,里面包括简单的代币合约、高级代币合约、众筹合约。
vue-node-bscchain-getprice
Vue+NodeJs在线获取BSC链上代币最新价格
vue-node-npm-ganache-web3
Vue+NodeJs+Ganache 本地部署、调用 web3 智能合约
idoall's Repositories
idoall/MicroService-UserPowerManager
使用微服务创建的用户以及权限管理功能 ,同时加入MySql代理,支持主从mycat分库kingshard分表
idoall/microservice-exchange
exchange use microservice
idoall/shadowsocksr-android
A ShadowsocksR client for Android
idoall/abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
idoall/awesome-go-cn
Go 资源大全中文版, 内容包括:Web框架、模板引擎、表单、身份认证、数据库、ORM框架、图片处理、文本处理、自然语言处理、机器学习、日志、代码分析、教程和(电子)书等。
idoall/beep
A small package that brings sound to any Go program (and real-time audio processing and other casual stuff)
idoall/Chart.js
Simple HTML5 Charts using the <canvas> tag
idoall/Gaea
Gaea is a mysql proxy, it's developed by xiaomi b2c-dev team.
idoall/glb-director
GitHub Load Balancer Director and supporting tooling.
idoall/go-daemon
A library for writing system daemons in golang.
idoall/go.uuid
UUID package for Go
idoall/gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
idoall/golearn
Machine Learning for Go
idoall/googleAuthenticator
谷歌身份验证器 golang 实现
idoall/goproxy
A global proxy for Go modules.
idoall/gorgonia
Gorgonia is a library that helps facilitate machine learning in Go.
idoall/homemade-machine-learning
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
idoall/jiacrontab
提供web界面的任务调度工具
idoall/jpush-api-go-client
jpush-api-go-client
idoall/jsongo
A high-performance 100% compatible drop-in replacement of "encoding/json"
idoall/jumpserver
Jumpserver是全球首款完全开源的堡垒机,是符合 4A 的专业运维审计系统。
idoall/pkuseg-python
python版本:高准确度中文分词工具,简单易用,跟现有开源工具相比大幅提高了分词的准确率。
idoall/shadowsocks-go
go port of shadowsocks (Deprecated)
idoall/shazam
mysql proxy and platform
idoall/v8
A Go API for the V8 javascript engine.
idoall/walle-web
walle - 瓦力 开源项目代码部署平台
idoall/wechat
WeChat SDK for Go (微信SDK:简单、易用)
idoall/WeChatTweak-macOS
A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开
idoall/wxappUnpacker
Wechat App(微信小程序,.wxapkg)解包及相关文件(.wxss,.json,.wxs,.wxml)还原工具
idoall/xorm
xorm是一个简单而强大的Go语言ORM库,通过它可以使数据库操作非常简便。本库是基于原版xorm的定制增强版本,为xorm提供类似ibatis的配置文件及动态SQL支持,支持AcitveRecord操作