Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
- ⌘ : Command key
- ⌃ : Control key
- ⌫ : Delete key
- ← : Left arrow key
- → : Right arrow key
- ↑ : Up arrow key
| library(rtweet) | |
| library(tidyverse) | |
| library(lubridate) | |
| library(gganimate) | |
| # Extraer tweets de Andrea Gomez | |
| reconteo = search_tweets( | |
| q = "angiegomeza AND Actualización AND Diferencia", | |
| include_rts = F | |
| ) | 
| require 'rest_client' | |
| class parse_link_headers | |
| def self.parse_link_header(url, params={}) | |
| response = RestClient.get url, params | |
| links = Hash.new | |
| parts = response.headers[:link].split(',') | |
| # Parse each part into a named link | |
| parts.each do |part, index| | 
| # config/routes.rb | |
| resources :documents do | |
| scope module: 'documents' do | |
| resources :versions do | |
| post :restore, on: :member | |
| end | |
| resource :lock | |
| end | |
| end | 
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ | 
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji | 
|---|---|
| Initial commit | 🎉 :tada: | 
| Version tag | 🔖 :bookmark: | 
| New feature | ✨ :sparkles: | 
| Bugfix | 🐛 :bug: | 
If you add emoji to your commit messages for a GitHub repo, they become less boring, and you can convey the kind of change you're adding. See the full set of GitHub supported emoji here (also useful for easy copy&paste via a simple click).
The following is a possible scheme to use:
People
|   :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: | 
| # Traducciones adicionales en https://github.com/plataformatec/devise/wiki/I18n | |
| es: | |
| devise: | |
| confirmations: | |
| confirmed: "Tu correo electrónico ha sido confirmado exitosamente." | |
| send_instructions: "Recibirás un email con las instrucciones para confirmar tu correo electrónico en unos minutos." | |
| send_paranoid_instructions: "Si tu correo electrónico existe en nuestra base de datos, recibirás un email con las instrucciones para confirmar tu correo electrónico en unos minutos." | |
| failure: | |
| already_authenticated: "Ya iniciaste sesión." | 
| { | |
| "keys": ["ctrl+alt+l"], | |
| "command": "toggle_setting", | |
| "args": { | |
| "setting": "line_numbers" | |
| } |