Darwinbots Forum

General => Off Topic => RANT => Topic started by: Botsareus on October 24, 2005, 12:10:05 PM

Title: Forget Num, Its the week, evil week.
Post by: Botsareus on October 24, 2005, 12:10:05 PM
GOD DAM IT HERE IS HOW USEFULL BEING A MEMBER OF THE DARWIN BOTS BOARD REALLY IS:

A.) I tell the person what to add.
-Does not add it.

B.) I write source code explaining the consept of what the person has to add.
-Does not add it.

C.)I add the dam f***ing thing myself
-Does not add it.

D.)I hang myself?
-Yes , Yes Student , Thats the only solution...

E.)I quit.
-Horay, Lets make Cosmic Rift out of Darwin Bots....

F.)World War 3
-I agree we are all the nuke problem after all.

G.)Scrap god, end of story.
Title: Forget Num, Its the week, evil week.
Post by: Botsareus on October 24, 2005, 12:12:34 PM
If you don't add this thing now to 2.45 I quit... I am not comming back, I am not the person to do that, leave then come back, I learned better...
Title: Forget Num, Its the week, evil week.
Post by: Zelos on October 24, 2005, 12:15:52 PM
I dont get it, why are you so mad at nums? hes a good guy
Title: Forget Num, Its the week, evil week.
Post by: Numsgil on October 24, 2005, 12:20:03 PM
He's mad because I didn't add his placement controls.

I guess I'm not doing a terrific job of pleasing all the people all the time.   :unsure:
Title: Forget Num, Its the week, evil week.
Post by: Griz on October 24, 2005, 12:22:12 PM
Quote
He's mad because I didn't add his placement controls.

I guess I'm not doing a terrific job of pleasing all the people all the time.   :unsure:
one or two now and then would be cool. ;)  :P
Title: Forget Num, Its the week, evil week.
Post by: PurpleYouko on October 24, 2005, 12:24:58 PM
Some of us have a real life to attend to every now and then too you know.

Adding stuff to DB takes an awful lot of time and look at the thanks that we get.

Dunno why we bother sometimes.  :angry:
Title: Forget Num, Its the week, evil week.
Post by: Griz on October 24, 2005, 12:27:13 PM
I was actually looking forward to those placement controls ...
but then that's the least of problems with the 2.4x series.
thanks for the effort Bots ...
hang in there.
Title: Forget Num, Its the week, evil week.
Post by: Zelos on October 24, 2005, 02:12:06 PM
nums dont take it to bad, you cant please everyone, if you did you wouldnt move to c++ cause I dont want it but ive learned to exept it and live with it.
Title: Forget Num, Its the week, evil week.
Post by: Numsgil on October 24, 2005, 02:20:17 PM
Yeah, but I'd like to think I'm moving with the consensus...
Title: Forget Num, Its the week, evil week.
Post by: Botsareus on October 24, 2005, 05:17:24 PM
err... ok maybe I over reacted

New Subject:

My first collage math test (this is precalcules, not even calc yet):

53%

It gets better, wana see what I do with the half I know?

For I = 0 To mainsides - 1
ang = (I * 360 / mainsides + ve(Index).state2) / (180 / 3.14159265358979)
lang = (I * 360 / mainsides - 90 + ve(Index).state2) / (180 / 3.14159265358979)
rang = (I * 360 / mainsides + 90 + ve(Index).state2) / (180 / 3.14159265358979)
    senterofline.x = Cos(ang) * absolter
    senterofline.y = Sin(ang) * absolter
    lenside = absolter * Tan((360 / mainsides / 2) / (180 / 3.14159265358979))
    lencenterlineof2nd = lenside / Tan((360 / sides2nd / 2) / (180 / 3.14159265358979))
    center2nd.x = absoltesenter.x + senterofline.x + Cos(ang) * lencenterlineof2nd
    center2nd.y = absoltesenter.y + senterofline.y + Sin(ang) * lencenterlineof2nd
For i2 = 0 To sides2nd - 1
ang2nd = (I * 360 / mainsides + 180 + i2 * 360 / sides2nd + ve(Index).state2) / (180 / 3.14159265358979)
lang2nd = (I * 360 / mainsides + 180 + i2 * 360 / sides2nd - 90 + ve(Index).state2) / (180 / 3.14159265358979)
rang2nd = (I * 360 / mainsides + 180 + i2 * 360 / sides2nd + 90 + ve(Index).state2) / (180 / 3.14159265358979)
    senterofline.x = Cos(ang2nd) * lencenterlineof2nd
    senterofline.y = Sin(ang2nd) * lencenterlineof2nd
    leftofset.x = senterofline.x - Cos(lang2nd) * lenside
    leftofset.y = senterofline.y - Sin(lang2nd) * lenside
    rightofset.x = senterofline.x - Cos(rang2nd) * lenside
    rightofset.y = senterofline.y - Sin(rang2nd) * lenside
