Michał "phoe" Herda

Results 359 comments of Michał "phoe" Herda

uname -a ``` Linux phoebox 4.11.0-1-amd64 #1 SMP Debian 4.11.6-1 (2017-06-19) x86_64 GNU/Linux ``` lscpu ``` Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s)...

![zrzut ekranu z 2017-11-05 12-38-53](https://user-images.githubusercontent.com/15045546/32414414-618f1c76-c226-11e7-88ee-c138e2698a11.png) Sadly, no.

IMO it is time to fork the website and deploy it elsewhere. The author does not seem to respond.

Let me show what I do: ``` common-lisp CL-USER> (use-package :usocket) T CL-USER> (defparameter *socket-no-data* (socket-listen "localhost" 65001)) *SOCKET-NO-DATA* CL-USER> (defparameter *socket-closed* (socket-listen "localhost" 65002)) *SOCKET-CLOSED* CL-USER> (defparameter *socket-no-data-accepted* (socket-accept...

@rprimus No, no updates - I simply found it pointless to close issue #43 if it was not fixed in any way.

The two most recent Apress books, Domkin's ProgAlgs and my TCLCS ,need to get added, too.

Yes - I succeeded in machine-parsing the files of the draft and turning them into simple wiki markup using a set of regexes, as @TeMPOraL pointed out above. They of...

@britishempire thanks for reminding me that I need to work more on this. xD I'll try to push a few more pages today.

@vermiculus Ha, you reminded me of this issue! Yes, CLUS is progressing fast. You might want to use its sources or link to the deployed version at http://phoe.tymoon.eu/clus/doku.php

@vermiculus responded. Thanks!