wu :: forums
« wu :: forums - 501 method not found »

Welcome, Guest. Please Login or Register.
Apr 26th, 2024, 2:25pm

RIDDLES SITE WRITE MATH! Home Home Help Help Search Search Members Members Login Login Register Register
   wu :: forums
   riddles
   suggestions, help, and FAQ
(Moderators: Icarus, Grimbal, Eigenray, ThudnBlunder, towr, SMQ, william wu)
   501 method not found
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: 501 method not found  (Read 1662 times)
Jigsaw
Guest

Email

501 method not found  
« on: Jun 9th, 2008, 12:19am »
Quote Quote Modify Modify Remove Remove

Any idea what this error implies? I was trying to post a reply in the CS forum when I encountered this error.  
This is the exact message I get
Quote:

Method Not Implemented
 
POST to /~wwu/cgi-bin/yabb/YaBB.cgi not supported.
Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8g Server at www.ocf.berkeley.edu Port 80
« Last Edit: Jun 9th, 2008, 12:20am by jagatsastry » IP Logged
towr
wu::riddles Moderator
Uberpuzzler
*****



Some people are average, some are just mean.

   


Gender: male
Posts: 13730
Re: 501 method not found  
« Reply #1 on: Jun 9th, 2008, 12:36am »
Quote Quote Modify Modify

Perhaps you used a letter with diacritical marks on it?
 
There's a number of similar problems here, here and here.
IP Logged

Wikipedia, Google, Mathworld, Integer sequence DB
Grimbal
wu::riddles Moderator
Uberpuzzler
*****






   


Gender: male
Posts: 7527
Re: 501 method not found  
« Reply #2 on: Jun 9th, 2008, 12:36am »
Quote Quote Modify Modify

You try to post something forbidden, like the string "SELECT FROM".
IP Logged
Jigsaw
Guest

Email

Re: 501 method not found   ROFLOL.gif
« Reply #3 on: Jun 9th, 2008, 1:23am »
Quote Quote Modify Modify Remove Remove

Code:

  for(int i=num;num>1 && i>=2;i--)
  {
    if(not(num%i) && isPrime(i))
    {
     prime_factors.push_back(i);  
     while(not(num%i))
    num/=i;
     }
   }  

I took me a very long time to zero in on the error.  I'd to use "not" instead of "!"  in the code.
« Last Edit: Oct 29th, 2011, 7:53pm by ThudnBlunder » IP Logged

Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board