« 53 54 55 56 57 106 »

Pages are deceptive. Live life in a basket.

Five Ten - Dragon - Dragon Red

Begin Search Sign up for the Five Ten Newsletter real people should not fill this in and expect good things - do not remove this or risk form bot signups End Search Begin Header Begin Logo End Logo LiveZilla Chat Button Link Code (ALWAYS PLACE IN BODY ELEMENT) http://www.LiveZilla.net Chat Button Link Code LiveZilla Tracking Code (ALWAYS PLACE IN BODY ELEMENT) http://www.LiveZilla.net Tracking Code Begin Horizontal Menu Home Products Shop Dealers Athletes Blog Contact Us End Horizontal Menu End Header Begin Showcase End Showcase Begin Main Body Begin Main Column (col1wrap) Questions: Click Here Buy Now BEGIN TITLE AND ICONS SUMMARY/DESCRIPTION Designed by climbing legends Fred Nicole and Dave Graham as the ultimate bouldering shoe, the Dragon has firmly estab...

Linked on 2015-03-04 17:11:54 | Similar Links
GitLab | GitLab acquires Gitorious to bolster its on premises code collaboration platform

Toggle navigation Download Features Pricing GitLab.com GitLab CI Community Blog Sign in Sytse Sijbrandij Mar 3 rd , 2015 As reported by the Next Web GitLab and Gitorious announce today they are joining forces in an effort to strengthen the development of GitLab’s open source Git management application and provide Gitorious customers with an enhanced user experience. Since 2008, Gitorious has been one of the leading providers for open source hosting and on-premise enterprise Git management around the globe. Gitorious was the first widely used open source Git management application. “We believe that, in the long term, coming together under one umbrella with a common goal will benefit everyone, so we are getting that process started today” says GitLab CEO, Sytse Sijbrandij. more GitLab is a simple upgrade path for existing Gitorious users. GitLab offers G...

Linked on 2015-03-03 23:51:43 | Similar Links
​No reboot patching comes to Linux 4.0 | ZDNet

ZDNet Log In | Join ZDNet Manage Discussion Alerts Log Out header.nav.home White Papers Hot Topics Downloads Reviews Newsletters Edition ZDNet.com is available in the following editions: Asia Australia Europe India United Kingdom United States ZDNet around the globe: ZDNet Belgium ZDNet China ZDNet France ZDNet Germany ZDNet Korea ZDNet Japan Topics Security Data Center Research Windows Enterprise Software Storage Innovation CXO All Writers Log In Log In Join ZDNet Manage Discussion Alerts Log Out Topic: Data Centers Follow via: RSS Email Alert Summary: With the new Linux 4.0 kernel, you'll need to reboot Linux less often than ever. By Steven J. Vaughan-Nichols for Linux and Open Source | March 3, 2015 -- 12:58 GMT (04:58 PST) Follow @sjvn Get the newsletter now 0 Comments Email Print ...

Linked on 2015-03-03 22:57:18 | Similar Links
You had one job on Twitter: "Let's hope no one got hit. http://t.co/3tfuQiAbAv"

<![endif] Twitter Search query Search Twitter Remove Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Čeština Dansk Deutsch English UK Español Filipino Français Italiano Magyar Nederlands Norsk Polski Português Română Suomi Svenska Tiếng Việt Türkçe Русский Українська мова עִבְרִית العربية فارسی हिन्दी বাংলা ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Log in New to Twitter? Join Today » Log in Phone, email or username Password Log in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel You had one job ‏ @ _youhadonejob 13m 13 minutes ago Let's hope no...

Linked on 2015-01-25 02:37:19 | Similar Links
You had one job on Twitter: "Looks like the local shopping centre installed a new water feature. http://t.co/hHqCf7oYBH"

<![endif] Twitter Search query Search Twitter Remove Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Čeština Dansk Deutsch EnglishUK Español Filipino français Italiano Magyar Nederlands Norsk Polski Português română Suomi Svenska Tiếng Việt Türkçe Русский Українська мова עִבְרִית العربية فارسی हिन्दी বাংলা ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Log in New to Twitter? Join Today » Log in Phone, email or username Password Log in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel You had one job ‏ @ _youhadonejob 1m 1 minute ago Looks like the lo...

Linked on 2015-01-22 22:00:00 | Similar Links
Contributors to infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 31 Fork 6 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Contributors Commits Code frequency Punch card Network Members Contributions: Commits Filter contributions /.select-menu-header Additions /.select-menu-item Deletions /.select-menu-item Commits /.select-menu-item /.select-menu-list /.select-menu-modal /.select-menu-modal-holder /.select-menu Contributions to master, excluding merge commits Crunching the latest data, just for you. Hang tight… We don't have enough data to show you anything useful. I...

Linked on 2015-01-22 00:39:47 | Similar Links
Emacs is My New Window Manager

