Skip to content

Instantly share code, notes, and snippets.

View coramuirgen's full-sized avatar

Cora Muirgen coramuirgen

View GitHub Profile
@coramuirgen
coramuirgen / vim_colorscheme_convert_terminal.rb
Last active January 24, 2019 02:47 — forked from metalelf0/neovim_colorscheme_patcher.rb
Convert vim colorscheme to terminal colors
#!/usr/bin/env ruby
class VimColorscheme
attr_accessor :file_path
def initialize(file_path)
@file_path = file_path
end
@coramuirgen
coramuirgen / 0_reuse_code.js
Created May 8, 2016 15:03
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console