John Cowan
John Cowan
This is not a requirement, but because an FTP connection can support multiple requests sequentially, it would be efficient to keep a connection open and close it on a timeout...
The trouble with graphical FTP clients is that they aren't browsers; they are designed to copy files between the local system and the remote one. So if you are looking...
From SRFI 152, but still should be readable: (string-join '("foo" "bar" "baz")) => "foo bar baz" (string-join '("foo" "bar" "baz") "") => "foobarbaz" (string-join '("foo" "bar" "baz") ":") => "foo:bar:baz"...
See #906 for further development.
cl:funcall's signature is (cl:funcall function-expression arg ...) cl:apply's signature is (cl:apply function-expression arg ... list-of-args)
What happens when we have files bigger than a FIXP? But as for (EQ 0 ...), use (= 0 ...) instead.
Not even close, and with many errors. On Fri, Jul 16, 2021 at 4:18 AM ecraven ***@***.***> wrote: > Doesn't the wikipedia page ( > https://en.wikipedia.org/wiki/Xerox_Character_Code_Standard#XCCS_2.0) > have a mapping...
There are now links to the 1.0 and 2.0 standards in the gist. On Fri, Jul 16, 2021 at 11:34 AM ecraven ***@***.***> wrote: > Is a copy of the...
I'm wondering how control characters, especially newline, are represented in external XCCS files. The XCCS 2.0 book is silent on it, but I see two possibilities: 1. If you are...
Because of the way the characters are laid out in XCCS, there can be no other random `10` bytes in the bytestream: `10` can appear only as `10` in a...