Slashdot Mirror


User: Prod

Prod's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. Try NSPR on Portable Coding and Cross-Platform Libraries? · · Score: 1

    Mozilla.org uses NSPR (Netscape Portable Runtime)
    From the about page
    NSPR provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management (malloc and free) and shared library linking.
    You can find more information here http://www.mozilla.org/projects/nspr/index.html

  2. Re:this is quite interesting... on Cell Phone Purchasing: Drop Down? · · Score: 1

    I would recomend the R320 any day.. I've had it since may/june and it's the best phone I've had no annoying bugs and all the features are great, specially the calender.. Som friends who bought it aswell say the same thing.

  3. Try Kerberos FTP on RTMX O/S Donated to OpenBSD · · Score: 1

    Try Kerberos ftp and telnet works fine for us. http://www.pdc.kth.se/kth-krb/ /Tobias

  4. Re:Microsoft Using Apache? on Latest Netcraft survey shows Apache increase · · Score: 2

    Sorry about the re-post forgot to format. This should be bit clearer
    Your probably refering to Hotmail
    Try

    bash-2.01$ telnet www.hotmail.com 80
    Trying...
    Connected to www.hotmail.com.
    Escape character is '^]'.
    GET / HTTP/1.0

    HTTP/1.1 200 OK


    Date: Fri, 08 Jan 1999 01:07:20 GMT
    Server: Apache/1.2.1
    (Example taken from http://photo.net/wtr/dead-trees/)

    /Tobias

  5. Re:Microsoft Using Apache? on Latest Netcraft survey shows Apache increase · · Score: 1

    Your probably refering to Hotmail bash-2.01$ telnet www.hotmail.com 80 Trying... Connected to www.hotmail.com. Escape character is '^]'. GET / HTTP/1.0 HTTP/1.1 200 OK Date: Fri, 08 Jan 1999 01:07:20 GMT Server: Apache/1.2.1 (Example taken from http://photo.net/wtr/dead-trees/) /Tobias