Language: python
huggingface / pytorch-transformers
https://github.com/huggingface/pytorch-transformers
stars | today |
---|---|
8969 | 344 |
👾 A library of state-of-the-art pretrained models for Natural Language Processing (NLP)
gto76 / python-cheatsheet
https://github.com/gto76/python-cheatsheet
stars | today |
---|---|
7236 | 357 |
Comprehensive Python Cheatsheet
0voice / interview_internal_reference
https://github.com/0voice/interview_internal_reference
stars | today |
---|---|
5599 | 1342 |
2019年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
openatx / uiautomator2
https://github.com/openatx/uiautomator2
stars | today |
---|---|
1322 | 13 |
Android Uiautomator2 Python Wrapper
encode / django-rest-framework
https://github.com/encode/django-rest-framework
stars | today |
---|---|
14789 | 18 |
Web APIs for Django. ⚡️
hanxiao / bert-as-service
https://github.com/hanxiao/bert-as-service
stars | today |
---|---|
4673 | 18 |
Mapping a variable-length sentence to a fixed-length vector using BERT model
sebastianruder / NLP-progress
https://github.com/sebastianruder/NLP-progress
stars | today |
---|---|
11226 | 28 |
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
NVIDIA / DeepLearningExamples
https://github.com/NVIDIA/DeepLearningExamples
stars | today |
---|---|
1095 | 100 |
Deep Learning Examples
zllrunning / video-object-removal
https://github.com/zllrunning/video-object-removal
stars | today |
---|---|
310 | 61 |
Just draw a bounding box and you can remove the object you want to remove.
idealo / image-super-resolution
https://github.com/idealo/image-super-resolution
stars | today |
---|---|
922 | 12 |
Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
openai / gpt-2
https://github.com/openai/gpt-2
stars | today |
---|---|
6829 | 37 |
Code for the paper “Language Models are Unsupervised Multitask Learners”
kk7nc / Text_Classification
https://github.com/kk7nc/Text_Classification
stars | today |
---|---|
511 | 6 |
Text Classification Algorithms: A Survey
oppia / oppia
https://github.com/oppia/oppia
stars | today |
---|---|
1060 | 3 |
Tool for collaboratively building interactive lessons.
google-research / bert
https://github.com/google-research/bert
stars | today |
---|---|
16753 | 40 |
TensorFlow code and pre-trained models for BERT
PaddlePaddle / models
https://github.com/PaddlePaddle/models
stars | today |
---|---|
2098 | 34 |
Pre-trained and Reproduced Deep Learning Models (『飞桨』官方模型库,包含多种学术前沿和工业场景验证的深度学习模型)
oldani / requests-html
https://github.com/oldani/requests-html
stars | today |
---|---|
9891 | 17 |
Pythonic HTML Parsing for Humans™
mitmproxy / mitmproxy
https://github.com/mitmproxy/mitmproxy
stars | today |
---|---|
15644 | 14 |
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
ultralytics / yolov3
https://github.com/ultralytics/yolov3
stars | today |
---|---|
1852 | 10 |
YOLOv3 in PyTorch > ONNX > CoreML > iOS
facebookresearch / Detectron
https://github.com/facebookresearch/Detectron
stars | today |
---|---|
21108 | 17 |
FAIR’s research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
pandas-profiling / pandas-profiling
https://github.com/pandas-profiling/pandas-profiling
stars | today |
---|---|
2437 | 6 |
Create HTML profiling reports from pandas DataFrame objects
kennethreitz / requests
https://github.com/kennethreitz/requests
stars | today |
---|---|
39406 | 28 |
Python HTTP Requests for Humans™ ✨ 🍰 ✨
plotly / plotly.py
https://github.com/plotly/plotly.py
stars | today |
---|---|
5193 | 11 |
An open-source, interactive graphing library for Python ✨
andymccurdy / redis-py
https://github.com/andymccurdy/redis-py
stars | today |
---|---|
7683 | 6 |
Redis Python Client
foolwood / SiamMask
https://github.com/foolwood/SiamMask
stars | today |
---|---|
1671 | 15 |
[CVPR2019] Fast Online Object Tracking and Segmentation: A Unifying Approach
uber / ludwig
https://github.com/uber/ludwig
stars | today |
---|---|
5213 | 16 |
Ludwig is a toolbox built on top of TensorFlow that allows to train and test deep learning models without the need to write code.
Language: go
vugu / vugu
stars | today |
---|---|
2027 | 158 |
Vugu: A modern UI library for Go+WebAssembly (experimental)
cube2222 / octosql
https://github.com/cube2222/octosql
stars | today |
---|---|
1007 | 135 |
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
XiaoMi / soar
https://github.com/XiaoMi/soar
stars | today |
---|---|
5157 | 51 |
SQL Optimizer And Rewriter
kubernetes / autoscaler
https://github.com/kubernetes/autoscaler
stars | today |
---|---|
2076 | 33 |
Autoscaling components for Kubernetes
hashicorp / vault
https://github.com/hashicorp/vault
stars | today |
---|---|
13326 | 12 |
A tool for secrets management, encryption as a service, and privileged access management
knative / serving
https://github.com/knative/serving
stars | today |
---|---|
2050 | 4 |
Kubernetes-based, scale-to-zero, request-driven compute
aelsabbahy / goss
https://github.com/aelsabbahy/goss
stars | today |
---|---|
3244 | 12 |
Quick and Easy server testing/validation
open-policy-agent / opa
https://github.com/open-policy-agent/opa
stars | today |
---|---|
2315 | 7 |
An open source, general-purpose policy engine.
mongodb / mongo-go-driver
https://github.com/mongodb/mongo-go-driver
stars | today |
---|---|
2989 | 15 |
The Go driver for MongoDB
swaggo / swag
https://github.com/swaggo/swag
stars | today |
---|---|
1199 | 17 |
Automatically generate RESTful API documentation with Swagger 2.0 for Go.
jinzhu / gorm
https://github.com/jinzhu/gorm
stars | today |
---|---|
14400 | 24 |
The fantastic ORM library for Golang, aims to be developer friendly
99designs / gqlgen
https://github.com/99designs/gqlgen
stars | today |
---|---|
3110 | 5 |
go generate based graphql server library
kubernetes / minikube
https://github.com/kubernetes/minikube
stars | today |
---|---|
14932 | 18 |
Run Kubernetes locally
Shopify / toxiproxy
https://github.com/Shopify/toxiproxy
stars | today |
---|---|
3862 | 34 |
⏰ 🔥 A TCP proxy to simulate network and system conditions for chaos and resiliency testing
sorintlab / stolon
https://github.com/sorintlab/stolon
stars | today |
---|---|
2259 | 11 |
PostgreSQL cloud native High Availability and more.
sirupsen / logrus
https://github.com/sirupsen/logrus
stars | today |
---|---|
11715 | 21 |
Structured, pluggable logging for Go.
rs / zerolog
stars | today |
---|---|
2137 | 9 |
Zero Allocation JSON Logger
hantmac / Mastering_Go_ZH_CN
https://github.com/hantmac/Mastering_Go_ZH_CN
stars | today |
---|---|
546 | 37 |
《Mastering GO》中文译本,暂时命名为《玩转 GO》。
golang / mock
https://github.com/golang/mock
stars | today |
---|---|
2751 | 16 |
GoMock is a mocking framework for the Go programming language.
google / wire
https://github.com/google/wire
stars | today |
---|---|
1967 | 8 |
Compile-time Dependency Injection for Go
terraform-providers / terraform-provider-aws
https://github.com/terraform-providers/terraform-provider-aws
stars | today |
---|---|
2807 | 5 |
Terraform AWS provider
junegunn / fzf
https://github.com/junegunn/fzf
stars | today |
---|---|
22785 | 37 |
🌸 A command-line fuzzy finder
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
25200 | 24 |
The Prometheus monitoring system and time series database.
banzaicloud / bank-vaults
https://github.com/banzaicloud/bank-vaults
stars | today |
---|---|
551 | 6 |
A Vault swiss-army knife: A K8s operator. Go client with automatic token renewal, Kubernetes support, dynamic secrets, multiple unseal options and more. A CLI tool to init, unseal and configure Vault (auth methods, secret engines). Direct secret injection into Pods.
kubernetes / client-go
https://github.com/kubernetes/client-go
stars | today |
---|---|
2295 | 9 |
Go client for Kubernetes.
Language: java
b3log / solo
stars | today |
---|---|
8460 | 210 |
🎸 一款小而美的博客系统,专为程序员设计。 https://hacpai.com/tag/solo
apache / kafka
https://github.com/apache/kafka
stars | today |
---|---|
12818 | 30 |
Mirror of Apache Kafka
TheAlgorithms / Java
https://github.com/TheAlgorithms/Java
stars | today |
---|---|
15693 | 49 |
All Algorithms implemented in Java
qiurunze123 / miaosha
https://github.com/qiurunze123/miaosha
stars | today |
---|---|
7757 | 59 |
⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析 🙋 🐓
dianping / cat
https://github.com/dianping/cat
stars | today |
---|---|
10233 | 127 |
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
iluwatar / java-design-patterns
https://github.com/iluwatar/java-design-patterns
stars | today |
---|---|
49159 | 50 |
Design patterns implemented in Java
kdn251 / interviews
https://github.com/kdn251/interviews
stars | today |
---|---|
36564 | 79 |
Everything you need to know to get the job.
winterbe / java8-tutorial
https://github.com/winterbe/java8-tutorial
stars | today |
---|---|
11896 | 14 |
Modern Java - A Guide to Java 8
confluentinc / ksql
https://github.com/confluentinc/ksql
stars | today |
---|---|
2346 | 1 |
KSQL - the Streaming SQL Engine for Apache Kafka
spring-cloud / spring-cloud-netflix
https://github.com/spring-cloud/spring-cloud-netflix
stars | today |
---|---|
3511 | 3 |
Integration with Netflix OSS components
Blankj / AndroidUtilCode
https://github.com/Blankj/AndroidUtilCode
stars | today |
---|---|
24124 | 18 |
🔥 Android developers should collect the following utils(updating).
apache / curator
https://github.com/apache/curator
stars | today |
---|---|
1666 | 6 |
Apache Curator
lionsoul2014 / ip2region
https://github.com/lionsoul2014/ip2region
stars | today |
---|---|
6601 | 21 |
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is less then 5Mb with all ip address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
analysys / EasyScheduler
https://github.com/analysys/EasyScheduler
stars | today |
---|---|
1293 | 21 |
Easy Scheduler is a distributed workflow task scheduling system, which mainly resolve the problem of “complicated task dependencies but cannot directly monitor the health status of tasks”. Easy Scheduler assembles tasks in a DAG diagram and can monitor the running status of tasks in real time. Meanwhile, It supports operations such as retry, rec…
traccar / traccar
https://github.com/traccar/traccar
stars | today |
---|---|
1966 | 2 |
Traccar GPS Tracking System
apache / incubator-shardingsphere
https://github.com/apache/incubator-shardingsphere
stars | today |
---|---|
8201 | 12 |
Distributed database middleware
google / guice
https://github.com/google/guice
stars | today |
---|---|
8300 | 1 |
Guice (pronounced ‘juice’) is a lightweight dependency injection framework for Java 6 and above, brought to you by Google.
apache / storm
https://github.com/apache/storm
stars | today |
---|---|
5763 | 2 |
Mirror of Apache Storm
azkaban / azkaban
https://github.com/azkaban/azkaban
stars | today |
---|---|
2685 | 1 |
Azkaban workflow manager.
DeemOpen / zkui
https://github.com/DeemOpen/zkui
stars | today |
---|---|
1392 | 4 |
A UI dashboard that allows CRUD operations on Zookeeper.
VaughnVernon / IDDD_Samples
https://github.com/VaughnVernon/IDDD_Samples
stars | today |
---|---|
1757 | 1 |
These are the sample Bounded Contexts from the book “Implementing Domain-Driven Design” by Vaughn Vernon: http://vaughnvernon.co/?page_id=168
GoogleCloudPlatform / java-docs-samples
https://github.com/GoogleCloudPlatform/java-docs-samples
stars | today |
---|---|
849 | 0 |
SeldonIO / seldon-core
https://github.com/SeldonIO/seldon-core
stars | today |
---|---|
1004 | 3 |
Machine Learning Deployment for Kubernetes
alibaba / vlayout
https://github.com/alibaba/vlayout
stars | today |
---|---|
9619 | 4 |
Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview.
apache / hive
https://github.com/apache/hive
stars | today |
---|---|
2633 | 2 |
Apache Hive
Language: c++
apache / arrow
https://github.com/apache/arrow
stars | today |
---|---|
4221 | 10 |
Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and interprocess communication…
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
131163 | 89 |
An Open Source Machine Learning Framework for Everyone
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
12295 | 40 |
Googletest - Google Testing and Mocking Framework
gabime / spdlog
https://github.com/gabime/spdlog
stars | today |
---|---|
6249 | 20 |
Fast C++ logging library.
IntelRealSense / librealsense
https://github.com/IntelRealSense/librealsense
stars | today |
---|---|
2961 | 3 |
Intel® RealSense™ SDK
TrinityCore / TrinityCore
https://github.com/TrinityCore/TrinityCore
stars | today |
---|---|
5493 | 4 |
TrinityCore Open Source MMO Framework (master = 8.2.0.30993, 3.3.5 = 3.3.5a.12340)
gaoxiang12 / slambook
https://github.com/gaoxiang12/slambook
stars | today |
---|---|
2898 | 4 |
YosysHQ / yosys
https://github.com/YosysHQ/yosys
stars | today |
---|---|
906 | 1 |
Yosys Open SYnthesis Suite
google / flatbuffers
https://github.com/google/flatbuffers
stars | today |
---|---|
12530 | 16 |
FlatBuffers: Memory Efficient Serialization Library
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
29951 | 34 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
35803 | 35 |
Protocol Buffers - Google’s data interchange format
OAID / Tengine
https://github.com/OAID/Tengine
stars | today |
---|---|
771 | 10 |
Tengine is a lite, high performance, modular inference engine for embedded device
danmar / cppcheck
https://github.com/danmar/cppcheck
stars | today |
---|---|
2301 | 2 |
static analysis of C/C++ code
lemire / simdjson
https://github.com/lemire/simdjson
stars | today |
---|---|
7108 | 15 |
Parsing gigabytes of JSON per second
Project-OSRM / osrm-backend
https://github.com/Project-OSRM/osrm-backend
stars | today |
---|---|
3163 | 4 |
Open Source Routing Machine - C++ backend
tensorflow / serving
https://github.com/tensorflow/serving
stars | today |
---|---|
3627 | 4 |
A flexible, high-performance serving system for machine learning models
electron / electron
https://github.com/electron/electron
stars | today |
---|---|
75240 | 43 |
Build cross-platform desktop apps with JavaScript, HTML, and CSS
catchorg / Catch2
https://github.com/catchorg/Catch2
stars | today |
---|---|
9483 | 7 |
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)
IntelRealSense / realsense-ros
https://github.com/IntelRealSense/realsense-ros
stars | today |
---|---|
520 | 2 |
Intel® RealSense™ ROS Wrapper for D400 series, SR300 Camera and T265 Tracking Module
RPCS3 / rpcs3
https://github.com/RPCS3/rpcs3
stars | today |
---|---|
6753 | 5 |
PS3 emulator/debugger
osquery / osquery
https://github.com/osquery/osquery
stars | today |
---|---|
14376 | 6 |
SQL powered operating system instrumentation, monitoring, and analytics.
ceph / ceph
stars | today |
---|---|
6423 | 15 |
Ceph is a distributed object, block, and file storage platform
InsightSoftwareConsortium / ITK
https://github.com/InsightSoftwareConsortium/ITK
stars | today |
---|---|
526 | 1 |
Insight Toolkit (ITK) – Official Repository
mapbox / mapbox-gl-native
https://github.com/mapbox/mapbox-gl-native
stars | today |
---|---|
3442 | 1 |
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
EOSIO / eosio.contracts
https://github.com/EOSIO/eosio.contracts
stars | today |
---|---|
202 | 0 |
Smart contracts that provide some of the basic functions of the EOSIO blockchain
Language: javascript
ryanmcdermott / clean-code-javascript
https://github.com/ryanmcdermott/clean-code-javascript
stars | today |
---|---|
24099 | 152 |
🛁 Clean Code concepts adapted for JavaScript
umijs / umi
stars | today |
---|---|
5325 | 41 |
🌋 Pluggable enterprise-level react application framework.
gothinkster / realworld
https://github.com/gothinkster/realworld
stars | today |
---|---|
29286 | 68 |
“The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
hasura / graphql-engine
https://github.com/hasura/graphql-engine
stars | today |
---|---|
10909 | 19 |
Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
b3log / baidu-netdisk-downloaderx
https://github.com/b3log/baidu-netdisk-downloaderx
stars | today |
---|---|
6563 | 716 |
⚡️ 一款图形界面的百度网盘不限速下载器,支持 Windows、Linux 和 Mac。
jumpserver / jumpserver
https://github.com/jumpserver/jumpserver
stars | today |
---|---|
9596 | 28 |
Jumpserver是全球首款完全开源的堡垒机,是符合 4A 的专业运维审计系统。
azl397985856 / leetcode
https://github.com/azl397985856/leetcode
stars | today |
---|---|
13588 | 69 |
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
ecomfe / vue-echarts
https://github.com/ecomfe/vue-echarts
stars | today |
---|---|
3560 | 6 |
ECharts component for Vue.js.
Unitech / pm2
https://github.com/Unitech/pm2
stars | today |
---|---|
29787 | 19 |
Node.js Production Process Manager with a built-in Load Balancer.
vuejs / vuepress
https://github.com/vuejs/vuepress
stars | today |
---|---|
13298 | 20 |
📝 Minimalistic Vue-powered static site generator
atlassian / react-beautiful-dnd
https://github.com/atlassian/react-beautiful-dnd
stars | today |
---|---|
15382 | 22 |
Beautiful and accessible drag and drop for lists with React
kenwheeler / slick
https://github.com/kenwheeler/slick
stars | today |
---|---|
24141 | 11 |
the last carousel you’ll ever need
lutzroeder / netron
https://github.com/lutzroeder/netron
stars | today |
---|---|
5201 | 37 |
Visualizer for neural network, deep learning and machine learning models
flow-typed / flow-typed
https://github.com/flow-typed/flow-typed
stars | today |
---|---|
3286 | 0 |
A central repository for Flow library definitions
YMFE / yapi
stars | today |
---|---|
9943 | 45 |
YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台
azl397985856 / fe-interview
https://github.com/azl397985856/fe-interview
stars | today |
---|---|
254 | 43 |
宇宙最强的前端面试指南 ( https://lucifer.ren/fe-interview )
caiceA / slack-black-theme
https://github.com/caiceA/slack-black-theme
stars | today |
---|---|
418 | 7 |
slack theme, dark theme for slack, black theme slack black theme
fabricjs / fabric.js
https://github.com/fabricjs/fabric.js
stars | today |
---|---|
13069 | 29 |
Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser
aosabook / 500lines
https://github.com/aosabook/500lines
stars | today |
---|---|
22052 | 15 |
500 Lines or Less
DevExpress / testcafe
https://github.com/DevExpress/testcafe
stars | today |
---|---|
7122 | 22 |
A Node.js tool to automate end-to-end web testing.
frappe / charts
https://github.com/frappe/charts
stars | today |
---|---|
12748 | 23 |
Simple, responsive, modern SVG Charts with zero dependencies
protobufjs / protobuf.js
https://github.com/protobufjs/protobuf.js
stars | today |
---|---|
5844 | 3 |
Protocol Buffers for JavaScript (& TypeScript).
Automattic / mongoose
https://github.com/Automattic/mongoose
stars | today |
---|---|
19045 | 10 |
MongoDB object modeling designed to work in an asynchronous environment.
uber / react-vis
https://github.com/uber/react-vis
stars | today |
---|---|
5853 | 8 |
Data Visualization Components
elastic / search-ui
https://github.com/elastic/search-ui
stars | today |
---|---|
302 | 35 |
Libraries for the fast development of modern, engaging search experiences.
Language: unknown
benedekrozemberczki / awesome-graph-classification
https://github.com/benedekrozemberczki/awesome-graph-classification
stars | today |
---|---|
1450 | 193 |
A collection of important graph embedding, classification and representation learning papers with implementations.
caicloud / kube-ladder
https://github.com/caicloud/kube-ladder
stars | today |
---|---|
291 | 65 |
Learning Kubernetes, The Chinese Taoist Way
sindresorhus / awesome-nodejs
https://github.com/sindresorhus/awesome-nodejs
stars | today |
---|---|
31519 | 166 |
⚡️ Delightful Node.js packages and resources
dipakkr / A-to-Z-Resources-for-Students
https://github.com/dipakkr/A-to-Z-Resources-for-Students
stars | today |
---|---|
5344 | 43 |
Curated list of resources for college students
ZakiaSalod / The-Hundred-Page-Machine-Learning-Book
https://github.com/ZakiaSalod/The-Hundred-Page-Machine-Learning-Book
stars | today |
---|---|
82 | 9 |
This repository contains the draft PDF copies of the book: The 100 Page Machine Learning Book
flaviocopes / html-handbook
https://github.com/flaviocopes/html-handbook
stars | today |
---|---|
47 | 3 |
A draft of the HTML Handbook free ebook. Looking for feedback before I publish it!
oxford-cs-deepnlp-2017 / lectures
https://github.com/oxford-cs-deepnlp-2017/lectures
stars | today |
---|---|
14014 | 1 |
Oxford Deep NLP 2017 course
kahun / awesome-sysadmin
https://github.com/kahun/awesome-sysadmin
stars | today |
---|---|
18882 | 91 |
A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.
openconfig / public
https://github.com/openconfig/public
stars | today |
---|---|
412 | 0 |
Repository for publishing OpenConfig models, documentation, and other material for the community.
sorenduan / awesome-java-books
https://github.com/sorenduan/awesome-java-books
stars | today |
---|---|
1138 | 228 |
Java开发者技术书籍大全 - Java入门书籍,Java基础及进阶书籍,框架与中间件,架构设计,设计模式,数学与算法,JVM周边语言,项目管理&领导力&流程,职业素养与个人成长,格局与视野,面试参考书等。
SayantanMitra87 / Data-Science-Books-1
https://github.com/SayantanMitra87/Data-Science-Books-1
stars | today |
---|---|
56 | 4 |
atinfo / awesome-test-automation
https://github.com/atinfo/awesome-test-automation
stars | today |
---|---|
3014 | 12 |
A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. Sponsored by http://sdclabs.com
backend-br / vagas
https://github.com/backend-br/vagas
stars | today |
---|---|
1497 | 6 |
✌️ Espaço para divulgação de vagas para backenders
getify / You-Dont-Know-JS
https://github.com/getify/You-Dont-Know-JS
stars | today |
---|---|
105197 | 71 |
A book series on JavaScript. @YDKJS on twitter.
xingshaocheng / architect-awesome
https://github.com/xingshaocheng/architect-awesome
stars | today |
---|---|
35685 | 120 |
后端架构师技术图谱
xiaolai / everyone-can-use-english
https://github.com/xiaolai/everyone-can-use-english
stars | today |
---|---|
3254 | 7 |
人人都能用英语
Embdefire / products
https://github.com/Embdefire/products
stars | today |
---|---|
161 | 5 |
野火所有产品资料的下载链接
theanalyst / awesome-distributed-systems
https://github.com/theanalyst/awesome-distributed-systems
stars | today |
---|---|
3421 | 11 |
A curated list to learn about distributed systems
zhuyiche / awesome-anomaly-detection
https://github.com/zhuyiche/awesome-anomaly-detection
stars | today |
---|---|
212 | 2 |
A complete list of papers on anomaly detection.
sayhiai / javaok
https://github.com/sayhiai/javaok
stars | today |
---|---|
149 | 39 |
必看!java后端,亮剑诛仙。java发展路线技术要点。
alexpate / awesome-design-systems
https://github.com/alexpate/awesome-design-systems
stars | today |
---|---|
9609 | 2 |
💅🏻 ⚒ A collection of awesome design systems
CocoaPods / Specs
https://github.com/CocoaPods/Specs
stars | today |
---|---|
5269 | 4 |
The CocoaPods Master Repo
ddneves / awesome-gcp-certifications
https://github.com/ddneves/awesome-gcp-certifications
stars | today |
---|---|
483 | 3 |
A curated list of resources for learning about Google Cloud Platform certifications and how to prepare for it.
SAP / styleguides
https://github.com/SAP/styleguides
stars | today |
---|---|
257 | 1 |
This repository provides SAP style guides for coding.
amusi / AI-Job-Notes
https://github.com/amusi/AI-Job-Notes
stars | today |
---|---|
1279 | 7 |
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)