I hereby claim:
- I am literalplus on github.
- I am literalplus (https://keybase.io/literalplus) on keybase.
- I have a public key whose fingerprint is 5990 E61C AADC 9525 7C6B CFC6 B869 3E55 7062 A8F2
To claim this, I am signing this object:
package me.sebi7224.minoduel; | |
import com.sk89q.minecraft.util.commands.CommandsManager; | |
import com.sk89q.minecraft.util.commands.NestedCommand; | |
import mkremins.fanciful.FancyMessage; | |
import org.apache.commons.lang.StringUtils; | |
import org.bukkit.ChatColor; | |
import org.bukkit.command.Command; | |
import org.bukkit.command.CommandSender; |
/** | |
* Calculates loot for clicking conventional chests. | |
* | |
* @author <a href="http://xxyy.github.io/">xxyy</a> | |
* @since 02/12/14 | |
*/ | |
public final class ConventionalChestHelper { | |
public static final String CHEST_NUMBER_METADATA = "chests_collected"; //Store metadata key as constant to avoid being deprecated by Bukkit | |
private ConventionalChestHelper() { |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
if [ "$GIT_COMMIT" == "" ]; then | |
GIT_COMMIT="unknown" | |
fi | |
if [ ! -f data/config.php ]; then | |
cp data/config.php.example data/config.php | |
echo "Copied default config to data/config.php!" | |
fi |
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA512 | |
These are in fact my XMPP Off-The-Record fingerprints: | |
[email protected]/toaster: | |
57ECD606 727AF0A6 BB7E667D 48110DE2 72759DB3 | |
[email protected]/dogephone: | |
BEDC168E 3F294047 ADD81E64 651FE1D6 55C65C11 |
MIT License | |
Copyright (c) 2016 - 2017 Philipp Nowak | |
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: |
then a lot of magic
sudo apt-get install uwsgi uwsgi-plugin-python graphite-web graphite-carbon
#!/bin/bash | |
# MIT License | |
# | |
# screenwrap-open.sh | |
# Copyright (c) 2016 Philipp Nowak | |
# | |
# 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 |
For a live demo, try the [Raw]
button next to net-usage-chart.html
and replace gist.githubusercontent.com
with cdn.rawgit.com
.
% Note the a4paper - patch start (line 33, cbhi-ext.cls) | |
\LoadClass[10pt,a4paper,landscape]{article}[1996/10/31] | |
% ----------------------------------------------------------------------------- | |
% Set paper and margin sizes | |
% Original freedom margins and sizes | |
% \setlength{\paperheight}{8.5in} | |
% \setlength{\paperwidth}{11in} |