How to speak in code.

  • mniip
    8th Jan 2012 Developer 0 Permalink
    def IsThisThreadNoobish:
    return true


    !{.}:??<IsThisThreadNoobish
    {
    {<}True
    }

    function IsThisThreadNoobish:boolean;
    begin
    return true
    end

    function IsThisThreadNoobish
    return true
    end

    PROC 'ISTHISTHREADNOOBISH'
    PUSH BP
    MOV BP,SP
    MOV BYTE PTR [BP],1
    RET
    ENDP

    x386:
    55 89 E6 C6 0F 09 01 C6 C3

    8086:
    55 89 E5 C6 46 00 01 C3
  • disturbed666
    8th Jan 2012 Member 0 Permalink
    // Word twister.cpp : Defines the entry point for the console application.//#include

    "stdafx.h"

    #include

    <iostream>

    #include

    <cstdlib>

    #include

    <ctime>

    #include

    <string>

    using

    namespace std;

    int

    _tmain(int argc, _TCHAR* argv[])

    { string input; cin >> input; string output = input;

    int length = input.size();

    for (int i = 0; i < length; ++i)

    {

    int index = (rand() % length);

    int random = (rand() % length);

    char temp = output[index];

    output[index] = output[random]; output[random] = temp; } cout << output; cin.ignore(cin.rdbuf()->in_avail()+1);????

    return 0;

    }that's how to speak in code (will twist your words(c++)) ?
  • Vengance
    8th Jan 2012 Member 0 Permalink
    ^^

  • tommig
    8th Jan 2012 Member 0 Permalink

    #define PT_NTRG 178
    int update_NTRG(UPDATE_FUNC_ARGS);
    {"NTRG", PIXPACK(0x31EBBF), 1.7f, 0.00f * CFDS, 1.00f, 0.45f, -0.1f, 0.0f, 1.25f, 0.000f * CFDS, 0, 0, 0, 0, 0, 1, 1, 1, SC_GAS, R_TEMP+0.0f +273.15f, 20, "Nitrogen gas, air. Used in the production of ammonia", ST_GAS, TYPE_GAS, &update_NTRG},



    #include

    int update_NTRG(UPDATE_FUNC_ARGS){
    int r, rx, ry;
    for(rx=-1; rx<2; rx++)
    <!--2--> for(ry=-1; ry<2; ry++)
    <!--2--> if(x+rx>=0 && y+ry>0 && x+rx pmap[y+ry][x+rx] &&
    (pmap[y+ry][x+rx]&0xFF)!=PT_NTRG&&
    (pmap[y+ry][x+rx]&0xFF)!=0xFF)
    {
    r = pmap[y+ry][x+rx];
    if ((r&0xFF)==PT_O2)
    {
    part_change_type(i,x,y,PT_NTRO);
    kill_part(r>>8);
    }
    if (pv[y/CELL][x/CELL]>15.0);
    {
    if ((r&0xFF)==PT_H2)
    {
    part_change_type(i,x,y,PT_AMMO);
    kill_part(r>>8);
    }
    }
    }
    return 0;
    }


    So yeh... :-P

  • lillepallt
    8th Jan 2012 Member 0 Permalink
    00000010
    01101110
    01101111
    01101111
    01100010
    01110011
    00000011

    no, that was not random spam :P
  • wootpowns
    9th Jan 2012 Member 0 Permalink
    21-15 25-11 14-1 8-20 5-3 9-14 =]
  • MiXih
    9th Jan 2012 Member 0 Permalink
    tygyfygusdrtykfuirtxi
    now decode that
  • limelier
    9th Jan 2012 Member 0 Permalink
    @wikku9 (View Post)
    "I request to be shot in the head"
    /me takes gun and shoots wikku

    Request granted.
  • Sylvi
    9th Jan 2012 Moderator 0 Permalink
    <?php
    include ("post.php");
    echo "I'm a web developer, not a software developer.";
    ?>
  • boxmein
    9th Jan 2012 Former Staff 0 Permalink

    javascript:alert("Web development is fun too!");