VetchM's Stars
public-apis/public-apis
A collective list of free APIs
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
github/gitignore
A collection of useful .gitignore templates
golang/go
The Go programming language
python/cpython
The Python programming language
awesomedata/awesome-public-datasets
A topic-centric list of HQ open datasets.
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
git/git
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
mastodon/mastodon
Your self-hosted, globally interconnected microblogging community
lyswhut/lx-music-desktop
一个基于 electron 的音乐软件
fxsjy/jieba
结巴中文分词
tqdm/tqdm
:zap: A Fast, Extensible Progress Bar for Python and CLI
MichaelCade/90DaysOfDevOps
This repository started out as a learning in public project for myself and has now become a structured learning map for many in the community. We have 3 years under our belt covering all things DevOps, including Principles, Processes, Tooling and Use Cases surrounding this vast topic.
bitcoinbook/bitcoinbook
Mastering Bitcoin 3rd Edition - Programming the Open Blockchain
quii/learn-go-with-tests
Learn Go with test-driven development
OI-wiki/OI-wiki
:star2: Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
Vonng/ddia
《Designing Data-Intensive Application》DDIA中文翻译
ethereumbook/ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
pyscript/pyscript
PyScript is an open source platform for Python in the browser. Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community: https://discord.gg/HxvBtukrg2
dariubs/GoBooks
List of Golang books
go-playground/validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
julienschmidt/httprouter
A high performance HTTP request router that scales well
TheAlgorithms/Go
Algorithms and Data Structures implemented in Go for beginners, following best practices.
ipfs/kubo
An IPFS implementation in Go
twintproject/twint
An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
scaffold-eth/scaffold-eth
🏗 forkable Ethereum dev stack focused on fast product iterations
TechEmpower/FrameworkBenchmarks
Source for the TechEmpower Framework Benchmarks project
slowmist/Blockchain-dark-forest-selfguard-handbook
Blockchain dark forest selfguard handbook. Master these, master the security of your cryptocurrency.
microsoft/SPTAG
A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
DataDog/go-profiler-notes
felixge's notes on the various go profiling methods that are available.