π°π·
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
local isPressed = nil; | |
local isFastMode = nil; | |
function toggleSpeedMode() | |
local wasPressed = isPressed; | |
isPressed = input.get()["X1 LeftTrigger"]; | |
if wasPressed or not isPressed then | |
do return end | |
end |
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
! 2024. 8. 1. https://etk.srail.kr | |
etk.srail.kr/js/scriptaculous/1.9.0/effects.js | |
etk.srail.kr##.box1 | |
etk.srail.kr##.sub_tit_area | |
etk.srail.kr##.sub_con_area > .clear | |
etk.srail.kr##.tab1.tab | |
etk.srail.kr##.gnb_wrap |
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
<html> | |
<body onmousedown="mouseDown();" onmouseup="mouseUp();"> | |
<textarea id="box" readonly rows="24" cols="80" placeholder="unit: ms(milisecond)"></textarea> | |
</body> | |
<script type="text/javascript"> | |
var box = document.getElementById('box'); | |
var last = Date.now(); | |
function mouseDown() { |
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
impl State { | |
fn new(valves: &[Valve]) -> Self { | |
// let valve_states = black_box(valves) | |
// .iter() | |
// .map(|valve| valve.rate == 0) | |
// .collect(); | |
let mut valve_states = Vec::with_capacity(black_box(valves).len()); // Fast | |
for valve in valves { | |
valve_states.push(black_box(valve).rate == 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
IK 6 EU XY AD SC CH | |
YW 11 HD MW ID JD BJ | |
HD 0 YW AA | |
LZ 0 CR IT | |
LO 0 CH YB | |
PM 0 EN YB | |
ME 0 VP TX | |
CK 0 MD LL | |
RM 0 TX AA | |
MU 0 MD BX |
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
xinput | |
xinput list-props <device-id> | |
xinput set-prop <device-id> <property-id of High Resolution Wheel Scroll Enabled> 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
for dir in */ ; do | |
pushd $dir | |
git diff --name-only | xargs -Iarg sed -i 's/\r$//' arg | |
popd | |
done |
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
Atmel was subsumed by Microchip Technology in 2016 | |
Atmel-ICE | |
a development hardware | |
supports JTAG, SWD, PDI, TPI, aWire, SPI, debugWIRE, UPDI interfaces | |
AVR dragon | |
a development hardware | |
perform a symbolic debug on all devices with OCD with SPI, JTAG, PDI (selected devices), high voltage serial programming, parallel programming, aWire modes | |
supports debugging using SPI, JTAG, PDI interfaces | |
JTAG | |
Joint Test Action Group |
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
from time import sleep | |
import chromedriver_autoinstaller | |
from selenium import webdriver | |
from selenium.webdriver.common.by import By | |
from selenium.webdriver.chrome.options import Options | |
import winsound | |
chromedriver_autoinstaller.install() | |
base_url = 'http://prod.danawa.com/info/?pcode=' |
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
>+++++ +++++>> >, | |
[ | |
>+++++ +++++ | |
[<[->->]<] | |
<< | |
[ | |
>>>>[<<<<->>>>-]>> | |
>+++++ +++++>>+<< | |
[<[->->]<] |