Language: python
leisurelicht / wtfpython-cn
https://github.com/leisurelicht/wtfpython-cn
stars | today |
---|---|
1485 | 262 |
wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译
diveintodeeplearning / d2l-zh
https://github.com/diveintodeeplearning/d2l-zh
stars | today |
---|---|
4784 | 87 |
《动手学深度学习》
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
45238 | 42 |
Models and examples built with TensorFlow
arogozhnikov / einops
https://github.com/arogozhnikov/einops
stars | today |
---|---|
363 | 59 |
Deep learning operations rethinked (supports tf, pytorch, chainer, gluon and others)
jofpin / trape
https://github.com/jofpin/trape
stars | today |
---|---|
2950 | 44 |
People tracker on the Internet: OSINT analysis and research tool by Jose Pino
google-research / bert
https://github.com/google-research/bert
stars | today |
---|---|
8606 | 41 |
TensorFlow code and pre-trained models for BERT
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
52822 | 41 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
44653 | 39 |
A collective list of public JSON APIs for use in web development.
jantic / DeOldify
https://github.com/jantic/DeOldify
stars | today |
---|---|
4230 | 42 |
A Deep Learning based project for colorizing and restoring old images
TheAlgorithms / Python
https://github.com/TheAlgorithms/Python
stars | today |
---|---|
18775 | 38 |
All Algorithms implemented in Python
harelba / q
stars | today |
---|---|
6453 | 42 |
q - Run SQL directly on CSV or TSV files
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
58140 | 33 |
A curated list of awesome Python frameworks, libraries, software and resources
kennethreitz / responder
https://github.com/kennethreitz/responder
stars | today |
---|---|
2161 | 36 |
a familiar HTTP Service Framework for Python
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
44383 | 30 |
Command-line program to download videos from YouTube.com and other video sites
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
35968 | 25 |
Deep Learning for humans
facebookresearch / VideoPose3D
https://github.com/facebookresearch/VideoPose3D
stars | today |
---|---|
70 | 29 |
Efficient 3D human pose estimation in video using 2D keypoint trajectories
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
18895 | 24 |
🏡 Open source home automation that puts local control and privacy first
deepmind / graph_nets
https://github.com/deepmind/graph_nets
stars | today |
---|---|
2248 | 24 |
Build Graph Nets in Tensorflow
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
21134 | 18 |
The Python programming language
scikit-learn / scikit-learn
https://github.com/scikit-learn/scikit-learn
stars | today |
---|---|
32028 | 18 |
scikit-learn: machine learning in Python
pallets / flask
https://github.com/pallets/flask
stars | today |
---|---|
40379 | 21 |
The Python micro framework for building web applications.
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
18934 | 19 |
The world’s simplest facial recognition api for Python and the command line
open-source-for-science / TensorFlow-Course
https://github.com/open-source-for-science/TensorFlow-Course
stars | today |
---|---|
7437 | 19 |
Simple and ready-to-use tutorials for TensorFlow
jayshah19949596 / CodingInterviews
https://github.com/jayshah19949596/CodingInterviews
stars | today |
---|---|
280 | 19 |
This repository contains coding interviews that I have encountered in company interviews
apachecn / awesome-algorithm
https://github.com/apachecn/awesome-algorithm
stars | today |
---|---|
7241 | 17 |
Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现
Language: go
wagoodman / dive
https://github.com/wagoodman/dive
stars | today |
---|---|
10338 | 119 |
A tool for exploring each layer in a docker image
oxplot / pdftilecut
https://github.com/oxplot/pdftilecut
stars | today |
---|---|
122 | 118 |
pdftilecut lets you sub-divide a PDF page(s) into smaller pages so you can print them on small form printers.
objectbox / objectbox-go
https://github.com/objectbox/objectbox-go
stars | today |
---|---|
354 | 95 |
ObjectBox Go - persisting your Go structs/objects superfast and simple
liamg / aminal
https://github.com/liamg/aminal
stars | today |
---|---|
1514 | 57 |
Golang terminal emulator from scratch
gorilla / websocket
https://github.com/gorilla/websocket
stars | today |
---|---|
7373 | 52 |
A WebSocket implementation for Go.
golang / go
stars | today |
---|---|
50029 | 46 |
The Go programming language
Humpheh / goboy
https://github.com/Humpheh/goboy
stars | today |
---|---|
1722 | 36 |
Multi-platform Nintendo Game Boy Color emulator written in Go
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
17543 | 33 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
VictoriaMetrics / fastcache
https://github.com/VictoriaMetrics/fastcache
stars | today |
---|---|
227 | 31 |
Fast thread-safe inmemory cache for big number of entries in Go
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
37615 | 30 |
A curated list of awesome Go frameworks, libraries and software
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
44611 | 24 |
Production-Grade Container Scheduling and Management
bonfy / go-mega
https://github.com/bonfy/go-mega
stars | today |
---|---|
404 | 22 |
✨ 🤟 ✨ Go-Mega Tutorial for Go Web Develop | Demo: https://go-mega.herokuapp.com
sourcegraph / sourcegraph
https://github.com/sourcegraph/sourcegraph
stars | today |
---|---|
399 | 23 |
Code search and intelligence, self-hosted and scalable
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
22454 | 22 |
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance – up to 40 times faster. If you need smashing performance, get yourself some Gin.
TeaWeb / build
https://github.com/TeaWeb/build
stars | today |
---|---|
64 | 21 |
TeaWeb是集静态资源、缓存、代理、统计、监控于一体的可视化智能WebServer。
junegunn / fzf
https://github.com/junegunn/fzf
stars | today |
---|---|
18202 | 20 |
🌸 A command-line fuzzy finder
google / wire
https://github.com/google/wire
stars | today |
---|---|
57 | 19 |
Compile-time Dependency Injection for Go
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
30683 | 19 |
The world’s fastest framework for building websites.
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
11802 | 17 |
A platform for building proxies to bypass network restrictions.
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
26546 | 18 |
A golang ebook intro how to build a web with golang
getlantern / lantern
https://github.com/getlantern/lantern
stars | today |
---|---|
38856 | 16 |
🔴 蓝灯最新版本下载 https://github.com/getlantern/download 🔴 Lantern Latest Download https://github.com/getlantern/download 🔴
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
20480 | 16 |
The Prometheus monitoring system and time series database.
robaho / fixed
https://github.com/robaho/fixed
stars | today |
---|---|
170 | 15 |
high performance fixed decimal place math library for Go
moby / moby
stars | today |
---|---|
51325 | 12 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
etcd-io / etcd
https://github.com/etcd-io/etcd
stars | today |
---|---|
21495 | 13 |
Distributed reliable key-value store for the most critical data of a distributed system
Language: java
Snailclimb / JavaGuide
https://github.com/Snailclimb/JavaGuide
stars | today |
---|---|
14332 | 83 |
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
alibaba / arthas
https://github.com/alibaba/arthas
stars | today |
---|---|
6433 | 61 |
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
resilience4j / resilience4j
https://github.com/resilience4j/resilience4j
stars | today |
---|---|
1990 | 59 |
Resilience4j is a fault tolerance library designed for Java8 and functional programming
TheAlgorithms / Java
https://github.com/TheAlgorithms/Java
stars | today |
---|---|
8726 | 38 |
All Algorithms implemented in Java
iluwatar / java-design-patterns
https://github.com/iluwatar/java-design-patterns
stars | today |
---|---|
41918 | 33 |
Design patterns implemented in Java
b3log / symphony
https://github.com/b3log/symphony
stars | today |
---|---|
7948 | 29 |
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。 https://hacpai.com
linlinjava / litemall
https://github.com/linlinjava/litemall
stars | today |
---|---|
2570 | 28 |
又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端
spring-cloud-incubator / spring-cloud-alibaba
https://github.com/spring-cloud-incubator/spring-cloud-alibaba
stars | today |
---|---|
2209 | 29 |
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
eugenp / tutorials
https://github.com/eugenp/tutorials
stars | today |
---|---|
9690 | 15 |
The “REST With Spring” Course:
spring-projects / spring-boot
https://github.com/spring-projects/spring-boot
stars | today |
---|---|
31559 | 24 |
Spring Boot
kdn251 / interviews
https://github.com/kdn251/interviews
stars | today |
---|---|
30526 | 22 |
Everything you need to know to get the job.
spring-projects / spring-framework
https://github.com/spring-projects/spring-framework
stars | today |
---|---|
25075 | 20 |
Spring Framework
elastic / elasticsearch
https://github.com/elastic/elasticsearch
stars | today |
---|---|
36431 | 19 |
Open Source, Distributed, RESTful Search Engine
alibaba / Sentinel
https://github.com/alibaba/Sentinel
stars | today |
---|---|
3711 | 21 |
A lightweight flow-control library providing high-available protection and monitoring (高可用防护的流量管理框架)
apache / incubator-dubbo
https://github.com/apache/incubator-dubbo
stars | today |
---|---|
22781 | 16 |
Apache Dubbo (incubating) is a high-performance, java based, open source RPC framework.
ReactiveX / RxJava
https://github.com/ReactiveX/RxJava
stars | today |
---|---|
36568 | 17 |
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
crossoverJie / JCSprout
https://github.com/crossoverJie/JCSprout
stars | today |
---|---|
16993 | 15 |
👨🎓 Java Core Sprout : basic, concurrent, algorithm
ctripcorp / apollo
https://github.com/ctripcorp/apollo
stars | today |
---|---|
9519 | 15 |
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
google / guava
https://github.com/google/guava
stars | today |
---|---|
28366 | 13 |
Google core libraries for Java
netty / netty
https://github.com/netty/netty
stars | today |
---|---|
16822 | 13 |
Netty project - an event-driven asynchronous network application framework
apache / flink
https://github.com/apache/flink
stars | today |
---|---|
5102 | 13 |
Apache Flink
square / okhttp
https://github.com/square/okhttp
stars | today |
---|---|
29875 | 13 |
An HTTP+HTTP/2 client for Android and Java applications.
scwang90 / SmartRefreshLayout
https://github.com/scwang90/SmartRefreshLayout
stars | today |
---|---|
15371 | 14 |
🔥 下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
alibaba / canal
https://github.com/alibaba/canal
stars | today |
---|---|
6565 | 12 |
阿里巴巴mysql数据库binlog的增量订阅&消费组件 。阿里云DRDS( https://www.aliyun.com/product/drds )、阿里巴巴TDDL 二级索引、小表复制powerd by canal.
alibaba / easyexcel
https://github.com/alibaba/easyexcel
stars | today |
---|---|
2425 | 12 |
快速、简单避免OOM的java处理Excel工具
Language: c++
huxingyi / dust3d
https://github.com/huxingyi/dust3d
stars | today |
---|---|
384 | 149 |
🐪 Dust3D is aim to be a quick modeling tool for game development.
kakao / khaiii
https://github.com/kakao/khaiii
stars | today |
---|---|
464 | 91 |
Kakao Hangul Analyzer III
ggerganov / kbd-audio
https://github.com/ggerganov/kbd-audio
stars | today |
---|---|
632 | 82 |
Tools for capturing and analysing keyboard input paired with microphone capture
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
115708 | 58 |
An Open Source Machine Learning Framework for Everyone
LibrePCB / LibrePCB
https://github.com/LibrePCB/LibrePCB
stars | today |
---|---|
458 | 51 |
A powerful, innovative and intuitive EDA tool for everyone!
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
29869 | 21 |
Open Source Computer Vision Library
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
21829 | 24 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
36209 | 24 |
Bitcoin Core integration/staging tree
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
67159 | 22 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
BVLC / caffe
stars | today |
---|---|
26374 | 17 |
Caffe: a fast open framework for deep learning.
aria2 / aria2
https://github.com/aria2/aria2
stars | today |
---|---|
12268 | 17 |
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
18013 | 16 |
Godot Engine – Multi-platform 2D and 3D game engine
opentradesolutions / opentick
https://github.com/opentradesolutions/opentick
stars | today |
---|---|
38 | 16 |
A fast tick database, a simplified SQL layer on FoudationDB
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
10085 | 14 |
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
30561 | 14 |
Protocol Buffers - Google’s data interchange format
anhkgg / SuperWeChatPC
https://github.com/anhkgg/SuperWeChatPC
stars | today |
---|---|
216 | 11 |
微信电脑客户端多开工具,支持防消息撤销
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
22774 | 12 |
Tesseract Open Source OCR Engine (main repository)
OpenXRay / xray-16
https://github.com/OpenXRay/xray-16
stars | today |
---|---|
613 | 12 |
X-Ray Engine 1.6 expansion. Join our IRC channel #openxray on freenode.org, or our Discord channel: https://discord.gg/sjRMQwv
srsLTE / srsLTE
https://github.com/srsLTE/srsLTE
stars | today |
---|---|
1016 | 12 |
Open source SDR LTE software suite
google / filament
https://github.com/google/filament
stars | today |
---|---|
5215 | 12 |
Filament is a real-time physically based rendering engine for Android, Windows, Linux, macOS and WASM/WebGL
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
45900 | 9 |
The Swift Programming Language
grpc / grpc
stars | today |
---|---|
18279 | 9 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
arendst / Sonoff-Tasmota
https://github.com/arendst/Sonoff-Tasmota
stars | today |
---|---|
4809 | 10 |
Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE or PlatformIO
mozilla / DeepSpeech
https://github.com/mozilla/DeepSpeech
stars | today |
---|---|
8580 | 10 |
A TensorFlow implementation of Baidu’s DeepSpeech architecture
baldurk / renderdoc
https://github.com/baldurk/renderdoc
stars | today |
---|---|
2973 | 10 |
RenderDoc is a stand-alone graphics debugging tool.
Language: javascript
withspectrum / spectrum
https://github.com/withspectrum/spectrum
stars | today |
---|---|
5281 | 155 |
Simple, powerful online communities.
olifolkerd / tabulator
https://github.com/olifolkerd/tabulator
stars | today |
---|---|
1465 | 134 |
Interactive Tables and Data Grids for JavaScript
pcottle / learnGitBranching
https://github.com/pcottle/learnGitBranching
stars | today |
---|---|
9328 | 118 |
An interactive git visualization to challenge and educate!
GitSquared / edex-ui
https://github.com/GitSquared/edex-ui
stars | today |
---|---|
5367 | 92 |
A science fiction terminal emulator designed for large touchscreens that runs on all major OSs.
gaearon / overreacted.io
https://github.com/gaearon/overreacted.io
stars | today |
---|---|
123 | 92 |
ignore me
pim-book / programmers-introduction-to-mathematics
https://github.com/pim-book/programmers-introduction-to-mathematics
stars | today |
---|---|
132 | 84 |
Code for A Programmer’s Introduction to Mathematics
vuejs / vue
stars | today |
---|---|
120822 | 71 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
bvaughn / progress-estimator
https://github.com/bvaughn/progress-estimator
stars | today |
---|---|
1270 | 77 |
Logs a progress bar and estimation for how long a Promise will take to complete
piotte13 / SIMD-Visualiser
https://github.com/piotte13/SIMD-Visualiser
stars | today |
---|---|
243 | 72 |
A tool to graphically visualize SIMD code
zeit / ncc
stars | today |
---|---|
1250 | 54 |
Node.js Compiler Collection
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
116769 | 47 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
knsv / mermaid
https://github.com/knsv/mermaid
stars | today |
---|---|
21115 | 49 |
Generation of diagram and flowchart from text in a similar manner as markdown
zeit / next.js
https://github.com/zeit/next.js
stars | today |
---|---|
32009 | 45 |
The React Framework
30-seconds / 30-seconds-of-code
https://github.com/30-seconds/30-seconds-of-code
stars | today |
---|---|
33246 | 45 |
Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
59988 | 41 |
Set up a modern web app by running one command.
BrunnerLivio / try
https://github.com/BrunnerLivio/try
stars | today |
---|---|
42 | 40 |
📦 Quickly try out NPM packages inside a container
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
51838 | 36 |
Promise based HTTP client for the browser and node.js
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
39629 | 31 |
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
evgeny-nadymov / telegram-react
https://github.com/evgeny-nadymov/telegram-react
stars | today |
---|---|
64 | 34 |
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
28289 | 32 |
Build blazing fast, modern apps and websites with React
iamadamdev / bypass-paywalls-firefox
https://github.com/iamadamdev/bypass-paywalls-firefox
stars | today |
---|---|
222 | 32 |
Bypass Paywalls for Firefox
Good-Old-Downloads / gg
https://github.com/Good-Old-Downloads/gg
stars | today |
---|---|
25 | 23 |
leonardomso / 33-js-concepts
https://github.com/leonardomso/33-js-concepts
stars | today |
---|---|
20197 | 27 |
📜 33 concepts every JavaScript developer should know.
RubaXa / Sortable
https://github.com/RubaXa/Sortable
stars | today |
---|---|
14862 | 29 |
Sortable — is a JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery. Supports Meteor, AngularJS, React, Polymer, Knockout and any CSS library, e.g. Bootstrap.
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
55981 | 24 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
Language: unknown
crazyandcoder / kindle_free_books
https://github.com/crazyandcoder/kindle_free_books
stars | today |
---|---|
244 | 136 |
免费的Kindle电子书资源,不定期更新…
afshinea / stanford-cs-230-deep-learning
https://github.com/afshinea/stanford-cs-230-deep-learning
stars | today |
---|---|
1806 | 129 |
VIP cheatsheets for Stanford’s CS 230 Deep Learning
Bo0oM / fuzz.txt
https://github.com/Bo0oM/fuzz.txt
stars | today |
---|---|
438 | 97 |
Potentially dangerous files
ithinco / i-am-chinese-the-dragonfly-must-go-on
https://github.com/ithinco/i-am-chinese-the-dragonfly-must-go-on
stars | today |
---|---|
115 | 71 |
A response to “We are Google employees, Google must drop DragonFly”
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
41869 | 44 |
📚 Computer Science Learning Notes
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
75886 | 41 |
A collection of useful .gitignore templates
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
114464 | 46 |
📚 Freely available programming books
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
62257 | 40 |
Roadmap to becoming a web developer in 2018
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
92411 | 33 |
A book series on JavaScript. @YDKJS on twitter.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
97280 | 31 |
😎 Curated list of awesome lists
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
15926 | 28 |
Curated list of project-based tutorials
AztecProtocol / AZTEC
https://github.com/AztecProtocol/AZTEC
stars | today |
---|---|
110 | 31 |
Public repository for the AZTEC protocol
sdras / awesome-actions
https://github.com/sdras/awesome-actions
stars | today |
---|---|
1976 | 30 |
A curated list of awesome actions to use on GitHub
ossu / computer-science
https://github.com/ossu/computer-science
stars | today |
---|---|
36045 | 26 |
🎓 Path to a free self-taught education in Computer Science!
mml-book / mml-book.github.io
https://github.com/mml-book/mml-book.github.io
stars | today |
---|---|
1081 | 21 |
Companion webpage to the book “Mathematics For Machine Learning”
firstcontributions / first-contributions
https://github.com/firstcontributions/first-contributions
stars | today |
---|---|
5153 | 11 |
🚀 ✨ Help beginners to contribute to open source projects
Alvin9999 / new-pac
https://github.com/Alvin9999/new-pac
stars | today |
---|---|
9269 | 23 |
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
40031 | 19 |
🎉 A curated list of awesome things related to Vue.js
MunGell / awesome-for-beginners
https://github.com/MunGell/awesome-for-beginners
stars | today |
---|---|
7610 | 20 |
A list of awesome beginners-friendly projects.
ngosang / trackerslist
https://github.com/ngosang/trackerslist
stars | today |
---|---|
6154 | 18 |
An updated list of public BitTorrent trackers
mthenw / awesome-layers
https://github.com/mthenw/awesome-layers
stars | today |
---|---|
64 | 19 |
λ A curated list of awesome AWS Lambda Layers.
garychowcmu / daizhigev20
https://github.com/garychowcmu/daizhigev20
stars | today |
---|---|
566 | 16 |
殆知阁古代文献
mayfrost / guides
https://github.com/mayfrost/guides
stars | today |
---|---|
222 | 19 |
Looking for a guide? You came to the right place. Here you can find documentation for a variety of topics I research to make complex computing easier. For comments go to the IRC channel #nfo at the Rizon network.
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
71372 | 16 |
A complete computer science study plan to become a software engineer.
fffaraz / awesome-cpp
https://github.com/fffaraz/awesome-cpp
stars | today |
---|---|
16576 | 18 |
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-… stuff.