Skip to content

Instantly share code, notes, and snippets.

View ponyjackal's full-sized avatar
🏠
Working from home

ponyjackal

🏠
Working from home
View GitHub Profile
Character Meaning Escaped
^ boundary matcher \^
$ boundary matcher \$
\ escape character \\
{ quantifier notation \{
} quantifier notation \}
[ character class notation \[
] character class notation \]
( group notation \(
) group notation \)
@ponyjackal
ponyjackal / gist:f0208e6d2464de4cb4a9c523f1e5b4ff
Created September 27, 2020 16:09 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@ponyjackal
ponyjackal / Gemfile
Last active September 17, 2020 20:59 — forked from dhh/Gemfile
HEY's Gemfile
ruby '2.7.1'
gem 'rails', github: 'rails/rails'
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data
# Action Text
gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra'
gem 'okra', github: 'basecamp/okra'
# Drivers