Line (center2nd.x + leftofset.x, center2nd.y + leftofset.y)-(center2nd.x + rightofset.x, center2nd.y + rightofset.y), RGB(ve(Index).color.r * ve(Index).state / 255, ve(Index).color.g * ve(Index).state / 255, ve(Index).color.b * ve(Index).state / 255)
Next

Now Imagine if I knew 100% eh?
Title: Forget Num, Its the week, evil week.
Post by: Numsgil on October 24, 2005, 08:00:05 PM
Hehe, keep at it Bots.  Math is way fun  :idea:
Title: Forget Num, Its the week, evil week.
Post by: MrMound on October 24, 2005, 11:01:23 PM
wow complicated :blink:(considering I know no calcules or even precalcules)
Title: Forget Num, Its the week, evil week.
Post by: PurpleYouko on October 25, 2005, 09:21:56 AM
Quote
wow complicated :blink:(considering I know no calcules or even precalcules)
That's not calulus! It's mostly trigonometry. Nice bit of math though.

This is calculus

Code: [Select]
With Outgrid
    .row = row
    HLs = (HL * 1440 * 60)
    Lambda = Natlog2 / HLs
    M = CDbl(SampleMass.Text)
    .Col = 1: IAB = CDbl(.Text)
    If PrequalOption Then
      AM = Out(index).AtomicMass
    End If
    If ShipOption Then
      AM = Out(index).AtomicMass
    End If
    TF = CDbl(Thermal.Text)
    .Col = 4: T = CDbl(.Text)
    .Col = 5: R = CDbl(.Text)
    RF = CDbl(Resonance.Text)
    L = Lambda
    IT = CDbl(RadTime.Text)
    .Col = 3: RR = .Text
    .Col = 7
  End With
  Select Case RR
    Case "(n,g)"
      step1 = (M * IAB * 6.022E+23) / AM
      step2 = (TF * T * 1E-24) + (RF * R * 1E-24)
      step3 = (1 - Exp(-L * IT * 3600))
      step4 = (step1 * step2 * step3) / 37000000000#
      CalcActivity2 = ((((M * IAB * 6.022E+23) / AM) * (TF * T * 1E-24 + RF * R * 1E-24)) * (1 - Exp(-L * IT * 3600))) / 37000000000#
  End Select

(taken from the project on which I am working to calculate the specific activity (in Curies) of a sample that has been irradiated in our Nuclear reactor)  :D

The section of code inside the select case, calculates the percentage chance of a specific atom to absorb a thermal neutron over a specific time period at a specified neutron flux. It also calculates the amount of radioactivity present in the sample when it is removed from the reactor.

This bit of code is working happily but the more advanced version of this (a version that allows for a constant change in the availability of parent isotopes and for daughter isotopes to also capture neutrons) is currently causing my head to explode.  :wacko:
Title: Forget Num, Its the week, evil week.
Post by: Numsgil on October 25, 2005, 10:01:57 AM
Hehe, calc can do that to a man.
Title: Forget Num, Its the week, evil week.
Post by: Botsareus on October 25, 2005, 07:39:49 PM
I got more:

Num doing a horable your mom joke on me , and trowing up for some reason all over the place.

Zelos saying I can't program, It would of been alright, but zelos does not visit the forum often enough so I still did not get him to respond to that....


I need to go play http--www.brownt.co.uk-dpc-untangle.swf
Title: Forget Num, Its the week, evil week.
Post by: MrMound on October 25, 2005, 07:58:55 PM
let me redo my statment

wow complicated (considering I know no calcules or even precalcules or even trigonometry)
Title: Forget Num, Its the week, evil week.
Post by: Botsareus on October 25, 2005, 09:41:47 PM
You never know man , some high education people consider even precalcules or even trigonometry the same thing, although not a one to one function witch is were I have to give them credit.

(def one to one = 'all A is B does not imply its converse') for lack of better english
(now I have to learn Trig and Algebra, not only trig  ;) ) My real precalc teacher I had in highschool was actualy trying to teach me theckniques of intergrating stuff to get the basic calcules math work done. Shows you that the highest eductation you ever will get is in preschool.

You should see the way I flonked ONLY trig, (one week after I wrote the code above) on the plasment test. Thats what happens to people when they don't force themselfs to do somthing when they think its too boaring (ehm...  :puke: any fomiliure?)
Title: Forget Num, Its the week, evil week.
Post by: Numsgil on October 26, 2005, 01:03:44 AM
I hate math right now.  Just thought I'd throw that out.  Hate my major, and I'd switch if I didn't only need to finish this semester.   :pokey: