Swift made my Day

Discussion in 'Experienced Truckers' Advice' started by kutuzov, Jan 17, 2017.

  1. G13Tomcat

    G13Tomcat Road Train Member

    Joined:
    Jun 7, 2011
    Messages:
    11,872
    Thanks Received:
    42,142
    Location:
    Ohio
    0
    Didja mean BORED ?!? LoL...
     
    SHOJim Thanks this.
  2. passingthru69

    passingthru69 Road Train Member

    Joined:
    Jul 12, 2009
    Messages:
    8,740
    Thanks Received:
    34,849
    Location:
    davenport,Ia / ratchaburi, thailand
    0
    Ok I didn't get the pick, but yesterday at the Stripes in Ft. Stockton, I'm getting around to leave and I hear a loud bang.
    Look up to see a Estes team trk ran his trl into a concrete post in the parking lot
    Right hand side. I'm like he had all this room to his left. I'm thinking wtf. Then it dawned on me. He forgot he had a 53 foot trl and turned like he had a set of pups. So wedged he had to drop trl come in at different angle to work the trl away from the pole. Had a section of the bottom of trl frame broke and they were trying to hook the side skirt back up to trl. Wonder how they will explain that to safety lol
     
    KillingTime and 4mer trucker Thank this.
  3. lilillill

    lilillill Sarcasm... it's not just for breakfast

    Joined:
    Nov 7, 2007
    Messages:
    5,642
    Thanks Received:
    13,471
    Location:
    Possum Booger, Alabama
    0
    Sorry I'm late to this thread. I heard we were doing math and stuff so I figured I'd throw out a little C++.


    #include <limits>
    #include <iostream>

    int main()
    {
    double precision = 0.00001;
    double result = 0.0;

    for ( unsigned int i = 1; i < std::numeric_limits<unsigned int>::max(); ++i )
    {
    double prev_result = result;

    result += 1.0/(double)i;

    if ( (result - prev_result) < precision )
    {
    std::cout << "Done iterating, i = " << i << std::endl;
    break;
    }
    }

    std::cout << "The result is: " << result << std::endl;
    return 0;
    }
     
    KillingTime and G13Tomcat Thank this.
  4. Suspect Zero

    Suspect Zero Road Train Member

    Joined:
    Oct 10, 2016
    Messages:
    2,508
    Thanks Received:
    9,520
    Location:
    Burbank, IL
    0
    I'm soooooo confused, even more than normal....

    If that's common core math I'm screwed too :D
     
    G13Tomcat Thanks this.
  5. lilillill

    lilillill Sarcasm... it's not just for breakfast

    Joined:
    Nov 7, 2007
    Messages:
    5,642
    Thanks Received:
    13,471
    Location:
    Possum Booger, Alabama
    0
    If I have 4 apples and you have 8 oranges, how many pizzas can Sally eat?
     
    KillingTime and SHOJim Thank this.
  6. Suspect Zero

    Suspect Zero Road Train Member

    Joined:
    Oct 10, 2016
    Messages:
    2,508
    Thanks Received:
    9,520
    Location:
    Burbank, IL
    0
    NONE. I don't share my pizza, Sally's feminine wiles have no control over me or my pizza!!
     
    lilillill, passingthru69 and SHOJim Thank this.
  7. SHOJim

    SHOJim Road Train Member

    Joined:
    Apr 19, 2011
    Messages:
    3,399
    Thanks Received:
    17,210
    Location:
    Columbus, Ohio
    0
    If Sally puts apples and oranges on her pizza she needs to take a pregnancy test.
     
  8. Stormy 69

    Stormy 69 Medium Load Member

    Joined:
    Jul 1, 2016
    Messages:
    455
    Thanks Received:
    780
    Location:
    Confusion
    0
    If a nun , a duck and dog rolled down a 75 ft snow covered hill at the same time and hit the bottom at the same time,,, how many pancakes does it take to shingle a dog house?
     
  9. G13Tomcat

    G13Tomcat Road Train Member

    Joined:
    Jun 7, 2011
    Messages:
    11,872
    Thanks Received:
    42,142
    Location:
    Ohio
    0
    ^^^^^^ HuH??????!!!????
     
  10. SHOJim

    SHOJim Road Train Member

    Joined:
    Apr 19, 2011
    Messages:
    3,399
    Thanks Received:
    17,210
    Location:
    Columbus, Ohio
    0
    The pancakes would shingle my stomach.
     
    G13Tomcat Thanks this.