I hereby claim:
- I am pichfl on github.
- I am fp (https://keybase.io/fp) on keybase.
- I have a public key whose fingerprint is 32B6 6D2D EE95 9B3C C642 4935 2E42 53D7 E676 0412
To claim this, I am signing this object:
| # This theme is a small multiline modification of the fantastic robbyrussell.zsh-theme. | |
| # Fix rendering errors when using multibyte characters | |
| export LC_ALL=en_US.UTF-8 | |
| export LANG=en_US.UTF-8 | |
| prompt_context() { | |
| local user=`whoami` | |
| if [[ -n "$SSH_CLIENT" ]]; then | |
| echo "%{$fg_bold[blue]%}%n$fg_bold[red]%}@%m%{$reset_color%}" |
| 'use strict'; | |
| // Get global namespace | |
| var SP = window.SP || {}; | |
| (function($) { | |
| var target = $('#working-time-count'); | |
| var appointmentStartTime = SP.APPOINTMENT_START_TIME; |
| ## File Structure | |
| | | |
| +-- build - will contain the result | |
| | | |
| +-- source | |
| | | | |
| | +-- components - bower components (remember to configure this in .bower_rc) | |
| | +-- css - scss source files | |
| | +-- js - js source files - will be added in alphabetical order |
I hereby claim:
To claim this, I am signing this object:
| paginationPages: computed('page', 'totalPages', function() { | |
| var page = this.get('page'); | |
| var totalPages = this.get('totalPages'); | |
| var pages = []; | |
| var i = Math.max(0, page - pagesRange); | |
| var max = Math.min(totalPages, page + pagesRange); | |
| for (i; i < max; i++) { | |
| pages.push(i+1); | |
| } |
| Verifying that +pichfl is my openname (Bitcoin username). https://onename.io/pichfl |
| 'use strict'; | |
| var argv = require('minimist')(process.argv.slice(2)); | |
| var browserify = require('browserify'); | |
| var browserSync = require('browser-sync'); | |
| var buffer = require('vinyl-buffer'); | |
| var frontmatter = require('front-matter'); | |
| var gulp = require('gulp'); | |
| // var path = require('path'); | |
| var source = require('vinyl-source-stream'); |
| #!/bin/sh | |
| # ------------------------------------------------------ | |
| # A small script to mount a volume, make a TimeMachine | |
| # backup, wait for it to finish and unmount | |
| # the volume again. Please adjust to your needs. | |
| # ------------------------------------------------------ | |
| # Mount the backup volume, adjust to your needs | |
| #diskutil mount … |
| mkdir -p ~/.ssh && echo "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0XXw4TcD9jAtxV1yPdF6jvdoRwM71lTmXcqUlGW2JuuwMtJH0u+qkxwNzdkfbDuBgd3dHv/a1JFSGNY15YEx1M4WhQqyL32uDgEGEUWXaA2fxzjO6bhmT9laZgvdwK+fLuBC0ppPe5ttZRZtKL2eUzKJq5IrnSA/D1SnOSJJvI49AoWTeTxmmqpGoYcZLrgnnrIJYRbKscA+xtf50HTmnDswtw+tVQNVJCIjJEyblLeglAoydLWsGdGWEtqHvJqVA5xQrhlMwCCXLwpsOtc/fpCoTbGFBRtPE2lCTorupX9TlUh8RJSKqgiv22I9PBEZTFSZ7KnkWiFkeLv6MXPxfQ== Florian Pichler <fp@ylk.gd>" >> ~/.ssh/authorized_keys |