Skip to content

Instantly share code, notes, and snippets.

View nvieirafelipe's full-sized avatar

Felipe Vieira nvieirafelipe

View GitHub Profile
@dergachev
dergachev / GIF-Screencast-OSX.md
Last active July 17, 2024 14:20
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:

@johanneswuerbach
johanneswuerbach / .travis.yml
Last active May 14, 2024 03:50
Deploy an iOS app to testflight using Travis CI
---
language: objective-c
before_script:
- ./scripts/travis/add-key.sh
after_script:
- ./scripts/travis/remove-key.sh
after_success:
- ./scripts/travis/testflight.sh
env:
global:
@afeld
afeld / gist:5704079
Last active November 27, 2023 15:43
Using Rails+Bower on Heroku
#!/bin/sh
msgfile="$1"
branch=$(git symbolic-ref -q HEAD | cut -c12-)
temp=$(mktemp)
awk "
(NR == 1 && !/^\[$branch\]/) {
sub(/^[ ]*/, \"[$branch] \")
print