9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] too good to pass up
@ 2006-04-28 13:01 erik quanstrom
  2006-04-28 13:10 ` [9fans] too good to pass up (SRB Comments) Brantley Coile
  2006-04-28 21:57 ` [9fans] too good to pass up Charles Forsyth
  0 siblings, 2 replies; 26+ messages in thread
From: erik quanstrom @ 2006-04-28 13:01 UTC (permalink / raw)
  To: 9fans

not even his allocator?

- erik

On Fri Apr 28 08:02:29 CDT 2006, brantley@coraid.com wrote:
> > Not that I'm defending writing C as
> > though it were Algol 68...
>
> I kind of liked it after the initial shock.
> Even inspired the Obfuscated C Contest.
> I don't think SRB's code was obfuscated, though.
>
>


^ permalink raw reply	[flat|nested] 26+ messages in thread
* Re: [9fans] too good to pass up
@ 2006-05-02 23:53 dmr
  0 siblings, 0 replies; 26+ messages in thread
From: dmr @ 2006-05-02 23:53 UTC (permalink / raw)
  To: 9fans

 > Hmmm, I've always wondered if maybe DMR could sneak this [A68C compiler]
 > out to the TUHS
 > archives?  Is it at least on line?

It's not online here, so far as I can see.

	Dennis


^ permalink raw reply	[flat|nested] 26+ messages in thread
* [9fans] too good to pass up
@ 2006-05-02  3:29 Ronald G Minnich
  2006-05-02  5:10 ` Noah Evans
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: Ronald G Minnich @ 2006-05-02  3:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


next big thing appears to be USB over IP.

Almost as good as ATM over ethernet.

yee ha!

ron


^ permalink raw reply	[flat|nested] 26+ messages in thread
* Re: [9fans] too good to pass up
@ 2006-04-28  0:01 erik quanstrom
  0 siblings, 0 replies; 26+ messages in thread
From: erik quanstrom @ 2006-04-28  0:01 UTC (permalink / raw)
  To: 9fans

obviously, you haven't worked on CAD software.

- erik

On Thu Apr 27 17:54:39 CDT 2006, rminnich@lanl.gov wrote:
>
> 25 parameters?  If you tell me which drugs were involved in this code,
> I know what to stay away from.  Might be the current record for any
> code ever proposed for inclusion.


^ permalink raw reply	[flat|nested] 26+ messages in thread
* [9fans] too good to pass up
@ 2006-04-27 22:45 Ronald G Minnich
  2006-04-27 22:57 ` Roman Shaposhnick
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: Ronald G Minnich @ 2006-04-27 22:45 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


this is from the openib mailing list :-)

ron
===
On Thu, 27 April 2006 12:49:36 +0200, Heiko J Schick wrote:

 >> +u64 hipz_h_alloc_resource_qp(const struct ipz_adapter_handle
 >> adapter_handle,
 >> +			     struct ehca_pfqp *pfqp,
 >> +			     const u8 servicetype,
 >> +			     const u8 daqp_ctrl,
 >> +			     const u8 signalingtype,
 >> +			     const u8 ud_av_l_key_ctl,
 >> +			     const struct ipz_cq_handle send_cq_handle,
 >> +			     const struct ipz_cq_handle receive_cq_handle,
 >> +			     const struct ipz_eq_handle async_eq_handle,
 >> +			     const u32 qp_token,
 >> +			     const struct ipz_pd pd,
 >> +			     const u16 max_nr_send_wqes,
 >> +			     const u16 max_nr_receive_wqes,
 >> +			     const u8 max_nr_send_sges,
 >> +			     const u8 max_nr_receive_sges,
 >> +			     const u32 ud_av_l_key,
 >> +			     struct ipz_qp_handle *qp_handle,
 >> +			     u32 * qp_nr,
 >> +			     u16 * act_nr_send_wqes,
 >> +			     u16 * act_nr_receive_wqes,
 >> +			     u8 * act_nr_send_sges,
 >> +			     u8 * act_nr_receive_sges,
 >> +			     u32 * nr_sq_pages,
 >> +			     u32 * nr_rq_pages,
 >> +			     struct h_galpas *h_galpas);


25 parameters?  If you tell me which drugs were involved in this code,
I know what to stay away from.  Might be the current record for any
code ever proposed for inclusion.






^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2006-05-03  1:49 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-28 13:01 [9fans] too good to pass up erik quanstrom
2006-04-28 13:10 ` [9fans] too good to pass up (SRB Comments) Brantley Coile
2006-04-28 14:16   ` OT: " Dave Lukes
2006-04-28 14:18     ` Brantley Coile
2006-05-02  6:32   ` Roman Shaposhnik
2006-05-01 21:22     ` Taj Khattra
2006-04-28 21:57 ` [9fans] too good to pass up Charles Forsyth
  -- strict thread matches above, loose matches on Subject: below --
2006-05-02 23:53 dmr
2006-05-02  3:29 Ronald G Minnich
2006-05-02  5:10 ` Noah Evans
2006-05-02  6:11 ` Martin C. Atkins
2006-05-02 23:30 ` David Leimbach
2006-05-02 23:46   ` Skip Tavakkolian
2006-04-28  0:01 erik quanstrom
2006-04-27 22:45 Ronald G Minnich
2006-04-27 22:57 ` Roman Shaposhnick
2006-04-27 22:58   ` Brantley Coile
2006-04-28  0:45     ` Roman Shaposhnick
2006-04-28  1:02       ` geoff
2006-04-28 13:00         ` Brantley Coile
2006-05-02 14:41         ` Aharon Robbins
2006-05-03  1:49           ` geoff
2006-04-27 23:58 ` geoff
2006-04-28  6:39 ` David Leimbach
2006-04-28  6:59   ` David Leimbach
2006-04-28  7:01     ` David Leimbach

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).