I hereby claim:
- I am gblache on github.
 - I am gblache (https://keybase.io/gblache) on keybase.
 - I have a public key ASDXYIrudbfyObKZ3itdmhI7qlfGPutxqDsOi77o3MpEmQo
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import React from 'react' | |
| import fetch from './actions' | |
| import { connect } from 'react-redux' | |
| const MyComponent extends React.Component { | |
| componentDidMount() { | |
| const { dispatch } = this.props | |
| dispatch(fetch()) | 
| String file contents via ajax | 
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> | |
| <html> | |
| <head> | |
| <title>Backbone Collection Demo</title> | |
| </head> | |
| <script src="http://underscorejs.org/underscore.js" type="text/javascript"></script> | |
| <script src="http://backbonejs.org/backbone.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| var collection = new Backbone.Collection(); | 
| tell application "Finder" | |
| set destination to "[email protected]" | |
| set path to "/home/user/upload/path" | |
| set s to selection | |
| repeat with eachSelection in s | |
| set x to eachSelection as string | |
| set y to POSIX path of x | |
| do shell script "scp -r \"" & y & "\" " & destination & ":" & path | |
| end repeat | |
| end tell |