This script got promoted to a real repo! See it here: https://github.com/grafted-in/nixops-manager
- Inexplicable perversity of human nature.
- The clever machinations of MongoDB's marketing people.
- The AGPL license killed it.
- We spent too long development before monetizing.
- Bad performance.
- Numeric types limited to a 64-bit `float`.
- Great product, but didn't/couldn't translate to revenue.
- Bad business model.
- Failure in timezones/timestamp nuances.
| #!/usr/bin/env python2.7 | |
| # -*- coding: utf-8 -*- | |
| ''' | |
| ### TOR IRC ### Fully anonymous text chat. Launch it using your python language interpreter in a bash shell / Konsole. | |
| ### TorTextChat (TTC) ### | |
| release home site https://gist.github.com/torifier/f1a7c1ac7b6b003cd9e1c187df2c5347 | |
| TorTextChat version 1.981 | |
| find chat partners, see also : https://beamstat.com/chan/general |
| Seinfeld Fan Trivia | |
| Are you a Seinfeld fan? Test your knowledge with the Seinfeld Fan Trivia skill! | |
| Hey Dad - Dad Jokes | |
| Tell me a dad joke! | |
| Chili Pepper Nut | |
| Chili Pepper Nut is fun trivia about chili peppers. | |
| AccuWeather |
| using System; | |
| using System.Runtime.InteropServices; | |
| internal class Stub | |
| { | |
| internal struct IMAGE_EXPORT_DIRECTORY | |
| { | |
| public uint Characteristics; | |
| public uint TimeDateStamp; |
| # strings from Chimera Core.dll | |
| # extracted by: hasherezade | |
| ## | |
| secp256k1 | |
| :HAA6 | |
| RIPEMD160 | |
| SHA1 | |
| SHA224 | |
| SHA256 |
This is a strawman proposal for adding pattern matching to ECMAScript. Pattern matching is useful for matching a value to some structure in a similar way to destructuring. The primary difference between destructuring and pattern matching are the use cases involved - destructuring is useful for binding pieces out of larger structures whereas pattern matching is useful for mapping a value's structure to data or a set of behaviors. In practice this means that destructuring tends to allow many shapes of data and will do its best to bind something out of it, whereas pattern matching will tend to be more conservative.
Additionally, the power of pattern matching is increased substantially when values are allowed to participate in the pattern matching semantics as a matcher as well as a matchee. This proposal includes the notion of a pattern matching protocol - a symbol method that can be implemented by objects that enables developers to use those values in pattern matching. A common scenario w
The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.
I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.
| <!DOCTYPE html> | |
| <html ng-app="test"> | |
| <head> | |
| <title>Performance Comparison for Knockout, Angular and React</title> | |
| <link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/css/bootstrap.css" rel="stylesheet" /> | |
| <style type="text/css"> | |
| * { box-sizing:border-box; } | |
| body { padding:30px 0; } | |
| h2 { margin:0; margin-bottom:25px; } | |
| h3 { margin:0; padding:0; margin-bottom:12px; } |