[Reimu Roman] | [Marisa Regular] | [Yuyuko Script] |
---|---|---|
✔ | ✔ | ✔ |
This file contains hidden or 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
#!/usr/bin/env python3 | |
# To the extent possible under law, mataha has waived all | |
# copyright and related or neighboring rights to this file, | |
# as it is written in the following disclaimers: | |
# - https://unlicense.org/ | |
# - https://creativecommons.org/publicdomain/zero/1.0/ | |
import argparse | |
import pathlib |
This file contains hidden or 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
diff --unified a/musicroom/extract.cpp b/musicroom/extract.cpp | |
--- a/musicroom/extract.cpp | |
+++ b/musicroom/extract.cpp | |
@@ -8,6 +8,14 @@ | |
#include <math.h> | |
+#if __cplusplus > 201703L | |
+# include <numbers> | |
+ static constexpr double PI = std::numbers::pi_v<double>; |
This file contains hidden or 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
# 8level-wrt150a-default.conf | |
# Firmware version: 1.2.19122 | |
# Username: admin | |
# Password: admin | |
NETWORK_TOOL 1 | |
IP_URL "" | |
COUNT 4 | |
PKT_SIZE 64 | |
TIME_OUT 1000 | |
TTL 20 |
NewerOlder