container to normalize fixed navigation behavior when scrolling Feature Articles Serendipity Marketing Software The Shadow Over ShipPoint The Alpha-Team It's Easier This Way Security through Idiocy A Stupid Comment Bazooka Proof CodeSOD A Binary Number Generator The UntouchaDBles Brick by Brick The Beginning of the Zend Is It Safer to Use Numbers? Parallel SQL Queries Line by Line We Don't Need no Stinking Elses Error'd Just Testing the News CMD: Completely Malicious Data Undefined Favorites Sorry, but You Can't Do the Math Do the Math The Post Office is Wrong Free as in $5.29 Cheese Sticks Best. Soup. Ever. Forums Other Articles Random Article Alex's Soapbox Announcements Best of the Sidebar Bring Your Own Code Coded Smorgasbord Mandatory Fun Day Off Topic Representa...
content DFWiki Leaderboard Top sitenotice Maintenance notice The wiki is currently being upgraded and may be temporarily unavailable. See the forum thread for details. This notice may be cached—the current version can be found here . /sitenotice firstHeading DF2014:Losing /firstHeading bodyContent tagline From Dwarf Fortress Wiki /tagline subtitle (Redirected from Fun ) /subtitle jumpto Jump to: navigation , search /jumpto bodycontent xTATTEREDx · +FINE+ · *SUPERIOR* · ≡EXCEPTIONAL≡ · ☼MASTERWORK☼ This article or section has been rated D for Dwarf . It may include witty humour, not-so-witty humour, bad humour, in-jokes, and references to the Bay12 forums . Don't believe everything you read, and if you miss some of the references, don't worry. It was inevitable. v0.40.15 · v0.34.11 · v0.31.25 · v0.28.181.40d · v0.23.130...
home 16 Oct 2014 - By Karl Seguin I realized something recently: I know virtually nothing about UDP. Oh, I know it's connectionless, has no handshaking and thus doesn't provide any guarantees about delivery or ordering. But, in practice, what does that actually mean? I setup 5 VPS to send each other a few UDP packets over a 7 hour period. I didn't send much traffic (though that's certainly worth trying). Each server, every 9-11 second, randomly picked a target and sent 5-10 packets ranging from 16 to 1016 bytes. 2 servers were in the same data center in New Jersey. 1 each in LA, Amsterdam and Tokyo. The first thing I wanted to know was how unreliable UDP was. Are we talking about a delivery rate of 25%? 50%? 75%? Packets Received - click table to toggle % Receiver NJ 1 NJ 2 LA NLD JPN NJ 1 - 2981/2981 2888/2889 2964/2964 3053/3054 NJ 2 3016/3016 - 3100/310...
<![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 Senator Ted Cruz Verified account @ SenTedCruz 9h 9 hours ago "Net ...
Sign up for a GitHub account Sign in All Gists aphyr / gist:43a04a8681cdab0b04c9 Created November 11, 2014 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav Computer talks and videos View gist:43a04a8681cdab0b04c9 gistfile1.md Raw File suppressed. Click to show. Some stuff off the top of my head: Monitorama 2013: http://vimeo.com/67181466 RICON East 2013: https://www.youtube.com/watch?v=mxdpqr-loyA Strangeloop 2013: http://www.infoq.com/presentations/partitioning-comparison Opsmatic 2013: https://www.youtube.com/watch?v=F6nVW8t35Q0 Philly ETE 2014: https://www.youtube.com/watch?v=I6fD3FhwDio Strangeloop 2014 (better version of the ETE talk) https://ww...
CentralNotice Joule (programming language) From Wikipedia, the free encyclopedia Jump to: navigation , search Joule Paradigm(s) multi-paradigm : object-oriented , distributed , Dataflow Designed by E. Dean Tribble Appeared in 1996 Typing discipline untyped Influenced by Concurrent Logic Programming , Actors Influenced E Joule is a concurrent dataflow programming language, designed for building distributed applications . It is so concurrent that the order of statements within a block is irrelevant to the operation of the block. Statements are executed whenever possible, based on their inputs. Everything in Joule happens by sending messages. There is no control flow . Instead, the programmer describes the flow of data, making it a dataflow programming language. It is considered the precursor to the E programming language . Language syntax [ ed...
CentralNotice Persistent data structure From Wikipedia, the free encyclopedia Jump to: navigation , search In computing , a persistent data structure is a data structure that always preserves the previous version of itself when it is modified. Such data structures are effectively immutable , as their operations do not (visibly) update the structure in-place, but instead always yield a new updated structure. (A persistent data structure is not a data structure committed to persistent storage , such as a disk; this is a different and unrelated sense of the word "persistent.") A data structure is partially persistent if all versions can be accessed but only the newest version can be modified. The data structure is fully persistent if every version can be both accessed and modified. If there is also a meld or merge operation that can create a new version from two previous v...
CentralNotice Mnesia From Wikipedia, the free encyclopedia Jump to: navigation , search Mnesia Developer(s) Ericsson Stable release 4.11 / January 23, 2014 ( 2014-01-23 ) Written in Erlang Operating system Cross-platform Platform Cross-platform Type Relational Database Management System License Open Source Erlang Licence Website www.erlang.org/doc/man/mnesia.html The LYME (software bundle) is based on Erlang and comprises Mnesia . It's entirely composed of free and open-source software Mnesia is a distributed , soft real-time database management system written in the Erlang programming language . [ 1 ] 1 Purpose of Mnesia 2 Working with Mnesia 2.1 Database model 2.2 Relational features 2.3 Coding for Mnesia 2.4 Transactions 3 Efficient execution 4 Origins and licensing 5 Contemporary interest in Mnesia 5.1 eja...
Empty This chapter describes Mnemosyne, the Mnesia database query language, and the syntax, semantics, and rules which apply to Mnesia queries. The following sections are included: Mnemosyne - the Mnesia query language Evaluating queries Mnesia query examples Matching Generated functions The following notational conventions are used in this chapter: Reserved words and symbols are written like this: table . Syntactic categories are written like this: <pattern> . Empty Empty Mnemosyne is the query language and the optimizing query compiler for the Mnesia Database Management System. Empty Database queries are used when more complex operations than just a simple key-value lookup are required on a database. A query can find all records in a table that fulfills a given property. For example, think of a table storing the status of subscriber lines in a telephone exchan...