Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 1 Fork 1 public colby / .dotfiles /.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:764826e4976e16a121eeb491c95fa94b 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 ...
Logo Skip to Navigation Utility Menu Search Box XXX: reinstate this <div id="screen-switcher"></div> Main Menu NEED LEVEL TWO HEADER AND FOOTER Package Index Browse packages Package submission List trove classifiers List packages RSS (latest 40 updates) RSS (newest 40 packages) Python 3 Packages PyPI Tutorial PyPI Security PyPI Support PyPI Bug Reports PyPI Discussion PyPI Developer Info About News Documentation Download Community Foundation Core Development Links Package Index > Pillow > 2.0.0 Login Register Lost Login? Use OpenID Downloads ↓ Python Imaging Library (fork) Latest Version: 2.5.1 Note Pillow >= 2.0.0 supports Python versions: 2.6, 2.7, 3.2, 3.3; Pillow < 2.0.0 supports Python versions: 2.4, 2.5, 2.6, 2.7. Pillow is the "friendly" PIL fork by Alex Clark and Contributors. PIL is the Python...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 25 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Fixes msgpack encoding bug. Loading branch information ... commit 54c039c4e6db47e3592a1e886c1206037a526b70 1 parent 2662c14 qpfiffer authored July 24, 2014 Showing 2 changed files with 4 additions and 4 deletions . Show diff stats Hide diff stats + 2 − 2 c_src/oleg.c + 2 − 2 c_src/test.c 4 c...
A Future Site ▼ #header-options Change region: US/International United Kingdom Australia Home News What's Hot Reviews Previews Free Games eSports MMO Tech Magazine #topDeck #navigation include file="/dfp/news/doubleclick_widget_leaderboard" Home > News > Pathologic remake confirmed, will launch on Kickstarter this September Tweet .twitter-me .facebook-like .google-plus1 .post-header-social Phil Savage at .post-header-meta An announcement arrives. Where did it come from? A swirling void of unknowable madness? Skittering figures just out of sight? The bloodied heart of a diseased, living city? No, it was just an email. Fortunately, the contents of the announcement are more unusual that its delivery method: Ice-Pick Lodge—creators of The Void and, most recently, Knock-Knock —have confirmed plans to remake their debut game , Pathologic. To fund the creepy RPG/adventure, the developers will ...
Boost C++ Libraries ...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu , C++ Coding Standards Basic usage Renaming the indeterminate state tribool input/output The tribool class acts like the built-in bool type, but for 3-state boolean logic. The three states are true , false , and indeterminate , where the first two states are equivalent to those of the C++ bool type and the last state represents an unknown boolean value (that may be true or false , we don't know). The tribool class supports conversion from bool values and literals along with its own indeterminate keyword: tribool b(true); b = false; b = indeterminate ; tribool b2(b); tribool supports conversions to bool for use in conditional statements. The conversion to bool wil...
CentralNotice Infinite monkey theorem From Wikipedia, the free encyclopedia Jump to: navigation , search Not to be confused with Hundredth monkey effect . This article needs additional citations for verification . Please help improve this article by adding citations to reliable sources . Unsourced material may be challenged and removed. (January 2012) Given enough time, a chimp punching at random on a typewriter would almost surely type out all of Shakespeare's plays. The infinite monkey theorem states that a monkey hitting keys at random on a typewriter keyboard for an infinite amount of time will almost surely type a given text, such as the complete works of William Shakespeare . In this context, "almost surely" is a mathematical term with a precise meaning, and the "monkey" is not an actual monkey , but a metaphor for an abstract device that produces a...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 130 Fork 19 public rprichard / x11-canvas-screencast /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar X11-to-HTML5-Canvas screencasting http://htmlpreview.github.com/?https://github.com/rprichard/x11-canvas-screencast/blob/master/example/example.html 23 commits 1 branch 0 releases 1 contributor C++ 45.0% Python 28.5% JavaScript 22.2% C 2.9% Prolog 1.4% C++ Python JavaScript C Prolog branch: master Sw...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 25 Fork 3 public infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Added test for fucked up msgpack thing. master commit 2662c14019672e2fe787bbf67260112854557dcf 1 parent 3841ac9 qpfiffer authored July 24, 2014 Showing 1 changed file with 48 additions and 3 deletions . Show diff stats Hide diff stats + 48 − 3 c_src/test.c 51 c_src/test.c Show notes View @@ -328,7 +...
<h1 id="main_header"><a href="/">#metaforcefeed</a></h1> "Bash disinformation campaign."</span> #metaforcefeed nijotz | You just manage their addictions until they die Register Login 27 ✈ jnerula ☹ As we all know, fuckingshellscripts exists but depends on ruby. Dumb. What the world needs is a pure bash solution. Written using only what ships with linux. Amazing, portable and with no YAML in sight. This project aims to provide a simple, portable and configurationless framework for provisioning and managing boxen. It should provide a minimal set of helper functions for installing packages (agnostic from the distro), ascertaining things about the target machine, etc. It should work over SSH. Declarative programming a shit. Use anywhere you would instead use Ansible/Chef/Puppet/Salt. Because all of the other ones are too complicated, and they stick to ...
CentralNotice DEFLATE From Wikipedia, the free encyclopedia Jump to: navigation , search "Deflate" redirects here. For other uses, see Deflation (disambiguation) . This article needs additional citations for verification . Please help improve this article by adding citations to reliable sources . Unsourced material may be challenged and removed. (January 2009) In computing , deflate is a data compression algorithm that uses a combination of the LZ77 algorithm and Huffman coding . It was originally defined by Phil Katz for version 2 of his PKZIP archiving tool and was later specified in RFC 1951 . [ 1 ] The original algorithm as designed by Katz was patented as U.S. Patent 5,051,745 and assigned to PKWARE, Inc. . [ 2 ] [ 3 ] As stated in the RFC document, Deflate is widely thought to be implementable in a manner not covered by patents. [ 1 ] This has led to its...
Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository /.select-menu-item All repositories /.select-menu-item Star 0 Fork 0 public qpfiffer / kyotopantry /.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:2bfeb74a715a2845143b7deb496f2b07 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 ...
Skip to content Sign up Sign in Explore Features Enterprise Blog Quinlan P. qpfiffer aquameta Portland, OR qpfiffer@gmail.com http://qpfiffer.com Joined on Jan 18, 2010 21 followers 74 Starred 17 Following Follow Contributions Repositories Public activity POPULAR REPOSITORIES merveilles_io 6 A flask + kyotocabinet app that lists links posted to it in a timeline like fashion. traumaetranslate 4 A traumae translator service for the tenyks irc bot. BashDB 1 A Key/Value store written entirely in bash. Blind-Bottle-Return 1 A game written in C#/XNA about returning bottles while under the influence. DotFiles 1 DotFiles infoforcefeed / OlegDB 25 Enough works to use this in production point97 / puget-sound 0 Survey for Puget Sound ...
0x40 hues and other flash discussion. corrects IE6 width calculation google_ad_section_start(name=default) Friday, June 20, 2014 Message Board (7/17) 0x40 Hues Remote Respack List The Grayscale pack should work now in the flash. I thought AMM had already fixed that. Which UI style do you prefer, Retro, v4.20, or Modern? Let us know in the poll at the bottom of this page. Thanks to all who have sent in Respacks! They've been fun to check out, and I'm sure others appreciate the new content as well. Posted by Pyure at 10:03 PM 7 comments: Friday, June 6, 2014 0x40 Hues v5.0 It's finally here! After much procrastination and release date postponing, we're happy to...
Start >> HTML Body Fixed NavBar Section Zebra Result in 5 minutes Tutorial API Doc Samples How to create a color picker with Zebra Downloads Questions Callout | Section Template Zebra project on GITHUB Features | Section Template Building and rendering any imaginable UI components on HTML5 Canvas. Pixel by pixel painting control, event handling, focus management, look and feel customization, layout management and so on. More than 30 various UI components: grid, tree, scroll, text field, text area, combo, menu, widow, dialog, popup menu, tooltip, tabs, slider, list, button, video checkbox, radio box, label, border panel, split panel and many others. Light weight, fast and compact UI engine. Handy to render a content on canvas, handle events, layouting, layering, clipboard supporting and many other....
0MQ Api google_ad_section_start(weight=ignore) Home Admin Edit page Print page Edit this menu Edit side menu Page categories Recent changes Change theme Manage site Help Wiki syntax Modules reference Create account or Sign in This page is not used. google_ad_section_end zmq_cpp(7) zmq_cpp(7) Back to Contents ØMQ Manual - ØMQ/2.1.11 + Table of Contents - Table of Contents Fold Unfold Table of Contents Name Synopsis Description Context Constructor Destructor Methods Socket Constructor Destructor Methods Message Constructor Destructor Methods Input/output multiplexing Error handling Example See also Authors Name zmq_cpp - interface between ØMQ and C++ applications Synopsis #include <zmq.hpp> c++ [ flags ] files -lzmq [ libraries ] Description This manual page describes how the ØMQ C++ language...
closing tag is in template navbar Register Help Remember Me? Forum FAQ Calendar Community Groups Albums Thanks / Like Statistics Hottest Threads / Posts Forum Actions Mark Forums Read Quick Links View Site Leaders Thanks / Like Statistics Hottest Threads / Posts What's New? Advanced Search closing div for above_body Forum Computing Life MDL Projects and Applications KMS tools Microsoft Toolkit - Official KMS Solution for Microsoft Products Page 1 of 1042 1 2 3 4 +10 11 +50 51 +100 101 +500 501 +1000 1001 ... Last Jump to page: Results 1 to 10 of 10415 Microsoft Toolkit - Official KMS Solution for Microsoft Products Thread Tools Show Printable Version Subscribe to this Thread… Display Linear Mode Switch to Hybrid Mode Switch to Threaded Mode see bottom of postbit.css for .userinfo .popu...