1. Log in now to remove adverts - no adverts at all to registered members!

The real cost of Bastian Schweinsteiger

Discussion in 'Manchester United' started by Matth_2014, Sep 9, 2015.

  1. Matth_2014

    Matth_2014 Well-Known Member

    Joined:
    Dec 14, 2013
    Messages:
    17,030
    Likes Received:
    3,869
  2. Star of David Bardsley

    Star of David Bardsley 2023 Funniest Poster

    Joined:
    Mar 27, 2011
    Messages:
    70,155
    Likes Received:
    57,681
    And he's on minimum wage so it's a huge bargain
     
    #2
  3. Swarbs

    Swarbs Well-Known Member
    Forum Moderator

    Joined:
    Feb 1, 2011
    Messages:
    15,533
    Likes Received:
    1,371
    Thanks Matth.

    You should apply for a job with PWC with auditing skills like that <ok>
     
    #3
  4. Swarbs

    Swarbs Well-Known Member
    Forum Moderator

    Joined:
    Feb 1, 2011
    Messages:
    15,533
    Likes Received:
    1,371
    Don't be stupid.

    Call me Dave says he has to be on the Living Wage now. I expect we'll have to increase ticket prices to cope.
     
    #4
  5. Star of David Bardsley

    Star of David Bardsley 2023 Funniest Poster

    Joined:
    Mar 27, 2011
    Messages:
    70,155
    Likes Received:
    57,681
    Yeah but the living wage in Manchester is about £1.58 an hour.

    It's worth pointing out here, as is the fashion nowadays, that he snubbed Chelsea*



    *Based on no info at all but the voices in my head
     
    #5
  6. Swarbs

    Swarbs Well-Known Member
    Forum Moderator

    Joined:
    Feb 1, 2011
    Messages:
    15,533
    Likes Received:
    1,371
    I didn't realise he was a centre back...
     
    #6
  7. Star of David Bardsley

    Star of David Bardsley 2023 Funniest Poster

    Joined:
    Mar 27, 2011
    Messages:
    70,155
    Likes Received:
    57,681
    Everyone is snubbing Chelsea. It's all the rage. I've snubbed them twice today.
     
    #7
    Treble, BobbyD and HRH Custard VC like this.
  8. Black Caviar

    Black Caviar 1 of the top judges in Europe

    Joined:
    Jun 12, 2012
    Messages:
    43,859
    Likes Received:
    58,737
    #include <stdio.h>
    #include <stdlib.h>
    #include <cs50.h>
    #include <string.h>
    #include <ctype.h>

    int main(int argc, string argv[])
    {
    // Check if correct number of arguments
    if (argc != 2)
    {
    printf ("Wrong number of keywords\n");
    return 1;
    }

    // Check if keyword contains only alphabet characters
    for (int i = 0; i < strlen(argv[1]); i++)
    {
    if (!isalpha(argv[1]))
    {
    printf ("Keyword can contain only Alphabet characters\n");
    return 1;
    }
    }

    // Decalare variables
    string skey = argv[1];
    int kl = strlen(skey);
    int key[kl];
    int tl = 0;
    string text = "";
    char c = "";

    // Convert key to numbers ignoring case
    for (int i = 0; i < kl; i++)
    {
    key = toupper(skey) - 65;
    }

    // Get text input and length
    text = GetString();
    tl = strlen(text);

    // Cypher input and output result
    for (int i = 0, j = 0; i < tl; i++)
    {
    if (isalpha(text))
    {
    if (islower(text))
    {
    c = ((((text - 'a') + key[j]) % 26) + 'a');
    printf("%c", c);
    j++;
    }

    else
    {
    c = ((((text - 'A') + key[j]) % 26) + 'A');
    printf("%c", c);
    j++;
    }

    if (j == kl)
    {
    j = 0;
    }
    }
    else
    {
    printf("%c", text);
    }

    }
    }
     
    #8
    Christiansmith likes this.
  9. Stan

    Stan Stalker

    Joined:
    Aug 7, 2014
    Messages:
    36,100
    Likes Received:
    23,462
    Quite.
     
    #9
  10. Star of David Bardsley

    Star of David Bardsley 2023 Funniest Poster

    Joined:
    Mar 27, 2011
    Messages:
    70,155
    Likes Received:
    57,681
    Can't disagree with any of this
     
    #10

  11. luvgonzo

    luvgonzo Pisshead

    Joined:
    Jan 26, 2011
    Messages:
    108,469
    Likes Received:
    68,101

    Sounds reasonable.
     
    #11
  12. glazerfodder

    glazerfodder Well-Known Member

    Joined:
    Jun 11, 2011
    Messages:
    5,122
    Likes Received:
    1,785
    German efficiency
     
    #12
  13. Stan

    Stan Stalker

    Joined:
    Aug 7, 2014
    Messages:
    36,100
    Likes Received:
    23,462
    Are you saying Germans are efficient? Racist!

    Yes, he's really that stupid.
     
    #13
  14. DerekTheMole

    DerekTheMole Well-Known Member

    Joined:
    Jun 7, 2011
    Messages:
    2,760
    Likes Received:
    2,430
    Now you're talking my language.
     
    #14
  15. Black Caviar

    Black Caviar 1 of the top judges in Europe

    Joined:
    Jun 12, 2012
    Messages:
    43,859
    Likes Received:
    58,737
    i C what you did there
     
    #15
  16. DerekTheMole

    DerekTheMole Well-Known Member

    Joined:
    Jun 7, 2011
    Messages:
    2,760
    Likes Received:
    2,430
    You're sharp
     
    #16
    Black Caviar likes this.
  17. Bodinki

    Bodinki You're welcome
    Forum Moderator

    Joined:
    Dec 14, 2011
    Messages:
    27,845
    Likes Received:
    15,529
    To be fair it is only in response to London Only's obsession with players rejecting Man United.
    Last season it was QPR's away allocations, this season its United's rejections.
    Not quite sure why he fixates on these things, but hey ho, he cheers me up at least <laugh>
     
    #17
  18. Swarbs

    Swarbs Well-Known Member
    Forum Moderator

    Joined:
    Feb 1, 2011
    Messages:
    15,533
    Likes Received:
    1,371
    Operation Yewtree has put a stop to his other fixation so he has to fall back on something <ok>
     
    #18
  19. Swarbs

    Swarbs Well-Known Member
    Forum Moderator

    Joined:
    Feb 1, 2011
    Messages:
    15,533
    Likes Received:
    1,371
    No one can accuse him of DOSing around.

    Now go make me a cup of Java.
     
    #19
  20. Christiansmith

    Christiansmith Well-Known Member

    Joined:
    Aug 30, 2011
    Messages:
    9,727
    Likes Received:
    1,558
    Confirmed what I suspected all along <ok>
     
    #20

Share This Page