Author |
Message |
Topic: Is Ther Any Free Shell to Run Tintin++ ?? |
thd
Replies: 13
Views: 10106
|
Forum: zMUD General Discussion Posted: Wed Dec 05, 2007 8:34 am Subject: Is Ther Any Free Shell to Run Tintin++ ?? |
Since my computer can not run 24*7 without any cease, I'd like to find a free Unix/Linux shell to run tintin++.
the Shell should have such functions:
1. compile program, such as configure, make.
2. ... |
Topic: Is Zmud connection encrypted ? |
thd
Replies: 1
Views: 3381
|
Forum: zMUD General Discussion Posted: Fri Jan 12, 2007 12:22 am Subject: Is Zmud connection encrypted ? |
I work in an 800-persons-around company. Everyone has his own computer. Each computer is assigned an intranet IP, such as 10.0.18.55. Any connection into the Internet have to go through a proxy server ... |
Topic: How to get the number in a string list ? |
thd
Replies: 5
Views: 8112
|
Forum: zMUD General Discussion Posted: Thu Nov 09, 2006 1:42 am Subject: How to get the number in a string list ? |
oh, forgot this one, thanks :) |
Topic: How to get the number in a string list ? |
thd
Replies: 5
Views: 8112
|
Forum: zMUD General Discussion Posted: Wed Nov 08, 2006 12:51 pm Subject: How to get the number in a string list ? |
@mylist contains {a|b|c|d|e|f|g}, so 'e' is the 5th. How to get the number of '5', which is the place in string list ? |
Topic: How to add a string into a string list in a random position |
thd
Replies: 1
Views: 2946
|
Forum: zMUD General Discussion Posted: Sun Feb 05, 2006 8:52 am Subject: How to add a string into a string list in a random position |
#var test {s|sw|e|se|su|enter|w}
What I want is to add "hello" into this string list in a random position, like:
{s|sw|hello|e|se|su|enter|w} or
{s|sw|e|se|su|enter|hello|w}, etc, so that each time ... |
Topic: How to get online time to calculate exp/hour ? |
thd
Replies: 1
Views: 2986
|
Forum: zMUD General Discussion Posted: Fri Jan 27, 2006 10:55 am Subject: How to get online time to calculate exp/hour ? |
Online time is being shown in the right end of the status bar. I thank it could ba a zmud variable. How to get it. I want to calculate how many exp i've got per hour. Maybe there's some better ideas? |
Topic: Who can recommand some good muds ? |
thd
Replies: 12
Views: 14489
|
Forum: zMUD General Discussion Posted: Wed May 18, 2005 11:32 am Subject: Who can recommand some good muds ? |
running for several years, fast internet access, many players, ... |
Topic: How to return parts of string list in a variable |
thd
Replies: 4
Views: 5819
|
Forum: zMUD General Discussion Posted: Fri Mar 04, 2005 9:26 pm Subject: How to return parts of string list in a variable |
thanks a lot!
I'll try to learn how to fish by myself, and your guide will promote my learning speed. :) |
Topic: How to return parts of string list in a variable |
thd
Replies: 4
Views: 5819
|
Forum: zMUD General Discussion Posted: Fri Mar 04, 2005 8:11 pm Subject: How to return parts of string list in a variable |
Thanks !
And how about the 2nd and 3rd questions ? |
Topic: How to return parts of string list in a variable |
thd
Replies: 4
Views: 5819
|
Forum: zMUD General Discussion Posted: Fri Mar 04, 2005 7:48 pm Subject: How to return parts of string list in a variable |
#var example {aa|bb|cc|dd|ee|ff|gg}
I want to
1. return the first 3 strings in @example and define them into a new variable @new, that is, new will be difined as {aa|bb|cc};
2. return the last 4 s ... |
|