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
<!DOCTYPE html> | |
<html dir="ltr" lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="chrome=1" /> | |
<script id="yui_seed_file" src="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js"></script> | |
<script src="/Fabric/Core/FABRIC.Wrappers.js"></script> | |
<script src="/Fabric/Core/FABRIC.js"></script> | |
<script src="fabricTest0.js"></script> | |
<title> |
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
#!/bin/bash | |
# yum install dpkg libcanberra-gtk2.i686 PackageKit-gtk-module.i686 | |
wget http://www.adobe.com/go/adobeconnect_8_addin_lin | |
dpkg -X adobe_connect_addin_lin32_r81.deb . | |
mkdir -p ~/.macromedia/Flash_Player/www.macromedia.com/bin/connectaddin/ | |
mv usr/local/connectaddin ~/.macromedia/Flash_Player/www.macromedia.com/bin/connectaddin/ | |
mv usr/local/digest.s ~/.macromedia/Flash_Player/www.macromedia.com/bin/connectaddin/ |
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
/** | |
* Provides a setImmediate/setTimeout wrapper. This module is a `core` YUI | |
* module, <a href="../classes/YUI.html#method_soon">its documentation is | |
* located under the YUI class</a>. | |
* | |
* @module yui | |
* @submodule yui-soon | |
* @author Steven Olmsted | |
*/ |
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
YUI.add('soon', function (Y) { | |
/** | |
* Provides a setImmediate/process.nextTick/setTimeout wrapper. | |
* @module soon | |
* @author Steven Olmsted | |
*/ | |
var global = Y.config.global, | |
/** |
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
[fedora@solmsted testForHatch]$ git clone git://github.com/hatched/flickr-carousel.git | |
Cloning into 'flickr-carousel'... | |
remote: Counting objects: 74, done. | |
remote: Compressing objects: 100% (58/58), done. | |
remote: Total 74 (delta 20), reused 60 (delta 6) | |
Receiving objects: 100% (74/74), 13.21 KiB, done. | |
Resolving deltas: 100% (20/20), done. | |
[fedora@solmsted testForHatch]$ git checkout tests | |
fatal: Not a git repository (or any of the parent directories): .git | |
[fedora@solmsted testForHatch]$ cd flickr-carousel/ |