Sign up for a GitHub account Sign in All Gists public qpfiffer / gist:742c5129b9fcb32511cd Created 2014-06-17 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 gistfile1.txt Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 What is this? ------------- Just kicking around an idea I hate. meta_room is basically a corporate office simulation. You will be able to simulate a small (or maybe large) office building. The main goal is to just watch "people" do mundane and stupid things. Imagine the following text: Andrew has gone to the bathroom. Janet beg...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 4 Fork 1 public google / flatbuffers /.container /.repohead Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Code 3 Issues 13 HTML 13 C++ 11 Markdown 9 Java 6 XML 5 JavaScript 3 CSS Shell 2 Makefile 2 JSON Search all of GitHub Search Shell .gitignore Last indexed June 16, 2014 Shell android/build_apk.sh Last indexed June 16, 2014 Shell docs/source/doxyfile Last indexed June 16, 2014 How are these search resul...
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 Fork 1 public google / flatbuffers /.container /.repohead Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Memory Efficient Serialization Library 5 commits 2 branches 1 release 1 contributor Shell 37.4% C++ 32.4% CSS 8.5% C 7.4% Java 7.3% JavaScript 6.7% Perl 0.3% Shell C++ CSS C Java JavaScript Perl branch: master Switch branches/tags /.select-menu-header Branches Tags /.sele...
CentralNotice Avalanche effect From Wikipedia, the free encyclopedia Jump to: navigation , search This article is about cryptography . For other meanings, see Snowball effect and Avalanche (disambiguation) . This article includes a list of references , but its sources remain unclear because it has insufficient inline citations . Please help to improve this article by introducing more precise citations. (July 2009) In cryptography , the avalanche effect refers to a desirable property of cryptographic algorithms , typically block ciphers and cryptographic hash functions . The avalanche effect is evident if, when an input is changed slightly (for example, flipping a single bit) the output changes significantly (e.g., half the output bits flip). In the case of high-quality block ciphers, such a small change in either the key or the plaintext should cause a drastic ...
CowDB Bug Tracker Getting Started Manual API Reference BitBucket Twitter Mailing List IRC Cowdb implements an indexed, key/value storage engine. The primary index is an append-only btree implemented using CBT a btree library extracted from Apache CouchDB . Get started! current version: 0.1.0 Source Other Downloads Append-Only b-tree using COW Read/Write can happen independently Put/Get/Delete/Fold operations support transactions transaction functions Transaction log Snapshotting support Automatic compaction 1> {ok, Pid} = cowdb:open ("testing.db"). {ok,<0.35.0>} 2> cowdb:put (Pid, a, 1). {ok, 1} 3> cowdb:get (Pid, a). {ok,{a,1}} 4> cowdb:lookup (Pid, [a, b]). [{ok,{a,1}},not_found] 5> cowdb:put (Pid, b, 2). {ok, 2} 6> cowdb:lookup (Pid, [a, b]). [{ok,{a,1}},{ok,{b,2}}] 7> cowdb:lookup( Pid, [a, b, c, d]). [{o...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 23 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues 29 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Fix AOL replay. Loading branch information ... commit 8d25fe90682750fc1219b70da48af9cfbb1962bb 1 parent db086e5 qpfiffer authored June 13, 2014 Showing 1 changed file with 19 additions and 0 deletions . Show diff stats Hide diff stats 19 src/oleg.c 19 src/oleg.c show inline notes View ...
BT ####### SITE START ######### About Us About You Our Contributor Team Purpose Index Exclusive updates on: ####### HEADER START ######### Facilitating the spread of knowledge and innovation in professional software development ####### search ######### ####### login ######### Login ####### logo ######### En | 中文 | 日本 | Fr | Br 1,025,429 May unique visitors ####### menu ######### Development Java .Net Cloud Mobile HTML5 JavaScript Ruby DSLs Python PHP API All in Development Architecture & Design Architecture Modeling Scalability/Performance DDD BDD AOP Patterns Security Cloud SOA All in Architecture & Design Process & Practices Agile Leadership Collaboration Agile Techniques Methodologies Continuous Integration Lean/Kanban All in Process & Practices Operations & ...
Start Alexa Certify Javascript End Alexa Certify Javascript Your browser does not have javascript support. If you have any problems viewing the video below , try the gif directly: http://giant.gfycat.com/ComposedIcyGonolek.gif . Or the webm: http://zippy.gfycat.com/ComposedIcyGonolek.webm . Mode GFYCAT http://gfycat.com/ComposedIcyGonolek HTML5 video: auto-selects best format for browser, reverts to GIF where required. GIF http://giant.gfycat.com/ComposedIcyGonolek.gif Slower. For "gif only" areas (eg /r/gifs , /r/reactiongifs ) IFRAME <iframe src="http://gfycat.com/iframe/ComposedIcyGonolek" frameborder="0" scrolling="no" width="426" height="240" ></iframe> JS EMBED <img class="gfyitem" data-id="ComposedIcyGonolek" /> Sorry, you don't have HTML5 video and we didn't catch this properly in javascript. You can try to view the gif directly: http:...
Brand and toggle get grouped for better mobile display Toggle navigation Collect the nav links, forms, and other content for toggling Pages Categories Tags Archive /.navbar-collapse fastest cheapest reliable An Operating System (O/S) is a set of libraries that abstract your hardware and which mean that your unwritten software can speak to persistent storay, networks, input/output devices, etc, etc. Similarly a Cluster System (C/S) is a set of libraries that run across many computers (with different O/Ses) which means that your unwritten software can scale horizontally, failover when a computer goes down, have hardware replaced under it ...comprende? Yes, the best known one is the Google App Engine. But, like in the early days of operating systems, most running C/S are in-house and custom-built in big companies like Facebook, Twitter etc. Amazon provid...
SHCOV by Simon Kågström Current view: / Date: 2014-06-13 Instrumented lines: 440 Code covered: 62.0 % Executed lines: 273 Legend: Low: 0% to 15% Medium: 15% to 50% High: 50% to 100% Directory name Coverage /home/nick/src/shitstream/client 73.6 % 184 / 250 lines /home/nick/src/shitstream/server 50.0 % 4 / 8 lines /home/nick/.shitstream 100.0 % 3 / 3 lines /tmp/shistream 100.0 % 3 / 3 lines /usr/local/libexec 42.2 % 38 / 90 lines /home/nick/src/shitstream/client/commands 47.7 % 41 / 86 lines ...
Lifeformed supported by subscribers: / 00:00 00:00 Digital Album Immediate download of 27-track album in the high-quality format of your choice (MP3, FLAC, and more), plus unlimited streaming via the free Bandcamp app. Also includes some album notes. Buy Now $7 USD or more Send as Gift Share / Embed 1. Everything Can Happen 00:26 download 2. Achievement Unlocked 01:13 download 3. Iced Cider (Cider Time variation) 02:33 download 4. Locked Boxes 02:44 download 5. A Coin Under Every Rock 01:55 download 6. Overthinker 03:00 download 7. Secret Grotto 03:18 download 8. Run, Don't Walk 03:00 download 9. Magic in the Corner of Your Eye 02:18 download 10. Paper Pete 02:...
<center><img src="http://www.microscope.co.uk/leaderboard-placeholder-728x90.jpg" /></center> Public Sector IT Exploring the challenges involved in large-scale IT in the public sector By Mark Ballard on June 13, 2014 9:02 AM | No Comments RBI AddThis Button BEGIN from global template CW AddThis | More RBI AddThis Button END Computer Weekly can illustrate how a UK network connection forms part of a US weapons targeting system that has slaughtered civilians in anti-terrorist attacks gone wrong. The illustrations add credibility to a legal challenge begun last month over a 2012 contract BT won to build the UK branch of the system - a fibre optic network line between RAF Croughton in Northamptonshire and Camp Lemonnier, a US military base in Djibouti, North Africa. British officials had been slow to finger the BT contract under human rights ...
<![endif] Twitter Search query Search Remove Verified account @ Suggested users 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 Computer Science @ CompSciFact 6h RT @ KenScambler : ...
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 Fork 0 public bed-project / bed /.container /.repohead Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:d9bcec6d2da68435ba3806051da578df 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 /.sel...
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 Fork 0 public bed-project / bed /.container /.repohead Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar BED: Binary Electronic Data specification 1 commit 1 branch 0 releases 1 contributor 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 ...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 23 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues 29 Pull Requests 0 Pulse Graphs Network HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Edit 4910259055e8 ... db086e5f39df We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-...
Nowadays, I mostly work on random bits of Samba 4 . Some of this is documented in my blog . Most of my commits are tracked by Ohloh . Some of my patches to other projects for which I do not have commit access (or for which I did not have commit access at the time) can be found here . During the summer of 2005, I participated in the Google Summer of Code program, where I worked on the upgrade path from Samba 3 to Samba 4. Details are here . In 2006, I worked on Kerberos support in CUPS . In 2007, 2008, 2009, 2010, 2011 and 2012 I mentored other students for the Bazaar, Samba and OpenChange projects. I have contributed to various Free Software projects, including: Samba , of course. Common Unix Printing System , Kerberos support OpenChange , build system improvements, integration with Samba, IDL. BitlBee , several areas. WireShark , BitTorrent, AIM/ICQ (Oscar), AYIYA, several DC...