Skip to content

Instantly share code, notes, and snippets.

@LiberalArtist
LiberalArtist / $$README.md
Last active August 31, 2023 11:56
`raco dist` Demo

Inspired by .

@LiberalArtist
LiberalArtist / info.rkt
Created May 30, 2024 19:50
Quickscript Gist Package Example
#lang info
;; SPDX-License-Identifier: CC0-1.0
(define quickscript-directory #t)
@LiberalArtist
LiberalArtist / ucnv-debug.c
Last active October 13, 2025 17:01
ucnv-debug.c
/* cc -o ucnv-debug ucnv-debug.c `pkg-config --libs --cflags icu-uc`
* SPDX-License-Identifier: (Apache-2.0 OR CC0-1.0)
* SPDX-FileCopyrightText: Philip McGrath <[email protected]>
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include "unicode/utypes.h" /* Basic ICU data types */
#include "unicode/ucnv.h" /* C Converter API */