Skip to content

Instantly share code, notes, and snippets.

View mcrispino's full-sized avatar

Marcos Crispino mcrispino

View GitHub Profile
@mcrispino
mcrispino / merge.sh
Created November 1, 2012 17:05
Script to merge the changes from a SVN repository into another
#! /bin/bash
#
# Merges the changes from a SVN repository into another.
#
# Useful when you have two branches or versions of the same project,
# and need to bring changes from one into the other.
#
# Usage:
# 1. > merge.sh <src_dir> <dest_dir>
@mcrispino
mcrispino / GXControlImageMap.h
Created January 12, 2012 11:49
SD Image Map User Control - GeneXus X Ev2 - iOS
#import "GXControlGridBase.h"
@interface GXControlImageMap : GXControlGridBase {
}
@end
@mcrispino
mcrispino / fbcmd_birthdays.php
Created April 14, 2011 15:24
New fbcmd command to list upcoming friend's birthdays
#!/usr/bin/php
<?php
////////////////////////////////////////////////////////////////////////////////
// Step One: include the fbcmd_include.php
require 'fbcmd_include.php';
////////////////////////////////////////////////////////////////////////////////
// Step Two: Run the FbcmdInitInclude() procedure