Skip to content

Instantly share code, notes, and snippets.

View arcs-'s full-sized avatar
🧉

Patrick Stillhart arcs-

🧉
View GitHub Profile
@arcs-
arcs- / vinlyToSonos.js
Last active February 5, 2023 16:44
Record Player to Sonos on a Raspberry
const http = require('http');
const { spawn } = require('child_process');
const { DeviceDiscovery, Helpers } = require('sonos');
const ip = require('ip');
const PORT = 8080;
const HOST = ip.address();
const SOURCE = 'hw:1,0';
const STREAM_NAME = 'Vinyl';
const SONOS_GROUP = 'Pool';
@arcs-
arcs- / generator.md
Last active January 25, 2017 09:38
Generator

Java Web Application Generator

This is a generator that will allow you to easly create complex JSF applications. Using the JPA, EJBs and JSF with Bootsfaces.


Requirements:

  • Eclipse ( with Maven )