Jump to content

Jim Kring

Members
  • Posts

    3,905
  • Joined

  • Last visited

  • Days Won

    34

Posts posted by Jim Kring

  1. QUOTE (Yen @ May 12 2008, 11:38 AM)

    Oh yeah, that was when they did the comeback season in the 90's, when he was really really old... ;)

    To be honest, it does kind of look like you. You didn't happen to paste your own head there, did you?

    Old? I only turned 0x20 years old in March :P

  2. QUOTE (Daklu @ May 8 2008, 03:39 PM)

    It suprised me the installer had it's own version number, but when I experimented with changing the numbers I couldn't find where the installer version number is used.

    The installer version is what's shown in the Add/Remove Programs list under the details dialog for an installed program. It's basically your installed program's version, as far as windows is concerned.

  3. QUOTE (MartinGreil @ May 2 2008, 08:30 AM)

    That's a great idea. In fact, OpenG already has such a function called Conditional Auto-Indexing Tunnel.

    Conditional_Auto-Indexing_Tunnel.png

    This function started as an item on my LabVIEW wish-list, many years ago :)

    -Jim

    PS -- Come on crelf and rolfk! Don't tell me that you guys don't know about this OpenG function ;)

  4. My friend made this video for her class project. She gets graded on how many people view the video. Take a look at it. It's funny and it's got a good message, too :)

  5. Hi All,

    The Arithmetic Mean Candidate Functional Spec is now complete, and it has entered its Final Review Period. Comments on the Functional Spec are still welcome, but any issues should be brought up sooner rather than later.

    The Initial Review Period for the Arithmetic Mean Candidate Technical Spec has now begun. Anyone who's interested is invited to look at the Technical Spec page and offer comments here. This is the time to bring up any issues or concerns you have with the actual implementation of the function.

    There is currently one major Open Issue with the technical spec that needs to be settled:

    Arithmetic_Mean_(1D)_-_Block_Diagram.png

    The current implementation uses the top option in the figure. How important is it to avoid this copy? Note that one of the Key Technical Requirements is high performance.

    Please join in on the discussion, here:

    http://forums.openg.org/index.php?showtopic=820&st=60

  6. QUOTE (Justin Goeres @ Apr 23 2008, 12:05 PM)

    Nope. 4096 would be the beginning of the 13-Bit Post Count Club by my math. :)

    E.g. 11 bits would hold everything up to b111 1111 1111, i.e. 211-1 = 2047.

    So at Post #2048, Michael crossed over to b1000 0000 0000, or 12 bits. And there he shall toil for 2047 more posts, while crelf races off over the horizon.

    Well, it's your club, so you can define it however you wish. I just figured that 12-bit club meant you needed to have 2^12 posts to be a member -- just as a million post club would probably mean you'd need a million points to be a member.

  7. QUOTE (Justin Goeres @ Apr 23 2008, 09:28 AM)

    Am I the first to notice that Michael is the lucky second member of the 12-Bit Post Count Club?

    Since you can't have negative posts, I would assume that you have to have 4096 posts to be in that club ;)

  8. I've tried SCPlugin, but it was not very stable, IMO, when I tried it -- maybe it's gotten better.

    I use SmartSVN on Mac. It's nothing like TortoiseSVN, but I don't really need tight integration with the Finder, as I mostly use the Mac for testing and some occasional development and fixing of cross/multi-platform code. I also use it on Linux (since SmartSVN is cross-platform).

  9. It's worth mentioning, here, that if you want an even distribution of integers, then the formula looks like this:

    INT( RAND * ( ( MAX + 0.5 ) - ( MIN - 0.5 ) ) + ( MIN - 0.5 ) )

    Otherwise, your MIN and MAX values will have half the rate of occurence (probability) of the values between them. FYI, we're planning on adding support for integers in a future release of the OpenG VI.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.