|  |  | Re: Tim Courtney (was Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| (...) Everyone: I gave Lar the green light to post this, because I felt coming out and saying it first would be a tad presumptuous. I'd just like to say that it's been wonderful working with the LDraw community for the last (wow) 8 years! Lots of (...)   (20 years ago, 7-Feb-06, to lugnet.cad.dev.org.ldraw, FTX) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| --SNIP- (...) I'm sorry to hear that Lar. Perhaps you will reconsider next year. Tim    (20 years ago, 6-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| (...) I would like to express my thanks to Chris and Tim for the nomination and second. I have given serious consideration to accepting, and campaigning vigorously. When I ran for reelection last year, it was on a platform highlighting what the 2004 (...)   (20 years ago, 6-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Tim Courtney (was Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| OK, this is a bit out of process, sorry... What I had HOPED to be writing here was a nomination for Tim Courtney. Instead, you get this. I have been in communication with Tim Courtney, after asking him if he wanted to be nominated to serve another (...)   (20 years ago, 6-Feb-06, to lugnet.cad.dev.org.ldraw)  ! 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| (...) I, Timothy Gould, accept this nomination. Thanks guys. Tim    (20 years ago, 5-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| (...) I, Timothy Gould, second this nomination. Tim    (20 years ago, 5-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| (...) I accept this nomination, and acknowledge that if elected I am willing to serve on the LDraw Steering Committee for a third year. Thanks for not giving us too hard a time in 2005, Chris    (20 years ago, 5-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| I, Chris Dee, nominate Larry Pieniazek. Chris    (20 years ago, 5-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| (...) I, Larry Pieniazek, second this nomination. ++Lar    (20 years ago, 5-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| (...) I, Larry Pieniazek, second the nomination. ++Lar    (20 years ago, 5-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| I Ross Crawford nominate Tim Gould. ROSCO    (20 years ago, 5-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| (...) I Ross Crawford accept this nomination. Thanks! ROSCO    (20 years ago, 5-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| (...) I Ross Crawford second this nomination. ROSCO    (20 years ago, 5-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| (...) I Ross Crawford second this nomination. ROSCO    (20 years ago, 5-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Call For Nominations: 2006 LDraw Steering Committee 
 | 
 | 
| (...) I Ross Crawford second this nomination. ROSCO    (20 years ago, 5-Feb-06, to lugnet.cad.dev.org.ldraw) 
 | 
 |  | 
|  |  | Re: Simple Maths Help Needed 
 | 
 | 
| (...) Rule #1: Never fix anything that's not broken! :) I need to make an if statement to take care of the exception where 'to' equals 'from', to avoid a division by zero crash anyway. Who knows what users can bring up... /Tore    (20 years ago, 5-Feb-06, to lugnet.cad.dev) 
 | 
 |  | 
|  |  | Re: Simple Maths Help Needed 
 | 
 | 
| (...) There is another way ;) (Start_value*(to-Pro.../(to-from) Is nice and symmetric and more numerically stable. Tim    (20 years ago, 5-Feb-06, to lugnet.cad.dev) 
 | 
 |  | 
|  |  | Re: Simple Maths Help Needed 
 | 
 | 
| (...) Oh, how close I was, and yet... Thanks a lot, Rosco! /Tore    (20 years ago, 4-Feb-06, to lugnet.cad.dev) 
 | 
 |  | 
|  |  | Re: Simple Maths Help Needed 
 | 
 | 
| (...) I think what you want is: value = start_value + ((end_value - start_value) * (Progress - from) / (to - from)) HTH ROSCO    (20 years ago, 4-Feb-06, to lugnet.cad.dev) 
 | 
 |  | 
|  |  | Simple Maths Help Needed 
 | 
 | 
| I'm ashamed to admit, but I have got stuck in a quite simple Maths problem. It's all about an implementation of the basic formula y=kx+m, but somehow I have managed to think the wrong way. Luckily, I made problems like this in a glanse back in (...)   (20 years ago, 4-Feb-06, to lugnet.cad.dev) 
 |