I hereby claim:
- I am navaneeth on github.
- I am navaneethkn (https://keybase.io/navaneethkn) on keybase.
- I have a public key ASA40VMS5sQ8fGLDr4nJEIc3yfX7lrlH9Hz1ftKCHC1S9Ao
To claim this, I am signing this object:
require 'fileutils' | |
require 'tmpdir' | |
require 'optparse' | |
options = {} | |
OptionParser.new do |opts| | |
opts.banner = "usage: rename_keyspace --from <current-name> --to <new-name>" | |
opts.on("--from=name", "Current keyspace name") do |name| |
I hereby claim:
To claim this, I am signing this object:
require 'ffi' | |
module Exec | |
extend FFI::Library | |
ffi_lib FFI::Library::LIBC | |
attach_function :fork, [], :int | |
end | |
def fork | |
pid = Exec.fork | |
if pid == 0 |
(function() { | |
self.port.on('init', init); | |
function init(data) { | |
var active = document.activeElement; | |
if (!active) { | |
console.log("Failed to get activeElement"); | |
} | |
if (active != document.body) { |
$ ./varnamc --symbols ml --transliterate malayalam |
$ ./varnamc -h | |
Usage: varnamc [options] language_code args | |
-l, --library FILE Sets the varnam library | |
-v, --verbose Enable verbose output | |
-t, --transliterate TEXT Transliterate the given text | |
-r, --reverse-transliterate TEXT Reverse transliterate the given text | |
-n, --learn [TEXT] Learn given text. Use --files option together with this to learn from file | |
-f, --files files Reads from the specified files | |
-s, --symbols VALUE Sets the symbols file | |
-c, --compile FILE Compile symbols file |