9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: matt <mattmobile@proweb.co.uk>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] % $stem & $target in mk
Date: Thu, 29 May 2008 15:57:53 +0100	[thread overview]
Message-ID: <483EC471.2020500@proweb.co.uk> (raw)
In-Reply-To: <20080529134226.459F21E8C53@holo.morphisms.net>

Thanks, this was perfect, as usual. Someone clone Russ please :>


btw. I've done a little  HTTP testing suite (nothing amazing) & popped
it in sources
I did it in a hurry & didn't package it up

/n/sources/contrib/maht/{httplib.rc tlspipeclient.c dechunk.c
getuserpasswd.c}

. httplib.rc

GET https://www.rangboom.com/

GET http://slashdot.org/ | dechunk


you choose to include dechunk in your pipeline if you need it (though it
is idempotent on non-chunked data (modulo speed)
getuserpasswd isn't used by httplib.rc but is handy for getting
passwords from factoum

it uses tee for logging to testlog in the current dir so watch out for
that :)

matt


> make a script, called mkrules:
>
> 	#!/bin/rc
> 	for(i in src/*.html)
> 		cpp -M $i | sed 's;^src;public; s;\$O:;:;'
>
> include its output:
>
> 	<|mkrules
>
> russ
>
>
>
>




  reply	other threads:[~2008-05-29 14:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-29 13:32 matt
2008-05-29 13:42 ` Russ Cox
2008-05-29 14:57   ` matt [this message]
2008-05-29 15:09     ` Russ Cox
2008-05-29 13:53 ` Gorka Guardiola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=483EC471.2020500@proweb.co.uk \
    --to=mattmobile@proweb.co.uk \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).