Skip to content

Instantly share code, notes, and snippets.

View irasantiago's full-sized avatar

ira santiago irasantiago

  • The Bronx, NY
View GitHub Profile
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"fade_fold_buttons": false,
"folder_exclude_patterns":
@irasantiago
irasantiago / config.cson
Created June 27, 2017 13:46
Atom set up
"*":
"bracket-matcher":
autocompleteCharacters: [
"()"
"[]"
"{}"
"\"\""
"“”"
"‘’"
"«»"

Keybase proof

I hereby claim:

  • I am irasantiago on github.
  • I am irasantiago (https://keybase.io/irasantiago) on keybase.
  • I have a public key ASC1v3C5OO57txv4pkqXBcHlra7NF4_o_mP3f9ZzHZn3pAo

To claim this, I am signing this object:

@irasantiago
irasantiago / alpha-to-latin.js
Created February 2, 2016 18:09
Alphabet to Latin Characters
{
'A': [ 'À', 'Á', 'Â', 'Ã', 'Ä', 'Å', 'Ā', 'Ă', 'Ą' ],
'C': [ 'Ç', 'Ć', 'Ĉ', 'Ċ', 'Č' ],
'D': [ 'Ð', 'Ď', 'Đ' ],
'E': [ 'È', 'É', 'Ê', 'Ë', 'Ē', 'Ĕ', 'Ė', 'Ę', 'Ě' ],
'G': [ 'Ĝ', 'Ğ', 'Ġ', 'Ģ' ],
'H': [ 'Ĥ', 'Ħ' ],
'I': [ 'Ì', 'Í', 'Î', 'Ï', 'Ĭ', 'Ĩ', 'Į', 'Ī', 'İ' ],
'J': [ 'Ĵ' ],
'K': [ 'Ķ' ],
@irasantiago
irasantiago / latin-to-alpha-map.js
Last active February 2, 2016 18:08
Latin letters to alphabet
{
'À': 'A',
'Á': 'A',
'Â': 'A',
'Ã': 'A',
'Ä': 'A',
'Å': 'A',
'Ā': 'A',
'Ă': 'A',
'Ą': 'A',
@irasantiago
irasantiago / SassMeister-input.scss
Created February 4, 2015 19:49
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
@mixin backgrounds($palette) {
@each $color-class, $color in $palette {
.mck-th-bg-#{$color-class},
.mck-th-bg-#{$color-class}--hover:hover,
.mck-th-bg-#{$color-class}--after *:after{
@irasantiago
irasantiago / SassMeister-input.scss
Created January 14, 2015 19:53
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$icon-names: (
alert: "\e600",
arrow-down-left: "\e602",
arrow-down-right: "\e602",
arrow-down: "\e603",
@irasantiago
irasantiago / SassMeister-input.scss
Last active August 29, 2015 14:13
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$icon-names:
(alert "\e600")
(arrow-down-left "\e602")
(arrow-down-right "\e602")
(arrow-down "\e603")
@irasantiago
irasantiago / SassMeister-input.scss
Created January 8, 2015 16:44
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
@mixin icons($icon:'') {
[class^="icon__#{$icon}"], [class*="icon__#{$icon}"] {
@content;
}
}
@irasantiago
irasantiago / SassMeister-input-HTML.html
Created January 7, 2015 21:04
Generated by SassMeister.com.
<h1>hello world</h1>