This file contains 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/sh | |
DEFAULT_ = '/usr/local/tomcat/logs/catalina.out' | |
DEV_ = '/usr/local/tomcat_dev/logs/catalina.out' | |
DEV = '/usr/local/tomcatdev/logs/catalina.out' | |
TEST_ = '/usr/local/tomcat_test/logs/catalina.out' | |
TEST = '/usr/local/tomcattest/logs/catalina.out' | |
echo "############################################################" | |
echo "############################################################" |
This file contains 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
package at.adtime.resource.container; | |
import java.util.ArrayList; | |
import java.util.Collection; | |
import java.util.List; | |
import javax.ws.rs.core.Response; | |
import at.adtime.resource.Resource; |
This file contains 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
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc | |
. ~/.bashrc | |
mkdir ~/local | |
mkdir ~/node-latest-install | |
cd ~/node-latest-install | |
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1 | |
./configure --prefix=~/local | |
make install # ok, fine, this step probably takes more than 30 seconds... | |
curl https://www.npmjs.org/install.sh | sh |
This file contains 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
Verifying that +dominikangerer is my Bitcoin username. You can send me #bitcoin here: https://onename.io/dominikangerer |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am DominikAngerer on github. | |
* I am dominikangerer (https://keybase.io/dominikangerer) on keybase. | |
* I have a public key whose fingerprint is 523E 9FCE 3BD5 95B5 67A3 D36E 4A3F B490 C5DD F73F | |
To claim this, I am signing this object: |
This file contains 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
sudo chown -R $(whoami) ~/.npm | |
sudo chown -R $(whoami) /usr/local/lib/node_modules |
This file contains 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
Fontawesome Icon List: | |
var xx = []; | |
$('.fa-hover.col-md-3.col-sm-4').find('i.fa').each(function() { | |
xx.push( { 'value': $(this).attr('class'), 'name': $(this).attr('class').replace('fa-', '').replace('fa', '') } ); | |
}); | |
JSON.stringify(xx); |
This file contains 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
UIKIT Icon List: | |
var xx = []; | |
$('.tm-icons li i').each(function() { | |
xx.push( { 'value': $(this).attr('class'), 'name': $(this).attr('class').replace('uk-', '').replace('icon-', '') } ); | |
}); | |
JSON.stringify(xx); |
This file contains 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
/*! | |
* Bootstrap v3.3.7 (http://getbootstrap.com) | |
* Copyright 2011-2017 Twitter, Inc. | |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
*/ | |
/*! | |
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=5ba27cd27278404bb63b6fddafbc352b) | |
* Config saved to config.json and https://gist.github.com/5ba27cd27278404bb63b6fddafbc352b | |
*//*! |
OlderNewer