Skip to content

Instantly share code, notes, and snippets.

View cmho's full-sized avatar
🌺
vibing

Carly Ho cmho

🌺
vibing
View GitHub Profile
@cmho
cmho / dabblet.css
Created August 16, 2012 14:45
Untitled
body {
background: #101010;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 82.5%;
color: #EFEFEF;
text-align: center;
}
#container {
width: 960px;
@cmho
cmho / dabblet.css
Created August 16, 2012 21:10
Untitled
@font-face {
font-family: 'Amarante';
font-style: normal;
font-weight: 400;
src: local('Amarante Regular'), local('Amarante-Regular'), url(http://themes.googleusercontent.com/static/fonts/amarante/v1/5dF-vhm2PDTNvpxu3h5td3YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
body {
background: #101010;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@cmho
cmho / dabblet.css
Created August 16, 2012 21:10
Untitled
@font-face {
font-family: 'Amarante';
font-style: normal;
font-weight: 400;
src: local('Amarante Regular'), local('Amarante-Regular'), url(http://themes.googleusercontent.com/static/fonts/amarante/v1/5dF-vhm2PDTNvpxu3h5td3YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
body {
background: #101010;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@cmho
cmho / playlist.md
Last active July 5, 2017 18:30
fave albums for work music
  1. Unflesh - Gazelle Twin
  2. Fleshed Out - Gazelle Twin
  3. The Entire City - Gazelle Twin
  4. We Know The Devil OST - Alec Lambert
  5. Zen Bound - Ghost Monkey
  6. Rebound - Ghost Monkey
  7. Faith in Strangers - Andy Stott
  8. Stranger Things OST - Kyle Dixon & Michael Stein
  9. Arrival OST - Jóhann Jóhannsson
  10. It Follows OST - Disasterpeace
@cmho
cmho / list.md
Last active July 13, 2017 05:44
text-based twitterbots (good for tiny care terminal)
  • @tinycarebot
  • @selfcare_bot
  • @magicrealismbot
  • @poem_exe
  • @mythologybot
  • @feelings_js
  • @everyadage
  • @tiny_cityscapes
  • @nice_tips_bot
  • @the_ephemerides
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
php composer.phar
@cmho
cmho / charactercreation.md
Last active February 17, 2018 00:42
Simplified Mage Character Creation
  1. Character concept—what kind of person are you?
  2. Choose your Path:
    1. Acanthus - Fae/Arcadia-themed, “Enchanters”, Time/Fate ruling, Forces inferior.
    2. Mastigos - Hell/Demonic-themed, “Warlocks”, Space/Mind ruling, Matter inferior
    3. Moros - Underworld-themed, “Necromancers”, Death/Matter ruling, Spirit inferior
    4. Obrimos - Heaven/Light-themed, “Theurges", Prime/Forces ruling, Death inferior
    5. Thyrsus - Wilderness/Nature-themed, “Shamans”, Life/Spirit ruling, Mind inferior
  3. Choose your Order:
    1. Adamantine Arrow - Challenge is magical, existence is war, adaptability is strength, service is mastery, enlightenment is honor
  4. Free Council - Humanity is magical, destroy the followers of the lie, democracy is truth
(1) Direfang Spider x 2
(1) Infinite Hourglass x 1
(1) Predator's Instinct x 2
(1) Seek Power x 2
(1) Suffocate x 2
(2) Cabal Cutthroat x 2
(2) Infused Strike x 1
(2) Trail Maker x 2
(2) Vampire Bat x 2
(2) Vara's Favor x 2

Keybase proof

I hereby claim:

  • I am cmho on github.
  • I am carlymho (https://keybase.io/carlymho) on keybase.
  • I have a public key ASBojn36zkKy7VkKClm27Cswomyo5nRJy6UZuYJdeSJAKAo

To claim this, I am signing this object:

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
background-color: #8EC5FC;
background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
background-attachment: fixed;
background-size: 100vw 100vh;
}