Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

if(geek) tweet( #songsincode );

  • 21-08-2009 1:42pm
    #1
    Registered Users, Registered Users 2 Posts: 196 ✭✭


    what's the best 1 you've seen so far?

    or post your own

    $who = mysql_query ( 'SELECT name FROM people WHERE letDogsOut=true' );


«1

Comments

  • Registered Users, Registered Users 2 Posts: 2,811 ✭✭✭Gone Drinking


    Get out of the normal people forums, now.


  • Registered Users, Registered Users 2 Posts: 24,537 ✭✭✭✭Cookie_Monster


    :confused:

    Songs in SQL, why would anyone ever do that?


  • Registered Users, Registered Users 2 Posts: 7,589 ✭✭✭Hail 2 Da Chimp


    Nerrrrrd!


  • Closed Accounts Posts: 6,943 ✭✭✭abouttobebanned


    In this village of Nerds, this nerd is King.


  • Registered Users, Registered Users 2 Posts: 986 ✭✭✭Bill-e


    Oh dear god that's bad!


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,303 ✭✭✭Boxfresh


    The best one I saw was

    $YOU = mysql_query ( 'JUM4 FROM people Is a GEEK=true' );


  • Closed Accounts Posts: 1,342 ✭✭✭Long Onion


    $who = mysql_query ( 'SELECT name FROM people WHERE wereyoudroppedasachild?=true' );


  • Registered Users, Registered Users 2 Posts: 5,096 ✭✭✭LadyMayBelle


    wtf?


  • Registered Users, Registered Users 2 Posts: 196 ✭✭jum4


    video@radio ~ $ kill -9 star


  • Closed Accounts Posts: 16,391 ✭✭✭✭mikom


    Forget the code....... just go NES style.



  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,303 ✭✭✭Boxfresh


    Fail!


  • Registered Users, Registered Users 2 Posts: 8,382 ✭✭✭petes


    Thank fcuk I don't know anyhing that is going on in this thread. It's Friday afternoon ffs. I don't need to be thinking!!


  • Registered Users, Registered Users 2 Posts: 4,467 ✭✭✭Wazdakka


    [PHP] I >> You[/PHP]

    Am I doing it right?


  • Registered Users, Registered Users 2 Posts: 86,729 ✭✭✭✭Overheal


    jum4 wrote: »
    what's the best 1 you've seen so far?

    or post your own

    $who = mysql_query ( 'SELECT name FROM people WHERE letDogsOut=true' );
    return fail; //**** syntax


  • Closed Accounts Posts: 2,054 ✭✭✭Carsinian Thau


    I thought I knew what was going on here.

    But then I realised that I didn't...


  • Closed Accounts Posts: 39 JennyMaguire


    Nerrrrrd!

    Hey, did you see that nerd?


  • Registered Users, Registered Users 2 Posts: 24,537 ✭✭✭✭Cookie_Monster


    You have to rap it to make sense


    select
    yrwk1,
    store1,
    dept1,
    desc1,
    sub1,
    tpnb,
    desc4,
    sum(zeroifnull(cnt)) AS "Picks",
    sum(zeroifnull(cnt2)) AS "Failed Picks"
    FROM
    (SELECT
    year_week_number,
    retail_outlet_number,
    RSD.RS_22_department_code,
    RS_22_DEPARTMENT_DESCRIPTION,
    psg.product_sub_group_code,
    bpr.base_product_number,
    bpr.long_description,
    count(bbb.base_product_number)
    FROM VWI0pav_ghs_product_available bbb
    INNER JOIN VWI0BPr_BASE_PRODuct bpr
    on (bbb.base_product_number=bpr.base_product_number)
    INNER JOIN VWI0psg_prodUCT_sub_group psg
    on (bpr.product_sub_group_code = psg.product_sub_group_code)
    INNER JOIN VWI0RSD_RS22_DEPARTMENT rsd
    on (psg.rs_22_department_code = rsd.rs_22_department_Code)
    INNER JOIN VWI0cal_small_calendar cal
    on (cal.calendar_date = bbb.checkout_date)
    WHERE checkout_date in
    (SELECT calendar_date from VWI0cal_small_calendar
    WHERE year_week_number between 200746 and 200803)
    and RSD.RS_22_department_code in ('f')
    and retail_outlet_number in ('3677')
    GROUP BY 1,2,3,4,5,6,7 )
    sh1 (yrwk1,store1,dept1,desc1,sub1,tpnb,desc4,cnt)
    LEFT OUTER JOIN
    (SELECT
    year_week_number,
    retail_outlet_number,
    RSD.RS_22_department_code,
    bpr.base_product_number,
    count(bbb.base_product_number)
    FROM VWI0pav_ghs_product_available bbb
    INNER JOIN VWI0BPR_BASE_PRODUCT bpr
    on (bbb.base_product_number=bpr.base_product_number)
    INNER JOIN VWI0psg_prodUCT_sub_group psg
    on (bpr.product_sub_group_code = psg.product_sub_group_code)
    INNER JOIN VWI0RSD_RS22_DEPARTMENT rsd
    on (psg.rs_22_department_code = rsd.rs_22_department_Code)
    INNER JOIN VWI0cal_small_calendar cal
    on (cal.calendar_date = bbb.checkout_date)
    WHERE checkout_date in
    (SELECT calendar_date FROM VWI0cal_small_calendar
    WHERE year_week_number between 200746 and 200803)
    AND picker_comment_code = 'O'
    and RSD.RS_22_department_code in ('f')
    and retail_outlet_number in ('3677')
    GROUP BY 1,2,3,4)
    sh2 (yrwk2,store2,dept2,tpnb2,cnt2)
    on
    (sh2.dept2 = sh1.dept1)
    AND (sh2.tpnb2 = sh1.tpnb)
    AND (sh1.yrwk1=sh2.yrwk2)
    and (sh1.store1=sh2.store2)
    GROUP BY 1,2,3,4,5,6,7


  • Registered Users, Registered Users 2 Posts: 7,962 ✭✭✭jumpguy


    I don't even understand the thread title. :confused:


  • Registered Users, Registered Users 2 Posts: 10,572 ✭✭✭✭brummytom


    Can anyone translate this nonsense for us normal people?


  • Closed Accounts Posts: 26,567 ✭✭✭✭Fratton Fred


    have they removed all the pron from the internet? the geeks have nothing else to do:eek:


  • Advertisement
  • Closed Accounts Posts: 777 ✭✭✭Mayoegian


    confused-baby.bmp


  • Registered Users, Registered Users 2 Posts: 5,209 ✭✭✭Redzer7


    HUH?


  • Registered Users, Registered Users 2 Posts: 11,264 ✭✭✭✭jester77


    My brain is having a RuntimeException


  • Registered Users, Registered Users 2 Posts: 28,789 ✭✭✭✭ScumLord


    This is just wrong, music should be handled by CSS, I know the lack of tables seems un rock and roll but thems the breaks.


  • Registered Users, Registered Users 2 Posts: 196 ✭✭jum4


    Well it made my day, 30 of my co workers are also in agreement!

    apologies was only trying to have some fun on a lazy Friday.


  • Closed Accounts Posts: 1,377 ✭✭✭An Fear Aniar


    jum4 wrote: »
    video@radio ~ $ kill -9 star

    I think you would need to use "killall" unless you had the pID.

    .


  • Closed Accounts Posts: 10 Verchiel


    jum4 wrote: »
    Well it made my day, 30 of my co workers are also in agreement!

    apologies was only trying to have some fun on a lazy Friday.

    Quit while you are ahead dude :)

    Slow day in Google?


  • Registered Users, Registered Users 2 Posts: 12,811 ✭✭✭✭billy the squid


    c:/>cd alice
    Bad Command or file name


  • Registered Users, Registered Users 2 Posts: 7,814 ✭✭✭TPD


    OP you give us computery types the bad image.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,919 ✭✭✭Schism


    Hey, did you see that nerd?

    Pardon me?


  • Moderators, Science, Health & Environment Moderators, Society & Culture Moderators Posts: 3,372 Mod ✭✭✭✭andrew


    Oh Jesus Christ I'm actually getting these.


  • Registered Users, Registered Users 2 Posts: 8,813 ✭✭✭BaconZombie


    Paul Simon's "50 Ways to Leave Your Lover," but for software security nerds




    SQL Injection FTW


  • Closed Accounts Posts: 1,015 ✭✭✭Epic Tissue


    These things are always terrible.


  • Registered Users, Registered Users 2 Posts: 8,813 ✭✭✭BaconZombie


    There Are 10 Types of People In The World: Those Who Understand This Thread, And Those Who Don't.....
    wtf?
    Insurgent wrote: »
    Thank fcuk I don't know anyhing that is going on in this thread. It's Friday afternoon ffs. I don't need to be thinking!!
    I thought I knew what was going on here.

    But then I realised that I didn't...
    jumpguy wrote: »
    I don't even understand the thread title. :confused:
    brummytom wrote: »
    Can anyone translate this nonsense for us normal people?
    Redzer7 wrote: »
    HUH?


  • Closed Accounts Posts: 2,736 ✭✭✭tech77


    OP you give us computery types the bad image.

    Computery types?
    Ah lads quit it with the technical talk.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 5,473 ✭✭✭Adamcp898


    This dialogue from the Simpsons sums up this thread pretty well I think
    Homer: [yelling at a student] Neeeerd!
    Marge: Homer, that isn't very nice.
    Homer: Marge, try to understand. There are two kinds of college
    students: jocks and nerds. As a jock, it is my duty to give
    nerds a hard time.
    [A "jock" walks by]
    Hey pal! Did you get a load of the nerd?
    Jock: [not understanding] Pardon me?

    Now which one are you in it?


  • Registered Users, Registered Users 2 Posts: 12,438 ✭✭✭✭El Guapo!


    I can speak a weird language too.......pig latin.......here goes........


    ORSTW-AY HREADT-AY VERE-AY


  • Registered Users, Registered Users 2 Posts: 4,405 ✭✭✭Dartz


    10 PRINT WTF?
    20 GOTO 10


  • Closed Accounts Posts: 43 beni


    printf(" +\n");
    printf(" +++\n");
    printf("+++++\n");
    printf(" +++\n");
    printf(" +\n");

    (0) (0)
    \ - /
    \ = /
    _


  • Registered Users, Registered Users 2 Posts: 25,070 ✭✭✭✭My name is URL


    10 SING "OPENING VERSE"
    20 DANCE "BADLY"
    30 ERROR. TALENT NOT FOUND
    40 GOTO 10
    RUN


    I love my Amstrad


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 4,738 ✭✭✭Naos


    BOFH_139 wrote: »
    Paul Simon's "50 Ways to Leave Your Lover," but for software security nerds




    SQL Injection FTW

    This is the f**king nerdiest thing I have ever witnessed.


  • Closed Accounts Posts: 22 Epic Issue


    BOFH_139 wrote: »
    Paul Simon's "50 Ways to Leave Your Lover," but for software security nerds




    SQL Injection FTW

    Dear God :(


  • Registered Users, Registered Users 2 Posts: 4,971 ✭✭✭Holsten


    wat


  • Registered Users, Registered Users 2 Posts: 18,159 ✭✭✭✭phasers


    C:/dos
    C:/dos/run
    run/dos/run


  • Closed Accounts Posts: 243 ✭✭HarryPalmer


    c:/>cd alice
    Bad Command or file name

    Excellent. :)


  • Registered Users, Registered Users 2 Posts: 1,303 ✭✭✭Boxfresh


    Excellent. :)


    Really?? Would someone be so kind as to explain what these codes are?


  • Registered Users, Registered Users 2 Posts: 2,149 ✭✭✭ZorbaTehZ


    char*lie;
    
        double time, me= !0XFACE,
    
        not; int rested,   get, out;
    
        main(ly, die) char ly, **die ;{
    
            signed char lotte,
    
    
    dear; (char)lotte--;
    
        for(get= !me;; not){
    
        1 -  out & out ;lie;{
    
        char lotte, my= dear,
    
        **let= !!me *!not+ ++die;
    
            (char*)(lie=
    
    
    "The gloves are OFF this time, I detest you, snot\n\0sed GEEK!");
    
        do {not= *lie++ & 0xF00L* !me;
    
        #define love (char*)lie -
    
        love 1s *!(not= atoi(let
    
        [get -me?
    
            (char)lotte-
    
    
    (char)lotte: my- *love -
    
        'I'  -  *love -  'U' -
    
        'I'  -  (long)  - 4 - 'U' ])- !!
    
        (time  =out=  'a'));} while( my - dear
    
        && 'I'-1l  -get-  'a'); break;}}
    
            (char)*lie++;
    
    
    (char)*lie++, (char)*lie++; hell:0, (char)*lie;
    
        get *out* (short)ly   -0-'R'-  get- 'a'^rested;
    
        do {auto*eroticism,
    
        that; puts(*( out
    
            - 'c'
    
    -('P'-'S') +die+ -2 ));}while(!"you're at it");
    
    
    for (*((char*)&lotte)^=
    
        (char)lotte; (love ly) [(char)++lotte+
    
        !!0xBABE];){ if ('I' -lie[ 2 +(char)lotte]){ 'I'-1l ***die; }
    
        else{ if ('I' * get *out* ('I'-1l **die[ 2 ])) *((char*)&lotte) -=
    
        '4' - ('I'-1l); not; for(get=!
    
    
    get; !out; (char)*lie  &  0xD0- !not) return!!
    
        (char)lotte;}
    
    
    (char)lotte;
    
        do{ not* putchar(lie [out
    
        *!not* !!me +(char)lotte]);
    
        not; for(;!'a';);}while(
    
            love (char*)lie);{
    
    
    register this; switch( (char)lie
    
        [(char)lotte] -1s *!out) {
    
        char*les, get= 0xFF, my; case' ':
    
        *((char*)&lotte) += 15; !not +(char)*lie*'s';
    
        this +1s+ not; default: 0xF +(char*)lie;}}}
    
        get - !out;
    
        if (not--)
    
        goto hell;
    

    And yes, it does compile. :D


  • Closed Accounts Posts: 243 ✭✭HarryPalmer


    Boxfresh wrote: »
    Really?? Would someone be so kind as to explain what these codes are?

    cd == change directory
    alice == a directory name that doesn't exist, but also some chick
    Bad Command or Filename == Who the f**k is Alice?

    It's just using code or commands to represent something else, like:

    that = (question ? 2b : !2b)
    Bit of Shakespeare, there. :)


  • Registered Users, Registered Users 2 Posts: 2,166 ✭✭✭Edgedinblue


    wow, i must be the only one who hasnt got a clue wtf is going on in this thread?


  • Registered Users, Registered Users 2 Posts: 215 ✭✭Baile an Locha


    wow, i must be the only one who hasnt got a clue wtf is going on in this thread?

    My friend you are not alone.


  • Advertisement
Advertisement