Skip to content

Instantly share code, notes, and snippets.

@filR
filR / .zshrc
Created June 18, 2018 21:02
oh-my-zsh extra ZSH settings
# new line
precmd() {
print ""
}
# ls after cd
function chpwd() {
emulate -L zsh
ls
@filR
filR / visual_studio_code.settings.json
Created June 18, 2018 20:56
Visual Studio Code settings
{
"workbench.colorTheme": "Default Light+",
"files.autoSave": "onFocusChange",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false
}
@filR
filR / experience.md
Last active April 25, 2017 15:17
Phil's Presentation Experience

Top 3 Talks

  • 2015-05-08 ScotlandJS Conference: Docker
    • Why was it awesome? My talk was voted in by conference ticketholders (from 150 talks).
  • 2014-03-20 Google Business Bootcamp: Web-Frontend, an Overview
    • Why was it awesome? Giving a presentation for/at/to Google!
  • 2011-10-20 Knowledge Night: Windows 8 Metro JavaScript
    • Why was it awesome? 300 students came to listen specifically to this talk!

Teaching

@filR
filR / validate-ios-receipt.js
Last active August 29, 2015 14:15
Validate a iOS Receipt
var request = require('request');
var data = {
'receipt-data': '{ base64 encoded receipt }',
'password': '{secret string from itunes connect}'
}
var verifyURL = 'https://buy.itunes.apple.com/verifyReceipt';
// verifyURL = 'https://sandbox.itunes.apple.com/verifyReceipt';
@filR
filR / flexbox-terminology.txt
Last active January 9, 2017 09:08
Flexbox attributes and values
Flex containers
Flex items
Main axis - size & direction
Cross axis - size & direction
Start & End