Skip to content

Instantly share code, notes, and snippets.

@kototoibashi
kototoibashi / index.html
Created August 30, 2023 09:49
抵抗分圧計算機
<style>
table,
td {
border: 1px solid #333;
border-collapse: collapse;
border-spacing: 0;
}
thead,
tfoot,th {
Shader "Custom/MyTestShader"
{
Properties
{
_Shift ("Shift", Range(0.0, 5.0)) = 0
}
SubShader
{
// Draw ourselves after all opaque geometry
Tags { "Queue" = "Overlay" "DisableBatching" = "True" }
@kototoibashi
kototoibashi / depth.shader
Last active January 9, 2023 16:06
depthshader
Shader "Custom/MyTestShader"
{
Properties
{
}
SubShader
{
// Draw ourselves after all opaque geometry
Tags { "Queue" = "Overlay" "DisableBatching" = "True" }
@kototoibashi
kototoibashi / README.md
Last active December 1, 2022 13:22
VFD2USB command dump

USB2VFD

AIDA64-USB2VFD in AliExpress

  • Matrix Orbital LK compatible command
  • 9600baud
@kototoibashi
kototoibashi / RVRPlugin.ini
Last active December 5, 2022 06:29
Pico Streaming Assistant RVRPlugin.ini
[session]
eyeWidth=1664
eyeHeight=1664
interPupilDistance=0.064
fov=101
nearClipPlane=0.1
farClipPlane=300
fps=90
localRendering=1
sink=file
@kototoibashi
kototoibashi / ntp.bat
Last active November 9, 2022 12:35
windows NTP setting
sc config W32Time start=delayed-auto
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters" /v "NtpServer" /t REG_SZ /d "ntp.jst.mfeed.ad.jp,0x9" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config" /v "UpdateInterval" /t REG_DWORD /d 0x00000800 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers" /v "1" /t REG_SZ /d "ntp.jst.mfeed.ad.jp" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers" /v "2" /t REG_SZ /d "time.windows.com" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient" /v "SpecialPollInterval" /t REG_DWORD /d 0x00008000 /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient" /v "SpecialPollInterval" /t REG_DWORD /d 0x00008000 /f
@kototoibashi
kototoibashi / kareto.md
Last active September 30, 2022 11:44
彼とカレット。 全話リスト
@kototoibashi
kototoibashi / user.css
Created September 3, 2022 02:40
TweetDeck UserCSS
/* TweetDeck Tweak CSS */
/* 4カラム */
@media (max-width: 1900px) {
/* Home TLだけ大きく */
section.js-column:nth-child(1) {
min-width: 400px !important;
max-width: 700px !important;
width:35% !important;
@kototoibashi
kototoibashi / General.opts
Created July 20, 2022 04:02
TCAD Charon GPU CUDA optimization
# This is to avoid a warning from cmake
tcad-charon_ENABLE_PyTrilinos:BOOL=OFF
tcad-charon_TEST_CATEGORIES:STRING="HEAVY"
tcad-charon_VERBOSE_CONFIGURE:BOOL=OFF
tcad-charon_ENABLE_Kokkos:BOOL=ON
tcad-charon_ENABLE_KokkosAlgorithms:BOOL=ON
tcad-charon_ENABLE_KokkosCore:BOOL=ON
@kototoibashi
kototoibashi / User.css
Created July 11, 2022 12:13
TweetDeck Tweak CSS Ver2
/* TweetDeck Tweak CSS */
/* 4カラム */
@media (max-width: 1900px) {
/* Home TLだけ大きく */
section.js-column:nth-child(1) {
min-width: 400px !important;
max-width: 700px !important;
width:35% !important;