This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -c /home/mgalgs/abs/neercs-git/PKGBUILD.orig /home/mgalgs/abs/neercs-git/PKGBUILD | |
*** /home/mgalgs/abs/neercs-git/PKGBUILD.orig 2011-06-24 17:01:37.858847642 -0700 | |
--- /home/mgalgs/abs/neercs-git/PKGBUILD 2011-06-24 16:59:40.155520196 -0700 | |
*************** | |
*** 35,40 **** | |
--- 35,41 ---- | |
rm -rf "$_gitname"-build | |
git clone "$_gitname" "$_gitname"-build | |
cd "$_gitname"-build | |
+ git apply "${startdir}/0001-bogus-tab-key-and-copyright.patch" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 86f6bf9bb1f833b6b1a853b438ec82a3e0bfc864 Mon Sep 17 00:00:00 2001 | |
From: Mitchel Humpherys <[email protected]> | |
Date: Fri, 24 Jun 2011 16:33:03 -0700 | |
Subject: [PATCH] bogus tab key and copyright | |
--- | |
src/client.c | 3 ++- | |
1 files changed, 2 insertions(+), 1 deletions(-) | |
diff --git a/src/client.c b/src/client.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// -*- mode: c++; compile-command: "g++ -g -o haf haf.cpp"; -*- | |
// hand and foot scoring program by Joseph Mickelson | |
#include <iostream> | |
#include <stdio.h> //for printf | |
#include <vector> | |
#include <numeric> //for accumulate | |
#ifdef __linux__ | |
#include <stdlib.h> | |
#endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?libraries=geometry&sensor=false"></script> | |
<script type="text/javascript"> | |
function initialize() { | |
var cntr = new google.maps.LatLng(-34.397, 150.644); | |
var myOptions = { | |
zoom: 14, |
NewerOlder