Skip to content

Instantly share code, notes, and snippets.

View rodrigopolo's full-sized avatar

Rodrigo Polo rodrigopolo

View GitHub Profile
@jooray
jooray / vCard_photo_extractor.sh
Last active May 6, 2019 05:59
vCard photo extractor
#!/bin/bash
# originally from
# https://raw.githubusercontent.com/mattbrock/mattbrock/master/vCard_photo_extractor/vCard_photo_extractor.sh
# changes:
# - made to work with macOS's base64 (uses -D not -d)
# - does not convert to fixed resolution
# - uses identify to remove invalid images
# - handles special characters better
@kosso
kosso / LICENSE.txt
Created May 23, 2011 01:56 — forked from jed/LICENSE.txt
linkify @mentions and #hashtags in a tweet
Copyright (c) 2011 Jed Schmidt, http://jed.is
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions: