Skip to content

Instantly share code, notes, and snippets.

<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&amp;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&amp;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&amp;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&amp;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&amp;title=old-n-golden-ri
#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++) {
#! 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