Swift made my Day

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

  1. G13Tomcat

    G13Tomcat Road Train Member

    11,872
    42,142
    Jun 7, 2011
    Ohio
    0
    Didja mean BORED ?!? LoL...
     
    SHOJim Thanks this.
  2. Truckers Report Jobs

    Trucking Jobs in 30 seconds

    Every month 400 people find a job with the help of TruckersReport.

  3. passingthru69

    passingthru69 Road Train Member

    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.
  4. lilillill

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

    5,642
    13,471
    Nov 7, 2007
    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.
  5. Suspect Zero

    Suspect Zero Road Train Member

    2,508
    9,519
    Oct 10, 2016
    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.
  6. lilillill

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

    5,642
    13,471
    Nov 7, 2007
    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.
  7. Suspect Zero

    Suspect Zero Road Train Member

    2,508
    9,519
    Oct 10, 2016
    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.
  8. SHOJim

    SHOJim Road Train Member

    3,399
    17,210
    Apr 19, 2011
    Columbus, Ohio
    0
    If Sally puts apples and oranges on her pizza she needs to take a pregnancy test.
     
  9. Stormy 69

    Stormy 69 Medium Load Member

    455
    780
    Jul 1, 2016
    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?
     
  10. G13Tomcat

    G13Tomcat Road Train Member

    11,872
    42,142
    Jun 7, 2011
    Ohio
    0
    ^^^^^^ HuH??????!!!????
     
  11. SHOJim

    SHOJim Road Train Member

    3,399
    17,210
    Apr 19, 2011
    Columbus, Ohio
    0
    The pancakes would shingle my stomach.
     
    G13Tomcat Thanks this.
  • Truckers Report Jobs

    Trucking Jobs in 30 seconds

    Every month 400 people find a job with the help of TruckersReport.