I hereby claim:
- I am timbru31 on github.
- I am timbru31 (https://keybase.io/timbru31) on keybase.
- I have a public key whose fingerprint is 6897 7384 F2A1 A030 0127 DC13 94EA 4986 FA50 F11B
To claim this, I am signing this object:
/** | |
* Copyright 2019 dumptruckman | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated | |
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the | |
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to | |
* permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
* | |
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of | |
* the Software. |
I hereby claim:
To claim this, I am signing this object:
'use strict'; | |
const licenseChecker = require('license-checker'); | |
const exclude = `MIT,MIT*,ISC,WTFPL,(WTFPL OR MIT),(BSD-2-Clause OR MIT),(MIT AND CC-BY-3.0),Apache 2.0,Apache-2.0,(MIT OR Apache-2.0),BSD,BSD-2-Clause,BSD-3-Clause, | |
(BSD-2-Clause OR MIT OR Apache-2.0),Unlicense,Public Domain,Artistic-2.0,CC-BY-3.0`; | |
const dependenciesWhitelist = [/*{ | |
name: 'json-schema@0.2.3', | |
reason: 'Invalid package.json field (uses licenses), but code is actually (BSD-3-Clause OR AFL-2.1)', |
@echo off | |
title MC 1.10.2 Server DEV | |
:: set folder | |
set BINDIR=%~dp0 | |
cd /D "%BINDIR%" | |
:: initial variables | |
set java=8 | |
set jar=craftbukkit |
// ==UserScript== | |
// @name Spigot Price Calculator | |
// @namespace http://dustplanet.de | |
// @version 0.1.2 | |
// @description Calculates the total amount you have earned with your premium plugin. | |
// @author xGhOsTkiLLeRx | |
// @match https://www.spigotmc.org/resources/*/buyers | |
// @grant none | |
// ==/UserScript== |
[user] | |
name = Tim Brust OR xGhOsTkiLLeRx | |
email = xx@yy.de | |
[color] | |
diff = auto | |
status = auto | |
branch = auto | |
[alias] | |
st = status -sb | |
br = branch -av |
Linux installation notes (tested under Ubuntu 14.04LTS/12.04LTS), assuming VirtualBox is already installed on host.
#!/bin/sh | |
# | |
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # | |
# # | |
# Tested with openELEC v4.0.6, v4.2.1, v5.0.8 and v6.0.0 # | |
# Tested with LibreELEC v7.90.002 # | |
# # | |
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # | |
# | |
# author: Tim "xGhOsTkiLLeRx" Brust |
#!/bin/sh | |
line() { | |
echo "$(tput setaf 6)======================================================================" | |
} | |
blankLine() { | |
echo "" | |
} | |
echo "=========================" |