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
let stages = { | |
DISABLED: 'disabled', | |
ACTIVE: 'active', | |
SAVING: 'saving', | |
WARNING: 'warning', | |
ERROR: 'error', | |
SUCCESS: 'success' | |
} | |
let stage = new ReactiveVar(stages.DISABLED) | |
let uploader = new ReactiveVar(null) |
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
<?php | |
Class extension_timestamp_parameter extends Extension { | |
public function install() { | |
} | |
public function uninstall() { | |
} |
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
package main | |
import ( | |
"code.google.com/p/go-tour/tree" | |
"fmt" | |
) | |
// Walk walks the tree t sending all values | |
// from the tree to the channel ch. | |
func Walk(t *tree.Tree, ch chan int) { |
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
package main | |
import ( | |
"fmt" | |
"sync" | |
) | |
type Fetcher interface { | |
// Fetch returns the body of URL and | |
// a slice of URLs found on that page. |
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
<div class="imager" data-src="/image/1/720/0/images/example.jpg" data-width="720"> | |
<noscript> | |
<img src="/image/1/720/0/images/example.jpg" alt="my image"/> | |
</noscript> | |
</div> |
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
<images> | |
<file size="345 KB" path="/images" type="image/jpeg"> | |
<filename>1z9x6l7.jpg</filename> | |
<meta creation="2013-09-11T13:39:53+01:00" width="2560" height="1440" /> | |
</file> | |
<file size="367 KB" path="/images" type="image/jpeg"> | |
<filename>adfp6hk.jpg</filename> | |
<meta creation="2013-09-11T13:40:30+01:00" width="1920" height="1280" /> | |
</file> | |
<file size="4.15 MB" path="/images" type="image/jpeg"> |