Pinned Repositories
advanced-java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
ant-design-pro-vue
👨🏻💻👩🏻💻 Use Ant Design Vue like a Pro! A simple vue admin template.
approvalFlow
基于form-generator,仿钉钉审批流程创建(表单创建/流程节点可视化配置/必填条件及校验)
AspNetCoreRateLimit
ASP.NET Core rate limiting middleware
awesome-architecture
架构师技术图谱,助你早日成为架构师
awesome-zero-knowledge-proofs
A curated list of awesome things related to learning Zero-Knowledge Proofs (ZKP).
beets
music library manager and MusicBrainz tagger
Binance.Net
.Net API wrapper for the Binance web API
bitcoinlib
Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
surging
surging 是一个分布式微服务框架,提供高性能RPC远程服务调用,采用Zookeeper、Consul作为surging服务的注册中心,集成了哈希,随机,轮询、压力最小优先作为负载均衡的算法,RPC集成采用的是netty框架,采用异步传输
linyintao2010's Repositories
linyintao2010/MsSystem-BPM-ServiceAndWebApps
.net core 微服务 权限系统+工作流系统
linyintao2010/dcrm-sdk
Fusion's Distributed Control Rights Management (DCRM) SDK
linyintao2010/Introduction-to-quantitative-trading
for_quant_study
linyintao2010/playback
Video player built using electron and node.js
linyintao2010/huobi-chain
The next generation high performance public chain for financial infrastructure.
linyintao2010/Nethereum
Ethereum .Net cross platform integration library
linyintao2010/ToolGood.Words
一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。
linyintao2010/server
全开源即时通讯(IM)系统
linyintao2010/ios-chat
全开源的即时通讯(野火IM)系统 高仿微信
linyintao2010/bitcore
A full stack for bitcoin and blockchain-based applications
linyintao2010/ET
Unity3D Client And C# Server Framework
linyintao2010/FytSoaCms
NetCore2.2开发, Vs2017 数据Mysql
linyintao2010/ant-design-pro-vue
👨🏻💻👩🏻💻 Use Ant Design Vue like a Pro! A simple vue admin template.
linyintao2010/JDCaptchaCrack
Python + Selenium+chromedirver 破解京东登录滑块验证码
linyintao2010/roll_up_circom_tutorial
This repository contains a tutorial on how to build roll_up with Circom
linyintao2010/chrome-plugin-demo
《Chrome插件开发全攻略》配套完整Demo,欢迎clone体验
linyintao2010/unity-design-patterns
Examples of programming design patterns in Unity C#
linyintao2010/erc777
🧬 My sample implementation of ERC777
linyintao2010/bitcoinlib
Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
linyintao2010/eth-Multi-signature
Multi-signature with Ethereum Smart Contract
linyintao2010/neohelp
Neo help functions
linyintao2010/MachinaTrader
linyintao2010/Util
Util是一个.net core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。
linyintao2010/eShopOnContainers
Easy to get started sample reference microservice and container based application. Cross-platform on Linux and Windows Docker Containers, powered by .NET Core 2.0 and Docker engine. Supports Visual Studio 2017, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
linyintao2010/surging
surging 是一个分布式微服务框架,提供高性能RPC远程服务调用,采用Zookeeper、Consul作为surging服务的注册中心,集成了哈希,随机,轮询、压力最小优先作为负载均衡的算法,RPC集成采用的是netty框架,采用异步传输
linyintao2010/gravitee-docs
Gravitee - Documentation
linyintao2010/ProDotnetDesignPatternFramework45
Design patterns are solutions to software design problems you find again and again in real-world application development. Patterns are about reusable designs and interactions of objects. The 23 Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. They are categorized in three groups: Creational, Structural, and Behavioral (for a complete list see below). To give you a head start, the C# source code for each pattern is provided in 2 forms: structural and real-world. Structural code uses type names as defined in the pattern definition and UML diagrams. Real-world code provides real-world programming situations where you may use these patterns. A third form, .NET optimized, demonstrates design patterns that fully exploit built-in .NET 4.5 features, such as, generics, attributes, delegates, reflection, and more. These and much more are available in our .NET Design Pattern Framework 4.5. You can see the Singleton page for a .NET 4.5 Optimized example.
linyintao2010/merkle-tree
Merkle Tree implementation in Java