This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | """ledger journal parser | |
| We use this to parse the ledger file because we want to preserve the | |
| exact format of the file including spaces, etc. It maps the parsed | |
| transaction to the origin lines of the file. | |
| """ | |
| import ledger | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | docker inspect -f '{{ range $k, $v := .ContainerConfig.Labels -}} | |
| {{ $k }}={{ $v }} | |
| {{ end -}}' $cid | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | func SineEaseInOutLinearAverage(x: Double) -> Double { | |
| var easeInOutSine = ((cos(M_PI * x) - 1) / -2) | |
| return (easeInOutSine + x) / 2 | |
| } | |
| func ShadingFunctionCreate(startColor: NSColor, _ endColor: NSColor, _ slopeFunction: (Double) -> Double) -> (UnsafePointer<CGFloat>, UnsafeMutablePointer<CGFloat>) -> Void { | |
| return { inData, outData in | |
| let q = CGFloat(slopeFunction(Double(inData[0]))) | |
| outData[0] = startColor.redComponent + (endColor.redComponent - startColor.redComponent) * q | |
| outData[1] = startColor.greenComponent + (endColor.greenComponent - startColor.greenComponent) * q | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Close Xcode & the iOS Simulator | |
| # http://stackoverflow.com/a/30940055 | |
| # Remove any old runtimes from this directory. | |
| cd /Library/Developer/CoreSimulator/Profiles/Runtimes | |
| # e.g. | |
| sudo rm -rf iOS\ 8.1.simruntime | |
| # http://stackoverflow.com/a/11790983 | |
| # Remove the download receipts for simulators you don't need anymore. | 
You got your hands on some data that was leaked from a social network and you want to help the poor people.
Luckily you know a government service to automatically block a list of credit cards.
The service is a little old school though and you have to upload a CSV file in the exact format. The upload fails if the CSV file contains invalid data.
The CSV files should have two columns, Name and Credit Card. Also, it must be named after the following pattern:
YYYYMMDD.csv.
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # | |
| # appify -- convert your non-interactive shell script into a Mac OS X application | |
| # Copyright (C) 2010 Adam Backstrom | |
| # | |
| # This program is free software; you can redistribute it and/or | |
| # modify it under the terms of the GNU General Public License | |
| # as published by the Free Software Foundation; either version 2 | |
| # of the License, or (at your option) any later version. | 
- Christopher Downer: Designing Custom Interfaces, slides missing
- Katrin Apel: Mobile Backends as a Service - Ready for Production?, slides
- Max Seelemann: TextKit For The Rest Of Us, slides
- David Rönnqvist: OpenGL (ES) demystified, slides missing
- Nick Lockwood: Image Performance, slides
- Eric Allam: Beyond the Basics - Building Better Transitions on iOS 7, slides
- Sally Shepard: accessibility & voice over, slides missing
- [Rachel Andrew](https://twitter.com/rachelandrew