- Go to https://api.slack.com/
- Click "Start Building"
- Create a new app
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
<?php | |
$LOGLEVEL = 5; | |
if( isset($_SERVER['LOGLEVEL']) && is_numeric(Log::LEVELS[$_SERVER['LOGLEVEL']])){ | |
$LOGLEVEL = Log::LEVELS[$_SERVER['LOGLEVEL']]; | |
} | |
abstract class Log | |
{ |
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 | |
date +"%T" | |
SECONDS=0 | |
sleep 5 | |
date +"%T" | |
duration=$SECONDS | |
echo "$(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed." |
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 | |
CHARTNAME=oauth2-proxy #used in flatten() | |
## USAGE | |
# 000. replace the CHARTNAME above | |
# 00. `cd` to the `chartname`-folder (the one containing the `Charts.yaml`-file) | |
# 0. Append the .gitignore | |
# --- .gitignore --- | |
# # script | |
# charter.sh | |
# # m-folders and values- |
This file has been truncated, but you can view the full file.
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": "flare", | |
"children": [ | |
{ | |
"name": "QueueRemote", | |
"children": [ | |
{ | |
"name": "Stormy Metsky", | |
"size": 4, | |
"color": "#E873B2" |
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": "flare", | |
"children": [ | |
{ | |
"name": "./QueueRemote", | |
"children": [ | |
{ | |
"name": "Stormy Metsky", | |
"size": 4, | |
"color": "#E873B2" |
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": "flare", | |
"children": [ | |
{ | |
"name": "./compat", | |
"children": [ | |
{ | |
"name": "Anton Serbulov", | |
"size": 1, | |
"color": "#FEED4E" |
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": "flare", | |
"children": [ | |
{ | |
"name": "./block-sha1", | |
"children": [ | |
] | |
}, | |
{ |
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": "flare", | |
"children": [ | |
{ | |
"name": "./block-sha1", | |
"children": [ | |
] | |
}, | |
{ |
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": "flare", | |
"children": [ | |
{ | |
"name": "./block-sha1", | |
"children": [ | |
] | |
}, | |
{ |
NewerOlder