Skip to content

Instantly share code, notes, and snippets.

cmake_minimum_required(VERSION 3.14)
project(faustuserprojectwithllvm)
get_filename_component(MYLIBFAUSTEMBEDDED_ROOT
"${CMAKE_CURRENT_LIST_DIR}/../"
ABSOLUTE)
add_compile_definitions(_GLIBCXX_USE_CXX11_ABI=0)
message(/usr/lib/${CMAKE_SYSTEM_PROCESSOR}-linux-gnu/libz3.so)
@stkchp
stkchp / get-dslite-aftr-in-asahinet.md
Last active July 1, 2025 14:51
ASAHIネットのDS-Liteの終端(AFTR)を取得するメモ

ASAHIネットのDS-Liteの終端(AFTR)を取得する

ASAHIネットがDS-Lite対応したので、 自宅の適当なLinuxルーターにて設定しようとして詰まったAFTR取得に関するメモ。

Linuxルーターを使ってる人向けのニッチなものだけど、情報として残しておく。

終端の情報公開について

@Grinnz
Grinnz / perl7faq.md
Last active June 27, 2025 13:40
Perl 7 FAQ

Perl 7 FAQ

last updated 2025-01-16

Is Perl 7 coming?

It has been the plan that this version number will be used for Perl at some point in the future.

As of 2025, there is now a proposal to use the second component of the Perl version number as the major version, skipping over the question of what Perl 7 should or should not be.