Language: python
streamlit / streamlit
https://github.com/streamlit/streamlit
stars | today |
---|---|
1444 | 316 |
Streamlit — The fastest way to build custom ML tools
facebookresearch / hydra
https://github.com/facebookresearch/hydra
stars | today |
---|---|
268 | 101 |
Hydra is a framework for elegantly configuring complex applications
arraiyopensource / kornia
https://github.com/arraiyopensource/kornia
stars | today |
---|---|
946 | 45 |
Open Source Differentiable Computer Vision Library for PyTorch
DataDog / integrations-core
https://github.com/DataDog/integrations-core
stars | today |
---|---|
301 | 0 |
Core integrations of the Datadog Agent
home-assistant / home-assistant
https://github.com/home-assistant/home-assistant
stars | today |
---|---|
26902 | 45 |
🏡 Open source home automation that puts local control and privacy first
openai / gpt-2
https://github.com/openai/gpt-2
stars | today |
---|---|
8155 | 22 |
Code for the paper “Language Models are Unsupervised Multitask Learners”
cupy / cupy
stars | today |
---|---|
3567 | 5 |
NumPy-like API accelerated with CUDA
kovidgoyal / calibre
https://github.com/kovidgoyal/calibre
stars | today |
---|---|
6405 | 44 |
The official source code repository for the calibre ebook manager
evilsocket / pwnagotchi
https://github.com/evilsocket/pwnagotchi
stars | today |
---|---|
988 | 28 |
(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFI pwning.
williamFalcon / pytorch-lightning
https://github.com/williamFalcon/pytorch-lightning
stars | today |
---|---|
2286 | 10 |
The lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate
donnemartin / system-design-primer
https://github.com/donnemartin/system-design-primer
stars | today |
---|---|
74302 | 55 |
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
WANGPeisheng1997 / JiaGuoMengCalculator
https://github.com/WANGPeisheng1997/JiaGuoMengCalculator
stars | today |
---|---|
106 | 25 |
家国梦建筑最优化计算器
odoo / odoo
stars | today |
---|---|
15214 | 16 |
Odoo. Open Source Apps To Grow Your Business.
buildbot / buildbot
https://github.com/buildbot/buildbot
stars | today |
---|---|
4136 | 13 |
Python-based continuous integration testing framework; your pull requests are more than welcome!
janeczku / calibre-web
https://github.com/janeczku/calibre-web
stars | today |
---|---|
2186 | 39 |
📚 Web app for browsing, reading and downloading eBooks stored in a Calibre database
mit-han-lab / temporal-shift-module
https://github.com/mit-han-lab/temporal-shift-module
stars | today |
---|---|
359 | 5 |
[ICCV 2019] TSM: Temporal Shift Module for Efficient Video Understanding.
junyanz / pytorch-CycleGAN-and-pix2pix
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix
stars | today |
---|---|
9721 | 16 |
Image-to-Image Translation in PyTorch
matterport / Mask_RCNN
https://github.com/matterport/Mask_RCNN
stars | today |
---|---|
14219 | 14 |
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
openshift / openshift-ansible
https://github.com/openshift/openshift-ansible
stars | today |
---|---|
1781 | 0 |
OpenShift Installation and Configuration Management
ansible / ansible
https://github.com/ansible/ansible
stars | today |
---|---|
39655 | 14 |
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/
edx / edx-platform
https://github.com/edx/edx-platform
stars | today |
---|---|
4567 | 4 |
The Open edX platform, the software that powers edX!
litmuschaos / litmus
https://github.com/litmuschaos/litmus
stars | today |
---|---|
294 | 10 |
Litmus is the toolset for Kubernetes SREs to practice chaos engineering. Use the pre-defined chaos charts, run chaos, find weaknesses in your Kubernetes systems.
iovisor / bcc
https://github.com/iovisor/bcc
stars | today |
---|---|
7595 | 4 |
BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
google-research / google-research
https://github.com/google-research/google-research
stars | today |
---|---|
3586 | 11 |
Google AI Research
keras-team / keras
https://github.com/keras-team/keras
stars | today |
---|---|
44533 | 21 |
Deep Learning for humans
Language: go
facebookincubator / ent
https://github.com/facebookincubator/ent
stars | today |
---|---|
554 | 152 |
An entity framework for Go
caddyserver / caddy
https://github.com/caddyserver/caddy
stars | today |
---|---|
24210 | 110 |
Fast, cross-platform HTTP/2 web server with automatic HTTPS
prometheus / prometheus
https://github.com/prometheus/prometheus
stars | today |
---|---|
26766 | 16 |
The Prometheus monitoring system and time series database.
hashicorp / nomad
https://github.com/hashicorp/nomad
stars | today |
---|---|
5301 | 2 |
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
tmrts / go-patterns
https://github.com/tmrts/go-patterns
stars | today |
---|---|
11081 | 21 |
Curated list of Go design patterns, recipes and idioms
containous / traefik
https://github.com/containous/traefik
stars | today |
---|---|
25054 | 24 |
The Cloud Native Edge Router
Masterminds / sprig
https://github.com/Masterminds/sprig
stars | today |
---|---|
1262 | 36 |
Useful template functions for Go templates.
julienschmidt / httprouter
https://github.com/julienschmidt/httprouter
stars | today |
---|---|
10029 | 28 |
A high performance HTTP request router that scales well
grpc / grpc-go
https://github.com/grpc/grpc-go
stars | today |
---|---|
9600 | 3 |
The Go language implementation of gRPC. HTTP/2 based RPC
sirupsen / logrus
https://github.com/sirupsen/logrus
stars | today |
---|---|
12592 | 25 |
Structured, pluggable logging for Go.
spf13 / cobra
https://github.com/spf13/cobra
stars | today |
---|---|
14084 | 12 |
A Commander for modern Go CLI interactions
go-pg / pg
stars | today |
---|---|
3165 | 4 |
Golang ORM with focus on PostgreSQL features and performance
rancher / rke
https://github.com/rancher/rke
stars | today |
---|---|
1505 | 2 |
Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere.
kubernetes / test-infra
https://github.com/kubernetes/test-infra
stars | today |
---|---|
1617 | 0 |
Test infrastructure for the Kubernetes project.
derailed / k9s
https://github.com/derailed/k9s
stars | today |
---|---|
3200 | 15 |
🐶 Kubernetes CLI To Manage Your Clusters In Style!
aws / aws-sdk-go
https://github.com/aws/aws-sdk-go
stars | today |
---|---|
5188 | 4 |
AWS SDK for the Go programming language.
argoproj / argo
https://github.com/argoproj/argo
stars | today |
---|---|
3812 | 3 |
Argo Workflows: Get stuff done with Kubernetes.
kubernetes-sigs / kustomize
https://github.com/kubernetes-sigs/kustomize
stars | today |
---|---|
3870 | 9 |
Customization of kubernetes YAML configurations
jenkins-x / jx
https://github.com/jenkins-x/jx
stars | today |
---|---|
3088 | 4 |
Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Jenkins, Tekton, Knative, Prow, Skaffold and Helm
drk1wi / Modlishka
https://github.com/drk1wi/Modlishka
stars | today |
---|---|
2380 | 5 |
Modlishka. Reverse Proxy.
syncthing / syncthing
https://github.com/syncthing/syncthing
stars | today |
---|---|
27993 | 16 |
Open Source Continuous File Synchronization
prometheus / alertmanager
https://github.com/prometheus/alertmanager
stars | today |
---|---|
2596 | 3 |
Prometheus Alertmanager
globocom / huskyCI
https://github.com/globocom/huskyCI
stars | today |
---|---|
133 | 31 |
Performing security tests inside your CI
hashicorp / consul
https://github.com/hashicorp/consul
stars | today |
---|---|
17394 | 4 |
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
elastic / go-elasticsearch
https://github.com/elastic/go-elasticsearch
stars | today |
---|---|
1752 | 13 |
The official Go client for Elasticsearch
Language: java
confluentinc / ksql
https://github.com/confluentinc/ksql
stars | today |
---|---|
2486 | 4 |
KSQL - the Streaming SQL Engine for Apache Kafka
bloc97 / Anime4K
https://github.com/bloc97/Anime4K
stars | today |
---|---|
4339 | 198 |
A High-Quality Real Time Upscaler for Anime Video
apache / nifi
https://github.com/apache/nifi
stars | today |
---|---|
1705 | 2 |
Mirror of Apache NiFi
quarkusio / quarkus
https://github.com/quarkusio/quarkus
stars | today |
---|---|
2692 | 6 |
Quarkus: Supersonic Subatomic Java.
strongbox / strongbox
https://github.com/strongbox/strongbox
stars | today |
---|---|
185 | 3 |
Strongbox is an artifact repository manager.
hazelcast / hazelcast
https://github.com/hazelcast/hazelcast
stars | today |
---|---|
3347 | 1 |
Open Source In-Memory Data Grid
testcontainers / testcontainers-java
https://github.com/testcontainers/testcontainers-java
stars | today |
---|---|
2924 | 15 |
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
antlr / antlr4
https://github.com/antlr/antlr4
stars | today |
---|---|
6445 | 7 |
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
confluentinc / schema-registry
https://github.com/confluentinc/schema-registry
stars | today |
---|---|
1023 | 2 |
Confluent Schema Registry for Kafka
widdix / aws-cf-templates
https://github.com/widdix/aws-cf-templates
stars | today |
---|---|
1590 | 2 |
Free Templates for AWS CloudFormation
apache / lucene-solr
https://github.com/apache/lucene-solr
stars | today |
---|---|
2956 | 2 |
Mirror of Apache Lucene + Solr
apache / storm
https://github.com/apache/storm
stars | today |
---|---|
5862 | 1 |
Mirror of Apache Storm
awsdocs / aws-doc-sdk-examples
https://github.com/awsdocs/aws-doc-sdk-examples
stars | today |
---|---|
1745 | 5 |
Code examples used in the official AWS SDK documentation.
OpenAPITools / openapi-generator
https://github.com/OpenAPITools/openapi-generator
stars | today |
---|---|
3333 | 10 |
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
signalapp / Signal-Android
https://github.com/signalapp/Signal-Android
stars | today |
---|---|
11935 | 7 |
A private messenger for Android.
jamesagnew / hapi-fhir
https://github.com/jamesagnew/hapi-fhir
stars | today |
---|---|
870 | 0 |
HAPI FHIR - Java API for HL7 FHIR Clients and Servers
EnterpriseQualityCoding / FizzBuzzEnterpriseEdition
https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition
stars | today |
---|---|
11796 | 7 |
FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
wildfly / wildfly
https://github.com/wildfly/wildfly
stars | today |
---|---|
2311 | 1 |
WildFly Application Server
zaproxy / zaproxy
https://github.com/zaproxy/zaproxy
stars | today |
---|---|
6340 | 8 |
The OWASP ZAP core project
Ramotion / android-ui-animation-components-and-libraries
https://github.com/Ramotion/android-ui-animation-components-and-libraries
stars | today |
---|---|
1325 | 0 |
Android UI libraries, components and animations by @Ramotion - https://github.com/Ramotion/swift-ui-animation-components-libraries
prestodb / presto
https://github.com/prestodb/presto
stars | today |
---|---|
9665 | 7 |
The official home of the Presto distributed SQL query engine for big data
ows-ali / Hacktoberfest
https://github.com/ows-ali/Hacktoberfest
stars | today |
---|---|
100 | 3 |
Opportunity to start open source and PR experience
jacoco / jacoco
https://github.com/jacoco/jacoco
stars | today |
---|---|
1840 | 2 |
🔬 JaCoCo - Java Code Coverage Library
dbeaver / dbeaver
https://github.com/dbeaver/dbeaver
stars | today |
---|---|
10581 | 13 |
Free universal database tool and SQL client
SeleniumHQ / selenium
https://github.com/SeleniumHQ/selenium
stars | today |
---|---|
15713 | 3 |
A browser automation framework and ecosystem.
Language: c++
google / googletest
https://github.com/google/googletest
stars | today |
---|---|
13015 | 8 |
Googletest - Google Testing and Mocking Framework
catchorg / Catch2
https://github.com/catchorg/Catch2
stars | today |
---|---|
10060 | 26 |
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)
TheAlgorithms / C-Plus-Plus
https://github.com/TheAlgorithms/C-Plus-Plus
stars | today |
---|---|
3099 | 25 |
All Algorithms implemented in C++
microsoft / onnxruntime
https://github.com/microsoft/onnxruntime
stars | today |
---|---|
1234 | 7 |
ONNX Runtime: cross-platform, high performance scoring engine for ML models
microsoft / terminal
https://github.com/microsoft/terminal
stars | today |
---|---|
52799 | 56 |
The new Windows Terminal, and the original Windows console host - all in the same place!
nodegui / nodegui
https://github.com/nodegui/nodegui
stars | today |
---|---|
3274 | 74 |
A library for building cross-platform native desktop applications with JavaScript and CSS like styling 🚀 . For React NodeGUI, visit: https://github.com/nodegui/react-nodegui ⚛️
jarro2783 / cxxopts
https://github.com/jarro2783/cxxopts
stars | today |
---|---|
1519 | 4 |
Lightweight C++ command line option parser
microsoft / Azure-Kinect-Sensor-SDK
https://github.com/microsoft/Azure-Kinect-Sensor-SDK
stars | today |
---|---|
389 | 1 |
A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
xdspacelab / openvslam
https://github.com/xdspacelab/openvslam
stars | today |
---|---|
1375 | 17 |
OpenVSLAM: A Versatile Visual SLAM Framework
lava / matplotlib-cpp
https://github.com/lava/matplotlib-cpp
stars | today |
---|---|
1298 | 3 |
Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
ninja-build / ninja
https://github.com/ninja-build/ninja
stars | today |
---|---|
4849 | 5 |
a small build system with a focus on speed
prusa3d / PrusaSlicer
https://github.com/prusa3d/PrusaSlicer
stars | today |
---|---|
1576 | 3 |
G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
intel / mkl-dnn
https://github.com/intel/mkl-dnn
stars | today |
---|---|
1638 | 2 |
Deep Neural Network Library (DNNL)
godotengine / godot
https://github.com/godotengine/godot
stars | today |
---|---|
24790 | 20 |
Godot Engine – Multi-platform 2D and 3D game engine
pytorch / glow
https://github.com/pytorch/glow
stars | today |
---|---|
1732 | 2 |
Compiler for Neural Network hardware accelerators
opencv / dldt
https://github.com/opencv/dldt
stars | today |
---|---|
821 | 0 |
Deep Learning Deployment Toolkit
ton-blockchain / ton
https://github.com/ton-blockchain/ton
stars | today |
---|---|
822 | 17 |
IntelRealSense / realsense-ros
https://github.com/IntelRealSense/realsense-ros
stars | today |
---|---|
590 | 0 |
Intel® RealSense™ ROS Wrapper for D400 series, SR300 Camera and T265 Tracking Module
microsoft / calculator
https://github.com/microsoft/calculator
stars | today |
---|---|
18712 | 12 |
Windows Calculator: A simple yet powerful calculator that ships with Windows
EOSIO / eos
stars | today |
---|---|
10638 | 1 |
An open source smart contract platform
carla-simulator / carla
https://github.com/carla-simulator/carla
stars | today |
---|---|
3219 | 2 |
Open-source simulator for autonomous driving research.
griddb / griddb_nosql
https://github.com/griddb/griddb_nosql
stars | today |
---|---|
1002 | 3 |
high performance, high scalability and high reliability database for IoT & big data
emscripten-core / emscripten
https://github.com/emscripten-core/emscripten
stars | today |
---|---|
17918 | 5 |
Emscripten: An LLVM-to-Web Compiler
dusty-nv / jetson-inference
https://github.com/dusty-nv/jetson-inference
stars | today |
---|---|
2240 | 5 |
Guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
bitcoin / bitcoin
https://github.com/bitcoin/bitcoin
stars | today |
---|---|
40298 | 12 |
Bitcoin Core integration/staging tree
Language: javascript
gatsbyjs / gatsby
https://github.com/gatsbyjs/gatsby
stars | today |
---|---|
38820 | 41 |
Build blazing fast, modern apps and websites with React
iptv-org / iptv
https://github.com/iptv-org/iptv
stars | today |
---|---|
4382 | 734 |
Collection of 8000+ publicly available IPTV channels from all over the world
udilia / create-social-network
https://github.com/udilia/create-social-network
stars | today |
---|---|
112 | 15 |
Create Social Network by running one command. Demo: https://worldexplorer.netlify.com/
AzureAD / microsoft-authentication-library-for-js
https://github.com/AzureAD/microsoft-authentication-library-for-js
stars | today |
---|---|
584 | 2 |
Microsoft Authentication Library (MSAL) for JS
google / android-emulator-container-scripts
https://github.com/google/android-emulator-container-scripts
stars | today |
---|---|
125 | 17 |
twilio-labs / open-pixel-art
https://github.com/twilio-labs/open-pixel-art
stars | today |
---|---|
85 | 28 |
A collaborative pixel art project to teach people how to contribute to open-source
vuejs / vue
stars | today |
---|---|
149264 | 89 |
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
nolimits4web / swiper
https://github.com/nolimits4web/swiper
stars | today |
---|---|
21121 | 14 |
Most modern mobile touch slider with hardware accelerated transitions
panva / node-oidc-provider
https://github.com/panva/node-oidc-provider
stars | today |
---|---|
788 | 4 |
OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js
keystonejs / keystone-5
https://github.com/keystonejs/keystone-5
stars | today |
---|---|
447 | 2 |
🚀 The future of KeystoneJS
d2-projects / d2-admin
https://github.com/d2-projects/d2-admin
stars | today |
---|---|
6555 | 50 |
🌈 An elegant dashboard
novnc / noVNC
https://github.com/novnc/noVNC
stars | today |
---|---|
5805 | 11 |
VNC client using HTML5 (WebSockets, Canvas)
webdriverio / webdriverio
https://github.com/webdriverio/webdriverio
stars | today |
---|---|
5240 | 0 |
Next-gen WebDriver test automation framework for Node.js
apexcharts / apexcharts.js
https://github.com/apexcharts/apexcharts.js
stars | today |
---|---|
7416 | 4 |
📊 Interactive SVG Charts
twbs / bootstrap
https://github.com/twbs/bootstrap
stars | today |
---|---|
136131 | 24 |
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
WordPress / gutenberg
https://github.com/WordPress/gutenberg
stars | today |
---|---|
5221 | 2 |
The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
enyo / dropzone
https://github.com/enyo/dropzone
stars | today |
---|---|
14535 | 4 |
Dropzone is an easy to use drag’n’drop library. It supports image previews and shows nice progress bars.
fomantic / Fomantic-UI
https://github.com/fomantic/Fomantic-UI
stars | today |
---|---|
1103 | 5 |
Fomantic-UI is a community fork of Semantic-UI
downshift-js / downshift
https://github.com/downshift-js/downshift
stars | today |
---|---|
7368 | 7 |
🏎 Primitive to build simple, flexible, WAI-ARIA compliant enhanced input React components
scrumpy / tiptap
https://github.com/scrumpy/tiptap
stars | today |
---|---|
5735 | 15 |
A rich-text editor for Vue.js
sweetalert2 / sweetalert2
https://github.com/sweetalert2/sweetalert2
stars | today |
---|---|
9807 | 29 |
A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript’s popup boxes. Zero dependencies.
nuxt / nuxt.js
https://github.com/nuxt/nuxt.js
stars | today |
---|---|
22610 | 28 |
The Vue.js Framework
Leaflet / Leaflet
https://github.com/Leaflet/Leaflet
stars | today |
---|---|
25874 | 14 |
🍃 JavaScript library for mobile-friendly interactive maps
plotly / plotly.js
https://github.com/plotly/plotly.js
stars | today |
---|---|
10744 | 4 |
Open-source JavaScript charting library behind Plotly and Dash
cezaraugusto / You-Dont-Know-JS
https://github.com/cezaraugusto/You-Dont-Know-JS
stars | today |
---|---|
1941 | 8 |
📗 📒 (PT-BR translation) JS Book Series.
Language: unknown
Rocketseat / expo-common-issues
https://github.com/Rocketseat/expo-common-issues
stars | today |
---|---|
89 | 30 |
Common issues while developing with Expo
abhat222 / Data-Science–Cheat-Sheet
https://github.com/abhat222/Data-Science--Cheat-Sheet
stars | today |
---|---|
11912 | 99 |
Cheat Sheets
ossu / computer-science
https://github.com/ossu/computer-science
stars | today |
---|---|
47017 | 96 |
🎓 Path to a free self-taught education in Computer Science!
ossu / data-science
https://github.com/ossu/data-science
stars | today |
---|---|
6680 | 6 |
📊 Path to a free self-taught education in Data Science!
herrbischoff / awesome-macos-command-line
https://github.com/herrbischoff/awesome-macos-command-line
stars | today |
---|---|
21803 | 14 |
Use your macOS terminal shell to do awesome things.
keon / awesome-nlp
https://github.com/keon/awesome-nlp
stars | today |
---|---|
9189 | 12 |
📖 A curated list of resources dedicated to Natural Language Processing (NLP)
firstcontributions / first-contributions
https://github.com/firstcontributions/first-contributions
stars | today |
---|---|
8127 | 54 |
🚀 ✨ Help beginners to contribute to open source projects
MunGell / awesome-for-beginners
https://github.com/MunGell/awesome-for-beginners
stars | today |
---|---|
13524 | 76 |
A list of awesome beginners-friendly projects.
brillout / awesome-react-components
https://github.com/brillout/awesome-react-components
stars | today |
---|---|
19546 | 19 |
Curated List of React Components & Libraries.
ngosang / trackerslist
https://github.com/ngosang/trackerslist
stars | today |
---|---|
16088 | 32 |
Updated list of public BitTorrent trackers
frontendbr / vagas
https://github.com/frontendbr/vagas
stars | today |
---|---|
3506 | 4 |
🔬 Espaço para divulgação de vagas para front-enders.
markerikson / react-redux-links
https://github.com/markerikson/react-redux-links
stars | today |
---|---|
18349 | 7 |
Curated tutorial and resource links I’ve collected on React, Redux, ES6, and more
wajahatkarim3 / Hacktoberfest2019
https://github.com/wajahatkarim3/Hacktoberfest2019
stars | today |
---|---|
23 | 0 |
A repository to contribute to Hacktoberfest 2019
backend-br / vagas
https://github.com/backend-br/vagas
stars | today |
---|---|
1753 | 3 |
✌️ Espaço para divulgação de vagas para backenders
microsoft / Windows-classic-samples
https://github.com/microsoft/Windows-classic-samples
stars | today |
---|---|
1468 | 3 |
This repo contains samples that demonstrate the API used in Windows classic desktop applications.
openebs / openebs
https://github.com/openebs/openebs
stars | today |
---|---|
5815 | 7 |
Leading Open Source Container Attached Storage, built using Cloud Native Architecture, simplifies running Stateful Applications on Kubernetes.
google / eng-practices
https://github.com/google/eng-practices
stars | today |
---|---|
9586 | 68 |
Google’s Engineering Practices documentation
vuejs / rfcs
stars | today |
---|---|
1622 | 5 |
RFCs for substantial changes / feature additions to Vue core
jwasham / coding-interview-university
https://github.com/jwasham/coding-interview-university
stars | today |
---|---|
90637 | 59 |
A complete computer science study plan to become a software engineer.
kelseyhightower / kubernetes-the-hard-way
https://github.com/kelseyhightower/kubernetes-the-hard-way
stars | today |
---|---|
17774 | 14 |
Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
sindresorhus / awesome
https://github.com/sindresorhus/awesome
stars | today |
---|---|
117021 | 77 |
😎 Awesome lists about all kinds of interesting topics
appcypher / awesome-wasm-runtimes
https://github.com/appcypher/awesome-wasm-runtimes
stars | today |
---|---|
181 | 8 |
A list of webassemby runtimes
iptv-org / awesome-iptv
https://github.com/iptv-org/awesome-iptv
stars | today |
---|---|
106 | 19 |
A curated list of resources related to IPTV.
enaqx / awesome-react
https://github.com/enaqx/awesome-react
stars | today |
---|---|
33679 | 19 |
A collection of awesome things regarding React ecosystem
felipefialho / frontend-challenges
https://github.com/felipefialho/frontend-challenges
stars | today |
---|---|
2825 | 0 |
💥 Listing some playful open-source’s challenges of jobs to test your knowledge