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
<img src="http://i1341.photobucket.com/albums/o745/yamjerky/cachemas-header_zpsjrxtape9.png" /> | |
<ul> | |
<li><a href="https://www.geocaching.com/seek/cache_details.aspx?wp=GC67YXB&title=pear-in-a-partridge-tree-12-days-of-cache-mas-1" target="_blank">Pear in a Partridge Tree: 12 days of Cache-mas #1</a></li> | |
<li><a href="https://www.geocaching.com/seek/cache_details.aspx?wp=GC67WFZ&title=yamturtle-s-dovejerky-12-days-of-cache-mas-2" target="_blank">YamTurtle ♥s DoveJerky: 12 days of Cache-mas #2</a></li> | |
<li><a href="https://www.geocaching.com/seek/cache_details.aspx?wp=GC67Y90&title=tarwurm-french-hens-12-days-of-cache-mas-3" target="_blank">Tarwurm: French Hens! 12 Days of Cache-mas #3</a></li> | |
<li><a href="https://www.geocaching.com/seek/cache_details.aspx?wp=GC67XJY&title=sf-conservatory-of-music-12-days-of-cache-mas-4" target="_blank">SF Conservatory of Music - 12 Days of Cache-mas #4</a></li> | |
<li><a href="https://www.geocaching.com/seek/cache_details.aspx?wp=GC5NG33&title=old-n-golden-ri |
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
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
extern unsigned char *asmb(unsigned char *a); | |
unsigned char *asmb_ref(unsigned char *s) | |
{ | |
unsigned long i; | |
for (i=0; s[i]; i++) { |
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
#! runhugs | |
-- Testfaelle fuer Aufgabe 6 der LVA 185.161 Funktionale Programmierung im WS09/10 | |
-- an der Technischen Universitaet Wien | |
-- Aufgabenstellung: http://www.complang.tuwien.ac.at/knoop/fp185161_ws0910.html | |
-- Module ---------------------------------------------------------------------- | |
module Main where |