[9fans] xplor on plan 9

2011-03-21 Thread Mathieu Lonjaret
Hi all,

Since a couple peeps asked for it, here it is:
https://bitbucket.org/mpl/xplor9/overview

I ported it quick and dumb, so it's probably as inefficient/slow as
the go version, and it's barely tested, so it might be leaky as well.

it misses a few feats and I intend to fix a few corner cases as well
later, but it is already usable imho (only tested on 9vx). So please
do try it if you're interested, and send patches to fix its uglyness
;)

Cheers,
Mathieu



Re: [9fans] slightly on topic: pic preprocessor for drawing electronic circuits

2011-03-21 Thread Jack Norton

maht wrote:

On 15/03/2011 22:07, Bruce Ellis wrote:

Sounds cool. I'm using AVRs in the jeep fit out for the expedition.
Anyone else here playing with these chips?

yes, I have STK-500 dev kit & a pile of chips
I have a little runtime Forth-like for writing code




Is this a runtime that you wrote?  Sounds interesting.
You don't do any of this dev on Plan 9 do you?
I've got a pile of atmega168's and a icsp flasher board + some flasher 
made by olimex.  I've just been using avr-gcc.  Haven't touched it in a 
while though.


-Jack



Re: [9fans] slightly on topic: pic preprocessor for drawing electronic circuits

2011-03-21 Thread maht

On 15/03/2011 22:07, Bruce Ellis wrote:

Sounds cool. I'm using AVRs in the jeep fit out for the expedition.
Anyone else here playing with these chips?

yes, I have STK-500 dev kit & a pile of chips
I have a little runtime Forth-like for writing code





[9fans] drawterm bug

2011-03-21 Thread erik quanstrom
this is drawterm on osx 10.6 to plan 9.

i don't have time to investigate right now, but here's the bug
looks like sign extension.

minooka; cp /mnt/term/tmp/file.gz .
cp: error reading /mnt/term/tmp/file.gz: negative i/o offset
minooka; ls -l
--rw-r--r-- M 1638 xxx xxx 2147483648 Mar 21 11:05 file.gz

- erik