I hereby claim:
- I am iwata on github.
- I am iwata (https://keybase.io/iwata) on keybase.
- I have a public key ASC41fVbGV5YZCSsKJFpVMzGsY9I0sYxZAdNA5H53AE-bgo
To claim this, I am signing this object:
| # Function to get job runtimes for a specific workflow and job | |
| get_job_runtimes() { | |
| local workflow_file=$1 | |
| local job_name=$2 | |
| echo "Analyzing $workflow_file - $job_name" | |
| # Get recent successful runs | |
| run_ids=$(gh run list --workflow "$workflow_file" --limit 30 --json status,databaseId,conclusion | \ | |
| jq -r '.[] | select(.conclusion=="success") | .databaseId' | head -20) |
I hereby claim:
To claim this, I am signing this object:
| import Vue from 'vue' | |
| import {Store} from 'vuex' | |
| import VueRouter, {Route} from 'vue-router' | |
| import {MetaInfo} from 'vue-meta' | |
| import {Snackbar, Toast} from 'buefy' | |
| interface ErrorParams { | |
| statusCode?: string | |
| message?: string | |
| } |
| # Description: | |
| # create pull requests in a Github repository | |
| # | |
| # Dependencies: | |
| # "githubot": "0.4.x" | |
| # | |
| # Configuration: | |
| # HUBOT_GITHUB_TOKEN | |
| # HUBOT_GITHUB_API | |
| # |
| INSERT INTO Products (product_id, product_name, account_id) | |
| VALUES (DEFAULT, 'Visual TurboBuilder', '12,34,banana'); |
| --- Makefile.PL.old 2014-06-13 12:56:22.000000000 +0900 | |
| +++ Makefile.PL 2014-06-13 12:57:45.000000000 +0900 | |
| @@ -9,11 +9,11 @@ | |
| ($] >= 5.005 ? ## Add these new keywords supported since 5.005 | |
| (ABSTRACT_FROM => 'lib/Net/HandlerSocket.pm', # retrieve abstract from module | |
| AUTHOR => 'higuchi dot akira at dena dot jp>') : ()), | |
| - CC => 'g++ -fPIC', | |
| - LD => 'g++ -fPIC', | |
| + CC => 'g++-4.2 -fPIC', | |
| + LD => 'g++-4.2 -fPIC', |
| #!/usr/bin/env zsh | |
| set -xe | |
| MYSQL_VERSION=5.1.69 | |
| MYSQL_BASEDIR=$HOME/.mysqlenv/mysqls/${MYSQL_VERSION} | |
| MYSQL_SRCDIR=$HOME/.mysqlenv/mysql-build/build/mysql-${MYSQL_VERSION} | |
| Q4M_VERSION=0.9.9 | |
| if [ ! -d ~/tmp ]; then |
| gistup |