Howardisms Babblings of an aging geek in love with the Absurd, his family, and his own hubris.... oh, and Lisp. Most companies that employ me, hand me a “work laptop” as I enter the building. Of course, I do not install personal software and keep a clear division between my “work like” and my “real life.” However, I also don’t like to carry two computers just to jot down personal notes. My remedy is to install a virtualization system and create a “personal” virtual machine. (Building cloud software as my day job means I usually have a few VMs running all the time.) Since I want this VM to have minimal impact on my work, I base it on a “Server” version of Ubuntu. however, I like some graphical features, so my most minimal after market installation approach is: 1 sudo apt-get install -y xinit Since most of what I do is org-mode work, the next step is...

Linked on 2015-01-21 20:49:10 | Similar Links
Comments

[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif] Toggle navigation 1. Introduction 2. I: The Basics 2.1. Installing Rust 2.2. Hello, world! 2.3. Hello, Cargo! 2.4. Variable Bindings 2.5. If 2.6. Functions 2.7. Comments 2.8. Compound Data Types 2.9. Match 2.10. Looping 2.11. Strings 2.12. Arrays, Vectors, and Slices 2.13. Standard Input 2.14. Guessing Game 3. II: Intermediate Rust 3.1. Crates and Modules 3.2. Testing 3.3. Pointers 3.4. Ownership 3.5. Patterns 3.6. Method Syntax 3.7. Closures 3.8. Iterators 3.9. Generics 3.10. Traits 3.11. Threads 3.12. Error Handling 4. III: Advanced Topics 4.1. FFI 4.2. Unsafe Code 4.3. Macros 4.4. Compiler Plugins 5. Conclusion Now that we have some functions, it's a good idea to learn about...

Linked on 2015-01-19 19:18:38 | Similar Links
kyleterry/quasar · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 0 Fork 0 kyleterry / quasar /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Library for implementing Tenyks services in Go 6 commits 1 branch 0 releases 1 contributor Go 100% Go 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-list /.select-menu-modal /.select-menu-modal-holder /.select-menu quasar / Wrong import latest commi...

Linked on 2015-01-19 01:09:32 | Similar Links
Fixes #142 Added flags for enabling DB features from the command line or config file by kyleterry · Pull Request #143 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 30 Fork 6 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar base sha1: &quot;b0c9b22ce00f525bb3ef54bc53c512d6dd2b317f&quot; head sha1: &quot;be7959e24e067cca94c814862294436bbacf1373&quot; Loading… New issue Fixes #142 Added flags for enabling DB features from the command line or config file #143 Open kyleterry wants to merge 1 commit into master from 142-liboleg-flags-in-frontend + 56 − 10      Conversation 0 Commits 1 Files changed 4 Apply labels to this issue bug d...

Linked on 2015-01-18 21:54:59 | Similar Links
tenyks-contrib/main.py at master · kyleterry/tenyks-contrib · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 4 Fork 8 kyleterry / tenyks-contrib /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:4f0eb5073ddf5f9921dc64b28e02f5f3 branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters clean-shit-up /.select-menu-item develop /.select-menu-item feature/awww /.select-menu-item feature/tenykslinkscraper /.select-menu-item master /.select-menu-item stocks /.select-menu-item webpage_monitoring /.select-menu-item Nothing to show ...

Linked on 2015-01-17 22:48:20 | Similar Links
tenyks-contrib/setup.py at master · kyleterry/tenyks-contrib · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 4 Fork 8 kyleterry / tenyks-contrib /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:9bb1f4ca4355b89119fccb89318d551e branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters clean-shit-up /.select-menu-item develop /.select-menu-item feature/awww /.select-menu-item feature/tenykslinkscraper /.select-menu-item master /.select-menu-item stocks /.select-menu-item webpage_monitoring /.select-menu-item Nothing to show ...

Linked on 2015-01-17 22:15:29 | Similar Links
Watch Reid Wiseman's Vine "Even a 50kg mass does the same flipping maneuver. “Wild” to me! #science #SpaceVine"

[if lte IE 8]> <p class="browsehappy"> You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience. </p> <![endif] Reid Wiseman 2014-09-26T17:41:45.000000 361955 Loops Even a 50kg mass does the same flipping maneuver. “Wild” to me! #science #SpaceVine 2158 Likes 487 Revines 93 Comments ...

Linked on 2015-01-17 04:53:18 | Similar Links
Vine

[if lte IE 8]> <p class="browsehappy"> You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience. </p> <![endif] ...

Linked on 2015-01-17 04:46:15 | Similar Links
Satan's School Bus Makes Mom Mad As Hell

<![endif] Newsletter ads popup END Newsletter ads popup modulous_debug_header END modulous_debug_header View mobile site RUM header GA, Data Layer and Omniture comScore Tag end Rum ads_top_1x1 polar.me /polar.me Facebook stuff User auth stuff ads_pushdown / working Tuenti <script type="text/javascript" src="http://widgets.tuenti.com/widgets.js"></script> [if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif] ads_pushdown ads_quickread ads_quickread_most_popular page_wrapper classes for page wrapper: wrapper bpage [[entry/blog], wide] ads_sponsored_content_logo Phoenix buglist page_header ...

Linked on 2015-01-17 00:03:44 | Similar Links
TCP congestion-avoidance algorithm - Wikipedia, the free encyclopedia

