The Unofficial Copy 'N Paste thread

  • sillu129
    3rd Dec 2010 Member 0 Permalink
    Download Forum Browse Wiki FAQ Conversations Profile Logout (sillu129)
    Search:
    Powder Toy Forum â†' General â†'
    The Official Copy 'N Paste thread
    Rob215 2 Dec 2010 18:46 Member Permalink
    Paste what you have copied!

    Here's mine:
    1
    Alternative Measureme…
    Rob2150 comments



    Well, kinda more accurate.
    flarn2006 6 Dec 2010 04:35 Member Permalink
    http://3.141592653589793238462643383279502884197169399375105820974944592.com/index314 .html
    HK6 6 Dec 2010 04:55 Moderator Permalink
    Mine (iPod):
    http://www.bungie.net/Forums/posts.aspx?postID=53532893&postRepeater1-p=3

    Urk's post at the top is the truth about the Reach forums.
    Rob215 7 Dec 2010 09:52 Member Permalink
    people.lst
    Simon 7 Dec 2010 16:39 Admin Permalink
    c[3]==1||c[3]==0
    wikku9 7 Dec 2010 16:41 Member Permalink
    Rozpakuj: h:\temp\nsz13B.tmp\banner.bmp... 100%
    Creating g:\Program Files\JoWooD Entertainment AG...done.
    Creating g:\Program Files\JoWooD Entertainment AG\ArcaniA - Gothic 4...done.
    Creating g:\Program Files\JoWooD Entertainment AG\ArcaniA - Gothic 4\Data...done.
    Processing J:\\Data\DATA_1.CAB (DATA_1.CAB)...
    Extracting data0.pak (223 944 704 bytes)...done.
    Processing J:\\Data\music_1.CAB (music_1.CAB)...
    Extracting music.pak (1 111 658 496 bytes)...done.
    Processing J:\\Data\basedata_1.CAB (basedata_1.CAB)...
    Extracting basedata.pak (43 413 504 bytes)...done.
    Creating g:\Program Files\JoWooD Entertainment AG\ArcaniA - Gothic 4\Data_test_lvl69...done.
    Processing J:\\Data\Level_1.CAB (Level_1.CAB)...
    Extracting data_test_lvl69.pak (285 986 816 bytes)...done.
    Rozpakuj: h:\temp\nsz13B.tmp\banner.bmp... 100%
    Processing J:\\Data\Datablocks_1.CAB (Datablocks_1.CAB)...
    Extracting datablocks.pak (14 651 392 bytes)...done.
    Extracting datablocks0.pak (1 877 438 464 bytes)...
    zc00gii 7 Dec 2010 16:41 This post has been ommited because the user is banned.
    triclops200 7 Dec 2010 17:02 Member Permalink
    int fib(int d){
    int a=0,b=1,c=1;
    for (int i=0; i<d;i++){
    cout<<c;
    c=a+b;
    a=b;
    b=c;
    }}
    HK6 7 Dec 2010 20:08 Moderator Permalink
    http://www.youtube.com/watch?v=QZsppOw2Mxk
    HeyJD Today, 14:21 Member Permalink
    Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo
    More smilies... Disable smilies in post
    © 2010 HardWIRED and respective ownersForum Powered by MiniBB. Generated: 0.08s
  • Mur
    3rd Dec 2010 Member 0 Permalink
    else if(t==PT_ACID)
    {
    for(nx=-2; nx<3; nx++)
    for(ny=-2; ny<3; ny++)
    if(x+nx>=0 && y+ny>0 && x+nx<XRES && y+ny<YRES && (nx || ny))
    {
    r = pmap[y+ny][x+nx];
    if((r>>8)>=NPART || !r)
    continue;
    if((r&0xFF)!=PT_ACID)
    {
    if ((r&0xFF)==PT_PLEX || (r&0xFF)==PT_NITR || (r&0xFF)==PT_GUNP || (r&0xFF)==PT_RBDM || (r&0xFF)==PT_LRBD)
    {
    t = parts[i].type = PT_FIRE;
    parts[i].life = 4;
    parts[r>>8].type = PT_FIRE;
    parts[r>>8].life = 4;
    }
    else if(((r&0xFF)!=PT_CLNE && (r&0xFF)!=PT_PCLN && ptypes[parts[r>>8].type].hardness>(rand()%1000))&&parts[i].life>=50)
    {
    if(parts_avg(i, r>>8,PT_GLAS)!= PT_GLAS)
    {
    parts[i].life--;
    parts[r>>8].type = PT_NONE;
    }
    }
    else if (parts[i].life==50)
    {
    parts[i].life = 0;
    t = parts[i].type = PT_NONE;
    }
    }
    }
    }
  • baizuo
    3rd Dec 2010 Member 0 Permalink
     ·
  • tian110796
    3rd Dec 2010 Member 0 Permalink
    char* trim (char* c, int len){
    for(int i = 0; i < len; i++){
    if(c[i] == ' ' || c[i] == '\n'){
    for(int j = i + 1; j < len; j++){
    c[j-1] = c[j];
    }
    c[--len] = '\0';
    }
    }
    }
  • MasterMind555
    3rd Dec 2010 Member 0 Permalink
    (Yup, blank)
  • TheWiseEyes
    3rd Dec 2010 Banned 0 Permalink
    This post is hidden because the user is banned