I hereby claim:
- I am kamaln7 on github.
- I am kamaln7 (https://keybase.io/kamaln7) on keybase.
- I have a public key whose fingerprint is 1141 F264 9697 D803 1743 10B1 8AFE A3F0 E636 E800
To claim this, I am signing this object:
| #!/bin/bash | |
| # usage: bin/compile <build-dir> <cache-dir> <env-dir> | |
| set -eo pipefail | |
| mkdir -p "$1" "$2" | |
| build=$(cd "$1/" && pwd) | |
| cache=$(cd "$2/" && pwd) | |
| env_dir="${3}" | |
| buildpack=$(cd "$(dirname $0)/.." && pwd) |
| package main | |
| import ( | |
| "fmt" | |
| "runtime" | |
| ) | |
| func main() { | |
| fmt.Println("runtime.NumCPU():", runtime.NumCPU()) | |
| } |
| 0 |
| #!/bin/bash | |
| gpstart() | |
| { | |
| echo "Starting GlobalProtect..." | |
| launchctl load /Library/LaunchAgents/com.paloaltonetworks.gp.pangpa.plist | |
| launchctl load /Library/LaunchAgents/com.paloaltonetworks.gp.pangps.plist | |
| } | |
| gpstop() |
| autoload -U compinit promptinit zcalc zsh-mime-setup | |
| compinit | |
| promptinit | |
| zsh-mime-setup | |
| #}}} | |
| #{{{ Options | |
| # why would you type 'cd dir' if you could just type 'dir'? |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| use Illuminate\Database\Migrations\Migration; | |
| class ImproveCfs extends Migration | |
| { | |
| /** | |
| * Run the migrations. | |
| * |