Language: python
Eloston / ungoogled-chromium
https://github.com/Eloston/ungoogled-chromium
stars | today |
---|---|
4903 | 861 |
Modifications to Google Chromium for removing Google integration and enhancing privacy, control, and transparency
TheAlgorithms / Python
https://github.com/TheAlgorithms/Python
stars | today |
---|---|
10123 | 606 |
All Algorithms implemented in Python
imhuay / Algorithm_Interview_Notes-Chinese
https://github.com/imhuay/Algorithm_Interview_Notes-Chinese
stars | today |
---|---|
3250 | 388 |
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
cgarciae / pypeln
https://github.com/cgarciae/pypeln
stars | today |
---|---|
395 | 357 |
Concurrent data pipelines made easy
Yorko / mlcourse.ai
https://github.com/Yorko/mlcourse.ai
stars | today |
---|---|
2234 | 155 |
Open Machine Learning course mlcourse.ai, both in English and Russian
woj-ciech / Danger-zone
https://github.com/woj-ciech/Danger-zone
stars | today |
---|---|
259 | 127 |
Correlate data between domains, IPs and email addresses, present it as a graph and store everything into Elasticsearch and JSON files.
alexander-akhmetov / python-shortcuts
https://github.com/alexander-akhmetov/python-shortcuts
stars | today |
---|---|
176 | 119 |
Create Siri Shortcuts with Python
apachecn / awesome-algorithm
https://github.com/apachecn/awesome-algorithm
stars | today |
---|---|
2184 | 92 |
Leetcode 题解 (跟随思路一步一步撸出代码) 及经典算法实现
NVIDIA / vid2vid
https://github.com/NVIDIA/vid2vid
stars | today |
---|---|
4479 | 78 |
Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
49100 | 70 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
robertmartin8 / PyPortfolioOpt
https://github.com/robertmartin8/PyPortfolioOpt
stars | today |
---|---|
99 | 64 |
Financial portfolio optimisation in python, including classical efficient frontier and experimental methods.
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
41820 | 32 |
Models and examples built with TensorFlow
ihucos / plash
https://github.com/ihucos/plash
stars | today |
---|---|
91 | 47 |
Build and run Containers
cms-flash / beauty-net
https://github.com/cms-flash/beauty-net
stars | today |
---|---|
75 | 45 |
A simple, flexible, and extensible template for PyTorch. It’s beautiful.
HuberTRoy / leetCode
https://github.com/HuberTRoy/leetCode
stars | today |
---|---|
476 | 38 |
算法相关知识储备
rg3 / youtube-dl
https://github.com/rg3/youtube-dl
stars | today |
---|---|
41975 | 39 |
Command-line program to download videos from YouTube.com and other video sites
uber / petastorm
https://github.com/uber/petastorm
stars | today |
---|---|
132 | 37 |
Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
33804 | 31 |
Deep Learning for humans
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
16932 | 31 |
🏡 Open source home automation that puts local control and privacy first
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
55510 | 32 |
A curated list of awesome Python frameworks, libraries, software and resources
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
32707 | 23 |
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/
timgrossmann / InstaPy
https://github.com/timgrossmann/InstaPy
stars | today |
---|---|
5674 | 27 |
📷 Instagram Bot - Like/Comment/Follow Automation Script
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
19997 | 23 |
The Python programming language
django / django
https://github.com/django/django
stars | today |
---|---|
36589 | 21 |
The Web framework for perfectionists with deadlines.
toddmotto / public-apis
https://github.com/toddmotto/public-apis
stars | today |
---|---|
42346 | 25 |
A collective list of public JSON APIs for use in web development.
Language: go
golang / go
stars | today |
---|---|
47285 | 49 |
The Go programming language
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
41772 | 32 |
Production-Grade Container Scheduling and Management
ZhangZhenghao / gorse
https://github.com/ZhangZhenghao/gorse
stars | today |
---|---|
78 | 33 |
Go Recommender System Engine
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
35423 | 31 |
A curated list of awesome Go frameworks, libraries and software
gohugoio / hugo
https://github.com/gohugoio/hugo
stars | today |
---|---|
29009 | 31 |
The world’s fastest framework for building websites.
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
19084 | 30 |
The Prometheus monitoring system and time series database.
UnnoTed / fileb0x
https://github.com/UnnoTed/fileb0x
stars | today |
---|---|
296 | 28 |
a better customizable tool to embed files in go; also update embedded files remotely without restarting the server
panjf2000 / ants
https://github.com/panjf2000/ants
stars | today |
---|---|
704 | 29 |
🐜 ⚡️ A high-performance goroutine pool for go
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
17792 | 26 |
The Cloud Native Edge Router
jesseduffield / lazygit
https://github.com/jesseduffield/lazygit
stars | today |
---|---|
10389 | 26 |
simple terminal UI for git commands
sohamkamani / detective
https://github.com/sohamkamani/detective
stars | today |
---|---|
89 | 25 |
🔎 A distributed application health monitoring library
jinzhu / gorm
https://github.com/jinzhu/gorm
stars | today |
---|---|
10523 | 23 |
The fantastic ORM library for Golang, aims to be developer friendly
syncthing / syncthing
https://github.com/syncthing/syncthing
stars | today |
---|---|
22073 | 22 |
Open Source Continuous File Synchronization
mholt / caddy
https://github.com/mholt/caddy
stars | today |
---|---|
18549 | 21 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
20844 | 13 |
Official Go implementation of the Ethereum protocol
openfaas / faas
https://github.com/openfaas/faas
stars | today |
---|---|
11568 | 20 |
OpenFaaS - Serverless Functions Made Simple for Docker & Kubernetes
shivylp / radium
https://github.com/shivylp/radium
stars | today |
---|---|
39 | 20 |
radium is a platform (client and optional server) for viewing reference articles, cheat sheets, snippets etc.
hashicorp / terraform
https://github.com/hashicorp/terraform
stars | today |
---|---|
13559 | 18 |
Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
kubernetes / minikube
https://github.com/kubernetes/minikube
stars | today |
---|---|
10901 | 19 |
Run Kubernetes locally
drone / drone
https://github.com/drone/drone
stars | today |
---|---|
15724 | 19 |
Drone is a Continuous Delivery platform built on Docker, written in Go
TarsCloud / TarsGo
https://github.com/TarsCloud/TarsGo
stars | today |
---|---|
696 | 17 |
A high performance microservice framework in golang. A linux foundation project.
moby / moby
stars | today |
---|---|
50472 | 15 |
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
helm / helm
stars | today |
---|---|
7702 | 13 |
The Kubernetes Package Manager
buzzfeed / sso
https://github.com/buzzfeed/sso
stars | today |
---|---|
1330 | 15 |
sso, aka S.S.Octopus, aka octoboi, is a single sign-on solution for securing internal services
hhrutter / pdfcpu
https://github.com/hhrutter/pdfcpu
stars | today |
---|---|
596 | 15 |
A PDF processor written in Go.
Language: c++
Tencent / MMKV
https://github.com/Tencent/MMKV
stars | today |
---|---|
2058 | 191 |
An efficient, small mobile key-value storage framework developed by WeChat. Works on iOS and Android.
tamlok / vnote
https://github.com/tamlok/vnote
stars | today |
---|---|
2906 | 107 |
A Vim-inspired note-taking application that knows programmers and Markdown better.
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
110343 | 86 |
An Open Source Machine Learning Framework for Everyone
yandex / ClickHouse
https://github.com/yandex/ClickHouse
stars | today |
---|---|
4870 | 85 |
ClickHouse is a free analytic DBMS for big data.
ValveSoftware / Proton
https://github.com/ValveSoftware/Proton
stars | today |
---|---|
6181 | 64 |
Compatibility tool for Steam Play based on Wine and additional components
tesseract-ocr / tesseract
https://github.com/tesseract-ocr/tesseract
stars | today |
---|---|
21265 | 42 |
Tesseract Open Source OCR Engine (main repository)
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
64849 | 37 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
27843 | 24 |
Open Source Computer Vision Library
WhitewaterFoundry / WLinux
https://github.com/WhitewaterFoundry/WLinux
stars | today |
---|---|
113 | 30 |
A Linux distro optimized for WSL based on Debian.
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
18953 | 24 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
34943 | 19 |
Bitcoin Core integration/staging tree
facebookincubator / LogDevice
https://github.com/facebookincubator/LogDevice
stars | today |
---|---|
1141 | 23 |
Distributed storage for sequential data
doitsujin / dxvk
https://github.com/doitsujin/dxvk
stars | today |
---|---|
2512 | 20 |
Vulkan-based D3D11 and D3D10 implementation for Linux / Wine
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
16722 | 17 |
Godot Engine – Multi-platform 2D and 3D game engine
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
29260 | 17 |
Protocol Buffers - Google’s data interchange format
alecjacobson / skeleton-builder
https://github.com/alecjacobson/skeleton-builder
stars | today |
---|---|
24 | 17 |
uber / horovod
https://github.com/uber/horovod
stars | today |
---|---|
3788 | 15 |
Distributed training framework for TensorFlow, Keras, and PyTorch.
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
10987 | 15 |
JSON for Modern C++
Microsoft / LightGBM
https://github.com/Microsoft/LightGBM
stars | today |
---|---|
6578 | 14 |
A fast, distributed, high performance gradient boosting (GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. It is under the umbrella of the DMTK( http://github.com/microsoft/dmtk ) project of Microsoft.
CMU-Perceptual-Computing-Lab / openpose
https://github.com/CMU-Perceptual-Computing-Lab/openpose
stars | today |
---|---|
9105 | 13 |
OpenPose: Real-time multi-person keypoint detection library for body, face, and hands estimation
yuanming-hu / taichi
https://github.com/yuanming-hu/taichi
stars | today |
---|---|
1147 | 14 |
Open Source Computer Graphics Library
cmderdev / cmder
https://github.com/cmderdev/cmder
stars | today |
---|---|
15600 | 12 |
Lovely console emulator package for Windows
grpc / grpc
stars | today |
---|---|
17277 | 12 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
google / filament
https://github.com/google/filament
stars | today |
---|---|
4485 | 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 |
---|---|
45284 | 11 |
The Swift Programming Language
Language: javascript
Algram / ytdl-webserver
https://github.com/Algram/ytdl-webserver
stars | today |
---|---|
712 | 258 |
📻 Webserver for downloading youtube videos. Ready for docker.
pubkey / rxdb
https://github.com/pubkey/rxdb
stars | today |
---|---|
7579 | 245 |
💻 📱 A realtime Database for the Web
you-dont-need / You-Dont-Need-Momentjs
https://github.com/you-dont-need/You-Dont-Need-Momentjs
stars | today |
---|---|
5289 | 148 |
List of date-fns or native functions which you can use to replace moment.js + ESLint Plugin
vuejs / vue
stars | today |
---|---|
114730 | 92 |
🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
111889 | 77 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
55979 | 71 |
Create React apps with no build configuration.
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
37318 | 62 |
Algorithms and data structures implemented in JavaScript with explanations and links to further readings
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
48727 | 59 |
Promise based HTTP client for the browser and node.js
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
53651 | 57 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
transitive-bullshit / create-react-library
https://github.com/transitive-bullshit/create-react-library
stars | today |
---|---|
1400 | 58 |
⚡CLI for easily creating reusable react libraries.
zeit / next.js
https://github.com/zeit/next.js
stars | today |
---|---|
29494 | 54 |
Next.js is a lightweight framework for static and server‑rendered applications.
GoogleChromeLabs / idlize
https://github.com/GoogleChromeLabs/idlize
stars | today |
---|---|
449 | 56 |
Helper classes and methods for implementing the idle-until-urgent pattern
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
25925 | 46 |
Build blazing fast, modern apps and websites with React
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
38594 | 46 |
Headless Chrome Node API
artf / grapesjs
https://github.com/artf/grapesjs
stars | today |
---|---|
6185 | 45 |
Free and Open source Web Builder Framework. Next generation tool for building templates without coding
storybooks / storybook
https://github.com/storybooks/storybook
stars | today |
---|---|
28752 | 46 |
Interactive UI component dev & test: React, React Native, Vue, Angular
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
68982 | 42 |
A framework for building native apps with React.
parcel-bundler / parcel
https://github.com/parcel-bundler/parcel
stars | today |
---|---|
26715 | 40 |
📦 🚀 Blazing fast, zero configuration web application bundler
NervJS / taro
https://github.com/NervJS/taro
stars | today |
---|---|
8703 | 40 |
多端统一开发框架,支持用 React 的开发方式编写一次代码,生成能运行在微信小程序、H5、React Native 等的应用。
mui-org / material-ui
https://github.com/mui-org/material-ui
stars | today |
---|---|
40588 | 34 |
React components that implement Google’s Material Design.
jezen / is-thirteen
https://github.com/jezen/is-thirteen
stars | today |
---|---|
3767 | 37 |
Check if a number is equal to 13.
GoogleChromeLabs / worker-plugin
https://github.com/GoogleChromeLabs/worker-plugin
stars | today |
---|---|
750 | 38 |
🐳 Adds native Web Worker bundling support to Webpack.
lodash / lodash
https://github.com/lodash/lodash
stars | today |
---|---|
34716 | 36 |
A modern JavaScript utility library delivering modularity, performance, & extras.
facebook / Docusaurus
https://github.com/facebook/Docusaurus
stars | today |
---|---|
8919 | 36 |
Easy to maintain open source documentation websites.
phoboslab / underrun
https://github.com/phoboslab/underrun
stars | today |
---|---|
516 | 34 |
Twin stick shooter game in 13kb of JavaScript/WebGL
Language: unknown
hoya012 / deep_learning_object_detection
https://github.com/hoya012/deep_learning_object_detection
stars | today |
---|---|
814 | 256 |
A paper list of object detection using deep learning.
Jam3 / math-as-code
https://github.com/Jam3/math-as-code
stars | today |
---|---|
8835 | 182 |
a cheat-sheet for mathematical notation in code form
ocean1 / awesome-thesis
https://github.com/ocean1/awesome-thesis
stars | today |
---|---|
171 | 128 |
A curated list of practical tips and tricks to help you achieve an awesome CS master thesis [WIP] - contributions are welcome
zziz / pwc
stars | today |
---|---|
4198 | 124 |
Papers with code. Sorted by stars. Updated weekly.
philippbayer / Things-a-scientist-is-suppposed-to-know
https://github.com/philippbayer/Things-a-scientist-is-suppposed-to-know
stars | today |
---|---|
122 | 101 |
powerbankofficial / powerbank-PBK-ERC20
https://github.com/powerbankofficial/powerbank-PBK-ERC20
stars | today |
---|---|
356 | 85 |
Powerbank is an erc20 platform based coin for Mobile phone bill payment&recharging world
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
57297 | 68 |
Roadmap to becoming a web developer in 2018
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
88898 | 61 |
A book series on JavaScript. @YDKJS on twitter.
trimstray / test-your-sysadmin-skills
https://github.com/trimstray/test-your-sysadmin-skills
stars | today |
---|---|
4697 | 62 |
A collection of *nix Sysadmin Test Questions and Answers for Interview/Exam (2018 Edition).
github / gitignore
https://github.com/github/gitignore
stars | today |
---|---|
73004 | 43 |
A collection of useful .gitignore templates
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
36566 | 53 |
📚 Computer Science Learning Notes
dipakkr / A-to-Z-Resources-for-Students
https://github.com/dipakkr/A-to-Z-Resources-for-Students
stars | today |
---|---|
106 | 54 |
A to Z Resources for students as well as working proffessionals
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
92961 | 49 |
😎 Curated list of awesome lists
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
68883 | 41 |
A complete computer science study plan to become a software engineer.
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
111554 | 39 |
📚 Freely available programming books
hoya012 / awesome-anomaly-detection
https://github.com/hoya012/awesome-anomaly-detection
stars | today |
---|---|
95 | 37 |
A curated list of awesome anomaly detection resources
tuvtran / project-based-learning
https://github.com/tuvtran/project-based-learning
stars | today |
---|---|
13953 | 34 |
Curated list of project-based tutorials
Avik-Jain / 100-Days-Of-ML-Code
https://github.com/Avik-Jain/100-Days-Of-ML-Code
stars | today |
---|---|
14993 | 30 |
100 Days of ML Coding
ripienaar / free-for-dev
https://github.com/ripienaar/free-for-dev
stars | today |
---|---|
21361 | 32 |
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
37771 | 33 |
🎉 A curated list of awesome things related to Vue.js
jaystone776 / python-data-science-cheatsheet
https://github.com/jaystone776/python-data-science-cheatsheet
stars | today |
---|---|
68 | 27 |
Python数据科学速查表
YiChenCityU / Recent_SLAM_Research
https://github.com/YiChenCityU/Recent_SLAM_Research
stars | today |
---|---|
152 | 25 |
跟踪SLAM前沿动态
danistefanovic / build-your-own-x
https://github.com/danistefanovic/build-your-own-x
stars | today |
---|---|
38671 | 27 |
🤓 Build your own (insert technology here)
cjbarber / ToolsOfTheTrade
https://github.com/cjbarber/ToolsOfTheTrade
stars | today |
---|---|
13230 | 24 |
Tools of The Trade, from Hacker News.
karan / Projects
https://github.com/karan/Projects
stars | today |
---|---|
24580 | 20 |
📃 A list of practical projects that anyone can solve in any programming language.