-
-
go_sandbox
Experiments with the Go programming language
Some Go Code
============
goServer1
---------
Accepts multiple telnet connections using a go-routine. Prints out what is received on the server's STDOUT. Kills a connection ...
-
scripts
... :
rm-wine-associations:
hamltidy:
make-tasks:
rsync-bins:
gource-gravatars:
cpuinfo:
runelf:
jpg2mp4:
pulse-server:
audacious-rofi:
shrt:
wordnums:
mp3ratings:
mdinfo:
sublime-handler.desktop:
'off':
zsh-prompt:
android ...
-
ngx_dbrelay
... lines must be added to the nginx.conf file's "server" section.
location /sql {
dbrelay;
}
change the listen port and ... logs/nginx.pid`
Testing
-------
To automatically test dbrelay edit unittest/telnet.py to suitable values and run:
python telnet. ...
-
WCell-Terminal
A terminal server providing interfaces to connect and manage a WCell server. Telnet/PuTTy interface, IRC interface, Web interface.
-
EMChat
... chat server written in ruby using EventMachine.
This is a simple chat server written in ruby using EventMachine.
Start it with:
ruby server.rb
...and you can connect to the server using telnet:
telnet 127.0.0.1 6789
Your messages are going ...
-
daemon.php
... ChatServer();
$server->listen($bind) or die("Could not start server on {$bind}!\n");
printf("Listening for connections on %s.. (try telnet'ing, type something and hit ENTER)\n", $bind);
$server->wait();
?>
-
openocd
... drivers (e.g. CFI, NAND, etc.).
Several network interfaces are available for interactiving with OpenOCD:
HTTP, telnet, TCL, and GDB. The GDB server enables OpenOCD to function
as a "remote target" for source ...
-
sampman
SAMP manager, CLI - for SAMPweb
= sampman
Copyright:: (c) 2010 BKrsta
License:: MIT License
* sampman - Tools for creating and controling SAMP server from CLI/remotely (via Web GUI, Telnet)
= TODO
* vidi: create.rb, telnetsrv.rb
-
telegraph
...
require 'telegraph'
handle /^HELLO$/ do
"HELLO DUDE!"
end
Run server:
ruby myserver.rb -p 1234
Now you can connect with your server on port 1234 eg. using telnet.
### Handlers
You can handle each message ...
-
cds-invenio
... is developed at, and maintained by, the CERN Document
Server Software Consortium. At CERN, CDS Invenio installation manages
... install, configure, and maintain the system (featuring email and
telnet support throughout the year), including development of new ...
-