Sponsored Content
Full Discussion: Huge dinner party faux paus!
The Lounge What is on Your Mind? Huge dinner party faux paus! Post 55786 by Neo on Sunday 19th of September 2004 10:59:52 PM
Old 09-19-2004
I don't know much about trolling. This link seems interesting:

http://www.urban75.com/Mag/troll.html

I actually have very little knowledge of trolling, just heard the term here and there......

Anyway, I just don't want OS religious wars on the board, and for so long, we have avoided them.
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

third party scarlets not working

hi, I have downloaded and installed some third party screenlets, when i am launching the liga screenlet i am not getting any thing , even not displaying any thing . and some like "word of the day " "quote of the day " are not working correctly. (1 Reply)
Discussion started by: saikoushik
1 Replies

2. UNIX for Dummies Questions & Answers

third party screenlets are not working

hi, I have downloaded and installed some third party screenlets, when i am launching the liga screenlet i am not getting any thing , even not displaying any thing . and some like "word of the day " "quote of the day " are not working correctly. (2 Replies)
Discussion started by: saikoushik
2 Replies

3. Cybersecurity

client auth for jboss using third party certificates

Hi All, I am looking for a way to authenticate clients accesing a jboss application via ssl certificates. Here is what I have don so far: Created CSR using keytool Sent CSR to thawte Received from Thawte the following files: ca-intermdiate.crt and certificate.crt. I assume the intermediate... (0 Replies)
Discussion started by: mariusp
0 Replies

4. What is on Your Mind?

I use a swivel office chair at the dinner table

Years ago when I saw the movie Witness, I was impressed that the old Amish man used an office chair on wheels to sit at the table. It allowed him to launch and wheel across the kitchen to grab condiments. I just bought myself an office desk chair on wheels to sit at my table so I can easily... (4 Replies)
Discussion started by: KenJackson
4 Replies

5. Red Hat

Third party cron service

Hi, Is there any third party scheduling service like cron or at service which used for scheduling tasks in a specific time. In the same time, is these third party scheduling service (if available) effect the default or the normal crontab service while both are running in the same time (e.g.... (7 Replies)
Discussion started by: leo_ultra_leo
7 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 03:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy