I hereby claim:
- I am rlue on github.
- I am ryanlue (https://keybase.io/ryanlue) on keybase.
- I have a public key ASCSBlloCRfd54KXvQSrRPyWNfLRNce0t4fjwxd-ZpNdlwo
To claim this, I am signing this object:
#!/usr/bin/env ruby | |
# frozen_string_literal: true | |
module CangjieMap | |
IM_TABLE_RAW = DATA.readlines.freeze | |
module Radicals | |
ROM_TO_CJ_MAP = IM_TABLE_RAW[12..37].map(&:split).to_h.freeze | |
CJ_TO_ROM_MAP = ROM_TO_CJ_MAP.to_a.map(&:reverse).to_h.freeze |
require 'benchmark' | |
ASSOCIATIONS = { | |
'2' => (1..10).to_a, | |
'4' => (1..10).to_a, | |
'6' => (1..10).to_a, | |
'8' => (1..10).to_a, | |
'10' => (1..10).to_a, | |
'12' => (1..10).to_a, | |
'14' => (1..10).to_a, |
From 8b11391258c-c-720@example.com Wed Nov 2 12:35:34 2016 | |
Return-Path: <8b11391258c-c-720@example.com> | |
X-Original-To: info@example.ch | |
Delivered-To: example-swiss-sales@arber.example.com | |
Received: from h2.example.com (h2.example.com [85.194.241.179]) | |
by arber.example.com (Postfix) with ESMTP id 84A4760187 | |
for <info@example.ch>; Wed, 2 Nov 2016 12:35:34 +0100 (CET) | |
MIME-Version: 1.0 | |
From: Paula <databases.en@example.com> | |
To: info@example.ch |
# IMPORTANT: This bug report is specific to postgresql. Create the test DB with | |
# | |
# $ createdb kaminari | |
# | |
# before running this test case. | |
begin | |
require "bundler/inline" | |
rescue LoadError => e | |
$stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" |
I hereby claim:
To claim this, I am signing this object: