Skip to content

Instantly share code, notes, and snippets.

@mlund
mlund / Dockerfile-llvm
Last active January 1, 2023 02:46
How to build rust-mos for aarch64 linux based on Docker files from rust-mos
FROM ubuntu:22.04 as llvm_mos_base
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
git curl ca-certificates ninja-build cmake build-essential \
libstdc++-10-dev libxml2-dev libssl-dev pkg-config python3-pip \
swig python3-dev libedit-dev libncurses5-dev liblzma-dev
FROM llvm_mos_base as build
WORKDIR /tmp
@mlund
mlund / LICENSE
Last active June 3, 2026 05:50
plot_csv.py - quick XY plots from one or more CSV / whitespace data files (matplotlib + numpy CLI)
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for