Language: python
fighting41love / funNLP
https://github.com/fighting41love/funNLP
stars | today |
---|---|
4232 | 97 |
中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名人词库、诗词词库、医学词库、饮食词库、法律词库、汽车词库、动物词库、中文聊天语料、中文谣言数据、百度中文问答数据集、句子相似度匹配算法集合、bert资源、文本生成&摘要相关工具、cocoNLP信息抽取工具、国内电话号码正则匹配、清华大学XLORE:中英文跨语言百科知识图谱、清华大学人工智能技术…
osforscience / deep-learning-ocean
https://github.com/osforscience/deep-learning-ocean
stars | today |
---|---|
2783 | 70 |
📡 All You Need to Know About Deep Learning - A kick-starter
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
60677 | 52 |
A curated list of awesome Python frameworks, libraries, software and resources
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
47714 | 41 |
Models and examples built with TensorFlow
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
46552 | 44 |
Command-line program to download videos from YouTube.com and other video sites
rockyzhengwu / nsfw
https://github.com/rockyzhengwu/nsfw
stars | today |
---|---|
207 | 35 |
Suitable for Work (NSFW) classification
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
55547 | 40 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
facebookresearch / LASER
https://github.com/facebookresearch/LASER
stars | today |
---|---|
1211 | 38 |
Language-Agnostic SEntence Representations
testerSunshine / 12306
https://github.com/testerSunshine/12306
stars | today |
---|---|
6340 | 35 |
12306智能刷票,订票
facebookresearch / many-to-many-dijkstra
https://github.com/facebookresearch/many-to-many-dijkstra
stars | today |
---|---|
56 | 38 |
A predictive model developed to identify medium-voltage electrical distribution grid infrastructure using publicly available data sources.
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
20882 | 29 |
🏡 Open source home automation that puts local control and privacy first
AirtestProject / Airtest
https://github.com/AirtestProject/Airtest
stars | today |
---|---|
1831 | 35 |
UI Test Automation Framework for Games and Apps
xingyizhou / ExtremeNet
https://github.com/xingyizhou/ExtremeNet
stars | today |
---|---|
197 | 32 |
Bottom-up Object Detection by Grouping Extreme and Center Points
TheAlgorithms / Python
https://github.com/TheAlgorithms/Python
stars | today |
---|---|
20982 | 31 |
All Algorithms implemented in Python
YongHaoWu / NeteaseCloudMusicFlac
https://github.com/YongHaoWu/NeteaseCloudMusicFlac
stars | today |
---|---|
1456 | 31 |
根据网易云音乐的歌单, 下载flac无损音乐到本地. Download the FLAC music from Internet according to your NeteaseCloudMusic playlist.
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
37718 | 21 |
Deep Learning for humans
shadowsocks / shadowsocks
https://github.com/shadowsocks/shadowsocks
stars | today |
---|---|
28412 | 24 |
django / django
https://github.com/django/django
stars | today |
---|---|
39112 | 21 |
The Web framework for perfectionists with deadlines.
deepmind / pysc2
https://github.com/deepmind/pysc2
stars | today |
---|---|
5527 | 26 |
StarCraft II Learning Environment
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
22086 | 20 |
The Python programming language
osforscience / TensorFlow-Course
https://github.com/osforscience/TensorFlow-Course
stars | today |
---|---|
9513 | 21 |
Simple and ready-to-use tutorials for TensorFlow
0xHJK / music-dl
https://github.com/0xHJK/music-dl
stars | today |
---|---|
336 | 22 |
search and download music 从网易云音乐、QQ音乐、酷狗音乐、百度音乐、虾米音乐等搜索和下载歌曲
neo-ai / neo-ai-dlr
https://github.com/neo-ai/neo-ai-dlr
stars | today |
---|---|
96 | 24 |
Neo AI is a compiler and runtime for machine learning models. The compiler optimizes machine learning models for various target hardware. The runtime executes the model on the target hardware.
dirkjanm / PrivExchange
https://github.com/dirkjanm/PrivExchange
stars | today |
---|---|
258 | 22 |
Exchange your privileges for Domain Admin privs by abusing Exchange
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
46794 | None |
A collective list of free APIs for use in software and web development.
Language: go
joewalnes / websocketd
https://github.com/joewalnes/websocketd
stars | today |
---|---|
11246 | 786 |
Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets.
dgraph-io / badger
https://github.com/dgraph-io/badger
stars | today |
---|---|
5104 | 51 |
Fast key-value DB in Go.
golang / go
stars | today |
---|---|
52436 | 46 |
The Go programming language
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
47429 | 32 |
Production-Grade Container Scheduling and Management
grafana / loki
https://github.com/grafana/loki
stars | today |
---|---|
4950 | 33 |
Like Prometheus, but for logs.
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
39346 | 30 |
A curated list of awesome Go frameworks, libraries and software
iikira / BaiduPCS-Go
https://github.com/iikira/BaiduPCS-Go
stars | today |
---|---|
10952 | 29 |
百度网盘客户端 - Go语言编写
awslabs / aws-lambda-container-image-converter
https://github.com/awslabs/aws-lambda-container-image-converter
stars | today |
---|---|
731 | 29 |
The AWS Lambda container image converter tool (img2lambda) repackages container images (such as Docker images) into AWS Lambda layers, and publishes them as new layer versions.
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
32117 | 27 |
The world’s fastest framework for building websites.
dgraph-io / dgraph
https://github.com/dgraph-io/dgraph
stars | today |
---|---|
7445 | 28 |
Fast, Distributed Graph DB
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
23970 | 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.
fatedier / frp
https://github.com/fatedier/frp
stars | today |
---|---|
19279 | 24 |
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
minio / minio
https://github.com/minio/minio
stars | today |
---|---|
14469 | 22 |
Minio is an open source object storage server compatible with Amazon S3 APIs
Drakirus / go-flutter-desktop-embedder
https://github.com/Drakirus/go-flutter-desktop-embedder
stars | today |
---|---|
1446 | 21 |
A Go (golang) Custom Flutter Engine Embedder for desktop
go-gitea / gitea
https://github.com/go-gitea/gitea
stars | today |
---|---|
12044 | 20 |
Git with a cup of tea, painless self-hosted git service
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
20055 | 19 |
The Cloud Native Edge Router
getlantern / lantern
https://github.com/getlantern/lantern
stars | today |
---|---|
39862 | 17 |
🔴 蓝灯最新版本下载 https://github.com/getlantern/download 🔴 Lantern Latest Download https://github.com/getlantern/download 🔴
astaxie / build-web-application-with-golang
https://github.com/astaxie/build-web-application-with-golang
stars | today |
---|---|
27605 | 15 |
A golang ebook intro how to build a web with golang
istio / istio
https://github.com/istio/istio
stars | today |
---|---|
14702 | 16 |
Connect, secure, control, and observe services.
containers / libpod
https://github.com/containers/libpod
stars | today |
---|---|
856 | 17 |
libpod is a library used to create container pods.
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
20229 | 17 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
Shimmur / shipspotter
https://github.com/Shimmur/shipspotter
stars | today |
---|---|
64 | 17 |
Tool for tunneling a port forward into remote Docker containers over SSH
yinchengtsinghua / golang-Eos-dpos-Ethereum
https://github.com/yinchengtsinghua/golang-Eos-dpos-Ethereum
stars | today |
---|---|
78 | 15 |
基于以太坊实现EOS的dpos共识算法,实现go版本EOS的dpos公链
FiloSottile / mkcert
https://github.com/FiloSottile/mkcert
stars | today |
---|---|
16939 | 16 |
A simple zero-config tool to make locally trusted development certificates with any names you’d like.
markus-wa / demoinfocs-golang
https://github.com/markus-wa/demoinfocs-golang
stars | today |
---|---|
68 | 16 |
High performance CS:GO demo parser for Go
Language: java
alibaba / fescar
https://github.com/alibaba/fescar
stars | today |
---|---|
4130 | 72 |
Fescar is an easy-to-use, high-performance, java based, open source distributed transaction solution.
Snailclimb / JavaGuide
https://github.com/Snailclimb/JavaGuide
stars | today |
---|---|
22253 | 56 |
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
alibaba / nacos
https://github.com/alibaba/nacos
stars | today |
---|---|
3808 | 46 |
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
doocs / advanced-java
https://github.com/doocs/advanced-java
stars | today |
---|---|
7446 | 46 |
😮 互联网 Java 工程师进阶知识完全扫盲
spring-projects / spring-boot
https://github.com/spring-projects/spring-boot
stars | today |
---|---|
33572 | 37 |
Spring Boot
qiurunze123 / miaosha
https://github.com/qiurunze123/miaosha
stars | today |
---|---|
4220 | 30 |
⛹️ 🐘 秒杀系统设计与实现.互联网工程师进阶与分析 🙋 🐓
macrozheng / mall
https://github.com/macrozheng/mall
stars | today |
---|---|
5465 | 24 |
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
solohsu / EdXposed
https://github.com/solohsu/EdXposed
stars | today |
---|---|
153 | 27 |
Elder driver Xposed Framework
imageworks / OpenCue
https://github.com/imageworks/OpenCue
stars | today |
---|---|
164 | 26 |
Render farm management software
spring-projects / spring-framework
https://github.com/spring-projects/spring-framework
stars | today |
---|---|
26219 | 19 |
Spring Framework
b3log / symphony
https://github.com/b3log/symphony
stars | today |
---|---|
9738 | 23 |
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。 https://hacpai.com
elastic / elasticsearch
https://github.com/elastic/elasticsearch
stars | today |
---|---|
37935 | 20 |
Open Source, Distributed, RESTful Search Engine
eugenp / tutorials
https://github.com/eugenp/tutorials
stars | today |
---|---|
11169 | 14 |
The “REST With Spring” Course:
kdn251 / interviews
https://github.com/kdn251/interviews
stars | today |
---|---|
32011 | 18 |
Everything you need to know to get the job.
bin456789 / Unblock163MusicClient-Xposed
https://github.com/bin456789/Unblock163MusicClient-Xposed
stars | today |
---|---|
2241 | 18 |
Unblock 163 Cloud Music Android client through Xposed.
geduo83 / FlyTour
https://github.com/geduo83/FlyTour
stars | today |
---|---|
76 | 16 |
Android MVP+组件化实战项目框架
apache / incubator-dubbo
https://github.com/apache/incubator-dubbo
stars | today |
---|---|
24235 | 12 |
Apache Dubbo (incubating) is a high-performance, java based, open source RPC framework.
jbkzty / dynamic-datasource-starter
https://github.com/jbkzty/dynamic-datasource-starter
stars | today |
---|---|
43 | 16 |
springboot 动态切换数据的基本思想与实现方法
TeamNewPipe / NewPipe
https://github.com/TeamNewPipe/NewPipe
stars | today |
---|---|
5047 | 15 |
A lightweight Youtube frontend for Android.
alibaba / arthas
https://github.com/alibaba/arthas
stars | today |
---|---|
9378 | 13 |
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
Wechat-Group / WxJava
https://github.com/Wechat-Group/WxJava
stars | today |
---|---|
12703 | 11 |
WxJava (微信开发 Java SDK),支持包括微信支付、开放平台、小程序、企业微信/企业号和公众号等的后端开发
alibaba / druid
https://github.com/alibaba/druid
stars | today |
---|---|
14954 | 12 |
阿里巴巴数据库事业部出品,为监控而生的数据库连接池。阿里云Data Lake Analytics( https://www.aliyun.com/product/datalakeanalytics )、DRDS、TDDL 连接池powered by Druid
apache / accumulo
https://github.com/apache/accumulo
stars | today |
---|---|
590 | 13 |
Apache Accumulo
TheAlgorithms / Java
https://github.com/TheAlgorithms/Java
stars | today |
---|---|
10109 | 9 |
All Algorithms implemented in Java
square / okhttp
https://github.com/square/okhttp
stars | today |
---|---|
30665 | 10 |
An HTTP+HTTP/2 client for Android and Java applications.
Language: c++
MisterBooo / LeetCodeAnimation
https://github.com/MisterBooo/LeetCodeAnimation
stars | today |
---|---|
11765 | 97 |
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
119439 | 64 |
An Open Source Machine Learning Framework for Everyone
trailofbits / rellic
https://github.com/trailofbits/rellic
stars | today |
---|---|
73 | 46 |
Rellic produces goto-free C output from LLVM bitcode
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
69367 | 39 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
ssloy / tinyraytracer
https://github.com/ssloy/tinyraytracer
stars | today |
---|---|
1889 | 39 |
A brief computer graphics / rendering course
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
24192 | 34 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
31376 | 22 |
Open Source Computer Vision Library
oormicreations / OormiPass
https://github.com/oormicreations/OormiPass
stars | today |
---|---|
31 | 31 |
Free open source cross platform password manager
megai2 / d912pxy
https://github.com/megai2/d912pxy
stars | today |
---|---|
64 | 30 |
DirectX9 to DirectX12 API proxy for Guild Wars 2
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
13478 | 22 |
Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
10940 | 19 |
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
36920 | 16 |
Bitcoin Core integration/staging tree
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
31766 | 16 |
Protocol Buffers - Google’s data interchange format
arendst / Sonoff-Tasmota
https://github.com/arendst/Sonoff-Tasmota
stars | today |
---|---|
5625 | 15 |
Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE or PlatformIO
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
23991 | 15 |
Tesseract Open Source OCR Engine (main repository)
HackerPoet / MarbleMarcher
https://github.com/HackerPoet/MarbleMarcher
stars | today |
---|---|
1324 | 16 |
A Fractal Physics Game
doitsujin / dxvk
https://github.com/doitsujin/dxvk
stars | today |
---|---|
3161 | 16 |
Vulkan-based D3D11 and D3D10 implementation for Linux / Wine
an-tao / drogon
https://github.com/an-tao/drogon
stars | today |
---|---|
90 | 16 |
Drogon: A C++11 based HTTP web application framework running on Linux
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
19038 | 13 |
Godot Engine – Multi-platform 2D and 3D game engine
xcw-coder / WebServer
https://github.com/xcw-coder/WebServer
stars | today |
---|---|
141 | 15 |
High-performance web server written in C++
BVLC / caffe
stars | today |
---|---|
26916 | 14 |
Caffe: a fast open framework for deep learning.
apple / swift
https://github.com/apple/swift
stars | today |
---|---|
46465 | 13 |
The Swift Programming Language
clauswilke / isoband
https://github.com/clauswilke/isoband
stars | today |
---|---|
32 | 13 |
R package to generate contour lines and polygons
jjuran / metamage_1
https://github.com/jjuran/metamage_1
stars | today |
---|---|
178 | 12 |
Metamage open source, general repository, iteration 1
Maddimax / MadCO2
https://github.com/Maddimax/MadCO2
stars | today |
---|---|
102 | 12 |
A simple webserver / CO2 Monitor
Language: javascript
github / hotkey
https://github.com/github/hotkey
stars | today |
---|---|
431 | 210 |
Global DOM element activation
cloudfetch / cloudquery
https://github.com/cloudfetch/cloudquery
stars | today |
---|---|
1261 | 187 |
Turn any website to serverless API (support SPA!)
script-8 / script-8.github.io
https://github.com/script-8/script-8.github.io
stars | today |
---|---|
219 | 137 |
A fantasy computer for making, sharing, and playing tiny retro-looking games.
QiShaoXuan / css_tricks
https://github.com/QiShaoXuan/css_tricks
stars | today |
---|---|
575 | 109 |
Some CSS tricks,一些 CSS 常用样式
tranbathanhtung / react-fiber-implement
https://github.com/tranbathanhtung/react-fiber-implement
stars | today |
---|---|
108 | 102 |
re-implement react fiber
nukeop / nuclear
https://github.com/nukeop/nuclear
stars | today |
---|---|
3374 | 82 |
Popcorn Time for music
wubaiqing / zaobao
https://github.com/wubaiqing/zaobao
stars | today |
---|---|
695 | 83 |
每日时报,以前端技术体系为主要分享课题。根据:文章、工具、新闻、视频几大板块作为主要分类。
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
120762 | 68 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
vuejs / vue
stars | today |
---|---|
126268 | 66 |
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
antonmedv / fx
https://github.com/antonmedv/fx
stars | today |
---|---|
5839 | 66 |
Command-line tool and terminal JSON viewer 🔥
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
43343 | 55 |
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
pcottle / learnGitBranching
https://github.com/pcottle/learnGitBranching
stars | today |
---|---|
11607 | 53 |
An interactive git visualization to challenge and educate!
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
62639 | 45 |
Set up a modern web app by running one command.
ebidel / lighthouse-ci
https://github.com/ebidel/lighthouse-ci
stars | today |
---|---|
1299 | 51 |
Run Lighthouse in CI using Docker
30-seconds / 30-seconds-of-code
https://github.com/30-seconds/30-seconds-of-code
stars | today |
---|---|
37760 | 50 |
Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.
ioanungurean / forge-react-app
https://github.com/ioanungurean/forge-react-app
stars | today |
---|---|
88 | 49 |
Start building scalable React apps using TypeScript or ECMAScript
ryanmcdermott / clean-code-javascript
https://github.com/ryanmcdermott/clean-code-javascript
stars | today |
---|---|
21432 | 42 |
🛁 Clean Code concepts adapted for JavaScript
juliangarnier / anime
https://github.com/juliangarnier/anime
stars | today |
---|---|
28822 | 42 |
JavaScript animation engine
poteto / hiring-without-whiteboards
https://github.com/poteto/hiring-without-whiteboards
stars | today |
---|---|
9749 | 40 |
⭐️ Companies that don’t have a broken hiring process
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
54210 | 39 |
Promise based HTTP client for the browser and node.js
i0natan / nodebestpractices
https://github.com/i0natan/nodebestpractices
stars | today |
---|---|
24371 | 39 |
The largest Node.js best practices list (January 2019)
zeit / next.js
https://github.com/zeit/next.js
stars | today |
---|---|
33983 | 37 |
The React Framework
algorithm-visualizer / algorithm-visualizer
https://github.com/algorithm-visualizer/algorithm-visualizer
stars | today |
---|---|
12931 | 33 |
🎆 Interactive Online Platform that Visualizes Algorithms from Code
dawnlabs / carbon
https://github.com/dawnlabs/carbon
stars | today |
---|---|
17949 | 36 |
🎨 Create and share beautiful images of your source code
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
30732 | 32 |
Build blazing fast, modern apps and websites with React
Language: unknown
trimstray / the-practical-linux-hardening-guide
https://github.com/trimstray/the-practical-linux-hardening-guide
stars | today |
---|---|
4184 | 617 |
🔥 This guide details the planning and the tools involved in creating a secure Linux production systems - work in progress.
ForrestKnight / open-source-cs
https://github.com/ForrestKnight/open-source-cs
stars | today |
---|---|
2289 | 173 |
Video discussing this curriculum:
joelparkerhenderson / queueing_theory
https://github.com/joelparkerhenderson/queueing_theory
stars | today |
---|---|
425 | 130 |
Queueing theory: an introduction for software development
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
48111 | 96 |
📚 技术面试必备基础知识
myshov / awesome-mobile-web-development
https://github.com/myshov/awesome-mobile-web-development
stars | today |
---|---|
149 | 113 |
All that you need to create a great mobile web experience
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
70187 | 90 |
Roadmap to becoming a web developer in 2019
kmario23 / deep-learning-drizzle
https://github.com/kmario23/deep-learning-drizzle
stars | today |
---|---|
124 | 94 |
Drench yourself in Deep Learning & Reinforcement Learning by learning from these exciting lectures!!
schlae / snark-barker
https://github.com/schlae/snark-barker
stars | today |
---|---|
144 | 93 |
A 100% compatible replica of the famed SB 1.0 sound card
trimstray / linux-hardening-checklist
https://github.com/trimstray/linux-hardening-checklist
stars | today |
---|---|
140 | 60 |
🚀 This simple checklist is to help you deploying the most important areas of the GNU/Linux production systems - work in progress.
shengxinjing / programmer-job-blacklist
https://github.com/shengxinjing/programmer-job-blacklist
stars | today |
---|---|
10118 | 51 |
🙈 程序员找工作黑名单,换工作和当技术合伙人需谨慎啊
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
100642 | 49 |
😎 Curated list of awesome lists
sindresorhus / quick-look-plugins
https://github.com/sindresorhus/quick-look-plugins
stars | today |
---|---|
12339 | 50 |
List of useful Quick Look plugins for developers
trimstray / the-book-of-secret-knowledge
https://github.com/trimstray/the-book-of-secret-knowledge
stars | today |
---|---|
12369 | 49 |
⚡️ 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.
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
78192 | 32 |
A collection of useful .gitignore templates
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
95353 | 39 |
A book series on JavaScript. @YDKJS on twitter.
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
116646 | 38 |
📚 Freely available programming books
ossu / computer-science
https://github.com/ossu/computer-science
stars | today |
---|---|
37275 | 40 |
🎓 Path to a free self-taught education in Computer Science!
Droogans / unmaintainable-code
https://github.com/Droogans/unmaintainable-code
stars | today |
---|---|
7065 | 40 |
A more maintainable, easier to share version of the infamous http://mindprod.com/jgloss/unmain.html
GitHubDaily / GitHubDaily
https://github.com/GitHubDaily/GitHubDaily
stars | today |
---|---|
1396 | 39 |
GitHubDaily 分享内容定期整理与分类。欢迎推荐、自荐项目,让更多人知道你的项目。
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
73554 | 35 |
A complete computer science study plan to become a software engineer.
hjacobs / kubernetes-failure-stories
https://github.com/hjacobs/kubernetes-failure-stories
stars | today |
---|---|
1563 | 31 |
Compilation of public failure/horror stories related to Kubernetes
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
17580 | 28 |
Curated list of project-based tutorials
hiromis / notes
https://github.com/hiromis/notes
stars | today |
---|---|
97 | 27 |
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
41794 | 27 |
🎉 A curated list of awesome things related to Vue.js
MaximAbramchuck / awesome-interview-questions
https://github.com/MaximAbramchuck/awesome-interview-questions
stars | today |
---|---|
25894 | 21 |
A curated awesome list of lists of interview questions. Feel free to contribute! 🎓