Skip to content

Instantly share code, notes, and snippets.

View josemigallas's full-sized avatar

Jose Miguel Gallas Olmedo josemigallas

  • Red Hat
  • Málaga, Spain
View GitHub Profile
@FranciscoG
FranciscoG / README.md
Last active October 23, 2020 07:42
¯\_(ツ)_/¯

Shrug Emoji inserter

This is how I have it setup where I click on an item in the OSX top menu. You could probably do something like trigger it with a key combo but you'll have to figure that out on your own. I'm fine with this approach.

Step 1:

Take either of the .scpt files below and save the script to your ~/Library/Scripts folder
Note: The shrug-JXA.scpt only works in OSX 10.10 and above (including MacOS)

@joyrexus
joyrexus / README.md
Last active February 24, 2024 15:16
collapsible markdown

collapsible markdown?

CLICK ME

yes, even hidden code blocks!

print("hello world!")
@pythoninthegrass
pythoninthegrass / gitkraken.sh
Created August 9, 2016 09:28
Install GitKraken on Fedora 24
#!/bin/bash
# Download GitKraken
wget https://release.gitkraken.com/linux/gitkraken-amd64.tar.gz
# Extract the Kraken
tar -xvzf gitkraken-amd64.tar.gz
# Move the Kraken
@mlanett
mlanett / rails http status codes
Last active April 13, 2024 13:40
HTTP status code symbols for Rails
HTTP status code symbols for Rails
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings.
Status Code Symbol
1xx Informational
100 :continue
101 :switching_protocols
102 :processing