Skip to content

Instantly share code, notes, and snippets.

View pierreroth64's full-sized avatar
🍅
Building a micro-farm...

peio pierreroth64

🍅
Building a micro-farm...
View GitHub Profile
@pierreroth64
pierreroth64 / gist:51b385dbf89af02f88230591bc020798
Created May 5, 2017 12:16 — 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:
#!/bin/bash
SDK_VERSION="22.0.0"
SDK_ARCHIVE="tools_r$SDK_VERSION-linux.zip"
SDK_URL="https://dl.google.com/android/repository/$SDK_ARCHIVE"
CACHED_SDK_PATH="$SEMAPHORE_CACHE_DIR/$SDK_ARCHIVE"
SDK_INSTALL_PATH="/opt/android/sdk"
function install-dependencies() {
install-package libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5
@pierreroth64
pierreroth64 / GIF-Screencast-OSX.md
Created January 4, 2017 20:21 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application: