Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

‮‮THINK ABOUT THIS

Name: ‮‮FAIR EX 2006-10-06 15:30

‮‮I AM POWERFUL HAXXOR PAYME ENOUGH FOR PRIVATE SESSIONS ;)

Name: Anonymous 2006-10-06 18:23 (sage)

֗֗֗sᴉɥʇ op ʇ,uɐɔ noʎ ʇǝq ᴉ

Name: Anonymous 2006-10-06 18:39

I was bored, so:
#include <stdio.h>

char *rev(char str[])
{
   char *front = str, *end = str;
   while( *end != '\0' )
      end++;

   for( end--; str < end; str++, end-- )
   {
      char tmp = *str;
      *str = *end;
      *end = tmp;
   }

   return front;
}

int main(void)
{
   char post[] = "(; SNOISSES ETAVIRP ROF HGUONE EMYAP ROXXAH LUFREWOP MA I";
   puts(rev(post));
   return 0;
}

$ ./a
I AM POWERFUL HAXXOR PAYME ENOUGH FOR PRIVATE SESSIONS ;(

Name: Anonymous 2006-10-06 19:48

>>3
SMALLER:
#include <stdio.h>
int main()
{
 char post[]="(; SNOISSES ETAVIRP ROF HGUONE EMYAP ROXXAH LUFREWOP MA I";
 int i;
 for(i=strlen(post)-1;i>-1;i--)
 {
  printf("%c",post[i]);
 }
 printf("\n");
 return(0);
}

OR IN PERL FOR AWESOMENESS:
die join"",reverse split//,"\n(; SNOISSES ETAVIRP ROF HGUONE EMYAP ROXXAH LUFREWOP MA I"
OR EVEN BETTAR:
die pack("c*",unpack("f*",unpack("u*",'M``"20@```$(``()"``":0@```$(``*!"``">0@``KD(``(I"``"D0@``C$(`'."\n".'M`*I"``"80@```$(``)!"``""0@``L$(``+!"``">0@``I$(```!"``"@0@``'."\n".'M@D(``+)"``":0@``BD(```!"``"*0@``G$(``)Y"``"J0@``CD(``)!"````'."\n".'M0@``C$(``)Y"``"D0@```$(``*!"``"D0@``DD(``*Q"``""0@``J$(``(I"'."\n".'M````0@``ID(``(I"``"F0@``ID(``))"``">0@``G$(``*9"````0@``;$(`'."\n".'#`"!"'."\n"))),"\n"

Name: Anonymous 2006-10-06 20:01

Fair enough.  You'd use a reverse for loop if you wanted to store the reversed string in different memory too, but meh.  I didn't want to rely on the string library.  And at least it's not an XOR swap.

Name: Anonymous 2006-10-06 20:20

java.lang.StringBuffer.reverse()

Name: Anonymous 2006-10-06 20:30

Name: Anonymous 2006-10-07 10:27

>>4
just:
die reverse"\n(; SNOISSES ETAVIRP ROF HGUONE EMYAP ROXXAH LUFREWOP MA I"

Name: Anonymous 2006-10-07 15:29

>>8
$ perl -e 'die reverse"\n(; SNOISSES ETAVIRP ROF HGUONE EMYAP ROXXAH LUFREWOP MA I"'

(; SNOISSES ETAVIRP ROF HGUONE EMYAP ROXXAH LUFREWOP MA I at -e line 1.
$

Name: ‮FAIR EX‮ 2006-10-07 15:56 (sage)

‮YOU GUYS PRETTY MUCH FAIL IT AM I RITE?‮

Name: Anonymous 2006-10-08 2:30

WHY DOESN'T ANYONE CARE THAT FAIR EX HACKED OUR BOARDS AGAIN?!?! LOOK AT HIS POST, EVEN THE DATE IS REVERSED!!!!!!!

Name: Anonymous 2006-10-08 3:02

WTF!

WTF!

Fair Ex give us back the old 4chan layout.  If he can sage he can do that...

Name: Anonymous 2006-10-08 18:14

Due to the combination of the decrpyption clause in the DMCA and my desire to remain a free man, I have no idea what >>1 said.

Name: Anonymous 2006-10-08 20:27

digital millennium corporate act

...Amerikkka is truly the land of freedom; freedom as in "you're free to pay corporations"

Name: Anonymous 2006-10-10 9:07

_:_____!_!_!__!

Name: Anonymous 2006-10-10 9:33

<`д´;> My stereotype is far too limited to do something that out of character.

Name: Anonymous 2006-10-10 15:15

alert((function(str,i){
 var x=0;
 lol:
 while(1==1){
  if(x==1) return str;
  x++;
  if(i>=str.length) continue lol;
  return arguments.callee((str.substring(0,i)+str.substring(str.length-1)+str.
   substring(i)).substring(0,str.length),i+1)
 }
 return str;
 })('(; SNOISSES ETAVIRP ROF HGUONE EMYAP ROXXAH LUFREWOP MA I',0));

Name: Anonymous 2006-10-10 18:20

javascript:void(setInterval(function(){alert("Think about your breathing!")},2000))

Name: Anonymous 2006-10-11 5:58

>>18

I lol'd

Name: Anonymous 2007-08-06 4:03 ID:lPzsqvJi

bump

Name: Anonymous 2007-08-06 4:03 ID:lPzsqvJi

bump

Name: Anonymous 2009-01-14 13:29

IHBT

Name: Anonymous 2011-02-04 12:27

Name: Anonymous 2011-02-04 13:08

Name: Anonymous 2011-02-04 15:25

Name: Sgt.Kabu껕舌kiman쬺굍 2012-05-28 20:28

Bringing /prog/ back to its people
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy

Don't change these.
Name: Email:
Entire Thread Thread List