I hereby claim:
- I am samjbmason on github.
- I am samjbmason (https://keybase.io/samjbmason) on keybase.
- I have a public key ASDneB6f5DSZyXY7-pL61i1qtd1FFIBMz4E3f059GOz8Two
To claim this, I am signing this object:
| class ManequinGallery extends React.Component { | |
| ESCAPE_KEY = 27 | |
| state = { | |
| zoomedImage: false, | |
| isPanning: false, | |
| left: 0, | |
| top: 0 | |
| }; |
| const handleSelectUpdate = (target) => { | |
| return { [target.name]: target.value }; | |
| }; | |
| handleChosenCountry: (state, target) => | |
| const selectState = handleSelectUpdate(target); | |
| const newState = handleChosenCountry(state, target.value) | |
| handleFetchEvents({ ...state, chosenCountry: selectState.country }).then(res => { | |
| store.setState({ |
| { | |
| [ | |
| date: "2017-11-08 00:00:00 UTC", | |
| posts: [ | |
| { | |
| id: 4, | |
| votes: 100, | |
| created_at: "2017-11-08 13:00:00 UTC" | |
| }, | |
| { |
I hereby claim:
To claim this, I am signing this object:
| create_table "project_files", force: true do |t| | |
| t.string "name" | |
| t.datetime "created_at" | |
| t.datetime "updated_at" | |
| t.integer "project_id" | |
| t.integer "user_id" | |
| end | |
| create_table "projects", force: true do |t| | |
| t.string "name" |
| var regEx = /(\b(https?|ftp|file):\/\/[\-A-Z0-9+&@#\/%?=~_|!:,.;]*[\-A-Z0-9+&@#\/%=~_|])/img; |
| var gulp = require('gulp'), | |
| gutil = require('gulp-util'), | |
| sass = require('gulp-sass'), | |
| imagemin = require('gulp-imagemin'); | |
| var paths = { | |
| css: 'css/style.css', | |
| img: 'img/**/*'' | |
| }; |
To search Stack Overflow from alfred app, simply copy and paste below into the alfred search box, when you press enter you shoudl see a dialog asking you to install this custom Search.
alfred://customsearch/Search%20StackOverflow%3A%20%7Bquery%7D/stack/utf8/noplus/http://stackoverflow.com/search?q={query}
Then to use it in alfred simply up the search box and type in stack and the question your asking.
| {:children=> | |
| [{:type=>:group, | |
| :visible=>true, | |
| :opacity=>1.0, | |
| :blending_mode=>"normal", | |
| :name=>"Layer 1", | |
| :left=>-4, | |
| :right=>1206, | |
| :top=>-5, | |
| :bottom=>1051, |
| <template name="header"> | |
| <header class="navbar"> | |
| <div class="navbar-inner"> | |
| <a class="brand" href="/">Microscope</a> | |
| <ul class="nav pull-right"> | |
| <li>{{loginButtons}}</li> | |
| </ul> | |
| </div> | |
| </header> | |
| </template> |