Skip to content

Instantly share code, notes, and snippets.

@taiar
taiar / serbilian.rb
Created February 25, 2022 13:56 — forked from brunoro/serbilian.rb
Serbilian cyrilic: a cyrilic script for Brazilian Portuguese based in Serbian Cyrilic
#!/usr/bin/ruby
require 'logger'
require 'pragmatic_tokenizer'
require 'unicode_utils'
class Serbilian
SINGLE_LETTER_WORDS = {
"à" => "a",
"ã" => "ɐ̃",
"â" => "ɐ̃",
@taiar
taiar / custom-commands.sublime-commands
Created October 6, 2024 16:21
csv to where sublime plugin
[
{"caption": "CSV to Where", "command": "format_as_where"}
]