Skip to content

Instantly share code, notes, and snippets.

View Kimtaro's full-sized avatar

Kim Ahlström Kimtaro

View GitHub Profile
# ========================
# = Specific to Japanese =
# ========================
if ( $c->stash->{query}->{form}->{jap} ) {
$query->{'jap.jap'} = {'like' => $c->stash->{query}->{sql}->{jap_tokens}};
my $q_jap = $c->model('DJDB')->storage->dbh->quote($jap);
$options = {
join => [qw/jap/],
order_by => qq{
use strict;
use warnings;
use utf8;
use LWP::UserAgent;
use JSON;
use XML::Simple;
use Data::Dumper;
use Time::HiRes qw(gettimeofday tv_interval);
use URI::Escape qw(uri_escape_utf8);
# -*- encoding: utf-8 -*-
require 'benchmark'
require 'rubygems'
require 'active_support'
require 'oniguruma'
include Oniguruma
SKIP_INVALID_UTF8 = Iconv.new('UTF-8//IGNORE', 'UTF-8')
SIZE_R = ORegexp.new('.', '', 'utf8')
# Run like so: perl api_functional.pl api.smart.fm YOUR_API_KEY
use strict;
use warnings;
use utf8;
use Test::More qw(no_plan);
use LWP::UserAgent;
use JSON;
use XML::Simple;
use Data::Dumper;
#!/usr/bin/env ruby
# TextMate command for very simple pretty-printing of SQL
print $stdin.readlines.join("\n").gsub(/
(
SELECT (\s+ DISTINCT)? |
FROM |
(LEFT (\s+ OUTER)? | INNER)? \s* JOIN |
UNION |
WHERE |
require 'test/unit'
require 'test/unit/ui/console/testrunner'
module Kaku
FULLWIDTH_ROMAJI = '!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ '
HALFWIDTH_ROMAJI = '!"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ '
def fullwidth_to_halfwidth(text)
text.gsub(/\xEF[\xBC\xBD]./) do |m|
m[1] == 188 ?
@Kimtaro
Kimtaro / phones.rb
Created February 5, 2009 01:54 — forked from mattt/phones.rb
# 'r' after open-mid central unrounded?
module Keats
module Phones
IPA_CONSONANTS = {
"B" => "b", # b - Lower-case B <be> voiced bilabial plosive
"CH" => "t\312\203", # tʃ - T-Esh ligature <cheese> voiceless postalveolar affricate
"D" => "d", # d - Lower-case D <dee> voiced dental or alveolar plosive
"DH" => "\303\260", # ð - Eth <thee> voiced dental fricative
"F" => "f", # f - Lower-case F <fee> voiceless labiodental fricative