Iterator appears to require implementation of $key although it is not defined in the interface.
hhvm --version
HipHop VM 4.0.3 (rel)
Compiler: 1551382911_N
Repo schema: 738e610628295bb89d752ed238c444f9687b1b67
| # frozen_string_literal: true | |
| source "https://rubygems.org" | |
| gem "rack" |
| #!/usr/bin/env ruby | |
| puts DATA.readlines.sample.strip | |
| # From http://macintoshphone.blogspot.com/p/list-of-apple-ic-slogans.html | |
| __END__ | |
| iThink, therefore iMac. | |
| Hello. Again. | |
| Blows minds, not budgets. | |
| Where did the computer go? |
| Homebrew build logs for hhvm/hhvm/hhvm@3.21-lts on macOS 10.13.3 | |
| Build date: 2018-03-20 16:14:51 |
| Homebrew build logs for slack/slack/hhvm@3.23 on macOS 10.13.3 | |
| Build date: 2018-03-20 15:35:21 |
| 1password | |
| divvy | |
| dropbox | |
| google-chrome | |
| nvalt | |
| screenflow | |
| skitch | |
| spotify | |
| sublime-text |
| #!/bin/bash | |
| set -eou pipefail | |
| # From https://heyfocus.com/enabling-do-not-disturb-mode and | |
| # https://apple.stackexchange.com/questions/145487 | |
| if [[ $(defaults -currentHost read ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturb) -eq 0 ]]; then | |
| defaults -currentHost write ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturb -boolean true | |
| defaults -currentHost write ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturbDate -date "`date -u +\"%Y-%m-%d %H:%M:%S +000\"`" |
request response
| Λ
+-|-----------------|--+
| | MIDDLEWARE 1 | |
+-|-----------------|--+
| | MIDDLEWARE 2 | |
+-|-----------------|--+
| V APPLICATION | |
+----------------------+
| american avocet | |
| american coot | |
| american crow | |
| american goldfinch | |
| american kestrel | |
| american redstart | |
| american robin | |
| anna's hummingbird | |
| bald eagle | |
| barn swallow |