I hereby claim:
- I am yamafaktory on github.
- I am yamafaktory (https://keybase.io/yamafaktory) on keybase.
- I have a public key ASAauTPFciFl-MKAPCehIBUOdtuLTE_q6Ep9o1VB34b3QAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const Guards = require('./') | |
| const guards = new Guards() | |
| const [ | |
| a, | |
| b, | |
| c, | |
| d, | |
| e, | |
| f, |
| <div class="panel-body" | |
| ng-if="resource.data.length > 7"> | |
| <div ng-include="helper.template('error')"></div> | |
| <h2 class="category">{{topic.name[locale]}}</h2> | |
| <div class="list-view"> | |
| <div class="card project" | |
| ng-repeat="article in articles | orderBy:'l7dTitle'"> | |
| <a ng-href="{{helper.url('project/:topic/articles/:id', {topic: topic.key, id: article.id})}}" | |
| ng-click="dialog()"> | |
| <h4>{{article.l7dTitle}}</h4> |
| ;(function () { | |
| 'use strict' | |
| /* | |
| Small utility module to find if a given argument is part of the running Node process. | |
| */ | |
| module.exports = arg => process.argv.indexOf(arg) !== -1 | |
| }()) |
| ;(function () { | |
| 'use strict' | |
| /* | |
| Simple IO module. | |
| */ | |
| module.exports = IO | |
| const fs = require('fs') |
| ;(function () { | |
| 'use strict' | |
| /* | |
| Slack message module using the incoming webhook API. | |
| https://api.slack.com/incoming-webhooks | |
| https://api.slack.com/docs/formatting | |
| */ | |
| module.exports = Slack |
| # Browser | |
| if [[ "$OSTYPE" == darwin* ]]; then | |
| export BROWSER='open' | |
| fi | |
| # Editors | |
| export EDITOR='emacs' | |
| export VISUAL='emacs' | |
| export PAGER='less' |
| # Color output | |
| zstyle ':prezto:*:*' color 'yes' | |
| # Prezto modules | |
| zstyle ':prezto:load' pmodule \ | |
| 'environment' \ | |
| 'terminal' \ | |
| 'editor' \ | |
| 'history' \ | |
| 'directory' \ |
| # top-most EditorConfig file | |
| root = true | |
| [*] | |
| charset = utf-8 | |
| indent_style = space | |
| indent_size = 4 | |
| trim_trailing_whitespace = true | |
| insert_final_newline = true |
| if [ -f "$userresources" ]; then | |
| #xrdb -nocpp -merge "$userresources" | |
| xrdb -merge "$userresources" | |
| fi |