|
10 use full demo
BUY NOW!
Who
Future
Forums & Support
EULA
Manual
Privacy
Press
Games & DVDs
|
Thank you, for visiting the website of Neophyte software, home of our main product NuclearArsenault. We are going to suspend releasing a new version until, summer 2009. However it may be best if we wait til after the owner gets his second degree, as it requires a lot of travel; so much so he is panning to go overseas to london to avoid the travel! By sumer 2009 we should be adding support for linear algebra in real space; such as gaussians, cramers rule and therefore determinants, complex eigenvalues of real space, projections, etc. And hopefully the ability to manipulate bmp images within the program. The code supports the following
//multithreaded chat server with no administrative task or authentication. func main() { String users[100]; <socketserver port=5000 max=100 name=myserver onconnect={myserver.send("hello", id);} onmessage={if (message.startswith("ID")) {users[id]=message.substring(2);myserver.sendinv("user:"+users[id]+" has logged in",id);}else{myserver.sendinv(users[id]+"says>"+message, id);}print(users[id]+"says>"+message);} onclose={myserver.sendinv(users[id]+" has logged off.",id);}> myserver.start } |
|