This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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/) | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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:" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php | |
<?php | |
/** | |
* Copyright (c) 2012 File Factory | |
* @author Daniel Haas <[email protected]> | |
*/ | |
/** | |
* Checks if there is a diff between $_file and $_otherFile. |