Skip to content

Instantly share code, notes, and snippets.

@Shyru
Shyru / Test-cube.scad
Created April 20, 2024 00:14
Test-Cube OpenSCAD Parametric Model
/**
* Test-Cube Version 0.1
* https://makerworld.com/en/models/435620
*
* Date: 2024-04-20
* Author: Daniel Haas
* Copyright: Daniel Haas 2004
* License: CC BY-NC-ND 4.0 DEED (https://creativecommons.org/licenses/by-nc-nd/4.0/)
*/
@Shyru
Shyru / merge_repos.sh
Last active April 6, 2021 16:54 — forked from gko/merge_repos.sh
Use git filter-repo instead of discouraged filter-branch
#!/bin/bash
# This script takes a remote repository and merges it into
# the current one as a subdirectory
set -e
if [ -z "$1" ]
then
echo "Usage:"
@Shyru
Shyru / 101-playlist.m3u8
Last active August 29, 2015 14:12
MythTV HLS IPTV testing log-output
#EXTM3U
#EXT-X-ALLOW-CACHE:NO
#EXT-X-VERSION;3
#EXT-X-STREAM-INF:PROGRAM-ID=101,BANDWIDTH=1321258
http://192.168.100.82/?src=1&freq=11837&sr=27500&pol=h&msys=dvbs&pids=0,100,101,102,103,106
#!/usr/bin/php
<?php
/**
* Copyright (c) 2012 File Factory
* @author Daniel Haas <daniel@file-factory.de>
*/
/**
* Checks if there is a diff between $_file and $_otherFile.