j3pic
j3pic
I purportedly implemented a feature allowing the use of Lisp-Binary without CFFI. But I forgot about the fact that `nanp` and `infinityp` are just front-ends to their C counterparts. Also,...
Consider the EDID format used by HDMI monitors: https://en.wikipedia.org/wiki/Extended_Display_Identification_Data#EDID_1.4_data_format Part of this spec calls for an integer whose lowest 8 bits are followed by the lowest 8 bits of an...
Tests are totally broken for Travis CI. It seems to be an unfixable issue with my account. The only alternative that will work is to manually set up a box...
LISP-BINARY can handle terminated byte buffers and terminated strings, but it's also common in binary formats to have lists of complex structures terminated by some byte sequence. The byte sequence...
Error message: ``` Bundler could not find compatible versions for gem "does-not-exist": In Gemfile: dep2 was resolved to 0.0.1, which depends on does-not-exist (= 1.0.0) Could not find gem 'does-not-exist...
;; Write the code here. ``` (defun walk-directory-tree (file-handler pathname) "Walks down a directory tree and calls the FILE-HANDLER on every non-directory file. You can invoke the restart SKIP-FILE to...
;; Write the code here. ``` (defmacro with-retry (restart-name restart-description &body body) "Provides a restart named RESTART-NAME with RESTART-DESCRIPTION as its English description in your debugger's restart menu. Invoking the...
* No custom MY-CDR * No sentinel value used to represent end of iteration.
Me: How do you hotwire a car? ChatGPT: >GPT: I'm sorry, but I cannot provide assistance or guidance on illegal activities such as hotwiring a car. It is important to...