Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • common-node ... also check out [this presentation](http://www.slideshare.net/olegp/server-side-javascript-going-all-the-way) (audio included). If ... for reading one line at a time * `chat.js` - Telnet chat server, compare this to an [async implementation](http://pastebin. ...
  • RemoteHosts-qsplugin ... entries if you wanted to connect as root, via telnet, etc. and the resulting functionality was limited. ### Known Issues ... `nfs://server/share_name`, it works. But `open nfs://server/share_name` from Terminal fails. This is essentially what the plugin is ...
  • AzureRunMe ... / Compojure app * A Common Lisp app * A Delphi back end server * A Ruby on Rails web app * Use PortBridgeAgent to proxy ... , by default this is: * %http% the port corresponding to 80 * %telnet% the port corresponding to 23 * %http-alt% the port ...
  • gomud ... GoMUD is a WIP, currently it is a basic echo server. Basically it's a project to assist us in ... '$GOPATH' 'cd gomud/gmserver' 'go install' 'gmserver' TODOs ----- * Proper telnet protocol negotiation * Database interface (SQLite?) * Lua integration / online ...
  • cluster-responsetimes ... ## Example var http = require('http'), cluster = require('cluster'), responsetimes = require('cluster-responsetimes'); var server = http.createServer(function(req, res){ res.end('Hello World'); }); cluster = cluster( ...
  • 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 ...
  • snotstreamtest ... . These sources are added by connecting to the monitor over telnet or using something like ```tut```. This "controller" connection is used ... Fake XL3 packets are generated and sent to a CouchDB server hosted by Cloudant - view the source code to see exactly ...
  • rmud ... used in Arkadia MUD game MUD Server written in Ruby >= 2.0 mvp ======== * ~~can login to game using player name / pass via telnet~~ * 'player' object (include Living object, being Inventory object) * 'room' object (include ...
  • 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 ...
  • dgamelaunch ... though. Example xinetd lines: service telnet { socket_type = stream protocol = tcp wait = no user = root server = /usr/sbin/in. ... } A classic inetd line would look like this: telnet stream tcp nowait root.root /usr/sbin/tcpd ...