Language: python
pytorch / fairseq
https://github.com/pytorch/fairseq
stars | today |
---|---|
4585 | 88 |
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
adobe / antialiased-cnns
https://github.com/adobe/antialiased-cnns
stars | today |
---|---|
457 | 77 |
Antialiasing cnns to improve stability and accuracy. In ICML 2019.
ymcui / Chinese-BERT-wwm
https://github.com/ymcui/Chinese-BERT-wwm
stars | today |
---|---|
897 | 49 |
Pre-Training with Whole Word Masking for Chinese BERT(中文预训练BERT-wwm)
google-research / football
https://github.com/google-research/football
stars | today |
---|---|
1205 | 34 |
pandas-profiling / pandas-profiling
https://github.com/pandas-profiling/pandas-profiling
stars | today |
---|---|
2576 | 15 |
Create HTML profiling reports from pandas DataFrame objects
tensorflow / models
https://github.com/tensorflow/models
stars | today |
---|---|
55999 | 43 |
Models and examples built with TensorFlow
facebookresearch / kill-the-bits
https://github.com/facebookresearch/kill-the-bits
stars | today |
---|---|
280 | 23 |
Code for: “And the bit goes down: Revisiting the quantization of neural networks”
521xueweihan / HelloGitHub
https://github.com/521xueweihan/HelloGitHub
stars | today |
---|---|
14355 | 23 |
Find pearls on open-source seashore 分享 GitHub 上有趣、入门级的开源项目
rwightman / pytorch-image-models
https://github.com/rwightman/pytorch-image-models
stars | today |
---|---|
1322 | 40 |
PyTorch image models, scripts, pretrained weights – (SE)ResNet/ResNeXT, DPN, EfficientNet, MixNet, MobileNet-V3/V2/V1, MNASNet, Single-Path NAS, FBNet, and more
pandas-dev / pandas
https://github.com/pandas-dev/pandas
stars | today |
---|---|
20585 | 21 |
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
PaddlePaddle / ERNIE
https://github.com/PaddlePaddle/ERNIE
stars | today |
---|---|
1752 | 174 |
An Implementation of ERNIE For Language Understanding (including Pre-training models and Fine-tuning tools)
mravanelli / pytorch-kaldi
https://github.com/mravanelli/pytorch-kaldi
stars | today |
---|---|
1050 | 21 |
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
python / mypy
https://github.com/python/mypy
stars | today |
---|---|
6478 | 7 |
Optional static typing for Python 3 and 2 (PEP 484)
hexway / apple_bleee
https://github.com/hexway/apple_bleee
stars | today |
---|---|
545 | 38 |
Apple BLE research
encode / httpx
https://github.com/encode/httpx
stars | today |
---|---|
523 | 40 |
A next generation HTTP client for Python. 🦋
hhyo / Archery
https://github.com/hhyo/Archery
stars | today |
---|---|
682 | 16 |
SQL审核查询平台
ytdl-org / youtube-dl
https://github.com/ytdl-org/youtube-dl
stars | today |
---|---|
53635 | 50 |
Command-line program to download videos from YouTube.com and other video sites
liuhuanyong / QASystemOnMedicalKG
https://github.com/liuhuanyong/QASystemOnMedicalKG
stars | today |
---|---|
1048 | 10 |
A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。
NVlabs / SPADE
https://github.com/NVlabs/SPADE
stars | today |
---|---|
4976 | 15 |
Semantic Image Synthesis with SPADE
openai / spinningup
https://github.com/openai/spinningup
stars | today |
---|---|
3196 | 12 |
An educational resource to help anyone learn deep reinforcement learning.
facebookresearch / FixRes
https://github.com/facebookresearch/FixRes
stars | today |
---|---|
94 | 17 |
This repository reproduces the results of the paper: “Fixing the train-test resolution discrepancy” https://arxiv.org/abs/1906.06423
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
43099 | 47 |
Deep Learning for humans
Bisonai / awesome-edge-machine-learning
https://github.com/Bisonai/awesome-edge-machine-learning
stars | today |
---|---|
41 | 15 |
A curated list of awesome edge machine learning resources, including research papers, inference engines, challenges, books, meetups and others.
cloud-custodian / cloud-custodian
https://github.com/cloud-custodian/cloud-custodian
stars | today |
---|---|
2312 | 4 |
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Language: go
liftbridge-io / liftbridge
https://github.com/liftbridge-io/liftbridge
stars | today |
---|---|
1102 | 58 |
Lightweight, fault-tolerant message streams.
nats-io / nats-server
https://github.com/nats-io/nats-server
stars | today |
---|---|
6307 | 13 |
High-Performance server for NATS, the cloud native messaging system.
hashicorp / terraform
https://github.com/hashicorp/terraform
stars | today |
---|---|
18059 | 60 |
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
cnlh / nps
stars | today |
---|---|
4992 | 100 |
一款轻量级、功能强大的内网穿透代理服务器。支持tcp、udp流量转发,支持内网http代理、内网socks5代理,同时支持snappy压缩、站点保护、加密传输、多路复用、header修改等。支持web图形化管理,集成多用户模式。
segmentio / kafka-go
https://github.com/segmentio/kafka-go
stars | today |
---|---|
1395 | 9 |
Kafka library in Go
open-policy-agent / opa
https://github.com/open-policy-agent/opa
stars | today |
---|---|
2360 | 5 |
An open source, general-purpose policy engine.
terraform-providers / terraform-provider-azurerm
https://github.com/terraform-providers/terraform-provider-azurerm
stars | today |
---|---|
1009 | 1 |
Terraform provider for Azure Resource Manager
kubernetes / test-infra
https://github.com/kubernetes/test-infra
stars | today |
---|---|
1459 | 4 |
Test infrastructure for the Kubernetes project.
containers / libpod
https://github.com/containers/libpod
stars | today |
---|---|
2215 | 26 |
libpod is a library used to create container pods. Home of Podman.
grpc / grpc-go
https://github.com/grpc/grpc-go
stars | today |
---|---|
9037 | 11 |
The Go language implementation of gRPC. HTTP/2 based RPC
containers / buildah
https://github.com/containers/buildah
stars | today |
---|---|
1948 | 21 |
A tool that facilitates building OCI images
jmoiron / sqlx
https://github.com/jmoiron/sqlx
stars | today |
---|---|
6753 | 9 |
general purpose extensions to golang’s database/sql
aws / aws-sdk-go
https://github.com/aws/aws-sdk-go
stars | today |
---|---|
5006 | 1 |
AWS SDK for the Go programming language.
gogo / protobuf
https://github.com/gogo/protobuf
stars | today |
---|---|
2936 | 6 |
Protocol Buffers for Go with Gadgets
go-playground / validator
https://github.com/go-playground/validator
stars | today |
---|---|
3485 | 10 |
💯 Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
kubernetes / community
https://github.com/kubernetes/community
stars | today |
---|---|
4438 | 9 |
Kubernetes community content
go-redis / redis
https://github.com/go-redis/redis
stars | today |
---|---|
6468 | 13 |
Type-safe Redis client for Golang
go-pg / pg
stars | today |
---|---|
2958 | 8 |
Golang ORM with focus on PostgreSQL features and performance
spf13 / cobra
https://github.com/spf13/cobra
stars | today |
---|---|
13229 | 49 |
A Commander for modern Go CLI interactions
prometheus / client_golang
https://github.com/prometheus/client_golang
stars | today |
---|---|
1560 | 3 |
Prometheus instrumentation library for Go applications
spiral / roadrunner
https://github.com/spiral/roadrunner
stars | today |
---|---|
3255 | 10 |
High-performance PHP application server, load-balancer and process manager written in Golang
jiujuan / go-collection
https://github.com/jiujuan/go-collection
stars | today |
---|---|
119 | 12 |
awesome awesome go
moby / buildkit
https://github.com/moby/buildkit
stars | today |
---|---|
1672 | 7 |
concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
grafana / loki
https://github.com/grafana/loki
stars | today |
---|---|
6748 | 23 |
Like Prometheus, but for logs.
rclone / rclone
https://github.com/rclone/rclone
stars | today |
---|---|
15241 | 25 |
“rsync for cloud storage” - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files
Language: java
geekidea / spring-boot-plus
https://github.com/geekidea/spring-boot-plus
stars | today |
---|---|
316 | 115 |
spring-boot-plus集成Spring Boot 2.1.6,Mybatis,Mybatis Plus,Druid,FastJson,Redis,Rabbit MQ,Kafka等,可使用代码生成器快速开发项目
MindorksOpenSource / android-developer-roadmap
https://github.com/MindorksOpenSource/android-developer-roadmap
stars | today |
---|---|
332 | 76 |
Android Developer Roadmap - A complete roadmap to learn Android App Development
CarGuo / GSYVideoPlayer
https://github.com/CarGuo/GSYVideoPlayer
stars | today |
---|---|
11212 | 69 |
视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。
apache / beam
https://github.com/apache/beam
stars | today |
---|---|
3131 | 17 |
Apache Beam
Snailclimb / JavaGuide
https://github.com/Snailclimb/JavaGuide
stars | today |
---|---|
50202 | 157 |
【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
JeffLi1993 / springboot-learning-example
https://github.com/JeffLi1993/springboot-learning-example
stars | today |
---|---|
10469 | 30 |
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。
googleapis / google-cloud-java
https://github.com/googleapis/google-cloud-java
stars | today |
---|---|
1243 | 2 |
Google Cloud Client Library for Java
confluentinc / kafka-connect-jdbc
https://github.com/confluentinc/kafka-connect-jdbc
stars | today |
---|---|
470 | 2 |
Kafka Connect connector for JDBC-compatible databases
elastic / elasticsearch
https://github.com/elastic/elasticsearch
stars | today |
---|---|
43070 | 43 |
Open Source, Distributed, RESTful Search Engine
seata / seata
https://github.com/seata/seata
stars | today |
---|---|
10713 | 37 |
🔥 Seata is an easy-to-use, high-performance, open source distributed transaction solution.
resilience4j / resilience4j
https://github.com/resilience4j/resilience4j
stars | today |
---|---|
3972 | 20 |
Resilience4j is a fault tolerance library designed for Java8 and functional programming
spring-projects / spring-data-elasticsearch
https://github.com/spring-projects/spring-data-elasticsearch
stars | today |
---|---|
1868 | 3 |
Provide support to increase developer productivity in Java when using Elasticsearch. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
confluentinc / ksql
https://github.com/confluentinc/ksql
stars | today |
---|---|
2355 | 0 |
KSQL - the Streaming SQL Engine for Apache Kafka
google / closure-compiler
https://github.com/google/closure-compiler
stars | today |
---|---|
5053 | 4 |
A JavaScript checker and optimizer.
alibaba / arthas
https://github.com/alibaba/arthas
stars | today |
---|---|
15169 | 62 |
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
prestosql / presto
https://github.com/prestosql/presto
stars | today |
---|---|
520 | 5 |
Official home of the community version of Presto, the distributed SQL query engine for big data, under the auspices of the Presto Software Foundation.
google / ExoPlayer
https://github.com/google/ExoPlayer
stars | today |
---|---|
13640 | 16 |
An extensible media player for Android
callicoder / spring-security-react-ant-design-polls-app
https://github.com/callicoder/spring-security-react-ant-design-polls-app
stars | today |
---|---|
740 | 8 |
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
google / guava
https://github.com/google/guava
stars | today |
---|---|
32940 | 24 |
Google core libraries for Java
eclipse / openj9
https://github.com/eclipse/openj9
stars | today |
---|---|
2012 | 8 |
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that’s optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR ( https://github.com/eclipse/omr ) and combines with the Extensions for OpenJDK for OpenJ9 repo.
intuit / karate
https://github.com/intuit/karate
stars | today |
---|---|
2188 | 4 |
Web-Services Testing Made Simple
eugenp / tutorials
https://github.com/eugenp/tutorials
stars | today |
---|---|
16077 | 41 |
The “REST With Spring” Course:
jeremylong / DependencyCheck
https://github.com/jeremylong/DependencyCheck
stars | today |
---|---|
1771 | 1 |
OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.
alibaba / Sentinel
https://github.com/alibaba/Sentinel
stars | today |
---|---|
8045 | 21 |
A lightweight powerful flow control component enabling reliability and monitoring for microservices. (轻量级的流量控制、熔断降级 Java 库)
alibaba / druid
https://github.com/alibaba/druid
stars | today |
---|---|
17958 | 24 |
阿里巴巴数据库事业部出品,为监控而生的数据库连接池。阿里云Data Lake Analytics( https://www.aliyun.com/product/datalakeanalytics )、DRDS、TDDL 连接池powered by Druid
Language: c++
google / filament
https://github.com/google/filament
stars | today |
---|---|
7373 | 16 |
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS and WASM/WebGL
pybind / pybind11
https://github.com/pybind/pybind11
stars | today |
---|---|
5510 | 6 |
Seamless operability between C++11 and Python
facebook / folly
https://github.com/facebook/folly
stars | today |
---|---|
13408 | 9 |
An open-source C++ library developed and used at Facebook.
byuu / bsnes
stars | today |
---|---|
137 | 8 |
Super Nintendo (Super Famicom) emulator
mongodb / mongo
https://github.com/mongodb/mongo
stars | today |
---|---|
16444 | 7 |
The MongoDB Database
monero-project / monero
https://github.com/monero-project/monero
stars | today |
---|---|
3922 | 3 |
Monero: the secure, private, untraceable cryptocurrency
BITERP / PinkRabbitMQ
https://github.com/BITERP/PinkRabbitMQ
stars | today |
---|---|
45 | 6 |
Внешняя Native API компонента для взаимодействия с RabbitMQ из 1С
catchorg / Catch2
https://github.com/catchorg/Catch2
stars | today |
---|---|
9570 | 9 |
A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
131865 | 56 |
An Open Source Machine Learning Framework for Everyone
uNetworking / uWebSockets
https://github.com/uNetworking/uWebSockets
stars | today |
---|---|
10757 | 8 |
Simple, secure & standards compliant web I/O for the most demanding of applications
pytorch / glow
https://github.com/pytorch/glow
stars | today |
---|---|
1593 | 4 |
Compiler for Neural Network hardware accelerators
lemire / simdjson
https://github.com/lemire/simdjson
stars | today |
---|---|
7175 | 10 |
Parsing gigabytes of JSON per second
bulletphysics / bullet3
https://github.com/bulletphysics/bullet3
stars | today |
---|---|
5217 | 6 |
Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
didi / AoE
stars | today |
---|---|
46 | 2 |
AoE 取名自AI on Edge,是一个终端侧AI集成运行时环境(IRE),帮助开发者提升效率。
CleverRaven / Cataclysm-DDA
https://github.com/CleverRaven/Cataclysm-DDA
stars | today |
---|---|
3290 | 3 |
Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
gperftools / gperftools
https://github.com/gperftools/gperftools
stars | today |
---|---|
4157 | 10 |
Main gperftools repository
yandex / ClickHouse
https://github.com/yandex/ClickHouse
stars | today |
---|---|
7743 | 14 |
ClickHouse is a free analytic DBMS for big data.
open-source-parsers / jsoncpp
https://github.com/open-source-parsers/jsoncpp
stars | today |
---|---|
3912 | 6 |
A C++ library for interacting with JSON.
Tencent / rapidjson
https://github.com/Tencent/rapidjson
stars | today |
---|---|
8047 | 11 |
A fast JSON parser/generator for C++ with both SAX/DOM style API
opencv / opencv
https://github.com/opencv/opencv
stars | today |
---|---|
36988 | 48 |
Open Source Computer Vision Library
onnx / onnx-tensorrt
https://github.com/onnx/onnx-tensorrt
stars | today |
---|---|
346 | 3 |
ONNX-TensorRT: TensorRT backend for ONNX
finalburnneo / FBNeo
https://github.com/finalburnneo/FBNeo
stars | today |
---|---|
100 | 1 |
FinalBurn Neo - We are Team FBNeo.
grpc / grpc-web
https://github.com/grpc/grpc-web
stars | today |
---|---|
3046 | 5 |
gRPC for Web Clients
yedf / handy
stars | today |
---|---|
2340 | 6 |
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
ceph / ceph
stars | today |
---|---|
6492 | 4 |
Ceph is a distributed object, block, and file storage platform
Language: javascript
alekseylovchikov / ch-download
https://github.com/alekseylovchikov/ch-download
stars | today |
---|---|
356 | 10 |
download video from coursehunters.net
paulhodel / jexcel
https://github.com/paulhodel/jexcel
stars | today |
---|---|
2331 | 87 |
jExcel is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with Excel or any other spreadsheet software.
dangrossman / daterangepicker
https://github.com/dangrossman/daterangepicker
stars | today |
---|---|
9056 | 14 |
JavaScript Date Range, Date and Time Picker Component
mui-org / material-ui
https://github.com/mui-org/material-ui
stars | today |
---|---|
49262 | 37 |
React components for faster and easier web development. Build your own design system, or start with Material Design.
outline / outline
https://github.com/outline/outline
stars | today |
---|---|
3167 | 194 |
The fastest wiki and knowledge base for growing teams. Beautiful, feature rich, markdown compatible and open source.
facebook / react-native
https://github.com/facebook/react-native
stars | today |
---|---|
79518 | 45 |
A framework for building native apps with React.
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
133611 | 84 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
Ice-Hazymoon / MikuTools
https://github.com/Ice-Hazymoon/MikuTools
stars | today |
---|---|
1607 | 44 |
一个轻量的工具集合
adam-p / markdown-here
https://github.com/adam-p/markdown-here
stars | today |
---|---|
39616 | 25 |
Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
freearhey / iptv
https://github.com/freearhey/iptv
stars | today |
---|---|
514 | 26 |
Collection of 7000+ free IPTV channels from all over the world
SortableJS / Sortable
https://github.com/SortableJS/Sortable
stars | today |
---|---|
17355 | 19 |
Sortable — is a JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Ember, Knockout and any CSS library, e.g. Bootstrap.
eligrey / FileSaver.js
https://github.com/eligrey/FileSaver.js
stars | today |
---|---|
11585 | 26 |
An HTML5 saveAs() FileSaver implementation
haotian-wang / google-access-helper
https://github.com/haotian-wang/google-access-helper
stars | today |
---|---|
1997 | 63 |
谷歌访问助手破解版
Tencent / omi
https://github.com/Tencent/omi
stars | today |
---|---|
9406 | 8 |
Front End Cross-Frameworks Framework - 前端跨框架跨平台框架
ricklamers / gridstudio
https://github.com/ricklamers/gridstudio
stars | today |
---|---|
1374 | 804 |
Grid studio is a web-based spreadsheet application with full integration of the Python programming language.
EastWorld / wechat-app-mall
https://github.com/EastWorld/wechat-app-mall
stars | today |
---|---|
9254 | 21 |
微信小程序商城,微信小程序微店
serverless / serverless
https://github.com/serverless/serverless
stars | today |
---|---|
31278 | 28 |
Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
react-static / react-static
https://github.com/react-static/react-static
stars | today |
---|---|
7596 | 14 |
⚛️ 🚀 A progressive static site generator for React.
yarnpkg / yarn
https://github.com/yarnpkg/yarn
stars | today |
---|---|
36441 | 11 |
📦 🐈 Fast, reliable, and secure dependency management.
tannerlinsley / react-table
https://github.com/tannerlinsley/react-table
stars | today |
---|---|
6303 | 18 |
⚛️ Hooks for building fast and extendable tables and datagrids for React
facebook / jest
https://github.com/facebook/jest
stars | today |
---|---|
26774 | 21 |
Delightful JavaScript Testing.
da2k / curso-javascript-ninja
https://github.com/da2k/curso-javascript-ninja
stars | today |
---|---|
1317 | 6 |
Curso Javascript Ninja
denysdovhan / wtfjs
https://github.com/denysdovhan/wtfjs
stars | today |
---|---|
13977 | 34 |
A list of funny and tricky JavaScript examples
ampproject / amphtml
https://github.com/ampproject/amphtml
stars | today |
---|---|
12904 | 3 |
The AMP web component framework.
berstend / puppeteer-extra
https://github.com/berstend/puppeteer-extra
stars | today |
---|---|
467 | 10 |
💯 Teach puppeteer new tricks through plugins.
Language: unknown
dipakkr / A-to-Z-Resources-for-Students
https://github.com/dipakkr/A-to-Z-Resources-for-Students
stars | today |
---|---|
7557 | 138 |
Curated list of resources for college students
ziishaned / learn-regex
https://github.com/ziishaned/learn-regex
stars | today |
---|---|
18356 | 195 |
Learn regex the easy way
toutiaoio / awesome-architecture
https://github.com/toutiaoio/awesome-architecture
stars | today |
---|---|
1843 | 519 |
架构师技术图谱,助你早日成为架构师
PengyiZhang / SlimYOLOv3
https://github.com/PengyiZhang/SlimYOLOv3
stars | today |
---|---|
338 | 45 |
This page is for the SlimYOLOv3: Narrower, Faster and Better for UAV Real-Time Applications
elaine-zheng / summer2020internships
https://github.com/elaine-zheng/summer2020internships
stars | today |
---|---|
473 | 74 |
Keep track of internships for Summer 2020 for undergraduates interested in tech./SWE/related fields
EbookFoundation / free-programming-books
https://github.com/EbookFoundation/free-programming-books
stars | today |
---|---|
126312 | 83 |
📚 Freely available programming books
kmario23 / deep-learning-drizzle
https://github.com/kmario23/deep-learning-drizzle
stars | today |
---|---|
5683 | 61 |
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
gregsramblings / google-cloud-4-words
https://github.com/gregsramblings/google-cloud-4-words
stars | today |
---|---|
1234 | 51 |
The Google Cloud Developer’s Cheat Sheet
ossu / computer-science
https://github.com/ossu/computer-science
stars | today |
---|---|
42648 | 34 |
🎓 Path to a free self-taught education in Computer Science!
mqyqingfeng / Blog
https://github.com/mqyqingfeng/Blog
stars | today |
---|---|
13030 | 23 |
冴羽写博客的地方,预计写四个系列:JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。
Alikhll / golang-developer-roadmap
https://github.com/Alikhll/golang-developer-roadmap
stars | today |
---|---|
5583 | 81 |
Roadmap to becoming a Go developer in 2019
frontendbr / vagas
https://github.com/frontendbr/vagas
stars | today |
---|---|
3235 | 4 |
🔬 Espaço para divulgação de vagas para front-enders.
benedekrozemberczki / awesome-graph-classification
https://github.com/benedekrozemberczki/awesome-graph-classification
stars | today |
---|---|
1849 | 15 |
A collection of important graph embedding, classification and representation learning papers with implementations.
Bypass007 / Emergency-Response-Notes
https://github.com/Bypass007/Emergency-Response-Notes
stars | today |
---|---|
1409 | 49 |
应急响应实战笔记,一个安全工程师的自我修养。
piglei / one-python-craftsman
https://github.com/piglei/one-python-craftsman
stars | today |
---|---|
1351 | 23 |
来自一位 Pythonista 的编程经验分享,内容涵盖编码技巧、最佳实践与思维模式等方面。
hmaverickadams / Beginner-Network-Pentesting
https://github.com/hmaverickadams/Beginner-Network-Pentesting
stars | today |
---|---|
396 | 93 |
Notes for Beginner Network Pentesting Course
abhat222 / Data-Science–Cheat-Sheet
https://github.com/abhat222/Data-Science--Cheat-Sheet
stars | today |
---|---|
8755 | 43 |
Cheat Sheets
WGLab / dragonstar2019
https://github.com/WGLab/dragonstar2019
stars | today |
---|---|
51 | 7 |
k88hudson / git-flight-rules
https://github.com/k88hudson/git-flight-rules
stars | today |
---|---|
30691 | 22 |
Flight rules for git
MicrosoftLearning / AZ-300-MicrosoftAzureArchitectTechnologies
https://github.com/MicrosoftLearning/AZ-300-MicrosoftAzureArchitectTechnologies
stars | today |
---|---|
182 | 1 |
londonappbrewery / Flutter-Course-Resources
https://github.com/londonappbrewery/Flutter-Course-Resources
stars | today |
---|---|
628 | 8 |
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
105855 | 51 |
A book series on JavaScript. @YDKJS on twitter.
happypandax / happypandax
https://github.com/happypandax/happypandax
stars | today |
---|---|
182 | 2 |
A cross-platform server and client application for managing and reading manga and doujinshi
jtoy / awesome-tensorflow
https://github.com/jtoy/awesome-tensorflow
stars | today |
---|---|
14468 | 13 |
TensorFlow - A curated list of dedicated resources http://tensorflow.org
kamranahmedse / developer-roadmap
https://github.com/kamranahmedse/developer-roadmap
stars | today |
---|---|
85495 | 120 |
Roadmap to becoming a web developer in 2019