onthelan's Stars
home-assistant/frontend
:lollipop: Frontend for Home Assistant
home-assistant/core
:house_with_garden: Open source home automation that puts local control and privacy first.
node-red/node-red
Low-code programming for event-driven applications
obsproject/obs-websocket
Remote-control of OBS Studio through WebSocket
stream-pi/client
Stream-Pi Client
stream-pi/server
Stream-Pi Server
ecrax/streamdeck
An alternative to an Elgato Stream Deck.
ForrestKnight/open-source-cs
Video discussing this curriculum:
craigsdennis/intro-to-apis-course
Introduction to APIs course
PX4/PX4-Autopilot
PX4 Autopilot Software
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
vlang/v
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
dapr/dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
actix/actix-web
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
golang/go
The Go programming language
rust-lang/rust
Empowering everyone to build reliable and efficient software.
hybridgroup/gocv
Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.
hybridgroup/gobot
Golang framework for robotics, drones, and the Internet of Things (IoT)
PX4/PX4-Devguide
PX4 Devguide GitBook
owasp-amass/amass
In-depth attack surface mapping and asset discovery
traefik/traefik
The Cloud Native Application Proxy
eclipse-theia/theia
Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
micro/go-micro
A Go microservices framework
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
eclipse-che/che
Kubernetes based Cloud Development Environments for Enterprise Teams
graphql-go/graphql
An implementation of GraphQL for Go / Golang
emscripten-core/emscripten
Emscripten: An LLVM-to-WebAssembly Compiler
dotnet/core
.NET news, announcements, release notes, and more!
gorilla/mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