-
-
mysql_tryout
... .:
MYSQLHOME=S:\Home\mysql-5.1.56-win32
Load [Community Server Version of MySQL](http://dev.mysql.com/downloads/mysql/5 ... .0.1 --datadir %MYSQLHOME%\data
You might test it with:
telnet localhost 3306
Settings in your Visual Studio Solution File
...
-
Simplified-JavaScript-Interpreter
... .as:
===========================
#### Best way:
Run remote-console-hub.py, which provides a "chat" server
that stays up across multiple runs of your SWF. Then telnet to it with nc
and issue commands to ...
-
php-irc
...
telnet localhost 6667
Finally, issue some commands in the telnet session:
CONNECT <server>
NICK
JOIN
Once you've joined ... sent to the channel and anything you type into the telnet session will be sent to the channel you have joined ...
-
node-talk
... run:
node chat.js
Then load up chat clients other terminals using something like:
telnet localhost 8000
or if you have NetCat:
nc localhost 8000
## HTTP Server
A basic HTTP server in Node:
node ...
-
drivingsinatra
...
200 is response code
nc -l 7777 listen on port 7777
200, 500, 302, anything else, a 404
500 internal server error
404
heroku:jsplay1 thugrigby$ telnet 0.0.0.0 4567 | head
Trying 0.0.0.0...
Connected to ...
-
acoustid-index
... arrays.
[1]: http://acoustid.org/chromaprint
## Running
Starting server using Docker:
$ docker run -ti -p 6080 ghcr.io ... .1 200 OK
Content-Type: application/json
{}
### Telnet API (legacy)
Example session:
$ telnet 127.0.0.1 6080 ...
-
ciao
... n
After this initial communication, either the client or the server are allowed to send a line at any time. There is ... simple enough that if you know what you are doing you can telnet into your Arduino and talk to it.
h3. Credits
Thank you ...
-
netcat
... data
* Ability to let another program service established
connections
* Telnet-options responder
New for NT
* Ability to run in ... full HTTP header so you can see
which web server a particular site is running.
Since NT has a ...
-
Feed-Farm
... /bin/env ruby
# 1.9
=begin
Project Feed Farm v.0.1
-- [server] --
run ./server.rb # will show live logs of the server
-- [client] --
telnet 127.0.0.1 54321
- Title: Democracy Now! 2011-04-12 Tuesday
- ...
-
Nodejs-NodeChat
... server (javascript)
Date: April 24, 2011
This is a chat server I created using Node.js.
Functions
1) TCP server listening to ... NodeChat
Step 4) node start_server.js
For Clients
Step 1) telnet server> 8282
8282 is the port number where the ...
-