caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Brandon J. Van Every" <vanevery@indiegamedesign.com>
To: "caml" <caml-list@inria.fr>
Subject: RE: [Caml-list] OCaml growing pains
Date: Thu, 12 Aug 2004 22:43:28 -0700	[thread overview]
Message-ID: <OOEALCJCKEBJBIJHCNJDGEGMHGAB.vanevery@indiegamedesign.com> (raw)
In-Reply-To: <20040812234610.GA25176@quick.recoil.org>

Anil Madhavapeddy wrote:
>
> How terribly rude.  I sent you a private mail to avoid spamming the
> list with yet more crap, and you forward it back here.  In fact, I'm
> starting to be convinced that you're some kind of surreal troll, given
> your stunning lack of ability to shut up and write code.

My apologies for responding publically when you sent it privately.  I
received your post in the wee hours of the morning and that aspect of it
got lost in the shuffle.  All of my [Caml-list] mail goes into one
folder, whether public or private.  I suppose I could play with the
Outlook 2000 "except if addressed directly to me" option.  Being MS
software I don't know that it'll work though.  :-)  If it doesn't,
sorry, these errors are going to happen sometimes.  Also I don't know
that I really want such e-mail separated out anyways.  On the balance, I
think I'll just try to be more careful, even early in the morning.

In any event, I didn't answer in a rude manner, call something crap,
accuse anyone of sp*m, etc.  I don't have anything to be ashamed of in
how I responded publically.  I am wondering why you choose to respond to
me, either privately or publically?  I am noticing now it's not the 1st
time you've sent me something privately that didn't serve any
demonstrable need.  I'm choosing to ignore a number of aspects of your
public post.  I don't mind giving an apology for things I should, and I
wouldn't want to taint the apology with other issues.

> I found reference to the 'free3d' library.  However, it was GPLed
> (tsk tsk, how can I make money from it??!)

It was never GPLed, it was LGPLed back in the day.

> and not available anywhere.

Try http://www.indiegamedesign.com/Free3d_2004.zip
I put it up there several months ago, but I do not announce it at all.
It is old, dead, probably useless code.  But, some student in
comp.graphics.algorithms was interested in it, so I put it up.  With a
MIT license.  If anybody is even mildly curious to see if it runs on a
X11 box, I'd be highly amused.  I gave that kid fair warning about what
it is and isn't.  Some day I suppose I'll have a Linux box again and
then I'll see if any of it runs.


Cheers,                         www.indiegamedesign.com
Brand*n Van Every               S*attle, WA

Praise Be to the caml-list Bayesian filter! It blesseth
my postings, it is evil crap!  evil crap!  Bigarray!
Unboxed overhead group!  Wondering!  chant chant chant...

// return an array of 100 packed tuples
temps
  int $[tvar0][2*100]; // what the c function needs
  value $[tvar1]; // one int
  value $[tvar2]; // one tuple
  int $[tvar3] // loop control var
oncePre
eachPre
  $[cvar0]=&($[tvar0][0]);
eachPost
  $[lvar0] = alloc(2*100, 0 /*NB: zero-tagged block*/ );
  for(int $[tvar3]=0;$[tvar3]<100;$[tvar3]++) {
    $[tvar2] = alloc_tuple(2);
    $[tvar1] = Val_int($[cvar0][0+2*$[tvar3]]);
    Store_field($[tvar2],0,$[tvar1]);
    $[tvar1] = Val_int($[cvar0][1]);
    Store_field($[tvar2],1,$[tvar1+2*$[tvar3]]);
    Array_store($[lvar0],$[tvar3],$[tvar0]);
  }
oncePost

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2004-08-13  5:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20040812141309.GA19858@quick.recoil.org>
2004-08-12 20:48 ` Brandon J. Van Every
2004-08-12 23:46   ` Anil Madhavapeddy
2004-08-13  5:43     ` Brandon J. Van Every [this message]
2004-08-12  9:28 [Caml-list] Who controls INRIA mailserv filters? Xavier Leroy
2004-08-12 12:59 ` [Caml-list] OCaml growing pains Brandon J. Van Every
2004-08-12 14:58   ` Mikhail Fedotov
2004-08-12 21:30     ` Brandon J. Van Every
2004-08-13  6:05       ` skaller
2004-08-13  7:07         ` Brandon J. Van Every
2004-08-13  8:52       ` Mikhail Fedotov

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=OOEALCJCKEBJBIJHCNJDGEGMHGAB.vanevery@indiegamedesign.com \
    --to=vanevery@indiegamedesign.com \
    --cc=caml-list@inria.fr \
    /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).