Struct ComputerContractor

Thursday 7 October 2004This is 20 years old. Be careful.

One of the Python parsing tools is PyGgy by Tim Newsham. Linked from his home page was this concise definition of a contractor:

/* from ali rahimi */
struct ComputerContractor
{
    double    salary;
    long      lunches;
    float     jobs;
    char      unstable;
    void      work;
    int       hiring_him_again;
    const     pain_in_the_arse;
    unsigned  agreement;
    short     fuse;
    volatile  personality;
    static    progress;
};  /* and there are no unions in sight */

Brilliant.

Comments

[gravatar]
how 'bout:

ping no response or timed out;

Add a comment:

Ignore this:
Leave this empty:
Name is required. Either email or web are required. Email won't be displayed and I won't spam you. Your web site won't be indexed by search engines.
Don't put anything here:
Leave this empty:
Comment text is Markdown.