Language: python
turicas / brasil.io
https://github.com/turicas/brasil.io
stars | today |
---|---|
651 | 38 |
Backend da API do https://Brasil.IO/
anopara / genetic-drawing
https://github.com/anopara/genetic-drawing
stars | today |
---|---|
1224 | 249 |
A genetic algorithm toy project for drawing
Manisso / fsociety
https://github.com/Manisso/fsociety
stars | today |
---|---|
5614 | 57 |
fsociety Hacking Tools Pack – A Penetration Testing Framework
TheAlgorithms / Python
https://github.com/TheAlgorithms/Python
stars | today |
---|---|
76285 | 191 |
All Algorithms implemented in Python
iperov / DeepFaceLab
https://github.com/iperov/DeepFaceLab
stars | today |
---|---|
15957 | 112 |
DeepFaceLab is the leading software for creating deepfakes.
patois / abyss
https://github.com/patois/abyss
stars | today |
---|---|
76 | 23 |
abyss - IDAPython Plugin for Postprocessing of Hexrays Decompiler Output
tiangolo / fastapi
https://github.com/tiangolo/fastapi
stars | today |
---|---|
14893 | 53 |
FastAPI framework, high performance, easy to learn, fast to code, ready for production
turicas / covid19-br
https://github.com/turicas/covid19-br
stars | today |
---|---|
414 | 15 |
Dados diários mais recentes do coronavírus por município brasileiro
geekcomputers / Python
https://github.com/geekcomputers/Python
stars | today |
---|---|
17604 | 33 |
My Python Examples
microsoft / hummingbird
https://github.com/microsoft/hummingbird
stars | today |
---|---|
680 | 191 |
Hummingbird compiles trained ML models into tensor computation for faster inference.
microsoft / nlp-recipes
https://github.com/microsoft/nlp-recipes
stars | today |
---|---|
4849 | 17 |
Natural Language Processing Best Practices & Examples
Project-MONAI / MONAI
https://github.com/Project-MONAI/MONAI
stars | today |
---|---|
984 | 7 |
AI Toolkit for Healthcare Imaging
kubernetes-client / python
https://github.com/kubernetes-client/python
stars | today |
---|---|
2745 | 5 |
Official Python client library for kubernetes
HLoTW / OpMinneapolis
https://github.com/HLoTW/OpMinneapolis
stars | today |
---|---|
26 | 7 |
OpMinneapolis DDoS tool for the public..
xHak9x / fbi
stars | today |
---|---|
365 | 13 |
Facebook Information
fishtown-analytics / dbt
https://github.com/fishtown-analytics/dbt
stars | today |
---|---|
1630 | 4 |
dbt (data build tool) enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
as-ideas / TransformerTTS
https://github.com/as-ideas/TransformerTTS
stars | today |
---|---|
333 | 35 |
🤖 💬 Implementation of a non-autoregressive Transformer based neural network for text to speech.
home-assistant / core
https://github.com/home-assistant/core
stars | today |
---|---|
33635 | 17 |
🏡 Open source home automation that puts local control and privacy first
GerbenJavado / LinkFinder
https://github.com/GerbenJavado/LinkFinder
stars | today |
---|---|
1437 | 15 |
A python script that finds endpoints in JavaScript files
hunglc007 / tensorflow-yolov4-tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
stars | today |
---|---|
348 | 15 |
YOLOv4, YOLOv3, YOLO-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
devanshbatham / Awesome-Bugbounty-Writeups
https://github.com/devanshbatham/Awesome-Bugbounty-Writeups
stars | today |
---|---|
592 | 13 |
A curated list of bugbounty writeups (Bug type wise) , inspired from https://github.com/ngalongc/bug-bounty-reference
fighting41love / funNLP
https://github.com/fighting41love/funNLP
stars | today |
---|---|
21171 | 44 |
中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、历史名人词库、诗词词库、医学词库、饮食词库、法律词库、汽车词库、动物词库、中文聊天语料、中文谣言数据、百度中文问答数据集、句子相似度匹配算法集合、bert资源、文本生成&摘要相关工具、cocoNLP信息抽取工具、国内电话号码正则匹配、清华大学XLORE:中英文跨语言百科知识图谱、清华大学人工智能技术…
facebookresearch / detectron2
https://github.com/facebookresearch/detectron2
stars | today |
---|---|
10700 | 58 |
Detectron2 is FAIR’s next-generation platform for object detection and segmentation.
facebookresearch / SlowFast
https://github.com/facebookresearch/SlowFast
stars | today |
---|---|
2491 | 3 |
PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
AceLewis / my_first_calculator.py
https://github.com/AceLewis/my_first_calculator.py
stars | today |
---|---|
2449 | 9 |
my_first_calculator.py
Language: go
chai2010 / go-ast-book
https://github.com/chai2010/go-ast-book
stars | today |
---|---|
996 | 286 |
📚 《Go语法树入门》(开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST/LLVM/LLIR/凹语言)
Shopify / sarama
https://github.com/Shopify/sarama
stars | today |
---|---|
5862 | 7 |
Sarama is a Go library for Apache Kafka 0.8, and up.
valyala / fasthttp
https://github.com/valyala/fasthttp
stars | today |
---|---|
12653 | 17 |
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
gorilla / websocket
https://github.com/gorilla/websocket
stars | today |
---|---|
12071 | 12 |
A fast, well-tested and widely used WebSocket implementation for Go.
qiniu / goplus
https://github.com/qiniu/goplus
stars | today |
---|---|
1029 | 49 |
GoPlus - The Go+ language for data science
kubernetes / kubernetes
https://github.com/kubernetes/kubernetes
stars | today |
---|---|
66923 | 45 |
Production-Grade Container Scheduling and Management
uber-go / zap
https://github.com/uber-go/zap
stars | today |
---|---|
9932 | 12 |
Blazing fast, structured, leveled logging in Go.
hacklcx / HFish
https://github.com/hacklcx/HFish
stars | today |
---|---|
2002 | 49 |
🍯 A Most Convenient Honeypot Platform. 🐝 🐝 🐝 🐝 🐝
ethereum / go-ethereum
https://github.com/ethereum/go-ethereum
stars | today |
---|---|
26085 | 17 |
Official Go implementation of the Ethereum protocol
pingcap / tidb
https://github.com/pingcap/tidb
stars | today |
---|---|
23872 | 28 |
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
influxdata / influxdb
https://github.com/influxdata/influxdb
stars | today |
---|---|
19044 | 11 |
Scalable datastore for metrics, events, and real-time analytics
golang / go
stars | today |
---|---|
73388 | 46 |
The Go programming language
badafans / v2ray-cloudfoundry
https://github.com/badafans/v2ray-cloudfoundry
stars | today |
---|---|
27 | 1 |
push v2ray on ibm cloudfoundry
dgrijalva / jwt-go
https://github.com/dgrijalva/jwt-go
stars | today |
---|---|
7797 | 14 |
Golang implementation of JSON Web Tokens (JWT)
fluxcd / flux
https://github.com/fluxcd/flux
stars | today |
---|---|
4904 | 12 |
The GitOps Kubernetes operator
google / gvisor
https://github.com/google/gvisor
stars | today |
---|---|
10017 | 13 |
Application Kernel for Containers
coreybutler / nvm-windows
https://github.com/coreybutler/nvm-windows
stars | today |
---|---|
12828 | 20 |
A node.js version management utility for Windows. Ironically written in Go.
flipped-aurora / gin-vue-admin
https://github.com/flipped-aurora/gin-vue-admin
stars | today |
---|---|
2804 | 18 |
基于gin+vue搭建的后台管理系统框架,集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等基础功能,更多功能正在开发中,欢迎issue和pr~
gogf / gf
stars | today |
---|---|
3172 | 20 |
GoFrame is a modular, powerful, high-performance and production-ready application development framework of golang.
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
29151 | 22 |
The Cloud Native Edge Router
tektoncd / pipeline
https://github.com/tektoncd/pipeline
stars | today |
---|---|
5065 | 5 |
A K8s-native Pipeline resource.
kubernetes-sigs / kustomize
https://github.com/kubernetes-sigs/kustomize
stars | today |
---|---|
5555 | 8 |
Customization of kubernetes YAML configurations
golang / protobuf
https://github.com/golang/protobuf
stars | today |
---|---|
6717 | 2 |
Go support for Google’s protocol buffers
hashicorp / hcl
https://github.com/hashicorp/hcl
stars | today |
---|---|
2973 | 4 |
HCL is the HashiCorp configuration language.
golang / mock
https://github.com/golang/mock
stars | today |
---|---|
4236 | 6 |
GoMock is a mocking framework for the Go programming language.
Language: java
TheAlgorithms / Java
https://github.com/TheAlgorithms/Java
stars | today |
---|---|
26364 | 176 |
All Algorithms implemented in Java
sqlancer / sqlancer
https://github.com/sqlancer/sqlancer
stars | today |
---|---|
364 | 22 |
Detecting Logic Bugs in DBMS
qq53182347 / liugh-parent
https://github.com/qq53182347/liugh-parent
stars | today |
---|---|
1416 | 22 |
SpringBoot+SpringCloud Oauth2+JWT+MybatisPlus实现Restful快速开发后端脚手架
LandGrey / SpringBootVulExploit
https://github.com/LandGrey/SpringBootVulExploit
stars | today |
---|---|
740 | 103 |
SpringBoot 相关漏洞学习资料,利用方法和技巧合集,黑盒安全评估 checklist
CyC2018 / CS-Notes
https://github.com/CyC2018/CS-Notes
stars | today |
---|---|
103226 | 120 |
📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
wix / react-native-navigation
https://github.com/wix/react-native-navigation
stars | today |
---|---|
11504 | 4 |
A complete native navigation solution for React Native
wagiro / BurpBounty
https://github.com/wagiro/BurpBounty
stars | today |
---|---|
714 | 11 |
Burp Bounty (Scan Check Builder in BApp Store) is a extension of Burp Suite that allows you, in a quick and simple way, to improve the active and passive scanner by means of personalized rules through a very intuitive graphical interface.
apache / iceberg
https://github.com/apache/iceberg
stars | today |
---|---|
520 | 3 |
Apache Iceberg
neo4j / neo4j
https://github.com/neo4j/neo4j
stars | today |
---|---|
7842 | 12 |
Graphs for Everyone
alibaba / ARouter
https://github.com/alibaba/ARouter
stars | today |
---|---|
11988 | 11 |
💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)
apache / flink
https://github.com/apache/flink
stars | today |
---|---|
13206 | 12 |
Apache Flink
MindorksOpenSource / android-interview-questions
https://github.com/MindorksOpenSource/android-interview-questions
stars | today |
---|---|
6072 | 6 |
Your Cheat Sheet For Android Interview - Android Interview Questions
micrometer-metrics / micrometer
https://github.com/micrometer-metrics/micrometer
stars | today |
---|---|
2375 | 2 |
An application metrics facade for the most popular monitoring tools. Think SLF4J, but for metrics.
yidongnan / grpc-spring-boot-starter
https://github.com/yidongnan/grpc-spring-boot-starter
stars | today |
---|---|
1441 | 6 |
Spring Boot starter module for gRPC framework.
spring-projects / spring-boot
https://github.com/spring-projects/spring-boot
stars | today |
---|---|
48365 | 30 |
Spring Boot
WeiYe-Jing / datax-web
https://github.com/WeiYe-Jing/datax-web
stars | today |
---|---|
668 | 16 |
DataX集成可视化页面,选择数据源一键生成JSON并脱敏,集成定时任务,支持分布式,支持增量获取,实时查看运行日志,监控执行器资源,kill运行进程。
jenkinsci / configuration-as-code-plugin
https://github.com/jenkinsci/configuration-as-code-plugin
stars | today |
---|---|
1693 | 1 |
Jenkins Configuration as Code Plugin
quarkusio / quarkus
https://github.com/quarkusio/quarkus
stars | today |
---|---|
4910 | 11 |
Quarkus: Supersonic Subatomic Java.
Activiti / Activiti
https://github.com/Activiti/Activiti
stars | today |
---|---|
6681 | 12 |
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It’s open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the…
netty / netty
https://github.com/netty/netty
stars | today |
---|---|
23795 | 26 |
Netty project - an event-driven asynchronous network application framework
spring-cloud / spring-cloud-netflix
https://github.com/spring-cloud/spring-cloud-netflix
stars | today |
---|---|
4028 | 1 |
Integration with Netflix OSS components
prestodb / presto
https://github.com/prestodb/presto
stars | today |
---|---|
10584 | 7 |
The official home of the Presto distributed SQL query engine for big data
apache / shardingsphere
https://github.com/apache/shardingsphere
stars | today |
---|---|
11284 | 16 |
Distributed database middleware
facebook / fresco
https://github.com/facebook/fresco
stars | today |
---|---|
16199 | 3 |
An Android library for managing images and the memory they use.
Language: c++
TheAlgorithms / C-Plus-Plus
https://github.com/TheAlgorithms/C-Plus-Plus
stars | today |
---|---|
6839 | 123 |
All Algorithms implemented in C++
meshtastic / Meshtastic-device
https://github.com/meshtastic/Meshtastic-device
stars | today |
---|---|
546 | 23 |
Device code for the Meshtastic ski/hike/fly/customizable open GPS radio
Aircoookie / WLED
https://github.com/Aircoookie/WLED
stars | today |
---|---|
2010 | 7 |
Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
30965 | 28 |
Godot Engine – Multi-platform 2D and 3D game engine
homenc / HElib
https://github.com/homenc/HElib
stars | today |
---|---|
2302 | 19 |
An Implementation of homomorphic encryption
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
15680 | 13 |
Googletest - Google Testing and Mocking Framework
google / sentencepiece
https://github.com/google/sentencepiece
stars | today |
---|---|
4058 | 10 |
Unsupervised text tokenizer for Neural Network-based text generation.
nlohmann / json
https://github.com/nlohmann/json
stars | today |
---|---|
18791 | 29 |
JSON for Modern C++
catchorg / Catch2
https://github.com/catchorg/Catch2
stars | today |
---|---|
11462 | 5 |
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)
facebook / folly
https://github.com/facebook/folly
stars | today |
---|---|
15146 | 8 |
An open-source C++ library developed and used at Facebook.
telegramdesktop / tdesktop
https://github.com/telegramdesktop/tdesktop
stars | today |
---|---|
12394 | 9 |
Telegram Desktop messaging app
texstudio-org / texstudio
https://github.com/texstudio-org/texstudio
stars | today |
---|---|
957 | 10 |
TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible.
commaai / openpilot
https://github.com/commaai/openpilot
stars | today |
---|---|
15358 | 9 |
open source driving agent
xiongziliang / ZLMediaKit
https://github.com/xiongziliang/ZLMediaKit
stars | today |
---|---|
1395 | 7 |
A lightweight RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/GB28181 server and client framework based on C++11
kamyu104 / LeetCode-Solutions
https://github.com/kamyu104/LeetCode-Solutions
stars | today |
---|---|
1284 | 4 |
(Weekly Update) Python / C++11 Solutions of All 1473 LeetCode Problems
mumble-voip / mumble
https://github.com/mumble-voip/mumble
stars | today |
---|---|
3255 | 8 |
Mumble is an open source, low-latency, high quality voice chat software
JoeyDeVries / LearnOpenGL
https://github.com/JoeyDeVries/LearnOpenGL
stars | today |
---|---|
4252 | 2 |
Code repository of all OpenGL tutorials found at https://learnopengl.com
CoatiSoftware / Sourcetrail
https://github.com/CoatiSoftware/Sourcetrail
stars | today |
---|---|
8289 | 14 |
Sourcetrail - free and open-source interactive source explorer
ClickHouse / ClickHouse
https://github.com/ClickHouse/ClickHouse
stars | today |
---|---|
10698 | 6 |
ClickHouse is a free analytics DBMS for big data
apple / foundationdb
https://github.com/apple/foundationdb
stars | today |
---|---|
9931 | 3 |
FoundationDB - the open source, distributed, transactional key-value store
tensorflow / tensorflow
https://github.com/tensorflow/tensorflow
stars | today |
---|---|
145327 | 60 |
An Open Source Machine Learning Framework for Everyone
halide / Halide
https://github.com/halide/Halide
stars | today |
---|---|
3767 | 5 |
a language for fast, portable data-parallel computation
grpc / grpc
stars | today |
---|---|
26437 | 21 |
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
Squirrel / Squirrel.Windows
https://github.com/Squirrel/Squirrel.Windows
stars | today |
---|---|
5261 | 6 |
An installation and update framework for Windows desktop apps
oatpp / oatpp
https://github.com/oatpp/oatpp
stars | today |
---|---|
2643 | 9 |
🌱 Modern Web Framework for C++. High performance, simple API, cross platform, zero dependency.
Language: javascript
bradtraversy / vanillawebprojects
https://github.com/bradtraversy/vanillawebprojects
stars | today |
---|---|
5067 | 120 |
Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries
star7th / showdoc
https://github.com/star7th/showdoc
stars | today |
---|---|
7351 | 33 |
ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具
apple / password-manager-resources
https://github.com/apple/password-manager-resources
stars | today |
---|---|
2141 | 289 |
A place for creators and users of password managers to collaborate on resources to make password management better.
facebookexperimental / Recoil
https://github.com/facebookexperimental/Recoil
stars | today |
---|---|
6745 | 110 |
Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.
yemount / pose-animator
https://github.com/yemount/pose-animator
stars | today |
---|---|
5984 | 84 |
TheAlgorithms / Javascript
https://github.com/TheAlgorithms/Javascript
stars | today |
---|---|
3116 | 42 |
A repository for All algorithms implemented in Javascript (for educational purposes only)
OpenZeppelin / openzeppelin-contracts
https://github.com/OpenZeppelin/openzeppelin-contracts
stars | today |
---|---|
8133 | 10 |
OpenZeppelin Contracts is a library for secure smart contract development.
socketio / socket.io
https://github.com/socketio/socket.io
stars | today |
---|---|
49877 | 22 |
Realtime application framework (Node.JS server)
axios / axios
https://github.com/axios/axios
stars | today |
---|---|
74076 | 55 |
Promise based HTTP client for the browser and node.js
Zettlr / Zettlr
https://github.com/Zettlr/Zettlr
stars | today |
---|---|
1924 | 142 |
A Markdown Editor for the 21st century.
mrdoob / three.js
https://github.com/mrdoob/three.js
stars | today |
---|---|
61246 | 45 |
JavaScript 3D library.
JedWatson / react-select
https://github.com/JedWatson/react-select
stars | today |
---|---|
20210 | 16 |
The Select Component for React.js
webrtc / samples
https://github.com/webrtc/samples
stars | today |
---|---|
8706 | 11 |
WebRTC Web demos and samples
pikapkg / create-snowpack-app
https://github.com/pikapkg/create-snowpack-app
stars | today |
---|---|
502 | 35 |
CSA - Get started with the fastest dev environment available.
facebook / create-react-app
https://github.com/facebook/create-react-app
stars | today |
---|---|
79354 | 42 |
Set up a modern web app by running one command.
odoo / odoo
stars | today |
---|---|
17699 | 16 |
Odoo. Open Source Apps To Grow Your Business.
graphql / graphql-js
https://github.com/graphql/graphql-js
stars | today |
---|---|
16206 | 10 |
A reference implementation of GraphQL for JavaScript
strapi / strapi
https://github.com/strapi/strapi
stars | today |
---|---|
26052 | 79 |
🚀 Open source Node.js Headless CMS to easily build customisable APIs
cypress-io / cypress-example-recipes
https://github.com/cypress-io/cypress-example-recipes
stars | today |
---|---|
1264 | 9 |
Various recipes for testing common scenarios with Cypress
webdriverio / webdriverio
https://github.com/webdriverio/webdriverio
stars | today |
---|---|
5721 | 6 |
Next-gen browser and mobile automation test framework for Node.js
jquery / jquery
https://github.com/jquery/jquery
stars | today |
---|---|
53431 | 10 |
jQuery JavaScript Library
Advanced-Frontend / Daily-Interview-Question
https://github.com/Advanced-Frontend/Daily-Interview-Question
stars | today |
---|---|
19191 | 25 |
我是木易杨,公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。
facebook / react
https://github.com/facebook/react
stars | today |
---|---|
150195 | 81 |
A declarative, efficient, and flexible JavaScript library for building user interfaces.
testing-library / react-testing-library
https://github.com/testing-library/react-testing-library
stars | today |
---|---|
11907 | 9 |
🐐 Simple and complete React DOM testing utilities that encourage good testing practices.
react-bootstrap / react-bootstrap
https://github.com/react-bootstrap/react-bootstrap
stars | today |
---|---|
17753 | 7 |
Bootstrap components built with React
Language: unknown
EmilHernvall / dnsguide
https://github.com/EmilHernvall/dnsguide
stars | today |
---|---|
1406 | 155 |
A guide to writing a DNS Server from scratch in Rust
ritchieng / the-incredible-pytorch
https://github.com/ritchieng/the-incredible-pytorch
stars | today |
---|---|
4979 | 66 |
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
florinpop17 / app-ideas
https://github.com/florinpop17/app-ideas
stars | today |
---|---|
22107 | 148 |
A Collection of application ideas which can be used to improve your coding skills.
veeral-patel / learn-security-engineering
https://github.com/veeral-patel/learn-security-engineering
stars | today |
---|---|
422 | 132 |
How I’m learning to build secure systems
wilsonfreitas / awesome-quant
https://github.com/wilsonfreitas/awesome-quant
stars | today |
---|---|
3999 | 105 |
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
Snailclimb / awesome-java
https://github.com/Snailclimb/awesome-java
stars | today |
---|---|
2204 | 29 |
Collection of awesome Java project on Github(Github 上非常棒的 Java 开源项目集合).
klionsec / SuperWordlist
https://github.com/klionsec/SuperWordlist
stars | today |
---|---|
344 | 61 |
基于实战沉淀下的各种弱口令字典
lydiahallie / javascript-questions
https://github.com/lydiahallie/javascript-questions
stars | today |
---|---|
18981 | 58 |
A long list of (advanced) JavaScript questions, and their explanations ✨
MicrosoftLearning / AZ-300-MicrosoftAzureArchitectTechnologies
https://github.com/MicrosoftLearning/AZ-300-MicrosoftAzureArchitectTechnologies
stars | today |
---|---|
573 | 3 |
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
134712 | 117 |
😎 Awesome lists about all kinds of interesting topics
nytimes / covid-19-data
https://github.com/nytimes/covid-19-data
stars | today |
---|---|
4880 | 7 |
An ongoing repository of data on coronavirus cases and deaths in the U.S.
MunGell / awesome-for-beginners
https://github.com/MunGell/awesome-for-beginners
stars | today |
---|---|
20172 | 45 |
A list of awesome beginners-friendly projects.
BlueSkyXN / img
https://github.com/BlueSkyXN/img
stars | today |
---|---|
59 | 8 |
CSSEGISandData / COVID-19
https://github.com/CSSEGISandData/COVID-19
stars | today |
---|---|
22683 | 21 |
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
wcota / covid19br
https://github.com/wcota/covid19br
stars | today |
---|---|
214 | 5 |
Confirmed cases and deaths of COVID-19 in Brazil, at municipal (city) level. Description of the data: https://doi.org/10.1590/SciELOPreprints.362
wolverinn / Waking-Up
https://github.com/wolverinn/Waking-Up
stars | today |
---|---|
3170 | 8 |
计算机基础(计算机网络/操作系统/数据库/Git…)面试问题全面总结,包含详细的follow-up question以及答案;全部采用【问题+追问+答案】的形式,即拿即用,直击互联网大厂面试 🚀 ;可用于模拟面试、面试前复习、短期内快速备战面试…
Rocketseat / bootcamp-gostack-desafios
https://github.com/Rocketseat/bootcamp-gostack-desafios
stars | today |
---|---|
388 | 9 |
Repositório contendo todos os desafios dos módulos do Bootcamp Gostack
Admirepowered / Fix-Pandownload-login
https://github.com/Admirepowered/Fix-Pandownload-login
stars | today |
---|---|
66 | 16 |
godotengine / awesome-godot
https://github.com/godotengine/awesome-godot
stars | today |
---|---|
1867 | 6 |
A curated list of free/libre plugins, scripts and add-ons for Godot
extreme-assistant / CVPR2020-Paper-Code-Interpretation
https://github.com/extreme-assistant/CVPR2020-Paper-Code-Interpretation
stars | today |
---|---|
5030 | 11 |
cvpr2020/cvpr2019/cvpr2018/cvpr2017 papers,极市团队整理
londonappbrewery / Flutter-Course-Resources
https://github.com/londonappbrewery/Flutter-Course-Resources
stars | today |
---|---|
4583 | 21 |
Learn to Code While Building Apps - The Complete Flutter Development Bootcamp
felipefdl / cidades-estados-brasil-json
https://github.com/felipefdl/cidades-estados-brasil-json
stars | today |
---|---|
148 | 1 |
Array de estados (com acentos) e cidades (com acentos) do Brasil em JSON com ID relacionado.
NirantK / awesome-project-ideas
https://github.com/NirantK/awesome-project-ideas
stars | today |
---|---|
3868 | 6 |
Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas
sapegin / jest-cheat-sheet
https://github.com/sapegin/jest-cheat-sheet
stars | today |
---|---|
3305 | 3 |
Jest cheat sheet
Marcin214 / awesome-automotive
https://github.com/Marcin214/awesome-automotive
stars | today |
---|---|
115 | 14 |
A curated list of delightful and free automotive engineering resources, looking for contributors ❗