Skip to content

Instantly share code, notes, and snippets.

View rogeriopvl's full-sized avatar
🏄‍♂️

Rogério Vicente rogeriopvl

🏄‍♂️
View GitHub Profile
@rogeriopvl
rogeriopvl / libdlna023_fix_symbols.patch
Created December 5, 2011 16:19
Patch for libdlna 0.2.3 with ffmpeg 0.8.7
diff --git a/src/profiles.c b/src/profiles.c
index 4f16ae7..9410b5e 100644
--- a/src/profiles.c
+++ b/src/profiles.c
@@ -204,14 +204,24 @@ av_profile_get_codecs (AVFormatContext *ctx)
for (i = 0; i < ctx->nb_streams; i++)
{
+#if LIBAVFORMAT_BUILD < 4621
if (audio_stream == -1 &&
@rogeriopvl
rogeriopvl / .bash_profile
Created August 3, 2011 14:38
My shell prompt with git branch info
function parse_git_branch() {
git_branch=`git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'`
if [ $git_branch ]; then
echo "•$git_branch"
fi
}
export PS1='\h:\W\[\033[1;35m\]$(parse_git_branch)\[\033[1;37m\] \u$\[\033[0m\] '
@rogeriopvl
rogeriopvl / loc.sh
Created July 8, 2011 11:53
count the lines of code from a given file extension in the current folder (recursively)
# put this in your .bash_profile or .profile
# usage example: loc php
function loc() {
find . -name *.$1 | xargs wc -l
}
@rogeriopvl
rogeriopvl / gist:946021
Created April 28, 2011 08:40 — forked from ruidlopes/gist:767143
you know you want to put this on your .bash_profile (OSX)
function hack() {
mkdir -p $1
cd $1
git init
echo ".DS_Store" > .gitignore
mate .
}
@rogeriopvl
rogeriopvl / TwitterParrot.php
Created January 10, 2011 22:38
Reads tweets containing given keyword using the OSX text to speech
<?php
/**
* Reads tweets containing given keyword using the OSX text to speech
*/
if (!isset($argv[1])) { exit ("Search keyword needed.\n"); }
$username = TWITTER_USERNAME;
$password = TWITTER_PASSWORD;
@rogeriopvl
rogeriopvl / praprogmag.rb
Created December 22, 2010 14:26
Prag Prog Mag downloader
require 'open-uri'
def startup()
unless File.exist?('metadata.dat')
fd = open('metadata.dat', "w")
fd.write("0")
fd.close()
end
fd = open('metadata.dat', "r")
<?php
require_once 'PHPUnit/Extensions/SeleniumTestCase.php';
class seleniumExampleTest extends PHPUnit_Extensions_SeleniumTestCase
{
protected function setUp()
{
$this->setBrowser('*firefox');
$this->setBrowserUrl('http://www.google.com.au/');
}
function testMyTestCase()
<?php
// pseudo-code
if (login == failed) {
$data = "LOGIN FAILED!!! - ";
}
else {
$data = "Login OK! - ";
}
destination: ./_site
auto: false
lsi: false
server_port: 4000
pygments: true
markdown: maruku
permalink: /archives/:title
maruku:
use_tex: false
use_divs: false
require 'rubygems'
require 'tinyscrobbler'
begin
ls = Tinyscrobbler::Client.new(username, password)
rescue Exception => e
puts 'Error: unable to start last fm scrobbler.'
end
track_list = [