I hereby claim:
- I am sr8e on github.
- I am sr_ on keybase.
- I have a public key ASBIKOjul0ye2q05Oqz0kAUVQFUyNPN2aGDsrO9oCGBh8go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # bit-reversed increment sample. See: https://mell0w-5phere.net/jaded5phere/2023/03/23/bit-reversed-increment/ | |
| import time | |
| def bit_reverse_naive(bits): | |
| table = [0 for _ in range(1 << bits)] | |
| for i in range(1 << bits): | |
| s = 0 | |
| for j in range(bits): | |
| if bits > 2 * j: |
| <script> | |
| import MultiCheckbox from "./MultiCheckbox.vue" | |
| import MultiCheckboxProp from "./MultiCheckboxProp.vue" | |
| export default { | |
| components: { MultiCheckbox, MultiCheckboxProp }, | |
| data(){ | |
| return{ | |
| checkList: [], | |
| checkListProp: [] | |
| } |
| import math | |
| from collections import deque | |
| from typing import NamedTuple | |
| import matplotlib.pyplot as plt | |
| class ObliqueVector(NamedTuple): | |
| xi: int | |
| eta: int |
| [alias] | |
| tree = log --date=format:'%Y-%m-%d %H:%M:%S' --graph --pretty=format:'%C(auto) %h [%C(green)%ad%C(reset)] %C(ul)%an%C(reset): %s %C(auto)%d' |
| ##### keybinds ###### | |
| # change prefix key | |
| unbind-key C-b | |
| set -g prefix C-q | |
| bind C-q send-prefix # send C-q to terminal | |
| # reload settings | |
| bind r source-file ~/.tmux.conf | |
| # split pane |
連絡先: しらす