I hereby claim:
- I am mario21ic on github.
- I am mario21ic (https://keybase.io/mario21ic) on keybase.
- I have a public key whose fingerprint is 4C41 EF0F 7FC2 73AE 7AD6 DE28 9DCF 4860 704D 32C0
To claim this, I am signing this object:
""" github_orgy -- monitor github organizations for new repos. | |
Usage: | |
python3.5 github_orgy.py deepmind tensorflow facebookresearch google watson-developer-cloud | |
Or with cron: | |
@hourly /usr/bin/python github_orgy.py deepmind tensorflow facebookresearch google watson-developer-cloud | |
""" | |
import time | |
import os |
#!/bin/bash | |
# Usage: ./main.sh action [target] [params] | |
# ./main.sh plan | |
# ./main.sh plan -destroy | |
# ./main.sh plan vpc | |
# ./main.sh plan vpc -destroy | |
ACTION=$1 | |
EXTRA=$* | |
TARGET="" |
#!/bin/sh | |
VERSION=$1 | |
cd /tmp/ | |
wget "https://releases.hashicorp.com/terraform/"$VERSION"/terraform_"$VERSION"_linux_amd64.zip" | |
unzip "terraform_"$VERSION"_linux_amd64.zip" | |
sudo cp terraform /usr/local/bin/terraform | |
rm -rf /tmp/terraform_$VERSION_linux_amd64.zip | |
echo "Terraform :: is installed successfully" |
#!/bin/sh | |
TOOL_NAME=$1 | |
ZIP_URL=$2 | |
mkdir /tmp/$TOOL_NAME | |
cd /tmp/$TOOL_NAME | |
curl -sS $ZIP_URL > $TOOL_NAME.zip | |
unzip $TOOL_NAME.zip | |
sudo cp $TOOL_NAME /usr/local/bin/$TOOL_NAME | |
rm -rf /tmp/$TOOL_NAME | |
echo "$TOOL_NAME :: is installed successfully" |
console.log('Loading function'); | |
const https = require('https'); | |
const url = require('url'); | |
// to get the slack hook url, go into slack admin and create a new "Incoming Webhook" integration | |
const slack_url = 'https://hooks.slack.com/services/...'; | |
const slack_req_opts = url.parse(slack_url); | |
slack_req_opts.method = 'POST'; | |
slack_req_opts.headers = {'Content-Type': 'application/json'}; |
#!groovy | |
docker.image('cloudbees/java-build-tools:0.0.6').inside { | |
checkout scm | |
def mavenSettingsFile = "${pwd()}/.m2/settings.xml" | |
stage 'Build' | |
wrap([$class: 'ConfigFileBuildWrapper', |
daemon off; | |
worker_processes 1; | |
events { worker_connections 1024; } | |
http{ | |
sendfile on; |
#!/bin/bash | |
IP=$1 | |
LINE_RESULT=$IP" " | |
while read line; do | |
LINE_RESULT=$LINE_RESULT" "$line | |
done < $2 | |
sudo echo $LINE_RESULT >> /etc/hosts |
" ============================================================================ | |
" Vim-plug initialization | |
" Avoid modify this section, unless you are very sure of what you are doing | |
let vim_plug_just_installed = 0 | |
let vim_plug_path = expand('~/.vim/autoload/plug.vim') | |
if !filereadable(vim_plug_path) | |
echo "Installing Vim-plug..." | |
echo "" | |
silent !mkdir -p ~/.vim/autoload |
I hereby claim:
To claim this, I am signing this object: