Skip to content

Instantly share code, notes, and snippets.

View kventil's full-sized avatar
🐌

Robert Hibbeler kventil

🐌
View GitHub Profile
[
{
"id": "d3226d5b.32275",
"type": "subflow",
"name": "",
"info": "",
"category": "",
"in": [
{
"x": 500,
@kventil
kventil / build.gradle
Created January 7, 2019 15:53
Dependencies
dependencies {
compile group: 'org.springframework.boot', name: 'spring-boot-starter-web'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-security'
compile group: 'com.microsoft.azure', name: 'azure-active-directory-spring-boot-starter', version: '2.0.4'
compile group: 'org.springframework.security', name: 'spring-security-oauth2-client'
compile group: 'org.springframework.security', name: 'spring-security-oauth2-jose'
#Everything GIT
#nothing beats the good old golf
function gti() { echo "Vrooom!"; iex "git $args" }
function ga() { git add -A }
function gs() { git status }
function gas() { git add -A; git status }
function gresetunstaged() { git stash -k -u; git stash drop }
function gcp($msg) { git commit -m "$msg"; git push }
function get() { git pull --ff-only }
#Pretty print graph
#Everything GIT
#nothing beats the good old golf
function gti() { echo "Vrooom!"; iex "git $args" }
function ga() { git add -A }
function gs() { git status }
function gas() { git add -A; git status }
function gresetunstaged() { git stash -k -u; git stash drop }
function gcp($msg) { git commit -m "$msg"; git push }
function get() { git pull --ff-only }
#Pretty print graph
@kventil
kventil / slack.sh
Created March 23, 2017 07:17
Use your last_name in your Slack Profile as indicator from where you're currently working.
alias home_office='curl -s -d "payload=$json" "https://slack.com/api/users.profile.set?token=<token>&profile=%7B%22last_name%22%3A%22(🏡-Office)%22%2C%7D"'
alias onsite_office='curl -s -d "payload=$json" "https://slack.com/api/users.profile.set?token=<token>&profile=%7B%22last_name%22%3A%22(🐿-Office)%22%2C%7D"'
# GNU Screen - main configuration file
# All other .screenrc files will source this file to inherit settings.
# Author: Christian Wills - cwills.sys@gmail.com
# Allow bold colors - necessary for some reason
attrcolor b ".I"
# Tell screen how to set colors. AB = background, AF=foreground
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
@kventil
kventil / .lecture
Created December 23, 2016 16:57
Sudo Lecture
 \^V//
 |. .|  I AM (G)ROOT!
- \ - / _
 \_| |_/
 \ \
 __/_/__
|_______|  With great power comes great responsibility.
 \ /  Use sudo wisely.
 \___/
@kventil
kventil / GAME_MASTER_v0_1.protobuf
Created July 16, 2016 20:08 — forked from anonymous/GAME_MASTER_v0_1.protobuf
Pokemon Go decoded GAME_MASTER protobuf file v0.1
Result: 1
Items {
TemplateId: "BADGE_BATTLE_ATTACK_WON"
Badge {
BadgeType: BADGE_BATTLE_ATTACK_WON
BadgeRanks: 4
Targets: "\nd\350\007"
}
}
Items {

Keybase proof

I hereby claim:

  • I am kventil on github.
  • I am kventil (https://keybase.io/kventil) on keybase.
  • I have a public key ASCE2BieK36MP3ecHlzG1Pf0SAgT3wBfI-zb7IXUTBBTCgo

To claim this, I am signing this object:

@kventil
kventil / Things to ask
Last active January 27, 2016 09:03
Interview Fragen an das Unternehmen
Fragen an alle:
1. Was habt ihr gestern gemacht? -> Was habt ihr umgesetzt?
2. Wann ist euer nächstes großes Release?
3. Dokumentation?
4. Was ist das größte Problem an dem ihr gerade arbeitet?
5. Bisher Coolstes/Arbeitsintensivstes Feature?
6. Wie steht ihr zu Büro-Hunden? / Hat jemand eine Hundeallergie?
7. Wie sahen eure Firmenevents bisher aus?
8. Gröster Durchbruch bisher?