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

1GET

Name: Anonymous 2008-01-29 23:09

I'm the real >>1

Name: & 2009-08-22 7:36

test

Name: Anonymous 2009-08-22 8:25

$test

Name: Anonymous 2009-08-22 8:32

>

Name: Anonymous 2009-08-22 8:39

Name: Anonymous 2009-08-27 12:37

>>1,245,999
The Chosen Ones

Name: Anonymous 2009-08-31 9:18

>>245
The gay

Name: Anonymous 2009-09-01 19:15

So since this thread doesn't bump, is it like a secret base?

Name: Anonymous 2009-09-02 2:17

This is the /prog/ batcave, where we meet in times of great distress.

Name: Anonymous 2009-09-06 12:33

hay guise remember this thread?

Name: Anonymous 2009-09-07 17:46

[code]// ==UserScript==
// @name          /prog/ : Ignore necroposting
// @version       1.3.9 RC1
// @namespace     http://dis.4chan.org/read/prog/1/
// @description   Do not display threads older than 2009 on /prog/'s main page.
// @include       http://dis.4chan.org/prog/
// ==/UserScript==

var threads, thread;
threads = document.evaluate("//div[@class='border']", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
for (var i = 0; i < threads.snapshotLength; i++) {
  thread = threads.snapshotItem(i);
  if (-1 != thread.childNodes[3].childNodes[3].childNodes[1].childNodes[1].textContent.search(/200[4-8]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]/g)) {
      thread.style.display = "none";
  }
}
// Doing it cleanly? Are you crazy? It'd take me, like, minutes.[code]

Name: Anonymous 2009-09-07 17:48

[m]

BYTEORDER(3)      Linux Programmer's Manual     BYTEORDER(3)



NAME
       htonl,  htons,  ntohl, ntohs - convert values between
       host and network byte order

SYNOPSIS
       #include <arpa/inet.h>

       [b]uint32[u][/b]_[/u]t [b]htonl(uint32[u][/b]_[/u]t [u]hostlong[/u]);

       [b]uint16[u][/b]_[/u]t [b]htons(uint16[u][/b]_[/u]t [u]hostshort[/u]);

       [b]uint32[u][/b]_[/u]t [b]ntohl(uint32[u][/b]_[/u]t [u]netlong[/u]);

       [b]uint16[u][/b]_[/u]t [b]ntohs(uint16[u][/b]_[/u]t [u]netshort[/u]);

DESCRIPTION
       The htonl() function converts  the  unsigned  integer
       hostlong from host byte order to network byte order.

       The  htons()  function  converts  the  unsigned short
       integer hostshort from host  byte  order  to  network
       byte order.

       The  ntohl()  function  converts the unsigned integer
       netlong from network byte order to host byte order.

       The ntohs()  function  converts  the  unsigned  short
       integer netshort from network byte order to host byte
       order.

       On the i386 the host byte order is Least  Significant
       Byte  first,  whereas the network byte order, as used
       on the Internet, is Most Significant Byte first.

CONFORMING TO
       POSIX.1-2001.

       Some systems require the inclusion of  <netinet/in.h>
       instead of <arpa/inet.h>.

SEE ALSO
       endian(3), gethostbyname(3), getservent(3)

COLOPHON
       This  page  is part of release 3.22 of the Linux man-
       pages project.  A description  of  the  project,  and
       information  about  reporting  bugs,  can be found at
       http://www.kernel.org/doc/man-pages/.



GNU                      2009-01-15             BYTEORDER(3)[/m]

Name: Anonymous 2009-09-07 17:49

[m]

BYTEORDER(3)      Linux Programmer's Manual     BYTEORDER(3)



NAME
       htonl,  htons,  ntohl, ntohs - convert values between
       host and network byte order

SYNOPSIS
       #include <arpa/inet.h>

       [b]uint32[u][/b]_[/u]t [b]htonl(uint32[u][/b]_[/u]t [u]hostlong[/u]);

       [b]uint16[u][/b]_[/u]t [b]htons(uint16[u][/b]_[/u]t [u]hostshort[/u]);

       [b]uint32[u][/b]_[/u]t [b]ntohl(uint32[u][/b]_[/u]t [u]netlong[/u]);

       [b]uint16[u][/b]_[/u]t [b]ntohs(uint16[u][/b]_[/u]t [u]netshort[/u]);

DESCRIPTION
       The htonl() function converts  the  unsigned  integer
       hostlong from host byte order to network byte order.

       The  htons()  function  converts  the  unsigned short
       integer hostshort from host  byte  order  to  network
       byte order.

       The  ntohl()  function  converts the unsigned integer
       netlong from network byte order to host byte order.

       The ntohs()  function  converts  the  unsigned  short
       integer netshort from network byte order to host byte
       order.

       On the i386 the host byte order is Least  Significant
       Byte  first,  whereas the network byte order, as used
       on the Internet, is Most Significant Byte first.

CONFORMING TO
       POSIX.1-2001.

       Some systems require the inclusion of  <netinet/in.h>
       instead of <arpa/inet.h>.

SEE ALSO
       endian(3), gethostbyname(3), getservent(3)

COLOPHON
       This  page  is part of release 3.22 of the Linux man-
       pages project.  A description  of  the  project,  and
       information  about  reporting  bugs,  can be found at
       http://www.kernel.org/doc/man-pages/.



GNU                      2009-01-15             BYTEORDER(3)[/m]

Name: Anonymous 2009-09-07 17:52



BYTEORDER(3)      Linux Programmer's Manual     BYTEORDER(3)



NAME
       htonl,  htons,  ntohl, ntohs - convert values between
       host and network byte order

SYNOPSIS
       #include <arpa/inet.h>

DESCRIPTION
       The htonl() function converts  the  unsigned  integer
       hostlong from host byte order to network byte order.

       The  htons()  function  converts  the  unsigned short
       integer hostshort from host  byte  order  to  network
       byte order.

       The  ntohl()  function  converts the unsigned integer
       netlong from network byte order to host byte order.

       The ntohs()  function  converts  the  unsigned  short
       integer netshort from network byte order to host byte
       order.

       On the i386 the host byte order is Least  Significant
       Byte  first,  whereas the network byte order, as used
       on the Internet, is Most Significant Byte first.

CONFORMING TO
       POSIX.1-2001.

       Some systems require the inclusion of  <netinet/in.h>
       instead of <arpa/inet.h>.

SEE ALSO
       endian(3), gethostbyname(3), getservent(3)

COLOPHON
       This  page  is part of release 3.22 of the Linux man-
       pages project.  A description  of  the  project,  and
       information  about  reporting  bugs,  can be found at
       http://www.kernel.org/doc/man-pages/.



GNU                      2009-01-15             BYTEORDER(3)

Name: Anonymous 2009-09-09 20:37

~bampu pantsu

Name: Anonymous 2009-09-09 22:46

| > | > |
>> |
|
|
> |
> > |
>> |

Name: Anonymous 2009-09-09 22:46

sup <br> > sup

Name: 1969-12-3 2025-12-31 11:53

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00

Name: 1970-01-01 0:00


Newer Posts