I hereby claim:
- I am uchan-nos on github.
- I am uchan_nos (https://keybase.io/uchan_nos) on keybase.
- I have a public key ASAFX23-ZUcg4dQSwoncWZNOEPdQb5Uv8jqzlLJLR0bjJgo
To claim this, I am signing this object:
| // for Raspberry Pi Pico | |
| void setup() { | |
| } | |
| int tick = 0; | |
| const unsigned char pattern3[8] = {255, 0, 255, 0, 255, 127, 63, 31}; | |
| void loop() { | |
| int v = analogRead(A0); |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| セキュリティ・キャンプ 2022「OS 自作ゼミ」 | |
| 応募課題 C のひな形ファイル | |
| コンパイル&実行方法 | |
| $ gcc -Wall -Wextra ring.c | |
| $ ./a.out | |
| NG: want 2, got 0 | |
| NG: want 3, got 0 | |
| FAILED: 2/2 tests failed |
| #include <array> | |
| #include <chrono> | |
| #include <cstring> | |
| #include <iostream> | |
| #include <thread> | |
| using namespace std; | |
| struct CoroContext { | |
| uint64_t rip, rsp, rbp, rbx, r12, r13, r14, r15; |
| mov x0, #1 | |
| LABEL1: # f | |
| mov x0, #2 | |
| LABEL2: # ' | |
| mov x0, #3 | |
| LABEL3: # 'f | |
| mov x0, #4 | |
| LABEL4: # 'fo | |
| mov x0, #5 | |
| LABEL5: # 'foo |
| $ brew doctor | |
| Please note that these warnings are just used to help the Homebrew maintainers | |
| with debugging if you file an issue. If everything you use Homebrew for is | |
| working fine: please don't worry or file an issue; just ignore this. Thanks! | |
| Warning: gettext files detected at a system prefix. | |
| These files can cause compilation and link failures, especially if they | |
| are compiled with improper architectures. Consider removing these files: | |
| /usr/local/lib/libgettextlib.dylib | |
| /usr/local/lib/libintl.dylib |
| .intel_syntax noprefix | |
| .code64 | |
| .section .text | |
| .global main | |
| main: | |
| push rbp | |
| mov rbp, rsp | |
| sub rsp, 32 | |
| xor rax, rax | |
| lea rax, [rbp-24] |
| DBGP @ 0x008144010118FBE8 | |
| 0000: 44 42 47 50 34 00 00 00 01 A9 49 4E 54 45 4C 20 DBGP4.....INTEL | |
| 0010: 47 4C 4B 2D 53 4F 43 20 03 00 00 00 42 52 58 54 GLK-SOC ....BRXT | |
| 0020: 0D 00 00 01 00 00 00 00 00 08 00 00 00 00 00 00 ................ | |
| 0030: 00 00 00 00 .... | |
| MCFG @ 0x008144010118FBE8 | |
| 0000: 4D 43 46 47 3C 00 00 00 01 01 41 4C 41 53 4B 41 MCFG<.....ALASKA | |
| 0010: 41 20 4D 20 49 00 00 00 09 20 07 01 4D 53 46 54 A M I.... ..MSFT | |
| 0020: 97 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 ................ |
| module ReVIEW | |
| module LATEXBuilderOverride | |
| Compiler.definline :dquote | |
| def inline_dquote(s) | |
| "``" + s + "''" | |
| end | |
| end | |
| class LATEXBuilder |
Ubuntu 18.04
$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
$ rustup target add wasm32-unknown-unknown
$ sudo apt install libssl-dev
$ cargo install wasm-bindgen-cli