<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://gtmp.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://gtmp.org/feed.php">
        <title>gtmp.org publications</title>
        <description></description>
        <link>http://gtmp.org/</link>
        <image rdf:resource="http://gtmp.org/lib/images/favicon.ico" />
       <dc:date>2010-09-08T13:23:04+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://gtmp.org/publications/juno-g-usb-midi-alsa-patch?rev=1190137595&amp;do=diff"/>
                <rdf:li rdf:resource="http://gtmp.org/publications/perl-on-android-2?rev=1235152197&amp;do=diff"/>
                <rdf:li rdf:resource="http://gtmp.org/publications/perl-on-android?rev=1234887830&amp;do=diff"/>
                <rdf:li rdf:resource="http://gtmp.org/publications/sa-postfix-en?rev=1190312431&amp;do=diff"/>
                <rdf:li rdf:resource="http://gtmp.org/publications/sa-wrapper?rev=1190133417&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://gtmp.org/lib/images/favicon.ico">
        <title>gtmp.org</title>
        <link>http://gtmp.org/</link>
        <url>http://gtmp.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://gtmp.org/publications/juno-g-usb-midi-alsa-patch?rev=1190137595&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-18T19:46:35+02:00</dc:date>
        <title>publications:juno-g-usb-midi-alsa-patch</title>
        <link>http://gtmp.org/publications/juno-g-usb-midi-alsa-patch?rev=1190137595&amp;do=diff</link>
        <description>I made a patch for the USB MIDI function of the Roland Juno-G synthesizer to work with Alsa 1.0.14rc2. Here it is:


--- alsa-driver-1.0.14rc2.orig/sound/usb/usbquirks.h    2007-01-15 14:25:30.000000000 +0100
+++ alsa-driver-1.0.14rc2/sound/usb/usbquirks.h 2007-03-05 15:35:44.000000000 +0100
@@ -242,0 +243,13 @@
+{ /* Roland Juno-G */
+       USB_DEVICE(0x0582, 0x00a6),
+       .driver_info = (unsigned long) &amp; (const struct snd_usb_audio_quirk) {
+               .vendor_name = &quot;Roland&quot;,
+       …</description>
    </item>
    <item rdf:about="http://gtmp.org/publications/perl-on-android-2?rev=1235152197&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-20T18:49:57+02:00</dc:date>
        <title>publications:perl-on-android-2</title>
        <link>http://gtmp.org/publications/perl-on-android-2?rev=1235152197&amp;do=diff</link>
        <description>After tweaking with Scratchbox, I could not build a perl linked with bionic with it.

However, it is possible to build perl with bionic using the standard Android toolchain, something I was thinking not possible. Here is how I did.

To facilitate the procedure (and even make it possible), I used the script agcc by Andrew Ross.</description>
    </item>
    <item rdf:about="http://gtmp.org/publications/perl-on-android?rev=1234887830&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-17T17:23:50+02:00</dc:date>
        <title>publications:perl-on-android</title>
        <link>http://gtmp.org/publications/perl-on-android?rev=1234887830&amp;do=diff</link>
        <description>NOTE: This is work in progress

These are the steps I've done to install Perl on Google Android emulator platform. Some of the steps I've done come from the French magazine “Gnu Linux Magazine France #112”. If you can get one and understand French you can refer to it to have a better explanation of some of these steps.</description>
    </item>
    <item rdf:about="http://gtmp.org/publications/sa-postfix-en?rev=1190312431&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-20T20:20:31+02:00</dc:date>
        <title>publications:sa-postfix-en</title>
        <link>http://gtmp.org/publications/sa-postfix-en?rev=1190312431&amp;do=diff</link>
        <description>Note: This page has been resurrected from my old site (R.I.P.). As I still see hits in my logs from people looking at it, I managed to get its content and put it here.

SpamAssassin (SA) updates its bayesian filter with the command sa-learn. However, if one use a setup using for instance AMaViS to activate an antivirus and SA for all the mails going through the server, it can be useful to provide 2 mail aliases (eg spam@example.com and ham@example.com) to report false positives and false negativ…</description>
    </item>
    <item rdf:about="http://gtmp.org/publications/sa-wrapper?rev=1190133417&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-18T18:36:57+02:00</dc:date>
        <title>publications:sa-wrapper</title>
        <link>http://gtmp.org/publications/sa-wrapper?rev=1190133417&amp;do=diff</link>
        <description>#!/usr/bin/perl -w
# Time-stamp: &lt;05 April 2004, 13:37 home&gt;
#
# sa-wrapper.pl
#
# SpamAssassin sa-learn wrapper
# (c) Alexandre Jousset, 2004
# This script is GPL'd
#
# Thanks to: Chung-Kie Tung for the removal of the dir
#            Adam Gent for bug report
#
# v1.2

use strict;
use MIME::Tools;
use MIME::Parser;

my $DEBUG = 0;
my $UNPACK_DIR = '/var/spool/amavis/mime';
my $SA_LEARN = '/usr/bin/sa-learn';
my @DOMAINS = qw/example.com example.org/;

my ($spamham, $sender) = @ARGV;

sub recurs…</description>
    </item>
</rdf:RDF>
