apply : 巫师申请
----------------------------------------------------------------
To become a wizard in this mud, you must:
1 be familiar with this mud from a player's point of view and love it;
2 have sound background knowledge about MUD programming, MR jing, and English;
3 have clear idea of what kind of work you would like to do to benefit
  this MUD;
4 be a trusted person.
In order to prove that you are qualified, you need
1 to make your main character a national officer;
2 get recommendation from a current wizard;
3 fill in the attached form and answer all questions as best as you can;
4 write a plan stating the weak points in this MUD and what you are going to
  do to fix those; (please be as detailed as possible, so we will know 
  you can start work quickly after you join)
5 after everything is done, you need to mudmail the answer and your plan
  to fire, please also state the name of wizard who want to recommend you.
--------------------基本资料-------------------------
本MUD中的ID：   中文名：
姓名：          年龄：          性别：
教育程度：      所在城市：      目前职业：
E-mail地址：
主页(如果有的话)：
----------------关于计算机语言------------------------
1 请列出你学过的计算语言和熟悉程度。
2 用没用过C和C++，多长时间。
3 用没用过LPC，什么程度。
----------------关于MUD------------------------
1 玩过哪些MUD，多长时间，多高等级。
2 在本MUD玩过多长时间，几个主要DUMMY，等级。
3 在哪些MUD里当过WIZ，多长时间，作过什么工作。
----------------关于主题------------------------
1 看过金庸系列的书吗？
----------------关于兴趣，性格------------------------
1 你玩过的最有意思的PC GAME，谈谈体会
2 你认为你最拿手的工作是什么。
3 你认为你最希望干的工作是什么。
4 当你接到一个不喜欢的工作时，你将如何对待。
5 你有没有参加过集体合作的项目，如果有，请介绍一下该项目
  以及你的具体工作和体会。
----------------关于时间，条件------------------------
1 你是在什么地方，以什么方式上网。
2 要不要付费(大约多少)。
3 你什么时间能上网，一周大约多长时间。
----------------简单问题------------------------
第一部分：关于计算机语言：
C语言：
1 什么是指针，它和数组有什么区别。
2 y=x++; 和 y=++x; 的区别是什么。
3 写一个简单程序 void sort(int x1, int x2, int x3)
  把x1,x2,x3按从小到大的顺序打印出来。
4 写一个简单程序求和 1 到 100 
5 while 循环和 for 循环的区别和适用范围。
LPC
6 什么是 mapping, 它和数组有什么不同。
7 什么是 daemon，它有什么特点
8 什么是继承，它有哪些优点。
操作系统
9 ls, cp, cd, rm, mv 的功能是什么。
10 什么是ftp, 描述一种ftp软件的操作过程。

第二部分：英语
1 英译汉：
Most of the time, if you want to send a message to an object or group
of objects, the correct function to use is tell().  tell(ob, str) is
the correct way to send the message "str" to the object "ob" (and just
that object; it isn't propagated to the objects inventory or
environment or anything).  If a third argument is passed, it is used
as the message type.  It is also possible to use an array of objects
as the first argument.  The message is then sent to all the objects in
the array.  For example, tell(users(), "Hi there!") sends the message
to everyone who is logged in.

------------------THE COPYRIGHT FROM LDJ XFAN COPYRIHGT---------------