.comment-link {margin-left:.6em;}

Friday, September 15, 2006

 

posible overheard dork python scripting roleplaying...

"""MA: a facility for dealing with missing observations
MA is generally used as a Numeric.array look-alike.
There are some differences in semantics, see manual.
In particular note that slices are copies, not references.
by Paul F. Dubois
L-264
Lawrence Livermore National Laboratory
dubois@users.sourceforge.net
Copyright 1999, 2000, 2001 Regents of the University of California.
Released for unlimited redistribution; see file Legal.htm
Documentation is in the Numeric manual; see numpy.sourceforge.net

This is from MA.py (close to a machine brand name)
in the popular Numeric package for python..
I noticed something else from python that could be roleplayed
near my apartment or at work (former work)..

iter(object [,sentinel])

they come over and say your a homo exc. exc..
generating a type error because I am the type
of object that doesn't support such iteration.
I may have some better spray to debug the apartment.
smells like the stuff the bug guy uses only $2.00
brand is hot shot. jury is still out on the stuff though.
hopefully the recycling truck is coming back.

Here is one from ctypes that is probily not roleplayed they
just write free software because they like you..

Here is an example type (Windows):
class _U(Union):
_fields_ = [("lptdesc", POINTER(TYPEDESC)),
("lpadesc", POINTER(ARRAYDESC)),
("hreftype", HREFTYPE)]

class TYPEDESC(Structure):
_fields_ = [("u", _U),
("vt", VARTYPE)]

_anonymous_ = ("u",)


shakeri is coming to town... I have to look into the "story" not sure I believe her "background" in the paper.

Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?