This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unpacking sources | |
unpacking source archive /nix/store/vfdpkjz9kld7ld0xi7bn85kxifk03z2b-firefox-102.2.0esr.source.tar.xz | |
source root is firefox-102.2.0 | |
setting SOURCE_DATE_EPOCH to timestamp 1660852479 of file firefox-102.2.0/sourcestamp.txt | |
unpackPhase completed in 49 seconds | |
patching sources | |
applying patch /nix/store/i9jrmrxcvmmh71643n60yrpn2zj8bkx0-rust-cbindgen-0.24.2-compat.patch | |
patching file gfx/webrender_bindings/webrender_ffi.h | |
applying patch /nix/store/2x0h67cqxa7bnffb63q2scly64rb2nlp-env_var_for_system_dir-ff86.patch | |
patching file toolkit/xre/nsXREDirProvider.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// wget -O - http://beta.etherpad.org/p/pihackfm/export/txt 2>/dev/null | gcc -lm -std=c99 -g -xc - && ./a.out beatles.wav | |
// Access from ARM Running Linux | |
#include <stdio.h> | |
#include <string.h> | |
#include <stdlib.h> | |
#include <dirent.h> | |
#include <math.h> | |
#include <fcntl.h> | |
#include <assert.h> |