This file contains hidden or 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
| #!/usr/bin/env sh | |
| # Spits out a `kubeconfig` that lets you connect to the freshly build k3s cluster. | |
| # Do sometihng like `./fetch_kubeconfig.sh > ~/.kube/config` if you have no other configs. | |
| host=$(cd core && terraform output -raw cluster_ip) | |
| keyfile=$(mktemp /tmp/authkey.XXXXXX) | |
| # make sure we clean up if we fail | |
| trap "rm $keyfile" 1 2 3 6 15 |
This file contains hidden or 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
| refresh_rate: 2 seconds | |
| appenders: | |
| stdout: | |
| kind: console | |
| logfile: | |
| kind: file | |
| # create a logs directory in the .sdPlugin directory first | |
| path: "logs/sonos-controller.log" | |
| encoder: | |
| pattern: "{d} - {m}{n}" |
This file contains hidden or 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/bash | |
| posta() { | |
| curl -XPOST "https://www.posta.hr/chrome.aspx?vrsta=1&query=$1" \ | |
| -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36' \ | |
| --silent | jq | |
| } |
This file contains hidden or 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
| name | steamid | character | score | created_at | |
| ------------------------------+-------------------+-----------+-------+--------------------- | |
| Smokepipe | 76561198044935308 | 1 | 7030 | 2016-04-10 19:22:51 | |
| Smokepipe | 76561198044935308 | 2 | 10625 | 2016-04-19 00:07:18 | |
| One eyed Joe O_x | 76561198044816800 | 3 | 12328 | 2016-03-21 13:51:47 | |
| www.youtube.com/c/horheristo | 76561198253790329 | 4 | 11097 | 2016-03-06 02:13:17 | |
| One eyed Joe O_x | 76561198044816800 | 5 | 4621 | 2016-04-13 12:04:09 | |
| www.youtube.com/c/horheristo | 76561198253790329 | 6 | 18515 | 2016-03-19 07:08:18 | |
| www.youtube.com/c/horheristo | 76561198253790329 | 7 | 6780 | 2016-03-13 09:38:03 |
This file contains hidden or 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
| +-------------------------------+--------+ | |
| | name | score | | |
| +-------------------------------+--------+ | |
| | Devil Azite | 673856 | | |
| | squerc | 575986 | | |
| | Krinku | 536319 | | |
| | squireofthedance | 528069 | | |
| | horheristo | 485603 | | |
| | ideaot | 436011 | | |
| | Zanderful | 391213 | |
This file contains hidden or 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
| "Resource/UI/BaseChat.res" | |
| { | |
| "HudChat" | |
| { | |
| "ControlName" "EditablePanel" | |
| "fieldName" "HudChat" | |
| "visible" "1" | |
| "enabled" "1" | |
| "xpos" "10" | |
| "ypos" "260" |
This file contains hidden or 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
| #!/usr/bin/env ruby | |
| # Usage: | |
| # ./wordcheck.rb --regex "regular expression" [--dictionary "dictionary file"] file | |
| require "optparse" | |
| options = {:regex => nil, :dict => nil} | |
| parser = OptionParser.new do |opts| | |
| opts.banner = "Usage: wordcheck.rb [options] file(s)" |
This file contains hidden or 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
| --- old.css 2015-08-03 12:51:36.632448726 +0200 | |
| +++ new.css 2015-08-03 12:52:26.699114857 +0200 | |
| @@ -102,190 +102,188 @@ | |
| line-height: 23px; | |
| vertical-align: middle; | |
| } | |
| - | |
| .flair-fedora { | |
| - border: none 0; | |
| - height: 23px; |