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
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"profiles": |
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
s = 0; document.querySelectorAll('.cart-box-subtotal-price').forEach((v) => { | |
s += parseInt(v.innerHTML.replace(/[^0-9]/g, '')); | |
}); | |
console.log(s); |
This file has been truncated, but you can view the full file.
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
- name: _cast_Byte | |
operator_name: _cast_Byte | |
overload_name: '' | |
use_c10_dispatcher: full | |
category_override: '' | |
matches_jit_signature: true | |
schema_string: aten::_cast_Byte(Tensor self, bool non_blocking=False) -> Tensor | |
method_prefix_derived: '' | |
arguments: | |
- annotation: null |
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
-*- mode: compilation; default-directory: "~/dev/mruby/" -*- | |
Compilation started at Fri Dec 20 22:46:53 | |
MAKEFLAGS=-j16 make -C ~/dev/go-mruby/ all megacheck | |
make: Entering directory '/home/takeshi/dev/go-mruby' | |
cd vendor/mruby && MRUBY_CONFIG=../../build_config.rb make | |
sh golint.sh | |
go get honnef.co/go/tools/cmd/staticcheck | |
Checking code with gofmt.. | |
gofmt -s *.go >/dev/null |
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
-*- mode: compilation; default-directory: "~/dev/mruby/" -*- | |
Compilation started at Fri Dec 20 13:00:16 | |
MAKEFLAGS=-j16 make -C ~/dev/go-mruby/ all megacheck | |
make: Entering directory '/home/takeshi/dev/go-mruby' | |
cd vendor/mruby && MRUBY_CONFIG=../../build_config.rb make | |
sh golint.sh | |
go get honnef.co/go/tools/cmd/staticcheck | |
Checking code with gofmt.. | |
gofmt -s *.go >/dev/null |
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
-*- mode: compilation; default-directory: "~/dev/chainer/" -*- | |
Compilation started at Tue Nov 26 22:25:30 | |
cd ~/dev/chainer/ && source ~/dev/dotfiles/chainer_config.sh && eval $(direnv export bash) && ./chainerx_cc/scripts/run-clang-format.sh --jobs 16 --in-place && pip install -v -e . && pytest -n4 --maxfail=10 tests/chainerx_tests | |
direnv: loading .envrc | |
direnv: export +NVCC +VIRTUAL_ENV ~PATH | |
Created temporary directory: /tmp/pip-ephem-wheel-cache-j8na673a | |
Created temporary directory: /tmp/pip-req-tracker-twyoc86t | |
Created requirements tracker '/tmp/pip-req-tracker-twyoc86t' | |
Created temporary directory: /tmp/pip-install-psuqwugo |
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 --git a/include/pthread-barrier.h b/include/pthread-barrier.h | |
deleted file mode 100644 | |
index 07db9b8a..00000000 | |
--- a/include/pthread-barrier.h | |
+++ /dev/null | |
@@ -1,69 +0,0 @@ | |
-/* | |
-Copyright (c) 2016, Kari Tristan Helgason <[email protected]> | |
- | |
-Permission to use, copy, modify, and/or distribute this software for any |
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
-*- mode: compilation; default-directory: "~/dev/cupy/" -*- | |
Compilation started at Fri Nov 15 14:07:03 | |
cd ~/dev/cupy/ && eval $(direnv export bash) && pip install -v -e . && pytest | |
direnv: loading .envrc | |
direnv: export +VIRTUAL_ENV ~PATH | |
Created temporary directory: /tmp/pip-ephem-wheel-cache-s7vfy9q4 | |
Created temporary directory: /tmp/pip-req-tracker-ojrl4yfa | |
Created requirements tracker '/tmp/pip-req-tracker-ojrl4yfa' | |
Created temporary directory: /tmp/pip-install-wo7t8nlm |
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
MRuby::Build.new do |conf| | |
toolchain :clang | |
enable_debug | |
enable_test | |
enable_bintest | |
[cc, cxx, linker].each do |c| | |
c.flags << '-fsanitize=address,leak,undefined' << '-Werror=incompatible-pointer-types' | |
c.flags << '-mno-sse' << '-mno-sse2' << '-mno-mmx' |
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
--- | |
mruby_version: | |
version: 2.0.1 | |
release_no: 20001 | |
git_commit: b68818a8a0fb3b37362882790e889d7988f56fa2 | |
builds: | |
host: | |
https://github.com/mattn/mruby-json.git: | |
url: https://github.com/mattn/mruby-json.git | |
branch: master |