CentralNotice TCP congestion-avoidance algorithm From Wikipedia, the free encyclopedia Jump to: navigation , search It has been suggested that this article be merged with Congestion window , Slow-start , Fast retransmit , Additive increase/multiplicative decrease , TCP congestion-avoidance algorithm and Taxonomy of congestion control to TCP congestion control . ( Discuss ) Proposed since April 2014. This article's factual accuracy is disputed . Please help to ensure that disputed statements are reliably sourced . See the relevant discussion on the talk page . (March 2008) Transmission Control Protocol (TCP) uses a network congestion-avoidance algorithm that includes various aspects of an additive increase/multiplicative decrease (AIMD) scheme, with other schemes such as slow-start to achieve congestion avoidance. The TCP congestion-avoidance algorithm i...

Linked on 2015-01-16 04:09:24 | Similar Links
ConferenceCall.biz

CONCEPT, IMAGES, AND MUSIC BY ZACH SCOTT. WEINVENTYOU.NET AUDIO AND IMAGES ARE RANDOMIZED SO THAT EACH CONFERENCE CALL PROCEEDS IN A NEW WAY. YOUR EXPERIENCE MAY VARY DEPENDING ON YOUR PREVIOUS EXPOSURE TO OTHER CONFERENCE CALLS. THE CONFERENCECALL.BIZ PARTICIPANTS HAVE BEEN ATTEMPTING TO GET THE DELIVERABLES TO MANAGEMENT SINCE JANUARY 2, 2014. CLICK HERE TO DOWNLOAD THE FREE IPHONE APP WHICH ALLOW USERS TO RECORD THEIR OWN AUDIO CLIPS AND INSERT THEM INTO THE CONFERENCE CALL. THANKS TO ALL OF THOSE WHO CONTRIBUTED THEIR VOICES AND CODING HELP TO THIS PROJECT - PARTICULARLY ALLEN GOODMAN AND ANDY BLACKWELL ON THE CODING SIDE, AND DAVE TURK FOR THE IPHONE APP. ABOUT unmute audio and Join the conference call ...

Linked on 2015-01-16 00:45:38 | Similar Links
Oleg on Twitter: "omni-channel retailing with olegdb easily slava scheduling product demos! sleep 720140 ; exec /usr/sbin/ricon #ricon2014"

<![endif] Twitter Search query Search Twitter Remove Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Čeština Dansk Deutsch EnglishUK Español Filipino français Italiano Magyar Nederlands Norsk Polski Português română Suomi Svenska Tiếng Việt Türkçe Русский Українська мова עִבְרִית العربية فارسی हिन्दी বাংলা ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Log in New to Twitter? Join Today » Log in Phone, email or username Password Log in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel Oleg ‏ @ oleg_dbooks 9m 9 minutes ago omni-channel retailing with o...

Linked on 2015-01-15 23:26:35 | Similar Links
waifu.xyz - sci

waifu.xyz Boards: h gif wsg g v b a e sci /sci/ - 1961563_eatit.webm Download 1961563_eatit.webm Information: First found: 1420059806 Aliases: None ...

Linked on 2015-01-15 22:28:25 | Similar Links
dpaste: 2K474R7

New Yours API Help 926 bytes, Plain text Soft wrap Raw text Duplicate 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 -----BEGIN PGP MESSAGE----- Version: GnuPG v1 hQIMA/grGFxR4PPGAQ/9HIj7fZcrXTETYsi7dSe0EqhmqJt9Ha+OXulHFGzREI6b GzkZtbd9Ffx0VD/74V6wDZNrTwhLXXBbqzMwUq5TEGOYIy1/smxTOlOUubJFkoVB bpitRVu0gvTP5V+rjvPFI2R0Yt8RjFbMNDT5SMSSB4TjUb1Pm5BCsSigSgJ2Tqip TvPx4rM7cMqIweOWWi4+HtDtYtQc6R4THVhXm5IQQnN+3jtuqNdGVETrA+L5C1g/ VjD1vOL2NEgzrECxfW8Ey4yp67l+AgPWkw0+MuHzFZgKjiqy8jpDWlom9iAXsp12 CCr4uZQs76xb5T4hqo40Pli7If9UEMXjjWKSxO0BQ11z1MwHD/rNx4lqbg3wCCbu vz4IyCpuzt/y+aPnL0OhG9eTl8+2I5YHbShnL7D9MLwSpwNeq48cEnSYlk5TPVlF PGK2QPpICXIpvHXiQzZFoITJTjaEZg+Fza11N5OsLG6f95N9T1CNBnw6sCZg2N8+ AQW0+iX9Hjxx4cNgZ+NkXq6UeHHGgnOMQqojISEq3cEyECi/fIBYSjXO1kv9CLCq +dztaH0DSCJIdB6ZULf0wmoqVj2T6cyQM6h3+XD+j1/UhP5naP4BasMSVUf1QEK3 IoGPzrUJAp+fp5TCZYXxkdc2un7eFg3C5Kfi41TReMc3YFus7...

Linked on 2015-01-15 01:46:55 | Similar Links
« 53 54 55 56 57 106 »

Pages are deceptive. Live life in a basket.