Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged port  ✕   ✕
unbibium/atari64 https://github.com/unbibium/atari64
Sat 14 Aug 2021 07:09:51 PM PDT archive.org

This is the Commodre 64 KERNAL, modified to run on the Atari 8-bit line of computers. They're practically the same machine; why didn't someone try this 30 years ago?

You will need bash, dasm, and Python 3.

retrocomputing atari commodore kernel port
d07RiV/diabloweb: Diablo 1 for web browsers https://github.com/d07RiV/diabloweb
Fri 02 Aug 2019 08:22:52 PM PDT archive.org

Devilution has also been ported to WebAssembly, so you can play Diablo in your web browser (again, assuming that you have the legit commercial or shareware release .mpq files).

If you just want to give it a spin: https://d07riv.github.io/diabloweb/

diablo foss webapps browser wasm javascript port games
shell - How can i check that a remote computer is online for ssh / script acess? - Unix & Linux Stack Exchange https://unix.stackexchange.com/questions/6809/how-can-i-check-that-a-remote-computer-is-online-for-ssh-script-acess
Mon 19 Mar 2018 10:31:32 PM PDT archive.org

howto use nc or ncat to "ping" a remote host on port 22 ssh (would work on any port, really) and get a "Yes, this host is online"/

howto port ssh
python - How to use cherrypy as a web server? - Stack Overflow http://stackoverflow.com/questions/759627/how-to-use-cherrypy-as-a-web-server
Mon 19 Mar 2018 05:58:11 PM PDT archive.org

The main thrust of the article is how to whip together a quick and dirty HTTP server for static pages using Python and Cherrypy. I saved this article because the worst-ranked response also tells you how to hardcode (read, make configurable at runtime) the port and IP address a CherryPy instance listens on.

cherrypy.server.socket_port = 80
cherrypy.server.socket_host = '0.0.0.0'

cherrypy python static content stackoverflow webserver configuration port
4983 links, including 378 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn