Slashdot Mirror


User: jnikkel

jnikkel's activity in the archive.

Stories
0
Comments
7
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7

  1. Re:What do you call on The Matrix Re-Reloaded · · Score: 1

    In general, a tensor.

  2. Re:What? on New Superconductor World Record Surpasses 250K · · Score: 0

    It's pretty standard notation in the type II superconductor world. The 4 digits refer to the relative stoichiometry of the various cells in the lattice. I agree it's not too useful in this context.

  3. Re:Huh? on Griffin RadioSHARK Exceeds Expectations · · Score: 1

    Oh, hardly. One could always pad each bit with a library of congress or so.

  4. Re:Ad when is REAL CMYK Coming ? on A First Look At The GIMP 2.0 · · Score: 1

    You could always check out this plugin:
    http://www.blackfiveservices.co.uk/separa te.shtml

  5. Re:Mouse pointers? on A First Look At The GIMP 2.0 · · Score: 4, Informative

    yes, at least Gimp 1.3.21 does.

  6. Re:Close boxes in individual tabs - a bad idea on Hyatt Discusses Tabs · · Score: 1

    In the version of galeon that i'm using
    right now, the close buttons can be configured
    to only be active on the currently open tab.
    since the only reason to click on the
    current tab is to close it, this seems like a
    nice setup. the newest 1.3.x series
    of galeon does _not_ do this, but i've
    just assumed that's because it has not
    been addressed yet. ..@/

  7. Yorick on Use of Math Languages and Packages in Research? · · Score: 1

    Check out:
    ftp://ftp-icf.llnl.gov/pub/Yorick/doc/index. html

    This is an interpreted c-like language
    that we have used in our labs for years.
    There are a number of built in 2-D and
    3-D plotting functions, and it is very
    easy to use it to talk to various
    instruments via the GPIB bus or serial
    ports. It is also straightforward
    to patch the binary (as in one command)
    so that it can call your own compiled
    C code from the interpreter. All in all
    a very nice language and I highly recommend
    it to people that have to interface with
    instruments and do analysis at the same time. ...@/