Skip to content

Instantly share code, notes, and snippets.

View windoze95's full-sized avatar
🐋
Focusing

Julian DiCesare windoze95

🐋
Focusing
View GitHub Profile
@chiefy
chiefy / xrt500.keytable
Created July 18, 2015 18:00
Vizio XRT500 LIRC Keytable
# table: xrt500, type: NEC
0x444 KEY_OK
0x445 KEY_UP
0x446 KEY_DOWN
0x447 KEY_LEFT
0x448 KEY_RIGHT
0x449 KEY_EXIT
0x44a KEY_BACK
0x41c KEY_MENU
@superbrothers
superbrothers / app.go
Last active February 17, 2020 13:49
Simple Web Server with golang
package main
import (
"fmt"
"io/ioutil"
"log"
"net/http"
)
func rootHandler(w http.ResponseWriter, r *http.Request) {
File 1 conents