BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

Rube Goldberg Code


for(imstuck) wrote:

. But sure enough, the only boolean value used was the one coming out of the or.



That's an interesting one. The only reason I could think of that they would do it that way, would be if the top one didn't include the lower limit, and the bottom one didn't include the top limit. Thus spitting out false if 5 went in. 

0 Kudos
Message 571 of 2,617
(11,669 Views)

Hornless.Rhino wrote:

Thus spitting out false if 5 went in. 


not quite... have another look.  

 

hint:  black diamonds

0 Kudos
Message 572 of 2,617
(11,628 Views)

Ah yes, so the diamonds do actually work the same as circles when done by hand.

I was suspecting that but was too lazy to check if that's how they actually worked.

 

0 Kudos
Message 573 of 2,617
(11,602 Views)

I wasn't even going to post this, because it was fairly similar to my other post and not too many extra steps...but the completely unnecessary transpose array, on top of the convoluted indexing to reference a single element was too good to pass up. K, a rube goldberg break for me after this post 🙂

 

Message Edited by for(imstuck) on 10-27-2009 09:34 PM
0 Kudos
Message 574 of 2,617
(11,556 Views)
Message 575 of 2,617
(11,482 Views)

In the sharing spirit this one is on me. It is some code only used by me. The project started as small doghouse but has now grown very large. But it still uses the foundation wall from the doghouse. The maintenance has been typical "get the damn thing working". And also look at the arrangement with the control labeled text, it is a classic. I must painfully admit I added this last week. I had to do it because I needed to edit the content before I used cut and paste into some other program.

Well enjoy Smiley Very Happy Also this is only a part of the full programSmiley Indifferent

sample.PNG



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 576 of 2,617
(11,511 Views)

Coq Rouge wrote:

And also look at the arrangement with the control labeled text, it is a classic.


Ouch, a vestigal local variable. 🙂

 

I also like the backwards wire from the sequence locals and how e.g. the title string indicator is nicely wired right-to-left to maintain appearances. 😄

0 Kudos
Message 577 of 2,617
(11,479 Views)

I did not think I would ever see a 15-Dimensional boolean array is real code, but here it is!!!!

 

 

(well, most dimensions are of zero lenght, but that's not really the point :))

Message Edited by altenbach on 11-14-2009 11:04 AM
Message 578 of 2,617
(11,367 Views)

It is fascinating. It turns out to be what I thought when I first saw it. The user wanted a 2D array with 15 lines and just added dimensions without knowing how to just drag down the lower border on teh 2D array. It's not really Rube-Goldberg-ish though. Especially since the user fixed it.

 

     Rob

0 Kudos
Message 579 of 2,617
(11,338 Views)

altenbach wrote:

... 15-Dimension...

 

...most dimensions are of zero lenght


There's a joke about superstrings and the like hiding in there somewhere. 😉

 

P.S. It's nice to see the multi-D code at least works.


___________________
Try to take over the world!
0 Kudos
Message 580 of 2,617
(11,317 Views)