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 [email protected] Wed Nov 2 12:35:34 2016 | |
Return-Path: <[email protected]> | |
X-Original-To: [email protected] | |
Delivered-To: [email protected] | |
Received: from h2.example.com (h2.example.com [85.194.241.179]) | |
by arber.example.com (Postfix) with ESMTP id 84A4760187 | |
for <[email protected]>; Wed, 2 Nov 2016 12:35:34 +0100 (CET) | |
MIME-Version: 1.0 | |
From: Paula <[email protected]> | |
To: [email protected] |
# 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: