« 1166 1167 1168 1169 1170 1506 »

Pages are deceptive. Live life in a basket.

PISS VORTEX - Piss Vortex by EARSPLIT - Hear the world’s sounds

SoundCloud PISS VORTEX - Piss Vortex by EARSPLIT published on 2014/10/23 17:47:10 +0000 Formed 2011 in Copenhagen, PISS VORTEX is as unrelenting and intense as the band is uniquely different from the rest of their native scene. The band’s sound can be described as an abrasive amalgamation of the blastbeat driven fury of old-school grindcore, the filthy twang of noise rock and the mind-bending intricacy of the chaotic late ‘90s/early ‘00s metalcore/hardcore scene. Produced by Jakob Reichert Nielsen (Lack, Rising, Anti Ritual) and mastered by Brad Boatright (Integrity, High On Fire, Nails), the self-titled debut album from PISS VORTEX is a hectic tour de force in relentless creativity, with blinding aggression and off-the-wall musicianship fans of Antigama, Burnt By The Sun, Deadguy, Napalm Death and Rotten Sound will be instantly infected by, leaving the listener wasted by its fou...

Linked on 2014-12-16 22:52:02 | Similar Links |
shithouse's Year In Pocket

<![endif] Login Signup Create Pocket Account shithouse 's 2014 Year In Review shithouse read 1,560,632 words in Pocket this year, making it to our Top 1% of readers. You should be impressed - that's nearly 33 books! The devices they used Pocket on the most. See the best articles & videos about their favorite subjects. Programming › Technology › Current Events › Health › Travel › The days they used Pocket the most. Silicon Valley’s Youth Problem by Yiren Lu · nytimes.com Save to Pocket Programming Sucks stilldrinking.org Save to Pocket My startup failed, and this is what it feels like… by Nikki Durkin · medium.com Save to Pocket The end of neighbours macleans.ca Save to Pocket The Strange & Curious ...

Linked on 2014-12-16 22:31:04 | Similar Links
The Rust Guide

[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif] Rust 0.13.0-nightly 0669a432a 1 Installing Rust 2 Hello, world! 3 Hello, Cargo! 4 Variable bindings 5 If 5.1 Expressions vs. Statements 6 Functions 7 Comments 8 Compound Data Types 8.1 Tuples 8.2 Structs 8.3 Tuple Structs and Newtypes 8.4 Enums 9 Match 10 Looping 10.1 for 10.2 while 10.3 Ending iteration early 11 Strings 12 Arrays, Vectors, and Slices 13 Standard Input 14 Guessing Game 14.1 Set up 14.2 Processing a Guess 14.3 Generating a secret number 14.4 Comparing guesses 14.5 Looping 14.6 Complete! 15 Crates and Modules 16 Testing 16.1 Attributes 16.2 Stability attributes 16.3 Writing tests 17 Pointers 17.1 References 17.2 Ownership, borrowing, and lifetimes 17.3 Boxes 17.4 Rc and Arc 18 Patterns 19 Method Syntax 20 Cl...

Linked on 2014-12-16 20:05:07 | Similar Links
Gerrit Code Review

Loading Gerrit Code Review ... Gerrit requires a JavaScript enabled browser....

Linked on 2014-12-16 18:51:17 | Similar Links
Contribution Guidelines - The Go Programming Language

... #lowframe Documents Packages The Project Help Blog Play The Go Programming Language package main import "fmt" func main() { fmt.Println("Hello, 世界") } Run Format Share This document explains how to contribute changes to the Go project. It assumes you have installed Go from source: $ git clone https://go.googlesource.com/go $ cd go/src $ ./all.bash TODO(adg): delete the above, restore the below after we have updated install-source.html <a href="/doc/install/source">installation instructions</a> and have <a href="code.html">written and tested your code</a>. (Note that the gccgo frontend lives elsewhere; see Contributing to gccgo .) The project welcomes submissions but please let everyone know what you're working on if you want it to become part of the main repository. Before undertaking to write something new for the Go project, send mail to th...

Linked on 2014-12-16 18:47:43 | Similar Links
InfluxDB Query Language

MENU Overview Support & Hosting Blog Docs Community Play Download We're Hiring! Introduction Overview Installation Getting Started API Reading & Writing Data Query Language Aggregate Functions Continuous Queries Chunked HTTP Responses Administration UI Built-in Admin and Explorer Interface Grafana Dashboards Influga Dashboards Advanced Topics Underlying Storage and Shards Configuration Options Schema Design Performance Considerations Security Clustering Design Setup Guides Introduction Replacing Graphite Syslog Analytics with FluentD Future Features Binary Protocol Pubsub Column Indexes and Tags Shard Spaces and Retention Policies Custom Functions Security Enhancements Merging Many Series Client Libraries JavaScript Ruby Rails Python Python (async Tornado) Node.js PHP Java Clojure Common Lisp Java Metrics Go Go Metrics Scala R Perl Haskell Contributing CLA To this Documentation License ...

Linked on 2014-12-16 18:39:21 | Similar Links
Kyle Terry on Twitter: "#hellascale"

