ahsquared's Stars
fastify/fastify
Fast and low overhead web framework, for Node.js
jantic/DeOldify
A Deep Learning based project for colorizing and restoring old images (and video!)
Yelp/dumb-init
A minimal init system for Linux containers
sindresorhus/electron-store
Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
Maronato/vue-toastification
Vue notifications made easy!
reZach/secure-electron-template
The best way to build Electron apps with security in mind.
megahertz/electron-log
Simple logging module Electron/Node.js/NW.js application. No dependencies. No complicated configuration.
mvisonneau/gitlab-ci-pipelines-exporter
Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
sindresorhus/electron-better-ipc
Simplified IPC communication for Electron apps
google/tachometer
Statistically rigorous benchmark runner for the web
microsoft/SynthMoCap
SynthMoCap Datasets
megahertz/electron-simple-updater
Simple way to enable update for the electron application
rwsarmstrong/strongtrack
A python tool with facial landmark annotation and coefficient finder
braebo/sveltekit-electron
Minimal Sveltekit + Electron starter template.
richhickey/harmonikit
An additive synth for Clojure and overtone
surma/underdash
Collection of JS snippets for collection manipulation
ccnokes/electron-tutorials
Collection of small sample Electron apps
khoih-prog/EthernetWebServer
This is simple yet complete WebServer library for AVR, AVR Dx, Portenta_H7, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, RP2040-based, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Coexisting now with `ESP32 WebServer` and `ESP8266 ESP8266WebServer` libraries. Ethernet_Generic library is used as default for W5x00 with custom SPI
codediodeio/electron-forge-svelte
A starter template for Electron Forge + Svelte 3
PaulStoffregen/Ethernet
Ethernet library for Teensy (Wiznet W5100 / W5200 / W5500)
ftrias/TeensyDebug
GDB proxy and debugging support to Teensy 3/4
ldijkman/WT32-ETH01-LAN-8720-RJ45-
WT32-ETH01 LAN 8720 RJ45 wired Wireless-tag
ssilverman/QNEthernet
An lwIP-based Ethernet library for Teensy 4.1 and possibly some other platforms
Dax89/electron-sveltekit
Electron and SvelteKit integration
PaulStoffregen/LittleFS
khoih-prog/WebServer_WT32_ETH01
Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet. The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS. Now supporting ESP32 core v2.0.0+
lapo-luchini/WindowsLayoutSnapshot
Windows app to remember + restore window positions
antoinevg/talk-adc20
Talk: Bare Metal Audio Programming With Rust
woctezuma/glide-text2im-colab
Colab notebook for openai/glide-text2im.
khoih-prog/AsyncWebServer_WT32_ETH01
This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks