Language: python
CorentinJ / Real-Time-Voice-Cloning
https://github.com/CorentinJ/Real-Time-Voice-Cloning
stars | today |
---|---|
4535 | 276 |
Clone a voice in 5 seconds to generate arbitrary speech in real-time
vinta / awesome-python
https://github.com/vinta/awesome-python
stars | today |
---|---|
71748 | 120 |
A curated list of awesome Python frameworks, libraries, software and resources
pbloem / former
https://github.com/pbloem/former
stars | today |
---|---|
128 | 15 |
Simple transformer implementation from scratch in pytorch.
ritiek / spotify-downloader
https://github.com/ritiek/spotify-downloader
stars | today |
---|---|
2516 | 7 |
Download Spotify playlists with albumart and meta-tags
mlflow / mlflow
https://github.com/mlflow/mlflow
stars | today |
---|---|
4499 | 8 |
Open source platform for the machine learning lifecycle
qqwweee / keras-yolo3
https://github.com/qqwweee/keras-yolo3
stars | today |
---|---|
4180 | 4 |
A Keras implementation of YOLOv3 (Tensorflow backend)
qilingframework / qiling
https://github.com/qilingframework/qiling
stars | today |
---|---|
162 | 17 |
Qiling Advanced Binary Emulation framework
idealo / image-super-resolution
https://github.com/idealo/image-super-resolution
stars | today |
---|---|
1046 | 5 |
Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
openai / gpt-2
https://github.com/openai/gpt-2
stars | today |
---|---|
7517 | 14 |
Code for the paper “Language Models are Unsupervised Multitask Learners”
Morizeyao / GPT2-Chinese
https://github.com/Morizeyao/GPT2-Chinese
stars | today |
---|---|
318 | 7 |
Chinese version of GPT2 training code, using BERT or BPE tokenizer.
docker / docker-py
https://github.com/docker/docker-py
stars | today |
---|---|
4251 | 4 |
A Python library for the Docker Engine API
kubeflow / pipelines
https://github.com/kubeflow/pipelines
stars | today |
---|---|
1065 | 2 |
Machine Learning Pipelines for Kubeflow
thehackingsage / hacktronian
https://github.com/thehackingsage/hacktronian
stars | today |
---|---|
286 | 14 |
All in One Hacking Tool for Linux & Android
fatchord / MelNet
https://github.com/fatchord/MelNet
stars | today |
---|---|
105 | 6 |
WIP: Open Source Implementation of “MelNet: A Generative Model for Audio in the Frequency Domain”
django / django
https://github.com/django/django
stars | today |
---|---|
43619 | 25 |
The Web framework for perfectionists with deadlines.
YonghaoHe / A-Light-and-Fast-Face-Detector-for-Edge-Devices
https://github.com/YonghaoHe/A-Light-and-Fast-Face-Detector-for-Edge-Devices
stars | today |
---|---|
305 | 4 |
a light and fast face detector for edge devices
ageitgey / face_recognition
https://github.com/ageitgey/face_recognition
stars | today |
---|---|
27373 | 25 |
The world’s simplest facial recognition api for Python and the command line
eriklindernoren / PyTorch-GAN
https://github.com/eriklindernoren/PyTorch-GAN
stars | today |
---|---|
3924 | 5 |
PyTorch implementations of Generative Adversarial Networks.
matterport / Mask_RCNN
https://github.com/matterport/Mask_RCNN
stars | today |
---|---|
13636 | 6 |
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
wistbean / learn_python3_spider
https://github.com/wistbean/learn_python3_spider
stars | today |
---|---|
932 | 15 |
python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,爬虫项目实战实例等
bitbrute / evillimiter
https://github.com/bitbrute/evillimiter
stars | today |
---|---|
265 | 4 |
Tool that limits bandwidth of devices on the same network without access.
explosion / spaCy
https://github.com/explosion/spaCy
stars | today |
---|---|
14269 | 8 |
💫 Industrial-strength Natural Language Processing (NLP) with Python and Cython
zalando / connexion
https://github.com/zalando/connexion
stars | today |
---|---|
2510 | 5 |
Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support
python / cpython
https://github.com/python/cpython
stars | today |
---|---|
26235 | 22 |
The Python programming language
opencv / open_model_zoo
https://github.com/opencv/open_model_zoo
stars | today |
---|---|
1313 | 6 |
Pre-trained Deep Learning models and samples (high quality and extremely fast)
Language: go
kubernetes-sigs / kind
https://github.com/kubernetes-sigs/kind
stars | today |
---|---|
2824 | 27 |
Kubernetes IN Docker - local clusters for testing Kubernetes
iawia002 / annie
https://github.com/iawia002/annie
stars | today |
---|---|
7215 | 32 |
👾 Fast, simple and clean video downloader
nats-io / nats-server
https://github.com/nats-io/nats-server
stars | today |
---|---|
6409 | 1 |
High-Performance server for NATS, the cloud native messaging system.
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
24031 | 13 |
The Cloud Native Edge Router
anacrolix / torrent
https://github.com/anacrolix/torrent
stars | today |
---|---|
2958 | 23 |
Full-featured BitTorrent-client package and utilities
golang / protobuf
https://github.com/golang/protobuf
stars | today |
---|---|
5176 | 2 |
Go support for Google’s protocol buffers
olivere / elastic
https://github.com/olivere/elastic
stars | today |
---|---|
4211 | 0 |
Elasticsearch client for Go.
gin-gonic / gin
https://github.com/gin-gonic/gin
stars | today |
---|---|
30520 | 16 |
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.
onsi / ginkgo
https://github.com/onsi/ginkgo
stars | today |
---|---|
3200 | 18 |
BDD Testing Framework for Go
mailru / easyjson
https://github.com/mailru/easyjson
stars | today |
---|---|
2154 | 5 |
Fast JSON serializer for golang.
GoogleCloudPlatform / cloud-run-button
https://github.com/GoogleCloudPlatform/cloud-run-button
stars | today |
---|---|
218 | 10 |
Let anyone deploy your GitHub repos to Google Cloud Run with a single click
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
47157 | 23 |
A curated list of awesome Go frameworks, libraries and software
banzaicloud / bank-vaults
https://github.com/banzaicloud/bank-vaults
stars | today |
---|---|
604 | 2 |
A Vault swiss-army knife: a K8s operator, Go client with automatic token renewal, automatic configuration, multiple unseal options and more. A CLI tool to init, unseal and configure Vault (auth methods, secret engines). Direct secret injection into Pods.
terraform-providers / terraform-provider-aws
https://github.com/terraform-providers/terraform-provider-aws
stars | today |
---|---|
2975 | 3 |
Terraform AWS provider
go-sql-driver / mysql
https://github.com/go-sql-driver/mysql
stars | today |
---|---|
8201 | 3 |
Go MySQL Driver is a MySQL driver for Go’s (golang) database/sql package
kubernetes / ingress-nginx
https://github.com/kubernetes/ingress-nginx
stars | today |
---|---|
5447 | 6 |
NGINX Ingress Controller for Kubernetes
stretchr / testify
https://github.com/stretchr/testify
stars | today |
---|---|
8288 | 6 |
A toolkit with common assertions and mocks that plays nicely with the standard library
gomods / athens
https://github.com/gomods/athens
stars | today |
---|---|
2677 | 3 |
A Go module datastore and proxy
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
24135 | 14 |
Official Go implementation of the Ethereum protocol
cilium / cilium
https://github.com/cilium/cilium
stars | today |
---|---|
4319 | 5 |
API Aware Networking and Security using BPF and XDP
hashicorp / vault
https://github.com/hashicorp/vault
stars | today |
---|---|
13622 | 6 |
A tool for secrets management, encryption as a service, and privileged access management
tealeg / xlsx
https://github.com/tealeg/xlsx
stars | today |
---|---|
3461 | 2 |
Google Go (golang) library for reading and writing XLSX files. You should probably also checkout: https://github.com/360EntSecGroup-Skylar/excelize
golang / go
stars | today |
---|---|
62485 | 32 |
The Go programming language
DATA-DOG / go-sqlmock
https://github.com/DATA-DOG/go-sqlmock
stars | today |
---|---|
1768 | 1 |
Sql mock driver for golang to test database interactions
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
57004 | 21 |
Production-Grade Container Scheduling and Management
Language: java
MisterBooo / LeetCodeAnimation
https://github.com/MisterBooo/LeetCodeAnimation
stars | today |
---|---|
38766 | 117 |
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
justauth / JustAuth
https://github.com/justauth/JustAuth
stars | today |
---|---|
3107 | 109 |
💯 史上最全的整合第三方登录的开源库。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为和企业微信等第三方平台的授权登录。 Login, so easy!
seaswalker / spring-analysis
https://github.com/seaswalker/spring-analysis
stars | today |
---|---|
3047 | 21 |
Spring源码阅读
alibaba / arthas
https://github.com/alibaba/arthas
stars | today |
---|---|
15973 | 18 |
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
vert-x3 / vertx-examples
https://github.com/vert-x3/vertx-examples
stars | today |
---|---|
2354 | 2 |
Vert.x examples
alibaba / flutter_boost
https://github.com/alibaba/flutter_boost
stars | today |
---|---|
2432 | 3 |
FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts
Angel-ML / angel
https://github.com/Angel-ML/angel
stars | today |
---|---|
4489 | 164 |
A Flexible and Powerful Parameter Server for large-scale machine learning
ReactiveX / RxJava
https://github.com/ReactiveX/RxJava
stars | today |
---|---|
40240 | 16 |
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
resilience4j / resilience4j
https://github.com/resilience4j/resilience4j
stars | today |
---|---|
4115 | 5 |
Resilience4j is a fault tolerance library designed for Java8 and functional programming
macrozheng / mall
https://github.com/macrozheng/mall
stars | today |
---|---|
20309 | 52 |
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
jenkinsci / jenkins
https://github.com/jenkinsci/jenkins
stars | today |
---|---|
13694 | 7 |
Jenkins automation server
apache / pulsar
https://github.com/apache/pulsar
stars | today |
---|---|
4031 | 2 |
Apache Pulsar - distributed pub-sub messaging system
SeleniumHQ / selenium
https://github.com/SeleniumHQ/selenium
stars | today |
---|---|
15371 | 4 |
A browser automation framework and ecosystem.
react-native-community / react-native-camera
https://github.com/react-native-community/react-native-camera
stars | today |
---|---|
7588 | 3 |
A Camera component for React Native. Also supports barcode scanning!
antlr / antlr4
https://github.com/antlr/antlr4
stars | today |
---|---|
6224 | 6 |
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
75128 | 63 |
📚 Tech Interview Guide 技术面试必备基础知识、Leetcode 题解、Java、C++、Python、后端面试、操作系统、计算机网络、系统设计
confluentinc / ksql
https://github.com/confluentinc/ksql
stars | today |
---|---|
2402 | 2 |
KSQL - the Streaming SQL Engine for Apache Kafka
macrozheng / mall-learning
https://github.com/macrozheng/mall-learning
stars | today |
---|---|
1946 | 19 |
mall学习教程,架构、业务、技术要点全方位解析。mall项目(18k+star)是一套电商系统,使用现阶段主流技术实现。 涵盖了SpringBoot2.1.3、MyBatis3.4.6、Elasticsearch6.2.2、RabbitMQ3.7.15、Redis3.2、Mongodb3.2、Mysql5.7等技术,采用Docker容器化部署。
alibaba / druid
https://github.com/alibaba/druid
stars | today |
---|---|
18255 | 4 |
阿里巴巴数据库事业部出品,为监控而生的数据库连接池。阿里云Data Lake Analytics( https://www.aliyun.com/product/datalakeanalytics )、DRDS、TDDL 连接池powered by Druid
confluentinc / schema-registry
https://github.com/confluentinc/schema-registry
stars | today |
---|---|
994 | 0 |
Confluent Schema Registry for Kafka
doocs / advanced-java
https://github.com/doocs/advanced-java
stars | today |
---|---|
28474 | 27 |
😮 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务等领域知识,后端同学必看,前端同学也可学习
confluentinc / kafka-rest
https://github.com/confluentinc/kafka-rest
stars | today |
---|---|
1322 | 2 |
Confluent REST Proxy for Kafka
zhangdaiscott / jeecg-boot
https://github.com/zhangdaiscott/jeecg-boot
stars | today |
---|---|
5280 | 16 |
一款基于代码生成器的JAVA快速开发平台!采用最新技术,前后端分离架构:SpringBoot 2.x,Ant Design&Vue,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码,绝对是全栈开发福音!! JeecgBoot的宗旨是提高UI能力的同时,降低前后分离的开发成本,JeecgBoot还独创在线开发模式,No代码概念,一系列在线智能开发:在线配置表单、在线配置报表、在线设计流程等等。
streamx-co / FluentJPA
https://github.com/streamx-co/FluentJPA
stars | today |
---|---|
27 | 3 |
Fluent API for writing typesafe SQL queries in Java for JPA.
apache / nifi
https://github.com/apache/nifi
stars | today |
---|---|
1598 | 3 |
Mirror of Apache NiFi
Language: c++
google / mediapipe
https://github.com/google/mediapipe
stars | today |
---|---|
1840 | 105 |
MediaPipe is a cross-platform framework for building multimodal applied machine learning pipelines
nodegui / nodegui
https://github.com/nodegui/nodegui
stars | today |
---|---|
1618 | 134 |
A library for building cross-platform native desktop applications with JavaScript and CSS like styling.
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
133027 | 55 |
An Open Source Machine Learning Framework for Everyone
gabime / spdlog
https://github.com/gabime/spdlog
stars | today |
---|---|
6504 | 5 |
Fast C++ logging library.
Z3Prover / z3
https://github.com/Z3Prover/z3
stars | today |
---|---|
4542 | 2 |
The Z3 Theorem Prover
yandex / ClickHouse
https://github.com/yandex/ClickHouse
stars | today |
---|---|
7982 | 6 |
ClickHouse is a free analytic DBMS for big data.
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
76385 | 21 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
PaddlePaddle / Paddle-Lite
https://github.com/PaddlePaddle/Paddle-Lite
stars | today |
---|---|
4576 | 9 |
Multi-platform high performance deep learning inference engine (『飞桨』多平台高性能深度学习预测引擎)
TheCherno / Hazel
https://github.com/TheCherno/Hazel
stars | today |
---|---|
1524 | 4 |
Hazel Engine
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
15051 | 10 |
JSON for Modern C++
microsoft / Azure-Kinect-Sensor-SDK
https://github.com/microsoft/Azure-Kinect-Sensor-SDK
stars | today |
---|---|
329 | 2 |
A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
waymo-research / waymo-open-dataset
https://github.com/waymo-research/waymo-open-dataset
stars | today |
---|---|
440 | 91 |
Waymo Open Dataset
SerenityOS / serenity
https://github.com/SerenityOS/serenity
stars | today |
---|---|
2354 | 69 |
Serenity Operating System
qgis / QGIS
stars | today |
---|---|
2908 | 0 |
QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
microsoft / AirSim
https://github.com/microsoft/AirSim
stars | today |
---|---|
8048 | 2 |
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
PointCloudLibrary / pcl
https://github.com/PointCloudLibrary/pcl
stars | today |
---|---|
4100 | 1 |
Point Cloud Library (PCL)
apache / incubator-brpc
https://github.com/apache/incubator-brpc
stars | today |
---|---|
9068 | 2 |
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called “baidu-rpc” inside Baidu.
HowardHinnant / date
https://github.com/HowardHinnant/date
stars | today |
---|---|
1472 | 1 |
A date and time library based on the C++11/14/17
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
12672 | 4 |
Googletest - Google Testing and Mocking Framework
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
31054 | 22 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
36635 | 17 |
Protocol Buffers - Google’s data interchange format
facebook / folly
https://github.com/facebook/folly
stars | today |
---|---|
13522 | 8 |
An open-source C++ library developed and used at Facebook.
ReactiveX / RxCpp
https://github.com/ReactiveX/RxCpp
stars | today |
---|---|
1797 | 2 |
Reactive Extensions for C++
microsoft / onnxruntime
https://github.com/microsoft/onnxruntime
stars | today |
---|---|
1078 | 2 |
ONNX Runtime: cross-platform, high performance scoring engine for ML models
pybind / pybind11
https://github.com/pybind/pybind11
stars | today |
---|---|
5648 | 5 |
Seamless operability between C++11 and Python
Language: javascript
nodejs / node
https://github.com/nodejs/node
stars | today |
---|---|
63727 | 52 |
Node.js JavaScript runtime ✨ 🐢 🚀 ✨
jamiebuilds / the-super-tiny-compiler
https://github.com/jamiebuilds/the-super-tiny-compiler
stars | today |
---|---|
13904 | 52 |
⛄️ Possibly the smallest compiler ever
BeepFelix / csgo-crash-exploit
https://github.com/BeepFelix/csgo-crash-exploit
stars | today |
---|---|
58 | 14 |
Allows you to crash any Windows user
SoftwareBrothers / admin-bro
https://github.com/SoftwareBrothers/admin-bro
stars | today |
---|---|
643 | 51 |
AdminBro is an admin panel for apps written in node.js
date-fns / date-fns
https://github.com/date-fns/date-fns
stars | today |
---|---|
19240 | 46 |
⏳ Modern JavaScript date utility library ⌛️
hakimel / reveal.js
https://github.com/hakimel/reveal.js
stars | today |
---|---|
47868 | 17 |
The HTML Presentation Framework
airbnb / react-dates
https://github.com/airbnb/react-dates
stars | today |
---|---|
9774 | 6 |
An easily internationalizable, mobile-friendly datepicker library for the web
snabbdom / snabbdom
https://github.com/snabbdom/snabbdom
stars | today |
---|---|
6150 | 10 |
A virtual DOM library with focus on simplicity, modularity, powerful features and performance.
trekhleb / javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
stars | today |
---|---|
52764 | 29 |
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
rollup / rollup
https://github.com/rollup/rollup
stars | today |
---|---|
16363 | 12 |
Next-generation ES module bundler
gchq / CyberChef
https://github.com/gchq/CyberChef
stars | today |
---|---|
5740 | 34 |
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
d3 / d3
stars | today |
---|---|
86867 | 12 |
Bring data to life with SVG, Canvas and HTML. 📊 📈 🎉
pqina / filepond
https://github.com/pqina/filepond
stars | today |
---|---|
7487 | 37 |
🌊 A flexible and fun JavaScript file upload library
microsoft / monaco-editor
https://github.com/microsoft/monaco-editor
stars | today |
---|---|
16649 | 12 |
A browser based code editor
GoogleChrome / puppeteer
https://github.com/GoogleChrome/puppeteer
stars | today |
---|---|
53160 | 25 |
Headless Chrome Node API
yangshun / front-end-interview-handbook
https://github.com/yangshun/front-end-interview-handbook
stars | today |
---|---|
20890 | 13 |
🕸 Almost complete answers to “Front-end Job Interview Questions” which you can use to interview potential candidates, test yourself or completely ignore
lerna / lerna
https://github.com/lerna/lerna
stars | today |
---|---|
18449 | 7 |
🐉 A tool for managing JavaScript projects with multiple packages.
apache / incubator-superset
https://github.com/apache/incubator-superset
stars | today |
---|---|
25837 | 27 |
Apache Superset (incubating) is a modern, enterprise-ready business intelligence web application
VincentGarreau / particles.js
https://github.com/VincentGarreau/particles.js
stars | today |
---|---|
19832 | 8 |
A lightweight JavaScript library for creating particles
alvarotrigo / fullPage.js
https://github.com/alvarotrigo/fullPage.js
stars | today |
---|---|
27648 | 9 |
fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
eslint / eslint
https://github.com/eslint/eslint
stars | today |
---|---|
14745 | 9 |
A fully pluggable tool for identifying and reporting on patterns in JavaScript
ampproject / amphtml
https://github.com/ampproject/amphtml
stars | today |
---|---|
12999 | 4 |
The AMP web component framework.
elastic / kibana
https://github.com/elastic/kibana
stars | today |
---|---|
12762 | 9 |
Your window into the Elastic Stack
fastify / fastify
https://github.com/fastify/fastify
stars | today |
---|---|
11687 | 16 |
Fast and low overhead web framework, for Node.js
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
80340 | 17 |
A framework for building native apps with React.
Language: unknown
ziishaned / learn-regex
https://github.com/ziishaned/learn-regex
stars | today |
---|---|
25366 | 137 |
Learn regex the easy way
amusi / Deep-Learning-Interview-Book
https://github.com/amusi/Deep-Learning-Interview-Book
stars | today |
---|---|
407 | 32 |
深度学习面试宝典(含数学、机器学习、深度学习、计算机视觉、自然语言处理和SLAM等方向)
ruanyf / weekly
https://github.com/ruanyf/weekly
stars | today |
---|---|
8212 | 25 |
科技爱好者周刊,每周五发布
Mel0day / RedTeam-BCS
https://github.com/Mel0day/RedTeam-BCS
stars | today |
---|---|
279 | 12 |
BCS(北京网络安全大会)2019 红队行动会议重点内容
HowProgrammingWorks / Index
https://github.com/HowProgrammingWorks/Index
stars | today |
---|---|
162 | 3 |
Repositories Index
piglei / one-python-craftsman
https://github.com/piglei/one-python-craftsman
stars | today |
---|---|
1547 | 3 |
来自一位 Pythonista 的编程经验分享,内容涵盖编码技巧、最佳实践与思维模式等方面。
rebeyond / Behinder
https://github.com/rebeyond/Behinder
stars | today |
---|---|
927 | 16 |
“冰蝎”动态二进制加密网站管理客户端
michaelkleber / privacy-model
https://github.com/michaelkleber/privacy-model
stars | today |
---|---|
15 | 0 |
A Potential Privacy Model for the Web: Sharding Web Identity
firstcontributions / first-contributions
https://github.com/firstcontributions/first-contributions
stars | today |
---|---|
7471 | 17 |
🚀 ✨ Help beginners to contribute to open source projects
londonappbrewery / Flutter-Course-Resources
https://github.com/londonappbrewery/Flutter-Course-Resources
stars | today |
---|---|
734 | 3 |
judasn / IntelliJ-IDEA-Tutorial
https://github.com/judasn/IntelliJ-IDEA-Tutorial
stars | today |
---|---|
13212 | 8 |
IntelliJ IDEA 简体中文专题教程
vuejs / awesome-vue
https://github.com/vuejs/awesome-vue
stars | today |
---|---|
47961 | 10 |
🎉 A curated list of awesome things related to Vue.js
sindresorhus / awesome-electron
https://github.com/sindresorhus/awesome-electron
stars | today |
---|---|
18104 | 6 |
Useful resources for creating apps with Electron
yygmind / blog
https://github.com/yygmind/blog
stars | today |
---|---|
6676 | 1 |
我是木易杨,公众号「高级前端进阶」作者,跟着我每周重点攻克一个前端面试重难点。接下来让我带你走进高级前端的世界,在进阶的路上,共勉!
frontendbr / vagas
https://github.com/frontendbr/vagas
stars | today |
---|---|
3350 | 2 |
🔬 Espaço para divulgação de vagas para front-enders.
sudheerj / reactjs-interview-questions
https://github.com/sudheerj/reactjs-interview-questions
stars | today |
---|---|
2952 | 8 |
List of top 500 ReactJS Interview Questions & Answers….Coding exercise questions are coming soon!!
flink-china / flink-training-course
https://github.com/flink-china/flink-training-course
stars | today |
---|---|
1521 | 8 |
Flink 中文视频课程(持续更新…)
chokcoco / iCSS
https://github.com/chokcoco/iCSS
stars | today |
---|---|
6379 | 1 |
不止于 CSS
mtdvio / every-programmer-should-know
https://github.com/mtdvio/every-programmer-should-know
stars | today |
---|---|
39386 | 7 |
A collection of (mostly) technical things every software developer should know
1jie / 1
stars | today |
---|---|
72 | 6 |
这里是直播平台永久回家页,有最新app下载地址。
Moosphan / Android-Daily-Interview
https://github.com/Moosphan/Android-Daily-Interview
stars | today |
---|---|
2364 | 3 |
每工作日更新一道 Android 面试题,小聚成河,大聚成江,共勉之~
s0lly / Raytracer-In-Excel
https://github.com/s0lly/Raytracer-In-Excel
stars | today |
---|---|
103 | 4 |
Raytracer in our favourite spreadsheet application!
jlevy / the-art-of-command-line
https://github.com/jlevy/the-art-of-command-line
stars | today |
---|---|
63838 | 28 |
Master the command line, in one page
soumith / ganhacks
https://github.com/soumith/ganhacks
stars | today |
---|---|
7029 | 2 |
starter from “How to Train a GAN?” at NIPS2016
MunGell / awesome-for-beginners
https://github.com/MunGell/awesome-for-beginners
stars | today |
---|---|
12218 | 19 |
A list of awesome beginners-friendly projects.