Language: python
facebookresearch / pytext
https://github.com/facebookresearch/pytext
stars | today |
---|---|
829 | 692 |
A natural language modeling framework based on PyTorch
vaexio / vaex
https://github.com/vaexio/vaex
stars | today |
---|---|
600 | 196 |
Out-of-Core DataFrames for Python, visualize and explore big tabular data at a billion rows per second.
Delgan / loguru
https://github.com/Delgan/loguru
stars | today |
---|---|
1887 | 157 |
Python logging made (stupidly) simple
google / jax
stars | today |
---|---|
2166 | 100 |
GPU- and TPU-backed NumPy with differentiation and JIT compilation.
rtqichen / torchdiffeq
https://github.com/rtqichen/torchdiffeq
stars | today |
---|---|
788 | 97 |
Differentiable ODE solvers with full GPU support and O(1)-memory backpropagation.
dmlc / dgl
stars | today |
---|---|
910 | 79 |
Python package built to ease deep learning on graph, on top of existing DL frameworks.
google-research / bert
https://github.com/google-research/bert
stars | today |
---|---|
9441 | 70 |
TensorFlow code and pre-trained models for BERT
leisurelicht / wtfpython-cn
https://github.com/leisurelicht/wtfpython-cn
stars | today |
---|---|
3388 | 59 |
wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
45907 | 46 |
Models and examples built with TensorFlow
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
58656 | 47 |
A curated list of awesome Python frameworks, libraries, software and resources
satwikkansal / wtfpython
https://github.com/satwikkansal/wtfpython
stars | today |
---|---|
11796 | 51 |
A collection of surprising Python snippets and lesser-known features.
mindsdb / mindsdb
https://github.com/mindsdb/mindsdb
stars | today |
---|---|
384 | 47 |
Framework to streamline use of neural networks
google / deepvariant
https://github.com/google/deepvariant
stars | today |
---|---|
1439 | 39 |
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
19270 | 35 |
🏡 Open source home automation that puts local control and privacy first
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
21393 | 33 |
The Python programming language
TheAlgorithms / Python
https://github.com/TheAlgorithms/Python
stars | today |
---|---|
19301 | 32 |
All Algorithms implemented in Python
google-research / google-research
https://github.com/google-research/google-research
stars | today |
---|---|
1066 | 37 |
Google AI Research
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
36404 | 31 |
Deep Learning for humans
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
44841 | 36 |
Command-line program to download videos from YouTube.com and other video sites
facebookresearch / maskrcnn-benchmark
https://github.com/facebookresearch/maskrcnn-benchmark
stars | today |
---|---|
3266 | 31 |
Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
tomgoldstein / loss-landscape
https://github.com/tomgoldstein/loss-landscape
stars | today |
---|---|
653 | 30 |
Code for visualizing the loss landscape of neural nets
allenai / allennlp
https://github.com/allenai/allennlp
stars | today |
---|---|
4586 | 28 |
An open-source NLP research library, built on PyTorch.
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
53443 | 26 |
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 |
---|---|
45277 | 26 |
A collective list of free APIs for use in software and web development.
Language: go
grafana / loki
https://github.com/grafana/loki
stars | today |
---|---|
2727 | 413 |
Like Prometheus, but for logs.
thecodingmachine / gotenberg
https://github.com/thecodingmachine/gotenberg
stars | today |
---|---|
757 | 173 |
A Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF
mholt / certmagic
https://github.com/mholt/certmagic
stars | today |
---|---|
1391 | 131 |
Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
iikira / BaiduPCS-Go
https://github.com/iikira/BaiduPCS-Go
stars | today |
---|---|
9370 | 109 |
百度网盘客户端 - Go语言编写
rendora / rendora
https://github.com/rendora/rendora
stars | today |
---|---|
575 | 82 |
dynamic server-side rendering using headless Chrome to effortlessly solve the SEO problem for modern javascript websites
yeasy / docker_practice
https://github.com/yeasy/docker_practice
stars | today |
---|---|
11185 | 80 |
Learn and understand Docker technologies, with real DevOps practice!
golang / go
stars | today |
---|---|
50670 | 53 |
The Go programming language
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
45384 | 49 |
Production-Grade Container Scheduling and Management
vitessio / vitess
https://github.com/vitessio/vitess
stars | today |
---|---|
7125 | 53 |
Vitess is a database clustering system for horizontal scaling of MySQL.
upper / db
stars | today |
---|---|
1492 | 49 |
Productive data access layer for Go.
wagoodman / dive
https://github.com/wagoodman/dive
stars | today |
---|---|
12315 | 48 |
A tool for exploring each layer in a docker image
Microsoft / ethr
https://github.com/Microsoft/ethr
stars | today |
---|---|
2812 | 37 |
Ethr is a Network Performance Measurement Tool for TCP, UDP & HTTP.
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
17965 | 35 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
38045 | 36 |
A curated list of awesome Go frameworks, libraries and software
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
13839 | 32 |
Connect, secure, control, and observe services.
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
26802 | 30 |
A golang ebook intro how to build a web with golang
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
19201 | 32 |
The Cloud Native Edge Router
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
12137 | 30 |
A platform for building proxies to bypass network restrictions.
kubernetes-sigs / kind
https://github.com/kubernetes-sigs/kind
stars | today |
---|---|
526 | 29 |
Kubernetes IN Docker - local clusters for testing Kubernetes
junegunn / fzf
https://github.com/junegunn/fzf
stars | today |
---|---|
18430 | 25 |
🌸 A command-line fuzzy finder
helm / helm
stars | today |
---|---|
9045 | 21 |
The Kubernetes Package Manager
etcd-io / etcd
https://github.com/etcd-io/etcd
stars | today |
---|---|
21807 | 22 |
Distributed reliable key-value store for the most critical data of a distributed system
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
22844 | 23 |
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.
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
20805 | 20 |
The Prometheus monitoring system and time series database.
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
19614 | 21 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
Language: java
qiurunze123 / miaosha
https://github.com/qiurunze123/miaosha
stars | today |
---|---|
869 | 426 |
😮 😮 秒杀系统设计与实现.互联网工程师进阶与分析 🙋 🐓
Snailclimb / JavaGuide
https://github.com/Snailclimb/JavaGuide
stars | today |
---|---|
16387 | 146 |
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
eugenp / tutorials
https://github.com/eugenp/tutorials
stars | today |
---|---|
10101 | 46 |
The “REST With Spring” Course:
ctripcorp / apollo
https://github.com/ctripcorp/apollo
stars | today |
---|---|
10038 | 52 |
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
alibaba / arthas
https://github.com/alibaba/arthas
stars | today |
---|---|
7451 | 50 |
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
Tencent / QMUI_Android
https://github.com/Tencent/QMUI_Android
stars | today |
---|---|
6276 | 51 |
提高 Android UI 开发效率的 UI 库
spring-projects / spring-boot
https://github.com/spring-projects/spring-boot
stars | today |
---|---|
32106 | 33 |
Spring Boot
Qihoo360 / ArgusAPM
https://github.com/Qihoo360/ArgusAPM
stars | today |
---|---|
765 | 44 |
Powerful, comprehensive (Android) application performance management platform. 360移动性能监控平台
b3log / symphony
https://github.com/b3log/symphony
stars | today |
---|---|
8473 | 40 |
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。 https://hacpai.com
linlinjava / litemall
https://github.com/linlinjava/litemall
stars | today |
---|---|
3074 | 33 |
又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端
TheAlgorithms / Java
https://github.com/TheAlgorithms/Java
stars | today |
---|---|
9106 | 33 |
All Algorithms implemented in Java
crossoverJie / JCSprout
https://github.com/crossoverJie/JCSprout
stars | today |
---|---|
17429 | 34 |
👨🎓 Java Core Sprout : basic, concurrent, algorithm
resilience4j / resilience4j
https://github.com/resilience4j/resilience4j
stars | today |
---|---|
2309 | 36 |
Resilience4j is a fault tolerance library designed for Java8 and functional programming
spring-projects / spring-framework
https://github.com/spring-projects/spring-framework
stars | today |
---|---|
25375 | 26 |
Spring Framework
apache / incubator-dubbo
https://github.com/apache/incubator-dubbo
stars | today |
---|---|
23343 | 30 |
Apache Dubbo (incubating) is a high-performance, java based, open source RPC framework.
macrozheng / mall
https://github.com/macrozheng/mall
stars | today |
---|---|
511 | 31 |
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
alibaba / nacos
https://github.com/alibaba/nacos
stars | today |
---|---|
2592 | 29 |
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications(更易于构建云原生应用的动态服务发现、配置管理和服务管理平台)
deeplearning4j / deeplearning4j
https://github.com/deeplearning4j/deeplearning4j
stars | today |
---|---|
10008 | 28 |
Deeplearning4j, ND4J, DataVec and more - deep learning & linear algebra for Java/Scala with GPUs + Spark - From Skymind
bumptech / glide
https://github.com/bumptech/glide
stars | today |
---|---|
24287 | 26 |
An image loading and caching library for Android focused on smooth scrolling
elastic / elasticsearch
https://github.com/elastic/elasticsearch
stars | today |
---|---|
36797 | 24 |
Open Source, Distributed, RESTful Search Engine
SplashCodes / JAViewer
https://github.com/SplashCodes/JAViewer
stars | today |
---|---|
2901 | 25 |
更优雅的驾车体验
ReactiveX / RxJava
https://github.com/ReactiveX/RxJava
stars | today |
---|---|
36776 | 25 |
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
mercyblitz / tech-weekly
https://github.com/mercyblitz/tech-weekly
stars | today |
---|---|
476 | 26 |
「小马哥技术周报」
airbnb / lottie-android
https://github.com/airbnb/lottie-android
stars | today |
---|---|
23516 | 23 |
Render After Effects animations natively on Android and iOS, Web, and React Native
DarkionAvey / SwipeSpinnerWidget
https://github.com/DarkionAvey/SwipeSpinnerWidget
stars | today |
---|---|
79 | 25 |
[Android] A spinner utilizing recycler view to achieve faster scrolling
Language: c++
MisterBooo / LeetCodeAnimation
https://github.com/MisterBooo/LeetCodeAnimation
stars | today |
---|---|
4100 | 436 |
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
ucbrise / confluo
https://github.com/ucbrise/confluo
stars | today |
---|---|
180 | 118 |
Real-time Monitoring and Analysis of Data Streams
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
116682 | 60 |
An Open Source Machine Learning Framework for Everyone
crosire / blink
https://github.com/crosire/blink
stars | today |
---|---|
153 | 64 |
A tool which allows you to edit source code of any C++ project at runtime
NASA-SW-VnV / ikos
https://github.com/NASA-SW-VnV/ikos
stars | today |
---|---|
780 | 59 |
Static analyzer for C/C++ based on the theory of Abstract Interpretation.
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
22708 | 52 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
googleprojectzero / Street-Party
https://github.com/googleprojectzero/Street-Party
stars | today |
---|---|
71 | 51 |
Street Party is a suite of tools that allows the RTP streams of video conferencing implementations to be viewed and modified.
apache / arrow
https://github.com/apache/arrow
stars | today |
---|---|
2914 | 47 |
Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and interprocess communication…
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
67629 | 41 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
30267 | 24 |
Open Source Computer Vision Library
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
30835 | 32 |
Protocol Buffers - Google’s data interchange format
samsonwang / LaunchyQt
https://github.com/samsonwang/LaunchyQt
stars | today |
---|---|
79 | 24 |
Launchy project reactivated. Get the familiar feeling now!
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
23053 | 21 |
Tesseract Open Source OCR Engine (main repository)
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
18202 | 20 |
Godot Engine – Multi-platform 2D and 3D game engine
uber / horovod
https://github.com/uber/horovod
stars | today |
---|---|
4643 | 20 |
Distributed training framework for TensorFlow, Keras, and PyTorch.
grpc / grpc
stars | today |
---|---|
18500 | 17 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
google / flutter-desktop-embedding
https://github.com/google/flutter-desktop-embedding
stars | today |
---|---|
2418 | 20 |
Desktop implementations of the Flutter embedding API
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
10283 | 18 |
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
uglide / RedisDesktopManager
https://github.com/uglide/RedisDesktopManager
stars | today |
---|---|
10325 | 16 |
🔧 Cross-platform GUI management tool for Redis
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
11825 | 5 |
An open autonomous driving platform
apache / incubator-mxnet
https://github.com/apache/incubator-mxnet
stars | today |
---|---|
15798 | 17 |
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
sqlitebrowser / sqlitebrowser
https://github.com/sqlitebrowser/sqlitebrowser
stars | today |
---|---|
10191 | 16 |
Official home of the DB Browser for SQLite (DB4S) project. Previously known as “SQLite Database Browser” and “Database Browser for SQLite”. Website at:
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
36357 | 14 |
Bitcoin Core integration/staging tree
LMMS / lmms
stars | today |
---|---|
2318 | 16 |
Cross-platform music production software
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
12095 | 15 |
JSON for Modern C++
Language: javascript
GoogleChromeLabs / quicklink
https://github.com/GoogleChromeLabs/quicklink
stars | today |
---|---|
2583 | 674 |
⚡️ Faster subsequent page-loads by prefetching in-viewport links during idle time
leonardomso / 33-js-concepts
https://github.com/leonardomso/33-js-concepts
stars | today |
---|---|
21510 | 611 |
📜 33 concepts every JavaScript developer should know.
30-seconds / 30-seconds-of-code
https://github.com/30-seconds/30-seconds-of-code
stars | today |
---|---|
34367 | 182 |
Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
40197 | 165 |
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MrRio / jsPDF
https://github.com/MrRio/jsPDF
stars | today |
---|---|
14921 | 157 |
Client-side JavaScript PDF generation for everyone.
vuejs / vue
stars | today |
---|---|
122175 | 124 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
pcottle / learnGitBranching
https://github.com/pcottle/learnGitBranching
stars | today |
---|---|
10472 | 120 |
An interactive git visualization to challenge and educate!
lovell / sharp
https://github.com/lovell/sharp
stars | today |
---|---|
10936 | 105 |
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images. Uses the libvips library.
lucagez / Debucsser
https://github.com/lucagez/Debucsser
stars | today |
---|---|
484 | 102 |
CSS debugging tool with an unpronounceable name
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
117619 | 82 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
60626 | 64 |
Set up a modern web app by running one command.
aquanlerou / WeHalo
https://github.com/aquanlerou/WeHalo
stars | today |
---|---|
141 | 66 |
WeHalo 简约风 的微信小程序版博客 ✨
mrdoob / three.js
https://github.com/mrdoob/three.js
stars | today |
---|---|
47153 | 57 |
JavaScript 3D library.
gaearon / overreacted.io
https://github.com/gaearon/overreacted.io
stars | today |
---|---|
1999 | 66 |
Personal blog by Dan Abramov.
lord / slate
stars | today |
---|---|
25439 | 48 |
Beautiful static documentation for your API
zeit / arg
stars | today |
---|---|
181 | 56 |
Simple argument parsing
NervJS / taro
https://github.com/NervJS/taro
stars | today |
---|---|
12371 | 51 |
多端统一开发框架,支持用 React 的开发方式编写一次代码,生成能运行在微信小程序/百度智能小程序/支付宝小程序、H5、React Native 等的应用。 https://taro.js.org/
writeas / writefreely
https://github.com/writeas/writefreely
stars | today |
---|---|
614 | 54 |
A simple, federated blogging platform.
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
28899 | 50 |
Build blazing fast, modern apps and websites with React
Kickball / awesome-selfhosted
https://github.com/Kickball/awesome-selfhosted
stars | today |
---|---|
27784 | 51 |
This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
52418 | 49 |
Promise based HTTP client for the browser and node.js
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
71906 | 44 |
A framework for building native apps with React.
zeit / next.js
https://github.com/zeit/next.js
stars | today |
---|---|
32521 | 44 |
The React Framework
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
42715 | 41 |
Headless Chrome Node API
ant-design / ant-design-pro
https://github.com/ant-design/ant-design-pro
stars | today |
---|---|
14697 | 35 |
👨🏻💻👩🏻💻 Use Ant Design like a Pro!
Language: unknown
trimstray / the-book-of-secret-knowledge
https://github.com/trimstray/the-book-of-secret-knowledge
stars | today |
---|---|
1060 | 297 |
💫 A collection of awesome lists, manuals, blogs, hacks, one-liners, cli/web tools and more. For SysOps, DevOps, Pentesters and Security Researchers.
FAQGURU / FAQGURU
https://github.com/FAQGURU/FAQGURU
stars | today |
---|---|
549 | 182 |
A list of interview questions. This repository is everything you need to prepare for your technical interview. 🎒 🚀 🎉
zziz / pwc
stars | today |
---|---|
6604 | 84 |
Papers with code. Sorted by stars. Updated weekly.
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
71990 | 76 |
A complete computer science study plan to become a software engineer.
sw-yx / react-typescript-cheatsheet
https://github.com/sw-yx/react-typescript-cheatsheet
stars | today |
---|---|
2259 | 83 |
a cheatsheet for react users using typescript with react for the first (or nth!) time
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
44276 | 61 |
📚 Computer Science Learning Notes
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
93113 | 59 |
A book series on JavaScript. @YDKJS on twitter.
i0natan / nodebestpractices
https://github.com/i0natan/nodebestpractices
stars | today |
---|---|
19098 | 64 |
The largest Node.JS best practices list (November 2018)
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
76399 | 39 |
A collection of useful .gitignore templates
basecamp / policies
https://github.com/basecamp/policies
stars | today |
---|---|
58 | 52 |
Basecamp policies, terms, and legal. Share them; reuse them; contribute to them.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
97961 | 44 |
😎 Curated list of awesome lists
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
63035 | 45 |
Roadmap to becoming a web developer in 2018
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
114963 | 37 |
📚 Freely available programming books
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
40458 | 38 |
🎉 A curated list of awesome things related to Vue.js
ANSSI-FR / rust-guide
https://github.com/ANSSI-FR/rust-guide
stars | today |
---|---|
39 | 37 |
Recommendations for secure applications development with Rust
Separius / awesome-sentence-embedding
https://github.com/Separius/awesome-sentence-embedding
stars | today |
---|---|
261 | 35 |
A curated list of pretrained sentence(and word) embedding models
mthenw / awesome-layers
https://github.com/mthenw/awesome-layers
stars | today |
---|---|
303 | 34 |
λ A curated list of awesome AWS Lambda Layers.
guillaume-chevalier / How-to-Grow-Neat-Software-Architecture-out-of-Jupyter-Notebooks
https://github.com/guillaume-chevalier/How-to-Grow-Neat-Software-Architecture-out-of-Jupyter-Notebooks
stars | today |
---|---|
394 | 29 |
Growing the code out of your notebooks - the right way.
crazywa1ker / DarthSidious-Chinese
https://github.com/crazywa1ker/DarthSidious-Chinese
stars | today |
---|---|
50 | 26 |
DarthSidious 中文版
googlesamples / android-architecture
https://github.com/googlesamples/android-architecture
stars | today |
---|---|
30618 | 23 |
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
MicrosoftEdge / MSEdge
https://github.com/MicrosoftEdge/MSEdge
stars | today |
---|---|
1796 | 27 |
Microsoft Edge
yygmind / blog
https://github.com/yygmind/blog
stars | today |
---|---|
695 | 25 |
我是木易杨,网易高级前端工程师,跟着我每周重点攻克一个前端面试重难点。接下来让我带你走进高级前端的世界,在进阶的路上,共勉!
kelseyhightower / kubernetes-the-hard-way
https://github.com/kelseyhightower/kubernetes-the-hard-way
stars | today |
---|---|
12972 | 24 |
Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
aws / containers-roadmap
https://github.com/aws/containers-roadmap
stars | today |
---|---|
499 | 24 |
This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).
ruanyf / weekly
https://github.com/ruanyf/weekly
stars | today |
---|---|
2997 | 23 |
技术分享周刊,每周五发布