Skip to content

Instantly share code, notes, and snippets.

View zoeabryant's full-sized avatar

Zoë Bryant zoeabryant

View GitHub Profile
@zoeabryant
zoeabryant / sublime-talk.md
Last active August 29, 2015 14:04
Sublime Text Shortcuts - Talk prep

Sublime Text talk cheatsheet

For Makers Academy Talk

Update 6/10/14 So I'm back at makers one day and I find out this list is still in use, and has been passed onto the new cohort as well! I'm so glad it is useful. With this in mind, I have updated it a little bit. There are now sections: Moving around open files and Split working areas. I hope these will be of use to you. Also a shout out to the awesome Tatiana Soukiassian who has carried on the shortcut love and created another fantastic list of keyboard shortcuts for sublime and beyond, listed by how essential they are. Much love Tatiana!!

Keys

⌘ Command key

⌃ Control key (ctrl)

@zoeabryant
zoeabryant / ETD_Form_raw
Last active August 29, 2015 14:20
ETD Form raw text
Application for a United Kingdom Emergency Travel Document
Please supply the following:
> Passport sized photograph
> Police report (for stolen passports)
> Correct fee
> Form of personal identification
> Proof of travel
Please complete in black ink in block capitals
@zoeabryant
zoeabryant / currying.js
Created November 7, 2016 17:01
Mostly Adequate Guide to functional programming - currying exercises
// https://github.com/MostlyAdequate/mostly-adequate-guide/blob/master/code/part1_exercises/answers/curry/curry_exercises.js
var _ = require('ramda');
// Exercise 1
//====================================================================================
// Refactor to remove all arguments by partially applying the function
// Exercises in https://github.com/DrBoolean/mostly-adequate-guide
var _ = require('ramda');
var accounting = require('accounting');
// Example Data
var CARS = [
{name: "Ferrari FF", horsepower: 660, dollar_value: 700000, in_stock: true},
{name: "Spyker C12 Zagato", horsepower: 650, dollar_value: 648000, in_stock: false},
{name: "Jaguar XKR-S", horsepower: 550, dollar_value: 132000, in_stock: false},
{name: "Audi R8", horsepower: 525, dollar_value: 114200, in_stock: false},

🐚

cmd (left arrow )

  • go back in slack history

history | grep hello

  • search terminal history for 'hello'
{
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"extra_file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
  • INSTALL chrome

    • LOGIN to gmail

    • SET bookmarks showing

  • INSTALL sublime

  • INSTALL sublime package manager
// UI
const errorCodeToInput = {
missingFirstName: {
field: 'firstName',
message: 'MyDetails.Validation.FirstName'
},
invalidLengthFirstName: {
field: 'firstName',
message: 'MyDetails.Validation.FirstNameLength'
},
DAY 1 10/03
am
- registration
- breakfast tacos
- starbucks queue
- didn't get into machine learning talk :(
- imgur on social media [EHH]
http://schedule.sxsw.com/2017/events/PP94701
- blockchain - I liked, everyone else hated! [MISC][COOL SHIT]
http://schedule.sxsw.com/2017/events/PP65621