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
export PATH="$PATH":~/bin | |
export EDITOR=/usr/bin/nano | |
export PATH="$PATH":~/Sites/vip/bin | |
alias w=wget --user-agent="BOTTOMLESS BREADSTICKS AT THE OLIVE GARDEN" | |
export PS1='\e[0:35m⌘\e[m \e[0:36m\w/\e[m \e[0:33m`git branch 2> /dev/null | grep -e ^* | sed -E s/^\\\\\*\ \(.+\)$/\(\\\\\1\)\ /`\e[m' | |
alias makeblog='cd ~/Sites/vip/www/wp-content/themes/makeblog/' |
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 id="banner-canvas"> | |
<a id="biglink" target="_blank" href="%%CLICK_URL_ESC%%http://makershed.com"> | |
<img src="http://cdn.makezine.com/make/banner/Connected-Home-Package3-BG.jpg" alt="Maker Shed" style="height:547px;width:2160px;margin: 0 auto; background-position: top center;"> | |
</a> | |
</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
<script type="text/javascript"> | |
(function(){ | |
$('body').prepend($('<div>',{id:'banner-canvas'}) | |
.append($('<a>',{id:'bglink',target:'_blank',href:'%%CLICK_URL_ESC%%http://makershed.com',style:'border: none;text-decoration:none;'}) | |
.append($('<img>',{id:'bgpixel',alt:'Click me!',title:'Click me!',src:'http://cdn.makezine.com/make/banner/Connected-Home-Package3-BG.jpg',style:'height:547px;width:2160px;margin: 0 auto; background-position: top center;'})))); | |
}() | |
); | |
</script> |
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
(function(){ | |
$(document).ready(function(){ | |
var shed = '<div class="banner-canvas"><a href="%%CLICK_URL_UNESC%%http://makershed.com/"><img width="2160" height="547" src="https://s3.amazonaws.com/make-cdn/make/banner/Connected-Home-Package3-BG.jpg" class="attachment-shed-thumb" alt="drone-2" /></a><</div>'; | |
$( body ).append( shed ); | |
}); | |
}()); |
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
<!-- Bring in the thumbnail --> | |
<a href="#"> | |
<img alt="Placeholder" src="http://dummyimage.com/100x100/0eafff/ffffff.png&text=JAKE+IS+AWESOME" class="pull-left"> | |
</a> | |
<h1><a href="#">Drone Anatomy headline will go there and prob do 2 lines</a></h1> | |
<p>Do we do a little explainer here as well, I think so, it will be very.</p> | |
<ul> |
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 | |
function make_sitemap_post_types( $types ) { | |
$types = array( 'page', 'projects', 'review', 'craft', 'newsletter', 'magazine', 'video', 'volume', 'errata', 'page_2', 'slideshow' ); | |
return $types; | |
} | |
add_filter( 'msm_sitemap_entry_post_type', 'make_sitemap_post_types' ); |
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
<p>This handy troubleshooting chart for Herbie-style robots is adapted from Mark Tilden's outstanding book, <em>Junkbots, Bugbots, & Bots on Wheels </em>(definitely essential reading if you're interested in the subject of BEAM robotics):</p> | |
<p><strong>If your robot...</strong></p> | |
<ul> | |
<li><strong>...does nothing:</strong> First, disconnect the battery and make sure nothing is getting hot. Then search for an accidental "solder blob" short or other wiring error. If everything is wired correctly, make sure the battery isn't dead—you should measure at least 6V across the two packs in series. Finally, check that the switches aren't bad or mis-wired by testing them with a multimeter.</li> | |
<li><strong>...spins clockwise in place:</strong> The left motor is running backwards. Reverse its connections and try again.</li> | |
<li><strong>...spins counterclockwise in place:</strong> The right motor is running backwards. Reverse its connections and try again.</li> | |
<li><strong>...runs in clockwise circles:</strong> Shin |
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
⌘ ~/Sites/vip/ (master) ./bin/vip-init | |
_ __(_)___ ____ ___ __(_)____/ /_______/ /_____ ______/ /_ | |
| | / / / __ \ / __ `/ / / / / ___/ //_/ ___/ __/ __ `/ ___/ __/ | |
| |/ / / /_/ / / /_/ / /_/ / / /__/ ,< (__ ) /_/ /_/ / / / /_ | |
|___/_/ .___/ \__, /\__,_/_/\___/_/|_/____/\__/\__,_/_/ \__/ | |
/_/ /_/ | |
Enter your password to continue: |
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
⌘ ~/Sites/vip/ (master) ./bin/vip-init | |
_ __(_)___ ____ ___ __(_)____/ /_______/ /_____ ______/ /_ | |
| | / / / __ \ / __ `/ / / / / ___/ //_/ ___/ __/ __ `/ ___/ __/ | |
| |/ / / /_/ / / /_/ / /_/ / / /__/ ,< (__ ) /_/ /_/ / / / /_ | |
|___/_/ .___/ \__, /\__,_/_/\___/_/|_/____/\__/\__,_/_/ \__/ | |
/_/ /_/ | |
Enter your password to continue: |
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="span4 sidebar"> | |
<div class="box"> | |
<div class="inner"> | |
<div class="heading">Refine Search</div> | |
<h4>Current Filters</h4> | |
<ul class="unstyled"> |