Skip to content

Instantly share code, notes, and snippets.

View zoeabryant's full-sized avatar

Zoë Bryant zoeabryant

View GitHub Profile
--------------------------------------------------------
- Overall feelings about this week
- Accomplishments
- People who helped me
- People I helped
--------------------------------------------------------
- Things I spent time on
- Things I would like to spend time on
- Things I want to spend less time on
@zoeabryant
zoeabryant / csv_manip.rb
Created April 10, 2018 18:04
quick script to change a csv no problemo
require 'CSV'
puts "lets go ruby"
def fruit_we_want_to_change? fruit
fruits_affected = [
'apple',
'banana',
]
fruits_affected.include?(fruit)

🌻 accessibility:

✅ check focus state on the first item

alt text:

✅ clear button clear address finder

✅ received translations

console.log('Let\'s go!');
var page = require('webpage').create();
page.open('http://google.com', function(status) {
console.log("Status: " + status);
if(status === "success") {
page.render(page.title + '.pdf');
}
phantom.exit();
.container {
margin-left: calc(var(--medium-half-gutter) * -1);
margin-right: calc(var(--medium-half-gutter) * -1);
&:after {
content: "";
display: table;
clear: both;
}
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
// UI
const errorCodeToInput = {
missingFirstName: {
field: 'firstName',
message: 'MyDetails.Validation.FirstName'
},
invalidLengthFirstName: {
field: 'firstName',
message: 'MyDetails.Validation.FirstNameLength'
},
  • INSTALL chrome

    • LOGIN to gmail

    • SET bookmarks showing

  • INSTALL sublime

  • INSTALL sublime package manager
{
"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",