Browse the Internet over two 3.5mm audio jack cables
☆37Dec 14, 2021Updated 4 years ago
Alternatives and similar repositories for audio-jack-web
Users that are interested in audio-jack-web are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Small helper to handle USBMS on Kobo in KOReader☆20Apr 20, 2026Updated last month
- Embed Embed source code in png files☆109Jul 3, 2022Updated 3 years ago
- Quill OS root filesystem☆21Jan 4, 2026Updated 4 months ago
- Some basic UEFI definitions and symbols exactly as definied by the UEFI spec, in the form of C++ headers to be used for writing C++ UEFI …☆14Sep 11, 2022Updated 3 years ago
- Linux kernel source tree☆17May 11, 2026Updated 2 weeks ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Adds indicator of time left to end video on Youtube, taking into account playback speed and ad segments SponsorBlock.☆10Mar 7, 2026Updated 2 months ago
- A Text-Based Game Engine Made for Python☆15Aug 30, 2023Updated 2 years ago
- 【Android】 android加密方法 简单API实现Hash,Hmac,对称与非对称加密☆15Jan 13, 2021Updated 5 years ago
- ebox是类似于arduino的一套固件,底层基于rtthread和hal库,简化stm32编程☆12May 25, 2023Updated 3 years ago
- PoC for iOS, macOS, iPadOS (DoS)☆16Jan 14, 2022Updated 4 years ago
- Script for converting .yml or .yaml translation files to Gettext PO or POT☆19May 15, 2023Updated 3 years ago
- 基于STM32的DCM模式下的BUCK变换器设计☆23Dec 19, 2018Updated 7 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- This is an attempt to communicate with an external device over the audio jack of an Android phone.☆41Oct 5, 2011Updated 14 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- В этом репозитории находятся все примеры, рассмотренные в книге «Фундаментальные основы хакерства. Анализ программ в среде Win64»☆30Apr 25, 2023Updated 3 years ago
- Anonymize people in images and videos using yolov5-crowdhuman.☆26Jan 5, 2022Updated 4 years ago
- STM32 Bootloader,适配Ymodem下载,Ymodem下载工具上位机☆19Jul 16, 2023Updated 2 years ago
- Repository with QPSICE models dedicated to Power Electronics☆15Mar 20, 2024Updated 2 years ago
- ip-nose is a Matrix-themed IP geolocation CLI tool built with C++. It offers IP detection, search history, a vibrant, colorized interface…☆39Jul 15, 2025Updated 10 months ago
- 基于德州仪器(TI)的TM4C123G单片机的飞控,目前已实现定高模式和姿态模式,姿态解算和控制移植的匿名的领航者,匿名的地面站全兼容可在线调参。☆12Jul 12, 2022Updated 3 years ago
- Japanese learning Application for Kyobo ereaders☆22Dec 27, 2025Updated 4 months ago
- ☆11Apr 3, 2026Updated last month
- Quick OSINT checks for IPs and Domains during triage and investigations.☆31Apr 14, 2026Updated last month
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Optimization tricks to improve Conway's Game of Life performance in c#/javascript☆19Jun 15, 2020Updated 5 years ago
- Graph of OSINT and InfoSec resources in Russian language☆43Aug 7, 2023Updated 2 years ago
- A persnickety clock for your Kobo☆25Aug 27, 2024Updated last year
- 先进控制PID(基于扩展观测器的PID,自适应PD增益控制)☆18May 8, 2020Updated 6 years ago
- 适用于嵌入式单片机的裸机程序微库,只占用你的rom 6个字节,是的,6个字节。颠覆式的设计思维,让你写代码的时候像flow(流水)一样丝滑,让你永远不用在为delay时cpu空转而烦恼,附加的超轻便的软件定时器让你轻松实现各种定时需求,另还有信号量的配方,让你任务间的同步像…☆18Jan 18, 2021Updated 5 years ago
- 使用QT作为上位机,利用串口通信,将STM32传入的温度数据变为折线图的形式显示出。☆12Sep 7, 2022Updated 3 years ago
- Attack on a local network using an ARP vulnerability☆11Jan 12, 2022Updated 4 years ago
- 本程序是一个单机版的行车记录仪应用程序,用Qt、C++语言编写。模拟行车记录仪的功能,实现用户登录注册、视频的播放存储、拍照存储、视频回放、照片查看以及视频转码等功能。☆15Sep 7, 2021Updated 4 years ago
- 自制FOC双路驱动板☆21Jun 9, 2024Updated last year
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- A mirror of https://git.tecosaur.net/tec/pdftotext.el☆12Jan 4, 2024Updated 2 years ago
- ☆33Apr 23, 2023Updated 3 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- Monitoring OpenStreetMap with Datadog☆12Dec 7, 2025Updated 5 months ago
- Application-level P2P non-VPN for securely accessing personal servers without a VPN☆37Nov 22, 2021Updated 4 years ago
- Simple youtube-dl web frontend☆21Dec 12, 2023Updated 2 years ago
- OSM Route Manager and History Viewer☆13Oct 13, 2020Updated 5 years ago