Upload Sign in Search Loading... <div id="HTML5_NO_AVAILABLE_FORMATS_FALLBACK">Your browser does not currently recognize any of the video formats available.<br><a href="/html5">Click here to visit our frequently asked questions about HTML5 video.</a></div> <div id="FLASH_FALLBACK">The Adobe Flash Player is required for video playback. <br> <a href="http://get.adobe.com/flashplayer/">Get the latest Flash Player</a></div> <div id="YTP_AD_RESUME_MESSAGE">Your video will resume after the following ad.</div> <div id="VISIT_ADVERTISERS_SITE">Visit advertiser's site</div> <div id="YTP_SUBTITLES_FONT_FAMILY_MONO_SERIF">Monospaced Serif</div> <div id="YTP_SUBTITLES_FONT_FAMILY_PROP_SERIF">Proportional Serif</div> <div id="YTP_SUBTITLES_FONT_FAMILY_MONO_SANS">Monospaced Sans-Serif</div> <div id="YTP_SUBTITLES_FONT_FAMILY_PROP_SANS">Pr...
<![endif] Twitter Search query Search Remove Verified account @ Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Dansk Deutsch EnglishUK Español Euskara Filipino Galego Italiano LOLCATZ Magyar Nederlands Norsk Polski Português Suomi Svenska Türkçe català français română Čeština Ελληνικά Русский Українська мова עִבְרִית اردو العربية فارسی हिन्दी ภาษาไทย 日本語 简体中文 繁體中文 한국어 Have an account? Sign in New to Twitter? Join Today » Sign In Username or email Password Sign in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel Reid Parham @ parhamr 1h It's not yet summer and Downtown already smells...
jump to content my subreddits AdviceAnimals announcements AskReddit askscience aww bestof blog books EarthPorn explainlikeimfive funny gaming gifs IAmA movies Music news pics science sports television todayilearned videos worldnews edit subscriptions front - all - random | pics - funny - gaming - AskReddit - worldnews - news - videos - IAmA - todayilearned - aww - AdviceAnimals - science - Music - movies - bestof - books - EarthPorn - explainlikeimfive - gifs - television - askscience - sports - mildlyinteresting - LifeProTips - woahdude - Unexpected - reactiongifs - Showerthoughts - food - Jokes - photoshopbattles - firstworldanarchists - FoodPorn - HistoryPorn - WTF - leagueoflegends - gameofthrones - 4chan - cringepics - nba - dogecoin - circlejerk - politics - DotA2 - TrollXChromosomes - pcmasterrace - technology - soccer - MakeupAddiction - gentlemanboners more » hockey comments r...
<![endif] /var/www/static/htdocs/static/common/includes/js-tools/olive/esi_top.html Start Masthead ./templates/global/shared/nav/masthead.mtml start start toprail toprail OregonLive.com Menu Home News Entertainment Sports High School Sports Business Local Photos Videos Opinion Jobs Autos Real Estate Rentals Classfieds Obituaries Find&Save Local Businesses Follow Us Back to Main Menu News Home Education Environment Health & Fitness Pacific Northwest Politics Road Conditions US & World Weather School, Event Closures Steve Duin Joseph Rose's Hard Drive The Oregonian The Beaverton Leader The Hillsboro Argus The Forest Grove Leader Back to Main Menu Entertainment Home Food & Dining Books Comics Puzzles Events Music Performance TV & Movies Living Outdoors Travel Art TV Listings Celebrity News Back to Main Menu Sports News Home Blazers John Canza...
SpritesMods .com Welcome Hardware stuff Hacks Dumb to managed switch conversion Hacking the Kodak Zx3 Hacking the VPx500 Twittering vintage arcade game Hard disk hacking Cluster using WT-300s Standalone HPLJ display hack Laptop keyboard LED Convert a SMC WSKP100 to use SIP Add USB to a Sweex LB000021 router Damocles' Swordfish Optical mouse-cam LEDs replacing CCFL backlight Use a cheap digital photoframe as a second display for your PC Software Console hacking Security Nabaztag About Spritesmods Page 1 Intro Page 2 Parts on the PCB Page 3 Hooking up JTAG Page 4 Injecting code Page 5 Persistence Page 6 Software flashing Page 7 Other uses Page 8 Conclusion (+ discussion / remarks) Do you like my hacking? If so, please consider leaving something in the <img alt="" border="0" src="https://www.paypalobjects.com/nl_NL/i/scr/pixel.gif" width="1" height="1"> Or use...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 3,104 Fork 235 public al3x / sovereign /.container /.repohead Code Issues 42 Pull Requests 6 Wiki Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more. 329 commits 1 branch 0 releases 37 contributors PHP 74.2% Python 22.1% Shell 3.7% PHP Python Shell branch: master Switch branches/tags /.select-menu-header Br...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 96 Fork 6 public mairin / selinux-coloring-book /.container /.repohead Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar A coloring book to help folks understand how SELinux works. 11 commits 1 branch 0 releases 2 contributors branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item Nothing to show /.select-menu-list Nothing to show /.select-menu...
<![endif] Twitter Search query Search Remove Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Dansk Deutsch EnglishUK Español Euskara Filipino Galego Italiano LOLCATZ Magyar Nederlands Norsk Polski Português Suomi Svenska Türkçe català français română Čeština Ελληνικά Русский Українська мова עִבְרִית اردو العربية فارسی हिन्दी ภาษาไทย 日本語 简体中文 繁體中文 한국어 Have an account? Sign in New to Twitter? Join Today » Sign In Username or email Password Sign in Remember me Forgot password? Already using Twitter via text message? Colby Olson @ colby 9m @ BluePojo Is there no `configure` in berks3 now? Details Expand Collapse Reply Retweet Retweeted Delete Favorite Favorited More ...
index modules | next | click » ¶ click is a Python package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary. It’s the “Command Line Interface Creation Kit”. It’s highly configurable but comes with good defaults out of the box. It aims at making writing command line tools fun and quick without causing user frustration at not being able to implement an intended CLI API. Click in three points: arbitrary nesting of commands automatic help page generation supports lazy loading of subcommands at runtime What does it look like? A simple example can be this: import click @click.command () @click.option ( '--count' , default = 1 , help = 'number of greetings' ) @click.option ( '--name' , prompt = 'Your name' , help = 'the person to greet' , required = True ) def hello ( count , name ): for x in ...
<![endif] Primary Navigation Content Used for mobile navigation Air & Space Magazine Search Daily Planet Flight Today Space Military History of Flight Interviews Need to Know Photos Videos Air & Space Magazine Daily Planet Flight Today Space Military History of Flight Interviews Need to Know Photos Videos <a class="nav-btn flip" href="/how-things-work/">How Things Work</a> Photos Videos Subscribe Shop Subscribe Shop Subscribe Shop Current Issue Subscribe Save 47% off the cover price! Subscribe Renew Give a Gift Subscribe Shop Travel With Us Daily Planet Flight Today Space Military History of Flight Interviews Need to Know Photos Videos Newsletters AirSpaceMag.com Contact Privacy Policy Terms of Use .side-nav By...
Upload Sign in Search Loading... <div id="HTML5_NO_AVAILABLE_FORMATS_FALLBACK">Your browser does not currently recognize any of the video formats available.<br><a href="/html5">Click here to visit our frequently asked questions about HTML5 video.</a></div> <div id="FLASH_FALLBACK">The Adobe Flash Player is required for video playback. <br> <a href="http://get.adobe.com/flashplayer/">Get the latest Flash Player</a></div> <div id="LEARN_MORE"><div class="error-help-link"><a href="http://support.google.com/youtube/?p=player_error1" target="_blank">Learn more</a></div></div> <div id="YTP_VIDEOS">{"case0": "No videos", "case1": "1 video", "other": "# videos"}</div> <div id="YTP_QUALITY_HIGHRES">2160p <sup>4K</sup></div> <div id="YTP_QUALITY_HD1440">1440p <sup>HD</sup></div> <div id="YTP_QUALITY_HD1080">1080p <sup>HD</sup></div> <...
GitHub Download Packer Intro Documentation Community Packer Download v0.5.2 Packer is easy to use and automates the creation of any type of machine image. It embraces modern configuration management by encouraging you to use automated scripts to install and configure the software within your Packer-made images. Packer brings machine images into the modern age, unlocking untapped potential and opening new opportunities. Out of the box Packer comes with support to build images for Amazon EC2, DigitalOcean, VirtualBox, and VMware. Support for more platforms is on the way, and anyone can add new platforms via plugins. Packer A HashiCorp project. &nbps; ...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 227 Fork 9 public usrbinnc / netcat-cpi-kernel-module /.container /.repohead Code Issues 5 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Kernel module edition of the Cycles Per Instruction (2014) album. http://netcat.bandcamp.com 47 commits 2 branches 0 releases 4 contributors C 100% C branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item up...