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
wink@3900x:~/docker/repos/linuxserver-unifi-controller | |
$ docker-compose run --rm unifi-controller | |
Creating linuxserver-unifi-controller_unifi-controller_run ... done | |
[s6-init] making user provided files available at /var/run/s6/etc...exited 0. | |
[s6-init] ensuring user provided files have correct perms...exited 0. | |
[fix-attrs.d] applying ownership & permissions fixes... | |
[fix-attrs.d] done. | |
[cont-init.d] executing container initialization scripts... | |
[cont-init.d] 01-envfile: executing... | |
[cont-init.d] 01-envfile: exited 0. |
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
wink@wink-desktop:~/fuchsia (Build-on-Arch-Linux-with-python-2.7-3.8) | |
$ fx qemu -N | tee qemu.output.txt | |
Creating disk image...done | |
CMDLINE: TERM=xterm kernel.serial=legacy kernel.entropy-mixin=f49782bae3b0f1ded738b979ff22430ef1699ed37e7a4eb64bd17f85336f7b7c kernel.halt-on-panic=true | |
c[?7l[2J[0mSeaBIOS (version rel-1.11.1-0-g0551a4be2c-prebuilt.qemu-project.org) | |
iPXE (http://ipxe.org) 00:02.0 C980 PCI2.10 PnP PMM+7FF91230+7FEF1230 C980 | |
Press Ctrl-B to configure iPXE (PCI 00:02.0)... | |
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
wink@wink-desktop:~/fuchsia (Build-on-ArchLinux-python-2.7-through-3.8) | |
$ fx emu -N | |
Creating disk image...done | |
+ /home/wink/fuchsia/prebuilt/third_party/aemu/linux-x64/emulator -feature VirtioInput,RefCountPipe,KVM,GLDirectMem,Vulkan -windo' | |
emulator: ERROR: AdbHostServer.cpp:83: adb protocol fault (couldn't read status length) | |
emulator: emulator window was out of view and was recentered | |
[00000.000] 00000:00000> zbi: @ 0xffffff8000acd000 (10263672 bytes) | |
[00000.000] 00000:00000> UART: FIFO depth 16 | |
[00000.000] 00000:00000> PMM: boot reserve add [0x100000, 0x374fff] |
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
wink@wink-desktop:~/prgs/pivasoftware/easycwmp (Changes-for-wink) | |
$ sudo EASYCWMP_INSTALL_DIR=/home/wink/opt LD_LIBRARY_PATH=$EASYCWMP_INSTALL_DIR/lib ./bin/easycwmpd -f -b | |
[sudo] password for wink: | |
10892:10892 2019-10-22 11:09:03 [easycwmp] NOTICE - add event '0 BOOTSTRAP' | |
10892:10892 2019-10-22 11:09:03 [easycwmp] NOTICE - add event '1 BOOT' | |
10892:10892 2019-10-22 11:09:03 [easycwmp] NOTICE - add event '2 PERIODIC' | |
10892:10892 external_init(233): + | |
10892:10892 2019-10-22 11:09:03 [easycwmp] NOTICE - external script init | |
10892:10892 external_init(301): parent, closing pfds_out[1]=8 and pfds_in[0]=9 | |
10893:10893 external_init(250): child |
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
$ rm -rf * .ninja_* && cmake ../llvm -G Ninja -DCMAKE_INSTALL_PREFIX=~/local.x -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;libcxx;libcxxabi;libunwind;compiler-rt;lld;lldb;polly;debuginfo-tests" -DLLVM_BUILD_LLVM_DYLIB=ON | |
-- The C compiler identification is GNU 8.3.0 | |
-- The CXX compiler identification is GNU 8.3.0 | |
-- The ASM compiler identification is GNU | |
-- Found assembler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features |
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
$ rm -rf * .ninja_* && cmake ../llvm -G Ninja -DCMAKE_INSTALL_PREFIX=~/local.master -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;libcxx;libcxxabi;libunwind;compiler-rt;lld;lldb;polly;debuginfo-tests" -DLLVM_BUILD_LLVM_DYLIB=ON | |
-- The C compiler identification is GNU 8.3.0 | |
-- The CXX compiler identification is GNU 8.3.0 | |
-- The ASM compiler identification is GNU | |
-- Found assembler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features |
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/c++ -v -O3 -DNDEBUG -rdynamic CMakeFiles/zig.dir/src/analyze.cpp.o CMakeFiles/zig.dir/src/ast_render.cpp.o CMakeFiles/zig.dir/src/bigfloat.cpp.o CMakeFiles/zig.dir/src/bigint.cpp.o CMakeFiles/zig.dir/src/buffer.cpp.o CMakeFiles/zig.dir/src/c_tokenizer.cpp.o CMakeFiles/zig.dir/src/cache_hash.cpp.o CMakeFiles/zig.dir/src/codegen.cpp.o CMakeFiles/zig.dir/src/compiler.cpp.o CMakeFiles/zig.dir/src/errmsg.cpp.o CMakeFiles/zig.dir/src/error.cpp.o CMakeFiles/zig.dir/src/ir.cpp.o CMakeFiles/zig.dir/src/ir_print.cpp.o CMakeFiles/zig.dir/src/libc_installation.cpp.o CMakeFiles/zig.dir/src/link.cpp.o CMakeFiles/zig.dir/src/main.cpp.o CMakeFiles/zig.dir/src/os.cpp.o CMakeFiles/zig.dir/src/parser.cpp.o CMakeFiles/zig.dir/src/range_set.cpp.o CMakeFiles/zig.dir/src/target.cpp.o CMakeFiles/zig.dir/src/tokenizer.cpp.o CMakeFiles/zig.dir/src/translate_c.cpp.o CMakeFiles/zig.dir/src/util.cpp.o -o zig -L/home/wink/local/lib -Wl,-v,--verbose,-rpath,/home/wink/local/lib::::: libzig_cpp.a libopt_c_util.a libembedded_s |
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
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mQINBFrXsMwBEACTOyxM37EOX5IUjQoS1ApAV8jjK6cEPtPwaHMg4YnpnbdrHXXK | |
2E+CKr4JFJp0qJ8vm0VyUKnv/VE+dARHtVS1mIdglP0+l1pJWodLHKmxa5R7tP2x | |
u5/BQf3w2vhjQSgUQfd/hFOaHQpFfqRF87/9Yitz6pIuOlxZii0PDPBGDkzaTYFj | |
z5VOpWSFGVHIo6uGUd8DMC8lw4N0WBC08jivkclSKpJtazbmMuBMgcWwbwbAMEg3 | |
BE6ouBG48F82UWKgVNxypTfULfV1l0aEhb/I5v33u38I/IQdM5x9k+C++teSY9FJ | |
y9F6kYLdzwLU0pDSJXsac9EAX5uKDe7Zn/jxWt97v4VZPPhTyc/pbuwkvF+q0Ef4 | |
Ixa5YWBmcEFCIQl3BLc3QUdljzODJfU5KwcJjBUcv1AbWXxmFy0msdpBP5wQJYTL | |
M0D/q+FHQ1BAV45M0nnO4olgyDfSvbt+0ce1rEpw9hoyakIkM18ivV+2Bs+NvVZH |
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
$ zig test --test-filter approxEql.sum.large.f64 modules/zig-approxEql/approxeql.zig | |
Test 1/1 approxEql.sum.large.f64... | |
x=8.988465674311579e+307 end=8.988465674311085e+307 | |
approxEql: x=8.988465674311579e+307 y=8.988465674311085e+307 digits=0 digits == 0 result=true | |
approxEql: x=8.988465674311579e+307 y=8.988465674311085e+307 digits=1 abs_diff=4.9397047660984315e+294 max_diff=1.0e+00 scaled_max_diff=8.988465674311579e+306 scaled_epsilon=1.9958403095347196e+292 result=true | |
approxEql: x=8.988465674311579e+307 y=8.988465674311085e+307 digits=2 abs_diff=4.9397047660984315e+294 max_diff=1.0e-01 scaled_max_diff=8.988465674311578e+305 scaled_epsilon=1.9958403095347196e+292 result=true | |
approxEql: x=8.988465674311579e+307 y=8.988465674311085e+307 digits=3 abs_diff=4.9397047660984315e+294 max_diff=1.0e-02 scaled_max_diff=8.988465674311578e+304 scaled_epsilon=1.9958403095347196e+292 result=true | |
approxEql: x=8.988465674311579e+307 y=8.988465674311085e+307 digits=4 abs_diff=4.9397047660984315e+294 max_diff=1.0e-03 scaled |
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
const S1 = struct { | |
n: u32, | |
} | |
fn S2() type { | |
return S1 { | |
m: u64, | |
}; | |
} |
NewerOlder