Skip to content

Instantly share code, notes, and snippets.

View marcelotk15's full-sized avatar
🤡

Marcelo Oliveira marcelotk15

🤡
View GitHub Profile
@marcelotk15
marcelotk15 / .gitignore
Last active August 29, 2015 14:09 — forked from Kryptonit3-zz/.gitignore
Lightweight image cropping with jQuery
# Ignore everything in this directory
*
# Except this file
!.gitignore
@marcelotk15
marcelotk15 / tourney.html
Last active August 29, 2015 19:52 — forked from sterlingwes/tourney.html
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)
@marcelotk15
marcelotk15 / ts3clock.php
Created February 14, 2016 03:27 — forked from HellBz/ts3clock.php
This File Sets 4 Channels to Time (Now) [Require ts3admin.class.php]
<?php
/*
* ts3clock.php
*
* @category Teamspeak 3 Clock
* @author HellBz
* @copyright 2015 HellBz
* @license http://www.php.net/license/3_0.txt PHP License 3.0
* @link https://gist.github.com/HellBz/2414f4aebbbf28b59e06#file-ts3clock-php
*/
///////// ARMA3 Config CSV EXPORT
///////// Usage: [name,CfgPatches name]
///////// Usage: [name] to export bis stuff
///////// Usage: Paste everything below in the debug console and run it (or exec as script)
///////// ToDo: Filter weapon variants (with sights etc)
private ["_CfgPatches","_configPath","_collectionName","_getClass","_out","_wepsEx","_itemsEx","_magsEx","_backEx","_weapons","_backpacks","_magazines","_glasses","_configName","_picture","_parents","_type","_classname","_mags","_mass","_capacity","_armor","_passthrough","_append","_ammo"];
_CfgPatches = false;
_configPath = "";
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'
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: