Skip to content

Instantly share code, notes, and snippets.

View marcelotk15's full-sized avatar
🤡

Marcelo Oliveira marcelotk15

🤡
View GitHub Profile
@x1unix
x1unix / docker-compose.yml
Last active July 22, 2024 02:27
pihole+traefik
version: "3"
services:
traefik:
image: traefik:v2.10
container_name: 'traefik'
command:
- '--log.level=DEBUG'
- '--api.insecure=true'
- '--api.dashboard=true'
version: "3.3"
services:
proxy:
extends:
file: proxy/docker-compose.yml
service: proxy
error-pages:
container_name: errorpages
image: tarampampam/error-pages:2.21.0
environment:
@leberechtreinhold
leberechtreinhold / Global_tts.lua
Last active April 15, 2021 01:36
Script for DBA in Tabletop Simulator. WIP.
---------------------------------------------------------------------------------------------------------
--
-- LOGGING
--
---------------------------------------------------------------------------------------------------------
-- Colors to avoid having to calculate each time on a function
white = { r = 1, g = 1, b = 1}
grey = { r = 0.8, g = 0.8, b = 0.8}
red = { r = 1, g = 0.2, b = 0.1}
version: '3.7'
services:
traefik_v2.0:
image: 'traefik:2.2'
container_name: traefik_v2
hostname: traefik_v2
ports:
- '443:443'
- '80:80'
- '8080:8080'

Livestreaming via PS4 / Xbox to a local RTMP server

Live stream from your PS4 / Xbox to a local computer running an RTMP server by intercepting the twitch.tv stream.

Requirements

  • DD-WRT enabled Router (or router with iptables compatibility)
  • nix Envirment
  • nginx with the nginx-rtmp-module
@Kryptonit3-zz
Kryptonit3-zz / .gitignore
Last active July 13, 2018 18:15
Lightweight image cropping with jQuery
# Ignore everything in this directory
*
# Except this file
!.gitignore
@sterlingwes
sterlingwes / tourney.html
Created December 3, 2012 23:42
Tournament Bracket Generator (Javascript + CSS, no tables)
<!DOCTYPE html>
<html>
<head>
<title>Tournament Bracket Generator</title>
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://underscorejs.org/underscore-min.js"></script>
<script>
$(document).on('ready', function() {
var knownBrackets = [2,4,8,16,32], // brackets with "perfect" proportions (full fields, no byes)