home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dance414.zip / dancer.explain < prev    next >
Text File  |  1997-01-15  |  8KB  |  107 lines

  1. # --- Explaination file -------------------------------------------
  2. #
  3. # <word>[{,<word>}]=<explaination>
  4. # Check jargonfile for cool defs.
  5.  
  6. Help=http://www.lut.fi/ref/ircMANUAL/main.HTML
  7. Web,WWW=World Wide Web.
  8. URL=Uniform Resource Locator
  9.  
  10. dancer=An IRC (ro)bot made by breese <breese@imada.ou.dk> and Bagder <Daniel.Stenberg@sth.frontec.se>
  11.  
  12. # --- IRC terms ---------------------------------------------------
  13.  
  14. Bot=A program on IRC normally used to guard a channel and serve its users.
  15. chanop=Channel operator. Takes care of the daily administration of a particular channel and is therefore granted some extra priviledges, like kicking people off the channel.
  16. ban=Channel ban. Prevents a user from entering a channel.
  17. kick=Remove a user from a channel by force.
  18. Mode=There are several classes of mode changes. '+' sets a mode and '-' removes it. Most important are +b (channel ban) and +o (chanop). Refer to "/help mode".
  19. Topic=The topic never reflects the discussions anyway.
  20.  
  21. Away=If a person temporary leaves the terminal or for some other reason isn't monitoring the channel he can set himself "/away <reason>". The reason can be read by doing a "/whois <nick>". If away the person is G(one), otherwise H(ere).
  22. Ping=A ping reply is used to measure lag (delay) between two users. The syntax is "/ping <nick>" or "/ping <channel>".
  23. CTCP=Client to Client Protocol. This is used to automate some queries, like getting client-information, version, and local time. If your client doesn't support this feature remove the author from your evening prayers :)
  24. DCC=Direct Client to Client communication. Either used for sending files or chatting with another without going through the servers. Sending and receiving files are done by "/dcc send <nick> <file>" and "/dcc get <nick>".
  25. chat=Dcc chat establishes a direct connection between to users. Use "/dcc chat <nick>" to make the connection; "/msg =<nick> <whatever>" to communicate (remember the '='); and "/dcc close chat <nick>" to close the connection.
  26.  
  27. Lag=Delay between users or between a user and a server. Lag can be measured by /ping <nick>.
  28. Flood=Several lines of text dumped onto a channel or a user. In general floods degrades network performance. Don't flood!
  29. netsplit=Happens when two servers loose connection to each other. A netsplit is detected when one or more users signoff with the name of two servers in their signoff message -- the split has happend between the two servers in the signoff msg.
  30. netjoin=The opposite of a netsplit. Happens when two servers merge again.
  31. nickcollision=Nickname collision happens during a netjoin when two persons choose the same nick. As a nick must be unique the servers kills both persons in the hope that only one will return.
  32. desynch=A channel is desynched if two servers disagree on the channel modes and on who are chanops. This typically happens when two chanops on different servers deop each other at the same time.
  33.  
  34. client=The program used by users to communicate with IRC.
  35. server=The program/machine which provides IRC.
  36.  
  37. ftp=File Transfer Protocol. Used to download files from remote sites.
  38. telnet=Communication with another Internet host using the TELNET (RFC 854) protocol.
  39.  
  40. UNIX="An interactive time-sharing system invented in 1969 by Ken Thompson after Bell Labs left the Multics project, originally so he could play games on his scavenged PDP-7." -JF
  41. Linux=A free UNIX implementation for a wide range of computers.
  42. AIX=IBM Inc. implementation of UNIX.
  43. BSD=Berkeley Software Distribution. A UNIX version. SunOS and ULTRIX are based on BSD.
  44. SunOS=Sun Microsystems Inc. implementation of UNIX
  45. Solaris=A newer and better version of SunOS.
  46. TCP/IP,TCP,IP=Transmission Control Protocol/Internet Protocol. The wide-area-networking protocol that makes the Internet work.
  47.  
  48. # --- Nettalk -----------------------------------------------------
  49.  
  50. brb=Be Right Back
  51. bbl=Be Back Later
  52. btw=By The Way
  53. AFAIK=As Far As I Know
  54. IMHO=In My Humble Opinion
  55. wtf=What The F*ck
  56.  
  57. # --- Miscellaneous -----------------------------------------------
  58.  
  59. SI=Systeme International d'Unites. The scientic system of measuring unites. Also widespread in Europe.
  60. decimalpoint=Americans and brittish use point (.) as decimal point. We don't, we use comma (,).
  61.  
  62. degree=Celsius = ( Fahrenheit - 32 ) * 5/9  ;  Fahrenheit = Celsius * 9/5 + 32  ;  Kelvin = Celsius + 273.15
  63. Celsius=A temperature scale named after the swedish astronomer Anders Celsius (1701-44). 0 Celsius is at the freezing point of water, and 100 Celsius is at the boiling point of water. [also 'degree']
  64. Fahrenheit=A temperature scale named after the german physics Gabriel Daniel Fahrenheit (1686-1736). Some weird scale which the Americans insists on using ;) [also 'degree']
  65. Kelvin=The SI unit for temperature. Defined as "the fraction 1/273.16 of the thermodynamic temperature of the triple point of water." 0 Kelvin is absolute zero. Named after the british scientist William Thomson Kelvin (1824-1907). [also 'degree']
  66.  
  67. length=1 meter = 3,28084 feet = 1,09361 yards  ;  1 centimeter = 0,3937 inches.
  68. meter=The SI unit for length. Defined as "1.650.763,73 wavelengths of the redorange ligth emitted by the krypton-86 isotope", or "the distance traveled by light in vacuum over a period of 1/299.792.458th of a second".
  69.  
  70. second=SI unit for time. Defined as "the time needed for 9.192.631.770 vibrations of cesium atoms"
  71.  
  72. CET=Central European Time. The timezone which Denmark lies in. CET = GMT + 1 hour.
  73. GMT=Greenwich Mean Time. The reference point for the timezones in the world. Originates from the Greenwich Observatory in England. There are 24 timezones all around the world.
  74. EST=Eastern Standard Time. EST = GMT - 5 hours.
  75. #Pacific = GMT - 8
  76.  
  77. #jargonfile,JF="a comprehensive compendium of hacker slang illuminating many aspects of hackish tradition, folklore, and humor." See http://www.ccil.org/jargon/jargon.html
  78. heisenbug="Heisenbug: A bug that disappears or alters its behavior when one attempts to probe or isolate it." - JF
  79. mandelbug="Mandelbug: A bug whose underlying causes are so complex and obscure as to make its behavior appear chaotic or even non-deterministic." - JF
  80. #schroedinbug="Schroedinbug: A design or implementation bug in a program which doesn't manifest until someone reading source or using the program in an unusual way notices that it never should have worked," ...(2)
  81. #schroedingbug2="at which point the program promptly stops working for everybody until fixed. Though this sounds impossible, it happens; some programs have harbored latent schroedinbugs for years." - JF
  82.  
  83. IBM=Institute of Black Magic. Inferior But Marketable. It's Been Malfunctioning. Incontinent Bowel Movement.
  84. life=42
  85. tobe="To be is to do" - Kant. "To do is to be" - Sartre. "To be doo, to be doo" - Sinatra.
  86. Marillion=Best band ever (objective opinion :)
  87.  
  88. lemming=A person who thoughtlessly follows the mainstream, unaware of (often much better) alternatives.
  89.  
  90. # --- Channel -----------------------------------------------------
  91.  
  92. Danmark,#Danmark=The danish channel.
  93. Language=Both english and danish is being spoken here. Norwegian and swedish are acceptable too.
  94. Letters=Often the three extra danish letters are being used (use "/set translation latin_1" to view them, and "/set eight_bit_characters on" to write them.)
  95. Trustee=http://www.imada.ou.dk/~breese/dantrust.html
  96. irc-danmark=http://www.daimi.aau.dk/~bde/irc-danmark.html
  97.  
  98. # --- Persons -----------------------------------------------------
  99.  
  100. breese=My father. IRC inhabinant, master-idler, and random chatter. Graduate student in computer science. http://www.imada.ou.dk/~breese/
  101. wok=a lamer last seen on #Danmark
  102.  
  103. imada=Department of Mathematics and Computer Science at the University of Odense, Denmark.
  104.  
  105. #babel=Internet cafe in Copenhagen. Frederiksborggade 33.
  106. #icafe=Internet cafe in Copenhagen.
  107.