Language: python
stanfordnlp / stanfordnlp
https://github.com/stanfordnlp/stanfordnlp
stars | today |
---|---|
723 | 263 |
Official Stanford NLP Python Library for Many Human Languages
caronc / apprise
https://github.com/caronc/apprise
stars | today |
---|---|
1536 | 164 |
Apprise - Push Notifications that work with just about every platform!
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
56263 | 124 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
vietnguyen91 / QuickDraw
https://github.com/vietnguyen91/QuickDraw
stars | today |
---|---|
96 | 85 |
Implementation of Quickdraw - an online game developed by Google
explosion / spacy-stanfordnlp
https://github.com/explosion/spacy-stanfordnlp
stars | today |
---|---|
108 | 87 |
💥 Use the latest StanfordNLP research models directly in spaCy
TuSimple / simpledet
https://github.com/TuSimple/simpledet
stars | today |
---|---|
852 | 66 |
A Simple and Versatile Framework for Object Detection and Instance Recognition
minimaxir / big-list-of-naughty-strings
https://github.com/minimaxir/big-list-of-naughty-strings
stars | today |
---|---|
31761 | 68 |
The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
47931 | 49 |
Models and examples built with TensorFlow
bourdakos1 / tfjs-object-detection-training
https://github.com/bourdakos1/tfjs-object-detection-training
stars | today |
---|---|
75 | 54 |
🐝
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
60964 | 44 |
A curated list of awesome Python frameworks, libraries, software and resources
google-research / bert
https://github.com/google-research/bert
stars | today |
---|---|
11727 | 44 |
TensorFlow code and pre-trained models for BERT
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
37908 | 36 |
Deep Learning for humans
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
35144 | 31 |
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com/ansible/
TheAlgorithms / Python
https://github.com/TheAlgorithms/Python
stars | today |
---|---|
21224 | 38 |
All Algorithms implemented in Python
sosbrumadinho / brumadinho_location
https://github.com/sosbrumadinho/brumadinho_location
stars | today |
---|---|
862 | 34 |
Conjunto de ferramentas para ajudar no resgate e localização das vítimas atingidas pelo rompimento da barragem que ocorreu recentemente em Brumadinho/MG
scrapy / scrapy
https://github.com/scrapy/scrapy
stars | today |
---|---|
31269 | 35 |
Scrapy, a fast high-level web crawling & scraping framework for Python.
yodaos-project / yodaos
https://github.com/yodaos-project/yodaos
stars | today |
---|---|
592 | 35 |
AI OS for Web Community
pjialin / py12306
https://github.com/pjialin/py12306
stars | today |
---|---|
3459 | 33 |
🚂 12306 购票助手,支持分布式,多账号,多任务购票以及 Web 页面管理
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
46786 | 33 |
Command-line program to download videos from YouTube.com and other video sites
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
47067 | 34 |
A collective list of free APIs for use in software and web development.
torfsen / python-systemd-tutorial
https://github.com/torfsen/python-systemd-tutorial
stars | today |
---|---|
64 | 34 |
A tutorial for writing a systemd service in Python
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
21029 | 29 |
🏡 Open source home automation that puts local control and privacy first
Tribler / tribler
https://github.com/Tribler/tribler
stars | today |
---|---|
2832 | 31 |
Privacy enhanced BitTorrent client with P2P content discovery
AirtestProject / Airtest
https://github.com/AirtestProject/Airtest
stars | today |
---|---|
1999 | 30 |
UI Automation Framework for Games and Apps
matterport / Mask_RCNN
https://github.com/matterport/Mask_RCNN
stars | today |
---|---|
10042 | 24 |
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Language: go
joewalnes / websocketd
https://github.com/joewalnes/websocketd
stars | today |
---|---|
12995 | 167 |
Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
uber / aresdb
https://github.com/uber/aresdb
stars | today |
---|---|
1109 | 136 |
A GPU-powered real-time analytics storage and query engine.
bxcodec / faker
https://github.com/bxcodec/faker
stars | today |
---|---|
502 | 81 |
Go (Golang) Fake Data Generator for Struct
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
47703 | 61 |
Production-Grade Container Scheduling and Management
zhenghaoz / gorse
https://github.com/zhenghaoz/gorse
stars | today |
---|---|
284 | 55 |
A High Performance Recommender System Package based on Collaborative Filtering for Go
golang / go
stars | today |
---|---|
52698 | 50 |
The Go programming language
etcd-io / etcd
https://github.com/etcd-io/etcd
stars | today |
---|---|
22775 | 32 |
Distributed reliable key-value store for the most critical data of a distributed system
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
39549 | 33 |
A curated list of awesome Go frameworks, libraries and software
bytedance / go-tagexpr
https://github.com/bytedance/go-tagexpr
stars | today |
---|---|
284 | 34 |
An interesting go struct tag expression syntax for field validation, etc.
cloudnativedevelopment / cnd
https://github.com/cloudnativedevelopment/cnd
stars | today |
---|---|
189 | 31 |
Tool to develop directly in your dev Kubernetes cluster
GoogleCloudPlatform / spark-on-k8s-operator
https://github.com/GoogleCloudPlatform/spark-on-k8s-operator
stars | today |
---|---|
374 | 30 |
Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
32283 | 29 |
The world’s fastest framework for building websites.
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
19486 | 27 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
opensec-cn / kunpeng
https://github.com/opensec-cn/kunpeng
stars | today |
---|---|
330 | 27 |
kunpeng是一个Golang编写的开源POC检测框架,以动态链接库的形式提供各种语言调用,通过此项目可快速对目标进行安全漏洞检测,比攻击者快一步发现风险漏洞。
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
20223 | 27 |
The Cloud Native Edge Router
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
24116 | 26 |
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.
iikira / BaiduPCS-Go
https://github.com/iikira/BaiduPCS-Go
stars | today |
---|---|
11129 | 26 |
百度网盘客户端 - Go语言编写
grafana / loki
https://github.com/grafana/loki
stars | today |
---|---|
5191 | 24 |
Like Prometheus, but for logs.
CurtisLusmore / ghp
https://github.com/CurtisLusmore/ghp
stars | today |
---|---|
194 | 24 |
A simple web server for serving static GitHub Pages locally
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
21820 | 20 |
The Prometheus monitoring system and time series database.
helm / helm
stars | today |
---|---|
9881 | 22 |
The Kubernetes Package Manager
go-gitea / gitea
https://github.com/go-gitea/gitea
stars | today |
---|---|
12173 | 21 |
Git with a cup of tea, painless self-hosted git service
quii / learn-go-with-tests
https://github.com/quii/learn-go-with-tests
stars | today |
---|---|
2601 | 21 |
Learn Go with test-driven development
v2ray / v2ray-core
https://github.com/v2ray/v2ray-core
stars | today |
---|---|
13059 | 21 |
A platform for building proxies to bypass network restrictions.
junegunn / fzf
https://github.com/junegunn/fzf
stars | today |
---|---|
19366 | 20 |
🌸 A command-line fuzzy finder
Language: java
didi / DoraemonKit
https://github.com/didi/DoraemonKit
stars | today |
---|---|
1323 | 298 |
A full-featured APP ( iOS & Android ) development assistant. You deserve it.
doocs / advanced-java
https://github.com/doocs/advanced-java
stars | today |
---|---|
8056 | 238 |
😮 互联网 Java 工程师进阶知识完全扫盲
Snailclimb / JavaGuide
https://github.com/Snailclimb/JavaGuide
stars | today |
---|---|
22875 | 116 |
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
JakeWharton / dagger-reflect
https://github.com/JakeWharton/dagger-reflect
stars | today |
---|---|
266 | 102 |
A reflection-based implementation of the Dagger dependency injection library.
guolindev / giffun
https://github.com/guolindev/giffun
stars | today |
---|---|
1380 | 76 |
一款开源的GIF在线分享App,乐趣就要和世界分享。
alibaba / fescar
https://github.com/alibaba/fescar
stars | today |
---|---|
4595 | 60 |
Fescar is an easy-to-use, high-performance, java based, open source distributed transaction solution.
qiurunze123 / miaosha
https://github.com/qiurunze123/miaosha
stars | today |
---|---|
4482 | 56 |
⛹️ 🐘 秒杀系统设计与实现.互联网工程师进阶与分析 🙋 🐓
b3log / symphony
https://github.com/b3log/symphony
stars | today |
---|---|
10374 | 49 |
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。 https://hacpai.com
macrozheng / mall
https://github.com/macrozheng/mall
stars | today |
---|---|
5685 | 46 |
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
iluwatar / java-design-patterns
https://github.com/iluwatar/java-design-patterns
stars | today |
---|---|
44102 | 44 |
Design patterns implemented in Java
spring-projects / spring-boot
https://github.com/spring-projects/spring-boot
stars | today |
---|---|
33799 | 41 |
Spring Boot
apache / flink
https://github.com/apache/flink
stars | today |
---|---|
7120 | 34 |
Apache Flink
eugenp / tutorials
https://github.com/eugenp/tutorials
stars | today |
---|---|
11303 | 27 |
The “REST With Spring” Course:
elastic / elasticsearch
https://github.com/elastic/elasticsearch
stars | today |
---|---|
38105 | 31 |
Open Source, Distributed, RESTful Search Engine
Cspiration / Leetcode-1-300
https://github.com/Cspiration/Leetcode-1-300
stars | today |
---|---|
63 | 35 |
Leetcode 答案
TheAlgorithms / Java
https://github.com/TheAlgorithms/Java
stars | today |
---|---|
10275 | 32 |
All Algorithms implemented in Java
alibaba / nacos
https://github.com/alibaba/nacos
stars | today |
---|---|
4138 | 28 |
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
kdn251 / interviews
https://github.com/kdn251/interviews
stars | today |
---|---|
32181 | 28 |
Everything you need to know to get the job.
alibaba / arthas
https://github.com/alibaba/arthas
stars | today |
---|---|
9572 | 22 |
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
didi / tinyid
https://github.com/didi/tinyid
stars | today |
---|---|
149 | 26 |
ID Generator id生成器 分布式id生成系统,简单易用、高性能、高可用的id生成系统
google / guava
https://github.com/google/guava
stars | today |
---|---|
29636 | 24 |
Google core libraries for Java
hansonwang99 / Spring-Boot-In-Action
https://github.com/hansonwang99/Spring-Boot-In-Action
stars | today |
---|---|
84 | 26 |
Spring Boot 系列实战合集
apache / incubator-dubbo
https://github.com/apache/incubator-dubbo
stars | today |
---|---|
24345 | 21 |
Apache Dubbo (incubating) is a high-performance, java based, open source RPC framework.
google / santa-tracker-android
https://github.com/google/santa-tracker-android
stars | today |
---|---|
1573 | 25 |
Ho Ho Ho
JasonHHouse / Gaps
https://github.com/JasonHHouse/Gaps
stars | today |
---|---|
31 | 26 |
Find the missing movies in your Plex Server
Language: c++
idea4good / GuiLite
https://github.com/idea4good/GuiLite
stars | today |
---|---|
1476 | 677 |
✔️ The smallest UI framework for all platform – 5K lines code
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
119888 | 109 |
An Open Source Machine Learning Framework for Everyone
OpenImageDenoise / oidn
https://github.com/OpenImageDenoise/oidn
stars | today |
---|---|
363 | 66 |
Intel® Open Image Denoise library
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
69603 | 40 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
juliettef / imgui_markdown
https://github.com/juliettef/imgui_markdown
stars | today |
---|---|
136 | 45 |
Markdown for Dear ImGui
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
24174 | 38 |
Tesseract Open Source OCR Engine (main repository)
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
24382 | 33 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
asLody / whale
https://github.com/asLody/whale
stars | today |
---|---|
216 | 36 |
Hook Framework for Android/IOS/Linux/MacOS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
31511 | 23 |
Open Source Computer Vision Library
google / flutter-desktop-embedding
https://github.com/google/flutter-desktop-embedding
stars | today |
---|---|
3672 | 29 |
Desktop implementations of the Flutter embedding API
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
13579 | 24 |
Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
31890 | 23 |
Protocol Buffers - Google’s data interchange format
turanszkij / WickedEngine
https://github.com/turanszkij/WickedEngine
stars | today |
---|---|
917 | 24 |
C++ game engine focusing on modern rendering techniques.
ssloy / tinykaboom
https://github.com/ssloy/tinykaboom
stars | today |
---|---|
1502 | 22 |
A brief computer graphics / rendering course
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
36984 | 15 |
Bitcoin Core integration/staging tree
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
10465 | 16 |
Googletest - Google Testing and Mocking Framework
keepassxreboot / keepassxc
https://github.com/keepassxreboot/keepassxc
stars | today |
---|---|
4945 | 18 |
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
19162 | 16 |
Godot Engine – Multi-platform 2D and 3D game engine
carla-simulator / carla
https://github.com/carla-simulator/carla
stars | today |
---|---|
2101 | 16 |
Open-source simulator for autonomous driving research.
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
11057 | 12 |
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
ethz-adrl / towr
https://github.com/ethz-adrl/towr
stars | today |
---|---|
134 | 16 |
A light-weight, Eigen-based C++ library for trajectory optimization for legged robots.
grpc / grpc
stars | today |
---|---|
19342 | 14 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
edvardHua / PoseEstimationForMobile
https://github.com/edvardHua/PoseEstimationForMobile
stars | today |
---|---|
591 | 14 |
💃 Real-time single person pose estimation for Android and iOS.
ApolloAuto / apollo
https://github.com/ApolloAuto/apollo
stars | today |
---|---|
12366 | 13 |
An open autonomous driving platform
fabiobento512 / FRequest
https://github.com/fabiobento512/FRequest
stars | today |
---|---|
97 | 15 |
FRequest - A fast, lightweight and opensource desktop application to make HTTP(s) requests
Language: javascript
tyroprogrammer / learn-react-app
https://github.com/tyroprogrammer/learn-react-app
stars | today |
---|---|
1319 | 1222 |
Application that will help you learn React fundamentals. Install this application locally - there’s guided tutorial as well as guided exercises.
gothinkster / realworld
https://github.com/gothinkster/realworld
stars | today |
---|---|
22091 | 304 |
“The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
nextapps-de / flexsearch
https://github.com/nextapps-de/flexsearch
stars | today |
---|---|
464 | 281 |
Next-Generation full text search library for Browser and Node.js
myliang / x-spreadsheet
https://github.com/myliang/x-spreadsheet
stars | today |
---|---|
2949 | 217 |
a javascript spreadsheet for web
egoist / import-http
https://github.com/egoist/import-http
stars | today |
---|---|
857 | 131 |
Import modules from URL instead of local node_modules
march08 / animated-burgers
https://github.com/march08/animated-burgers
stars | today |
---|---|
346 | 127 |
Collection of animated burgers for React, also available as HTML+CSS
vuejs / vue
stars | today |
---|---|
126866 | 108 |
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
didi / chameleon
https://github.com/didi/chameleon
stars | today |
---|---|
1638 | 100 |
真正专注于让一套代码运行多端的开发框架,提供标准的MVVM架构开发模式统一各类终端
nukeop / nuclear
https://github.com/nukeop/nuclear
stars | today |
---|---|
3884 | 96 |
Desktop music player for streaming from free sources
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
121267 | 79 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
chokcoco / CSS-Inspiration
https://github.com/chokcoco/CSS-Inspiration
stars | today |
---|---|
3561 | 78 |
CSS Inspiration,在这里找到写 CSS 的灵感!
30-seconds / 30-seconds-of-code
https://github.com/30-seconds/30-seconds-of-code
stars | today |
---|---|
38186 | 77 |
Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
i0natan / nodebestpractices
https://github.com/i0natan/nodebestpractices
stars | today |
---|---|
24756 | 68 |
The largest Node.js best practices list (January 2019)
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
43734 | 64 |
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
lukeed / httpie
https://github.com/lukeed/httpie
stars | today |
---|---|
249 | 65 |
A Node.js HTTP client as easy as pie! 🥧
tylerbuchea / graphqless
https://github.com/tylerbuchea/graphqless
stars | today |
---|---|
231 | 61 |
REST and GraphQL really aren’t that different.
leonardomso / 33-js-concepts
https://github.com/leonardomso/33-js-concepts
stars | today |
---|---|
25312 | 58 |
📜 33 concepts every JavaScript developer should know.
antonmedv / fx
https://github.com/antonmedv/fx
stars | today |
---|---|
6543 | 54 |
Command-line tool and terminal JSON viewer 🔥
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
31027 | 51 |
Build blazing fast, modern apps and websites with React
mozilla / readability
https://github.com/mozilla/readability
stars | today |
---|---|
1799 | 50 |
A standalone version of the readability lib
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
62936 | 40 |
Set up a modern web app by running one command.
agenda / agenda
https://github.com/agenda/agenda
stars | today |
---|---|
4973 | 48 |
Lightweight job scheduling for Node.js
vadimdemedes / ink
https://github.com/vadimdemedes/ink
stars | today |
---|---|
8174 | 46 |
🌈 React for interactive command-line apps
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
54485 | 43 |
Promise based HTTP client for the browser and node.js
mui-org / material-ui
https://github.com/mui-org/material-ui
stars | today |
---|---|
44086 | 37 |
React components that implement Google’s Material Design.
Language: unknown
rShetty / awesome-podcasts
https://github.com/rShetty/awesome-podcasts
stars | today |
---|---|
7103 | 452 |
Collection of awesome podcasts
ForrestKnight / open-source-cs
https://github.com/ForrestKnight/open-source-cs
stars | today |
---|---|
4527 | 368 |
Video discussing this curriculum:
aylei / interview
https://github.com/aylei/interview
stars | today |
---|---|
1169 | 217 |
写在19年初的后端社招面试经历 🤑
GitHubDaily / GitHubDaily
https://github.com/GitHubDaily/GitHubDaily
stars | today |
---|---|
1707 | 180 |
GitHubDaily 分享内容定期整理与分类。欢迎推荐、自荐项目,让更多人知道你的项目。
shimohq / chinese-programmer-wrong-pronunciation
https://github.com/shimohq/chinese-programmer-wrong-pronunciation
stars | today |
---|---|
7797 | 179 |
中国程序员容易发音错误的单词
trimstray / the-practical-linux-hardening-guide
https://github.com/trimstray/the-practical-linux-hardening-guide
stars | today |
---|---|
6425 | 160 |
🔥 This guide details the planning and the tools involved in creating a secure Linux production systems - work in progress.
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
71251 | 145 |
Roadmap to becoming a web developer in 2019
Ridter / Intranet_Penetration_Tips
https://github.com/Ridter/Intranet_Penetration_Tips
stars | today |
---|---|
650 | 102 |
2018年初整理的一些内网渗透TIPS,后面更新的慢,所以公开出来希望跟小伙伴们一起更新维护~
ossu / computer-science
https://github.com/ossu/computer-science
stars | today |
---|---|
37743 | 91 |
🎓 Path to a free self-taught education in Computer Science!
yjjnls / awesome-blockchain
https://github.com/yjjnls/awesome-blockchain
stars | today |
---|---|
283 | 67 |
⚡️ Curated list of resources for the development and applications of block chain.
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
48665 | 66 |
📚 技术面试必备基础知识
hjacobs / kubernetes-failure-stories
https://github.com/hjacobs/kubernetes-failure-stories
stars | today |
---|---|
1979 | 67 |
Compilation of public failure/horror stories related to Kubernetes
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
101030 | 61 |
😎 Curated list of awesome lists
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
78450 | 45 |
A collection of useful .gitignore templates
zhengzhugithub / CV-arXiv-Daily
https://github.com/zhengzhugithub/CV-arXiv-Daily
stars | today |
---|---|
154 | 58 |
分享计算机视觉每天的arXiv文章
zhaopengme / gitnote
https://github.com/zhaopengme/gitnote
stars | today |
---|---|
74 | 47 |
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
17795 | 39 |
Curated list of project-based tutorials
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
73795 | 37 |
A complete computer science study plan to become a software engineer.
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
116906 | 39 |
📚 Freely available programming books
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
41998 | 36 |
🎉 A curated list of awesome things related to Vue.js
tc39 / proposals
https://github.com/tc39/proposals
stars | today |
---|---|
6887 | 30 |
Tracking ECMAScript Proposals
trimstray / the-book-of-secret-knowledge
https://github.com/trimstray/the-book-of-secret-knowledge
stars | today |
---|---|
12705 | 28 |
⚡️ A collection of awesome lists, manuals, blogs, hacks, one-liners, cli/web tools and more. Especially for System and Network Administrators, DevOps, Pentesters or Security Researchers.
hyper0x / awesome-go-China
https://github.com/hyper0x/awesome-go-China
stars | today |
---|---|
741 | 25 |
A curated list of awesome Go frameworks, libraries and software written by Ethnic Chinese.
trimstray / nginx-quick-reference
https://github.com/trimstray/nginx-quick-reference
stars | today |
---|---|
305 | 26 |
This notes describes how to improve Nginx performance, security and other important things.
MunGell / awesome-for-beginners
https://github.com/MunGell/awesome-for-beginners
stars | today |
---|---|
8815 | 25 |
A list of awesome beginners-friendly projects.