Language: python
huggingface / nlp
https://github.com/huggingface/nlp
stars | today |
---|---|
1143 | 91 |
🤗 nlp: datasets and evaluation metrics for Natural Language Processing in NumPy, Pandas, PyTorch and TensorFlow
facebookresearch / mmf
https://github.com/facebookresearch/mmf
stars | today |
---|---|
3485 | 92 |
A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)
EONRaider / blackhat-python3
https://github.com/EONRaider/blackhat-python3
stars | today |
---|---|
693 | 110 |
Source code for the book “Black Hat Python” by Justin Seitz. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues involving the implementation of deprecated libraries.
EONRaider / violent-python3
https://github.com/EONRaider/violent-python3
stars | today |
---|---|
276 | 134 |
Source code for the book “Violent Python” by TJ O’Connor. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues involving the implementation of deprecated libraries.
microsoft / botframework-sdk
https://github.com/microsoft/botframework-sdk
stars | today |
---|---|
6085 | 7 |
Bot Framework provides the most comprehensive experience for building conversation applications.
PyTorchLightning / pytorch-lightning
https://github.com/PyTorchLightning/pytorch-lightning
stars | today |
---|---|
6043 | 33 |
The lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate
apache / incubator-superset
https://github.com/apache/incubator-superset
stars | today |
---|---|
29003 | 20 |
Apache Superset (incubating) is a modern, enterprise-ready business intelligence web application
swisskyrepo / PayloadsAllTheThings
https://github.com/swisskyrepo/PayloadsAllTheThings
stars | today |
---|---|
15102 | 40 |
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
PantsuDango / Dango-Translator
https://github.com/PantsuDango/Dango-Translator
stars | today |
---|---|
1066 | 136 |
团子翻译器 —— 个人兴趣制作的一款基于OCR技术的翻译器
meolu / walle-web
https://github.com/meolu/walle-web
stars | today |
---|---|
9900 | 78 |
walle - 瓦力 Devops开源项目代码部署平台
asciimoo / searx
https://github.com/asciimoo/searx
stars | today |
---|---|
6777 | 124 |
Privacy-respecting metasearch engine
google-research / big_transfer
https://github.com/google-research/big_transfer
stars | today |
---|---|
689 | 29 |
Official repository for the “Big Transfer (BiT): General Visual Representation Learning” paper.
Tianxiaomo / pytorch-YOLOv4
https://github.com/Tianxiaomo/pytorch-YOLOv4
stars | today |
---|---|
764 | 42 |
Minimal PyTorch implementation of YOLOv4
django / django
https://github.com/django/django
stars | today |
---|---|
49964 | 62 |
The Web framework for perfectionists with deadlines.
MobSF / Mobile-Security-Framework-MobSF
https://github.com/MobSF/Mobile-Security-Framework-MobSF
stars | today |
---|---|
6145 | 22 |
Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
43509 | 30 |
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/
aws / sagemaker-python-sdk
https://github.com/aws/sagemaker-python-sdk
stars | today |
---|---|
1135 | 7 |
A library for training and deploying machine learning models on Amazon SageMaker
awslabs / aws-data-wrangler
https://github.com/awslabs/aws-data-wrangler
stars | today |
---|---|
782 | 8 |
Pandas on AWS
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
48621 | 36 |
Deep Learning for humans
pydicom / pydicom
https://github.com/pydicom/pydicom
stars | today |
---|---|
892 | 5 |
Read, modify and write DICOM files with python code
Fizzadar / pyinfra
https://github.com/Fizzadar/pyinfra
stars | today |
---|---|
607 | 177 |
pyinfra automates infrastructure super fast at massive scale. It can be used for ad-hoc command execution, service deployment, configuration management and more.
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
98932 | 155 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
albumentations-team / albumentations
https://github.com/albumentations-team/albumentations
stars | today |
---|---|
5382 | 30 |
fast image augmentation library and easy to use wrapper around other libraries
openai / gpt-2
https://github.com/openai/gpt-2
stars | today |
---|---|
11978 | 42 |
Code for the paper “Language Models are Unsupervised Multitask Learners”
google-research / pegasus
https://github.com/google-research/pegasus
stars | today |
---|---|
256 | 45 |
Language: go
cortexlabs / cortex
https://github.com/cortexlabs/cortex
stars | today |
---|---|
5005 | 81 |
Build machine learning APIs
chai2010 / advanced-go-programming-book
https://github.com/chai2010/advanced-go-programming-book
stars | today |
---|---|
12929 | 73 |
📚 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
grpc / grpc-go
https://github.com/grpc/grpc-go
stars | today |
---|---|
11515 | 27 |
The Go language implementation of gRPC. HTTP/2 based RPC
open-telemetry / opentelemetry-specification
https://github.com/open-telemetry/opentelemetry-specification
stars | today |
---|---|
684 | 7 |
Specifications for OpenTelemetry
wenjianzhang / go-admin
https://github.com/wenjianzhang/go-admin
stars | today |
---|---|
1472 | 41 |
基于Gin + Vue + Element UI的前后端分离权限管理系统脚手架(包含了:基础用户管理功能,jwt鉴权,代码生成器,RABC资源控制,表单构建等)文档:http://doc.zhangwj.com/go-admin-site/ Demo: http://www.zhangwj.com/#/login
googleapis / google-cloud-go
https://github.com/googleapis/google-cloud-go
stars | today |
---|---|
2244 | 63 |
Google Cloud Client Libraries for Go.
kataras / iris
https://github.com/kataras/iris
stars | today |
---|---|
18321 | 18 |
感谢中国开发者 - https://bit.ly/謝謝 | The fastest community-driven web framework for Go. gRPC, Automatic HTTPS with Public Domain, MVC, Sessions, Caching, Versioning API, Problem API, Websocket, Dependency Injection and more. Fully compatible with the standard library and 3rd-party middleware packages. | https://bit.ly/iriscandothat1 | https://bit.ly/ir…
grpc-ecosystem / grpc-gateway
https://github.com/grpc-ecosystem/grpc-gateway
stars | today |
---|---|
8638 | 23 |
gRPC to JSON proxy generator following the gRPC HTTP spec
hashicorp / consul
https://github.com/hashicorp/consul
stars | today |
---|---|
19417 | 18 |
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
filecoin-project / lotus
https://github.com/filecoin-project/lotus
stars | today |
---|---|
349 | 4 |
Implementation of the Filecoin protocol, written in Go
hyperledger / fabric
https://github.com/hyperledger/fabric
stars | today |
---|---|
10327 | 13 |
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
hashicorp / vault
https://github.com/hashicorp/vault
stars | today |
---|---|
16010 | 23 |
A tool for secrets management, encryption as a service, and privileged access management
go-yaml / yaml
https://github.com/go-yaml/yaml
stars | today |
---|---|
4066 | 8 |
YAML support for the Go language.
evanw / esbuild
https://github.com/evanw/esbuild
stars | today |
---|---|
9459 | 57 |
An extremely fast JavaScript bundler and minifier
avelino / awesome-go
https://github.com/avelino/awesome-go
stars | today |
---|---|
55129 | 72 |
A curated list of awesome Go frameworks, libraries and software
inancgumus / learngo
https://github.com/inancgumus/learngo
stars | today |
---|---|
4913 | 66 |
1000+ Hand-Crafted Go Examples, Exercises, and Quizzes
rancher / k3s
https://github.com/rancher/k3s
stars | today |
---|---|
13063 | 23 |
Lightweight Kubernetes
jpillora / chisel
https://github.com/jpillora/chisel
stars | today |
---|---|
4069 | 29 |
A fast TCP tunnel over HTTP
ginuerzh / gost
https://github.com/ginuerzh/gost
stars | today |
---|---|
5849 | 21 |
GO Simple Tunnel - a simple tunnel written in golang
terraform-providers / terraform-provider-azurerm
https://github.com/terraform-providers/terraform-provider-azurerm
stars | today |
---|---|
1743 | 6 |
Terraform provider for Azure Resource Manager
boltdb / bolt
https://github.com/boltdb/bolt
stars | today |
---|---|
10756 | 10 |
An embedded key/value database for Go.
terraform-providers / terraform-provider-aws
https://github.com/terraform-providers/terraform-provider-aws
stars | today |
---|---|
4336 | 11 |
Terraform AWS provider
golang / go
stars | today |
---|---|
73512 | 67 |
The Go programming language
gruntwork-io / terratest
https://github.com/gruntwork-io/terratest
stars | today |
---|---|
3976 | 9 |
Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
googleapis / google-api-go-client
https://github.com/googleapis/google-api-go-client
stars | today |
---|---|
2296 | 45 |
Auto-generated Google APIs for Go.
Language: java
macrozheng / mall
https://github.com/macrozheng/mall
stars | today |
---|---|
35824 | 193 |
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
Snailclimb / JavaGuide
https://github.com/Snailclimb/JavaGuide
stars | today |
---|---|
81421 | 193 |
「Java学习+面试指南」一份涵盖大部分Java程序员所需要掌握的核心知识。
termux / termux-app
https://github.com/termux/termux-app
stars | today |
---|---|
5666 | 41 |
Android terminal and Linux environment - app repository.
macrozheng / mall-swarm
https://github.com/macrozheng/mall-swarm
stars | today |
---|---|
2549 | 23 |
mall-swarm是一套微服务商城系统,采用了 Spring Cloud Greenwich、Spring Boot 2、MyBatis、Docker、Elasticsearch等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。
quarkusio / quarkus
https://github.com/quarkusio/quarkus
stars | today |
---|---|
4961 | 27 |
Quarkus: Supersonic Subatomic Java.
spring-projects / spring-boot
https://github.com/spring-projects/spring-boot
stars | today |
---|---|
48458 | 58 |
Spring Boot
YangModels / yang
https://github.com/YangModels/yang
stars | today |
---|---|
801 | 7 |
YANG modules from standards organizations such as the IETF, The IEEE, The Metro Ethernet Forum, open source such as Open Daylight or vendor specific modules
confluentinc / schema-registry
https://github.com/confluentinc/schema-registry
stars | today |
---|---|
1243 | 2 |
Confluent Schema Registry for Kafka
GoogleCloudPlatform / community
https://github.com/GoogleCloudPlatform/community
stars | today |
---|---|
984 | 24 |
This repository holds the content submitted to https://cloud.google.com/community. Files added to the tutorials/ will appear at https://cloud.google.com/community/tutorials.
seata / seata
https://github.com/seata/seata
stars | today |
---|---|
16012 | 34 |
🔥 Seata is an easy-to-use, high-performance, open source distributed transaction solution.
eugenp / tutorials
https://github.com/eugenp/tutorials
stars | today |
---|---|
21287 | 30 |
Just Announced - “Learn Spring Security OAuth”:
openzipkin / zipkin
https://github.com/openzipkin/zipkin
stars | today |
---|---|
12973 | 14 |
Zipkin is a distributed tracing system
TechEmpower / FrameworkBenchmarks
https://github.com/TechEmpower/FrameworkBenchmarks
stars | today |
---|---|
5193 | 9 |
Source for the TechEmpower Framework Benchmarks project
apache / rocketmq
https://github.com/apache/rocketmq
stars | today |
---|---|
11305 | 15 |
Mirror of Apache RocketMQ
apache / rocketmq-externals
https://github.com/apache/rocketmq-externals
stars | today |
---|---|
2829 | 12 |
Mirror of Apache RocketMQ (Incubating)
alibaba / Sentinel
https://github.com/alibaba/Sentinel
stars | today |
---|---|
12558 | 32 |
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
elastic / elasticsearch
https://github.com/elastic/elasticsearch
stars | today |
---|---|
49370 | 40 |
Open Source, Distributed, RESTful Search Engine
Heeexy / SpringBoot-Shiro-Vue
https://github.com/Heeexy/SpringBoot-Shiro-Vue
stars | today |
---|---|
2707 | 6 |
提供一套基于Spring Boot-Shiro-Vue的权限管理思路.前后端都加以控制,做到按钮/接口级别的权限
apache / tomcat
https://github.com/apache/tomcat
stars | today |
---|---|
4568 | 8 |
Apache Tomcat
confluentinc / kafka-streams-examples
https://github.com/confluentinc/kafka-streams-examples
stars | today |
---|---|
1330 | 6 |
Demo applications and code examples for Apache Kafka’s Streams API.
alibaba / easyexcel
https://github.com/alibaba/easyexcel
stars | today |
---|---|
15222 | 32 |
快速、简单避免OOM的java处理Excel工具
android-hacker / VirtualXposed
https://github.com/android-hacker/VirtualXposed
stars | today |
---|---|
9937 | 18 |
A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.
bazelbuild / bazel
https://github.com/bazelbuild/bazel
stars | today |
---|---|
14853 | 13 |
a fast, scalable, multi-language and extensible build system
alibaba / spring-cloud-alibaba
https://github.com/alibaba/spring-cloud-alibaba
stars | today |
---|---|
14120 | 44 |
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
awsdocs / aws-doc-sdk-examples
https://github.com/awsdocs/aws-doc-sdk-examples
stars | today |
---|---|
2547 | 11 |
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.rst file below.
Language: c++
microsoft / onnxruntime
https://github.com/microsoft/onnxruntime
stars | today |
---|---|
2445 | 21 |
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
yhirose / cpp-httplib
https://github.com/yhirose/cpp-httplib
stars | today |
---|---|
2778 | 17 |
A C++ header-only HTTP/HTTPS server and client library
pytorch / pytorch
https://github.com/pytorch/pytorch
stars | today |
---|---|
39406 | 55 |
Tensors and Dynamic neural networks in Python with strong GPU acceleration
danielkrupinski / Osiris
https://github.com/danielkrupinski/Osiris
stars | today |
---|---|
963 | 8 |
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by imgui.
gabime / spdlog
https://github.com/gabime/spdlog
stars | today |
---|---|
8856 | 26 |
Fast C++ logging library.
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
145480 | 101 |
An Open Source Machine Learning Framework for Everyone
PaddlePaddle / Serving
https://github.com/PaddlePaddle/Serving
stars | today |
---|---|
262 | 54 |
A flexible, high-performance carrier for machine learning models(『飞桨』服务化部署框架)
AnkerLeng / Cpp-0-1-Resource
https://github.com/AnkerLeng/Cpp-0-1-Resource
stars | today |
---|---|
1203 | 96 |
C++ 匠心之作 从0到1入门资料
pdown2020 / pdown
https://github.com/pdown2020/pdown
stars | today |
---|---|
1836 | 153 |
2020
ocornut / imgui
https://github.com/ocornut/imgui
stars | today |
---|---|
21207 | 36 |
Dear ImGui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
18846 | 37 |
JSON for Modern C++
an-tao / drogon
https://github.com/an-tao/drogon
stars | today |
---|---|
1816 | 14 |
Drogon: A C++14⁄17 based HTTP web application framework running on Linux/macOS/Unix/Windows
MarlinFirmware / Marlin
https://github.com/MarlinFirmware/Marlin
stars | today |
---|---|
7546 | 18 |
Optimized firmware for RepRap 3D printers based on the Arduino platform.
Tencent / TNN
https://github.com/Tencent/TNN
stars | today |
---|---|
1110 | 213 |
TNN:由腾讯优图实验室打造,移动端高性能、轻量级推理框架,同时拥有跨平台、高性能、模型压缩、代码裁剪等众多突出优势。TNN框架在原有Rapidnet、ncnn框架的基础上进一步加强了移动端设备的支持以及性能优化,同时也借鉴了业界主流开源框架高性能和良好拓展性的优点。目前TNN已经在手Q、微视、P图等应用中落地,欢迎大家参与协同共建,促进TNN推理框架进一步完善。
cameron314 / concurrentqueue
https://github.com/cameron314/concurrentqueue
stars | today |
---|---|
4535 | 18 |
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
flightlessmango / MangoHud
https://github.com/flightlessmango/MangoHud
stars | today |
---|---|
736 | 13 |
A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
pybind / pybind11
https://github.com/pybind/pybind11
stars | today |
---|---|
7334 | 18 |
Seamless operability between C++11 and Python
facebook / rocksdb
https://github.com/facebook/rocksdb
stars | today |
---|---|
16943 | 52 |
A library that provides an embeddable, persistent key-value store for fast storage.
fmtlib / fmt
stars | today |
---|---|
8561 | 18 |
A modern formatting library
protocolbuffers / protobuf
https://github.com/protocolbuffers/protobuf
stars | today |
---|---|
42141 | 42 |
Protocol Buffers - Google’s data interchange format
microsoft / terminal
https://github.com/microsoft/terminal
stars | today |
---|---|
64627 | 119 |
The new Windows Terminal and the original Windows console host, all in the same place!
mumble-voip / mumble
https://github.com/mumble-voip/mumble
stars | today |
---|---|
3277 | 3 |
Mumble is an open source, low-latency, high quality voice chat software
ArduPilot / ardupilot
https://github.com/ArduPilot/ardupilot
stars | today |
---|---|
4999 | 9 |
ArduPlane, ArduCopter, ArduRover source
CleverRaven / Cataclysm-DDA
https://github.com/CleverRaven/Cataclysm-DDA
stars | today |
---|---|
4228 | 12 |
Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
sebastianstarke / AI4Animation
https://github.com/sebastianstarke/AI4Animation
stars | today |
---|---|
2865 | 94 |
Bringing Characters to Life with Computer Brains in Unity
Language: javascript
microsoft / playwright
https://github.com/microsoft/playwright
stars | today |
---|---|
13662 | 200 |
Node library to automate Chromium, Firefox and WebKit with a single API
KuroLabs / stegcloak
https://github.com/KuroLabs/stegcloak
stars | today |
---|---|
1378 | 338 |
Hide secrets with invisible characters in plain text securely using passwords 🧙🏻♂️ ⭐
midas-research / audino
https://github.com/midas-research/audino
stars | today |
---|---|
467 | 169 |
Open source audio annotation tool for humans™
bradtraversy / vanillawebprojects
https://github.com/bradtraversy/vanillawebprojects
stars | today |
---|---|
5864 | 281 |
Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries
iaincollins / next-auth
https://github.com/iaincollins/next-auth
stars | today |
---|---|
799 | 38 |
An authentication library for Next.js projects
xgenecloud / xgenecloud
https://github.com/xgenecloud/xgenecloud
stars | today |
---|---|
785 | 276 |
🔥 🔥 Instantly generate REST & GraphQL APIs on any Database (Supports : MySQL, PostgreSQL, MsSQL, SQLite, MariaDB)
nondanee / UnblockNeteaseMusic
https://github.com/nondanee/UnblockNeteaseMusic
stars | today |
---|---|
10172 | 42 |
Revive unavailable songs for Netease Cloud Music
handsontable / handsontable
https://github.com/handsontable/handsontable
stars | today |
---|---|
13686 | 43 |
Handsontable is a JavaScript/HTML5 data grid with spreadsheet look & feel. Available for React, Vue and Angular.
sudheerj / reactjs-interview-questions
https://github.com/sudheerj/reactjs-interview-questions
stars | today |
---|---|
6587 | 30 |
List of top 500 ReactJS Interview Questions & Answers….Coding exercise questions are coming soon!!
ReactTraining / history
https://github.com/ReactTraining/history
stars | today |
---|---|
6412 | 10 |
Manage session history with JavaScript
iamadamdev / bypass-paywalls-chrome
https://github.com/iamadamdev/bypass-paywalls-chrome
stars | today |
---|---|
5699 | 147 |
Bypass Paywalls web browser extension for Chrome and Firefox.
SheetJS / sheetjs
https://github.com/SheetJS/sheetjs
stars | today |
---|---|
21427 | 28 |
📗 SheetJS Community Edition – Spreadsheet Data Toolkit
bkimminich / juice-shop
https://github.com/bkimminich/juice-shop
stars | today |
---|---|
3353 | 15 |
OWASP Juice Shop: Probably the most modern and sophisticated insecure web application
nuxt / content
https://github.com/nuxt/content
stars | today |
---|---|
594 | 60 |
Write in a content/ directory and fetch your Markdown, JSON, YAML and CSV files through a MongoDB like API, acting as a Git-based Headless CMS
tobspr / shapez.io
https://github.com/tobspr/shapez.io
stars | today |
---|---|
318 | 118 |
shapez.io is an open source base building game inspired by factorio! Available on web & desktop
lerna / lerna
https://github.com/lerna/lerna
stars | today |
---|---|
23150 | 35 |
🐉 A tool for managing JavaScript projects with multiple packages.
carlini / js13k2019-yet-another-doom-clone
https://github.com/carlini/js13k2019-yet-another-doom-clone
stars | today |
---|---|
65 | 26 |
Yet another doom clone (in 13kb of JavaScript)
doublespeakgames / adarkroom
https://github.com/doublespeakgames/adarkroom
stars | today |
---|---|
4823 | 17 |
A Dark Room - A Minimalist Text Adventure
mengshukeji / Luckysheet
https://github.com/mengshukeji/Luckysheet
stars | today |
---|---|
111 | 65 |
Luckysheet ,一款纯前端类似excel的在线表格,功能强大、配置简单、完全开源。
leonardomso / 33-js-concepts
https://github.com/leonardomso/33-js-concepts
stars | today |
---|---|
32071 | 37 |
📜 33 concepts every JavaScript developer should know.
ianramzy / decentralized-video-chat
https://github.com/ianramzy/decentralized-video-chat
stars | today |
---|---|
2436 | 66 |
🚀 Zipcall.io 🚀 Peer to peer browser video calling platform with unmatched video quality and latency.
youzan / vant
https://github.com/youzan/vant
stars | today |
---|---|
14050 | 30 |
Lightweight Mobile UI Components built on Vue
openspug / spug
https://github.com/openspug/spug
stars | today |
---|---|
3486 | 82 |
开源运维平台:面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。
DevExpress / testcafe
https://github.com/DevExpress/testcafe
stars | today |
---|---|
8212 | 6 |
A Node.js tool to automate end-to-end web testing.
sudheerj / javascript-interview-questions
https://github.com/sudheerj/javascript-interview-questions
stars | today |
---|---|
950 | 14 |
List of 1000 JavaScript Interview Questions
Language: unknown
sathishvj / awesome-gcp-certifications
https://github.com/sathishvj/awesome-gcp-certifications
stars | today |
---|---|
552 | 47 |
Google Cloud Platform Certification resources.
amusi / CVPR2020-Code
https://github.com/amusi/CVPR2020-Code
stars | today |
---|---|
1886 | 259 |
CVPR 2020 论文开源项目合集
lydiahallie / javascript-questions
https://github.com/lydiahallie/javascript-questions
stars | today |
---|---|
19537 | 456 |
A long list of (advanced) JavaScript questions, and their explanations ✨
ksindi / managers-playbook
https://github.com/ksindi/managers-playbook
stars | today |
---|---|
3055 | 228 |
📖 Heuristics for effective management
ritchieng / the-incredible-pytorch
https://github.com/ritchieng/the-incredible-pytorch
stars | today |
---|---|
5457 | 228 |
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
CSSEGISandData / COVID-19
https://github.com/CSSEGISandData/COVID-19
stars | today |
---|---|
22765 | 45 |
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
flink-china / flink-training-course
https://github.com/flink-china/flink-training-course
stars | today |
---|---|
2749 | 16 |
Flink 中文视频课程(持续更新…)
labuladong / fucking-algorithm
https://github.com/labuladong/fucking-algorithm
stars | today |
---|---|
44245 | 356 |
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
blacksonic / awesome-vue-3
https://github.com/blacksonic/awesome-vue-3
stars | today |
---|---|
98 | 47 |
A curated list of awesome things related to Vue 3
ruanyf / weekly
https://github.com/ruanyf/weekly
stars | today |
---|---|
12941 | 23 |
科技爱好者周刊,每周五发布
foolwood / benchmark_results
https://github.com/foolwood/benchmark_results
stars | today |
---|---|
3053 | 5 |
Visual Tracking Paper List
hcy226 / CSSummerCamp2020
https://github.com/hcy226/CSSummerCamp2020
stars | today |
---|---|
381 | 18 |
关于2020年CS保研夏令营的汇总。欢迎大家分享夏令营信息,资瓷一下互联网精神吼不吼啊?
matiassingers / awesome-readme
https://github.com/matiassingers/awesome-readme
stars | today |
---|---|
6538 | 18 |
A curated list of awesome READMEs
vue3 / vue3-News
https://github.com/vue3/vue3-News
stars | today |
---|---|
399 | 11 |
🎯 Find the latest breaking √vue3 & vue-cli 3+ News.
azat-io / you-dont-know-js-ru
https://github.com/azat-io/you-dont-know-js-ru
stars | today |
---|---|
3552 | 5 |
📚 Russian translation of “You Don’t Know JS” book series
Admirepowered / Fix-Pandownload-login
https://github.com/Admirepowered/Fix-Pandownload-login
stars | today |
---|---|
110 | 24 |
nytimes / covid-19-data
https://github.com/nytimes/covid-19-data
stars | today |
---|---|
4910 | 15 |
An ongoing repository of data on coronavirus cases and deaths in the U.S.
microsoft / Windows-classic-samples
https://github.com/microsoft/Windows-classic-samples
stars | today |
---|---|
2016 | 3 |
This repo contains samples that demonstrate the API used in Windows classic desktop applications.
intel / Intel-Linux-Processor-Microcode-Data-Files
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files
stars | today |
---|---|
216 | 2 |
enaqx / awesome-pentest
https://github.com/enaqx/awesome-pentest
stars | today |
---|---|
12201 | 18 |
A collection of awesome penetration testing resources, tools and other shiny things
sdmg15 / Best-websites-a-programmer-should-visit
https://github.com/sdmg15/Best-websites-a-programmer-should-visit
stars | today |
---|---|
31864 | 25 |
🔗 Some useful websites for programmers.
mobile-roadmap / android-developer-roadmap
https://github.com/mobile-roadmap/android-developer-roadmap
stars | today |
---|---|
2628 | 26 |
Android Developer Roadmap 2020
microsoft / ProjectReunion
https://github.com/microsoft/ProjectReunion
stars | today |
---|---|
628 | 8 |
Project Reunion is an evolution of the Windows developer platform that will make it more compatible, agile, modern and open.
nomi-sec / PoC-in-GitHub
https://github.com/nomi-sec/PoC-in-GitHub
stars | today |
---|---|
564 | 17 |
📡 PoC auto collect from GitHub.
zero-to-mastery / complete-web-developer-manual
https://github.com/zero-to-mastery/complete-web-developer-manual
stars | today |
---|---|
636 | 4 |
All resources and notes from the Complete Web Developer in 2018: Zero to Mastery course