The Dictionary of Dan

Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada
Programming C, C++, Java, PHP, Ruby, Turing, VB

Username: Password:
RegisterRegister
The Dictionary of Dan
Index -> Network News
Goto page 1, 2 Next
Author Message
Mazer




Post Posted: Mon May 10, 2004 1:56 pm Post subject: The Dictionary of Dan

Aight people-- er, poleop I mean--, it should be quite clear that I will almost never get around to updating the book of typos regularly, so I've decided to follow in Microsofts footsteps and just open source it. Very Happy
The Definitive Dictionary of Dan (note, there are no definitions, I just say 'definitive' to make it sound cool).
Wikipedia is pretty cool...
Sponsor
Sponsor
Sponsor
sponsor (追記) (追記ここまで) Paul




Post Posted: Mon May 10, 2004 3:52 pm Post subject: (No subject)

Well, I added a new word "dictrionay" Razz Mazer




Post Posted: Mon May 10, 2004 7:19 pm Post subject: (No subject)

Way to set an example, Paul. +50 exp points. Mazer




Post Posted: Sun May 16, 2004 8:42 pm Post subject: (No subject)

It seems some piss chugger needs to be dragged into the street and shot. The old dictionary is still up here. Paul




Post Posted: Sun May 16, 2004 8:47 pm Post subject: (No subject)

sh!t! some one deleted it! maybe someone can look in their cache? jonos




Post Posted: Sun May 16, 2004 9:44 pm Post subject: (No subject)

I added it using the source of the old one. I don't keep a cache, sorry. Tony




Post Posted: Sun May 16, 2004 9:53 pm Post subject: (No subject)

it's gone again Confused I don't think it was the brightest idea to keep it compleatly open sourced Thinking Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest. Amailer




Post Posted: Sun May 16, 2004 9:54 pm Post subject: (No subject)

you mean you could delete the whole damm thing???? that's bs.. i thought you could only add and edit your own :S Sponsor
Sponsor
Sponsor
sponsor (追記) (追記ここまで) Tony




Post Posted: Sun May 16, 2004 9:55 pm Post subject: (No subject)

no, cuz when you click edit, you can edit the entire html source...

no don't go running around, messing up their entire site Rolling Eyes Laughing Twisted Evil
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest. jonos




Post Posted: Sun May 16, 2004 9:58 pm Post subject: (No subject)

Everything bad gets filtered out really quickly anyways. Someone on the site probably just thought it was spam and deleted it.

I have seen completely innaccurate information added and then deleted in the spam of 5 minutes on that site.

And not everything is open source on that site - the topic on Israel is locked because of the lack of neutrality.
SuperGenius




Post Posted: Mon May 31, 2004 4:08 pm Post subject: (No subject)

Good idea guys. Mabye you could put it on this site so you have control over it and "piss chuggers" wont erase it. axej




Post Posted: Fri May 27, 2005 8:53 pm Post subject: (No subject)

did you manage to get it up again? i don't see it anymore. wikipedia is a control freak's worst nightmare. rizzix




Post Posted: Sun May 29, 2005 1:38 am Post subject: (No subject)

i have a webservice setup... you can acces dan's dictionary from there..
i'll post the details later..
axej




Post Posted: Sun May 29, 2005 12:16 pm Post subject: (No subject)

thanks, i feel like seeing it 8) rizzix




Post Posted: Sun May 29, 2005 2:04 pm Post subject: (No subject)

ok its an xmlrpc webservice (there are a lot of tutorials on how to use xmlrpc webservices (in various languages) on this website)

Info:
host_url:
http://rizzix.superihost.com/xmlrpc.cgi

methods_provided:
dan.anti_spell_check(string)
dan.spell_check(string)


example:
Java:
// TestClient.java
// Created by rizzix on Tue Feb 04 2003.

import org.apache.xmlrpc.XmlRpcClientLite;
import java.util.Vector;

public class TestClient
{
public static void main(String [] args) {
try {
XmlRpcClientLite server;

server = new XmlRpcClientLite(
"http://rizzix.superihost.com/xmlrpc.cgi"
);

String result; Vector params = new Vector ();

params.addElement("power to the people");
result = (String ) server.execute("dan.spell_check", params);


System.out.println("dan.spell_check(\""+params.elementAt(0)+"\") ==> " + result);

} catch (Exception e) {
System.out.println(e.getMessage());
}
}
}
Display posts from previous:
Index -> Network News
Page 1 of 2 [ 18 Posts ]
Goto page 1, 2 Next
Jump to:


Style:
Search:


You can syndicate this boards posts using the file backend.php or view the topic map using sitemap.php.


AltStyle によって変換されたページ (->オリジナル) /