View Brewfile
cask_args appdir: "/Applications" | |
tap "homebrew/cask" | |
tap "homebrew/cask-fonts" | |
brew "ack" | |
brew "curl" | |
brew "git" | |
brew "gnupg" | |
brew "jq" | |
brew "mas" |
View gist:d71b31683902583660af0119ee0f8f1b
### Keybase proof | |
I hereby claim: | |
* I am sts on github. | |
* I am sschlesi (https://keybase.io/sschlesi) on keybase. | |
* I have a public key ASAV9NSsFHu01baGfgmWptTbljOwbe3XnM8Ixui27GnkYAo | |
To claim this, I am signing this object: |
View openidc_otp_validation.sh
BASE_URL=https://localhost:8081/auth | |
CLIENT_ID=curl-test | |
CLIENT_SECRET= | |
USERNAME= | |
PASSWORD= | |
REALM=validation-test | |
OTP_CODE=027253 | |
# OpenID Access Token via "Resource Owner Password Credentials Grant" |
View usr_bin_app
#!/usr/bin/env bash | |
set -e | |
export BUNDLE_GEMFILE=/usr/share/app/Gemfile | |
export BUNDLE_PATH=/usr/share/app/vendor | |
unset BUNDLE_IGNORE_CONFIG | |
#Test: bundle install --verbose --deployment | |
exec /usr/bin/ruby -rbundler/setup /usr/share/app/bin/app.rb $@ |
View gist:fc11968ff96aacf44a4f249b70d3ab24
distribution=$distribution | |
export REPOS=$distribution | |
export DIST=$distribution | |
export USE_FREIGHT=true | |
export FREIGHT_BASE=/srv/freight | |
export FREIGHT_REPOSITORY=managed | |
export KEY_ID=DEADBEEF # please adjust, or edit /etc/freight.conf | |
/usr/bin/build-and-provide-package | |
# Creates: |
View hp-health.init
#!/bin/bash | |
# | |
# © Copyright 2015 Hewlett Packard Enterprise Development LP. | |
# | |
# See "man chkconfig" for information on next two lines (Red Hat only) | |
# chkconfig: 2345 91 2 | |
# description: hp System Health Monitor and Command line Utility Package. | |
# | |
# | |
# Following lines are in conformance with LSB 1.2 spec |
View app_routes_album.js
import Ember from 'ember'; | |
import Ember from 'ember'; | |
export default Ember.Route.extend({ | |
isEditing: true, | |
model(params) { | |
return this.get('store').findRecord('album', params.album_id); | |
}, |
View app_routesalbum.js
import Ember from 'ember'; | |
import Ember from 'ember'; | |
export default Ember.Route.extend({ | |
isEditing: true, | |
model(params) { | |
return this.get('store').findRecord('album', params.album_id); | |
}, |
View app_routesalbum.js
import Ember from 'ember'; | |
import Ember from 'ember'; | |
export default Ember.Route.extend({ | |
isEditing: true, | |
model(params) { | |
return this.get('store').findRecord('album', params.album_id); | |
}, |
View app_routesalbum.js
import Ember from 'ember'; | |
import Ember from 'ember'; | |
export default Ember.Route.extend({ | |
isEditing: true, | |
model(params) { | |
return this.get('store').findRecord('album', params.album_id); | |
}, |
NewerOlder