<![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 Kyle Terry ‏ @ s0paranoid 9s 9 seconds ago # hellascale 0 repli...

Linked on 2014-12-16 18:32:06 | Similar Links
dubey/weaver · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 16 Fork 0 dubey / weaver /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar A scalable, fast, consistent graph store http://weaver.systems 1,149 commits 2 branches 0 releases 4 contributors C++ 83.6% Python 13.4% Shell 1.8% C 1.2% C++ Python Shell C branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters master /.select-menu-item shard_perf /.select-menu-item Nothing to show /.select-menu-list Nothing to show /...

Linked on 2014-12-16 18:26:01 | Similar Links
weaver

Fixed navbar Toggle navigation Home Install Setup Tutorial FAQ Contact Us /.nav-collapse #intro A scalable, fast, consistent graph store Weaver is a distributed graph store that provides horizontal scalability, high-performance, and strong consistency. Weaver enables users to execute transactional graph updates and queries through a simple python API. For example, you can create a user (node) and a link (edge) of a specified type in a single transaction: graph.begin_tx() graph.create_node('ayush') graph.create_edge('ayush', 'egs') graph.set_edge_property('type', 'friend') graph.end_tx() You can query a user's friends-of-friends in another transaction: two_hop_friends = graph.traverse('ayush'). \ out_edge([('type', 'friend')]).node(). \ out_edge([('type', 'friend')]).node().execute() Weav...

Linked on 2014-12-16 18:23:42 | Similar Links
Announcing a redesign of the Django websites | Weblog | Django

Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code About Posted by Jannis Leidel and Russell Keith-Magee on December 15, 2014 The Django project is excited to announce that after many years, we're launching a redesign of our primary website , our documentation site and our issue tracker . Django's website has been largely unchanged since the project was launched back in 2005, so you can imagine how excited we are to update it. The original design was created by Wilson Miner while he was working at the Lawrence Journal-World, the newspaper at which Django was created.. Wilson's design has held up incredibly well over the years, but new design aesthetics, and technologies such as mobile devices, web fonts, HTML5 and CSS3 have drastically changed the way websites are built. The old design was a...

Linked on 2014-12-16 18:17:45 | Similar Links
#infoforcefeed - Home

_ __ __ __ _ (_) / _| / _| / _| | | _ _ __ | |_ ___ | |_ ___ _ __ ___ ___| |_ ___ ___ __| | ___ _ __ __ _ | | '_ \| _/ _ \| _/ _ \| '__/ __/ _ \ _/ _ \/ _ \/ _` | / _ \| '__/ _` | | | | | | || (_) | || (_) | | | (_| __/ || __/ __/ (_| || (_) | | | (_| | |_|_| |_|_| \___/|_| \___/|_| \___\___|_| \___|\___|\__,_(_)___/|_| \__, | __/ | |___/ #infoforcefeed / Pick your battles. About › Projects › Talks › Tracker › Hit us up on IRC. ...

Linked on 2014-12-16 18:03:47 | Similar Links
papers-we-love/papers-we-love · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 10,350 Fork 975 papers-we-love / papers-we-love /.container /.repohead Code Issues Pull Requests Wiki Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Papers from the computer science community to read and discuss. http://paperswelove.org/ 395 commits 1 branch 0 releases 78 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-list /.select-menu-modal /.select-menu-modal-holder /.se...

Linked on 2014-12-16 17:40:03 | Similar Links
lair/parse.h at master · qpfiffer/lair · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 6 Fork 4 qpfiffer / lair /.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:d7a39e840b4acc4fab64a6a4460d83f7 branch: master Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters function_arguments /.select-menu-item master /.select-menu-item token_vs_type_refactor /.select-menu-item Nothing to show /.select-menu-list Nothing to show /.select-menu-list /.select-menu-modal /.select-menu-modal-holder /.select-menu lair / include ...

Linked on 2014-12-16 17:31:41 | Similar Links
Microaggression theory - Wikipedia, the free encyclopedia

CentralNotice Microaggression theory From Wikipedia, the free encyclopedia Jump to: navigation , search This article has multiple issues. Please help improve it or discuss these issues on the talk page . This article contains wording that promotes the subject in a subjective manner without imparting real information . Please remove or replace such wording and instead of making proclamations about a subject's importance, use facts and attribution to demonstrate that importance. (September 2014) This article lends undue weight to certain ideas, incidents, or controversies . Please help to create a more balanced presentation. Discuss and resolve this issue before removing this message. (September 2014) It has been suggested that this article be merged with Discrimination . ( Discuss ) Proposed since September 2014. Micro-aggressio...

Linked on 2014-12-16 05:49:45 | Similar Links
Frozen conflict - Wikipedia, the free encyclopedia

CentralNotice Frozen conflict From Wikipedia, the free encyclopedia Jump to: navigation , search Geopolitics of Eastern Europe, 2014, showing the frozen conflict zones of Transnistria , Crimea , Abkhazia and South Ossetia (numbered 1–4), as well as Nagorno-Karabakh (shown as darker shaded region within Azerbaijan), Northern Cyprus (lighter region within Cyprus), and Kosovo (beige region within Serbia). Israel and the Palestinian territories also appear on the map. In international relations , a frozen conflict is a situation in which active armed conflict has been brought to an end, but no peace treaty or other political framework resolves the conflict to the satisfaction of the combatants. The term has been commonly used for post-Soviet conflicts , but it has also often been applied to other perennial territorial disputes . [ 1 ] [ 2 ] [ 3 ] The de facto situatio...

Linked on 2014-12-16 05:39:50 | Similar Links
chrisk5000 on Twitter: "Interpreted languages I just don't see how. http://t.co/hNIuRBiffu"

<![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 chrisk5000 ‏ @ chrisk5000 Nov 19 Interpreted languages I just don't...

Linked on 2014-12-16 02:52:58 | Similar Links
« 1166 1167 1168 1169 1170 1506 »

Pages are deceptive. Live life in a basket.