This file contains 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/env python3 | |
""" | |
stack-chanのアバターを生成するスクリプト(Apache-2.0ライセンス, Copyright 2021 Shinya Ishikawa)を参考に作った | |
Mini Pupper用のアバターを生成するスクリプトです | |
瞬きの機能はありません | |
https://github.com/stack-chan/stack-chan/blob/dev/v1.0/firmware/stackchan/renderers/simple-face.ts | |
# (C) 2025 Daisuke Sato | |
# Released under the MIT License | |
# https://tiryoh.mit-license.org/2025- |
This file contains 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
# setting tool: https://ghostty.zerebos.com/ | |
font-family = PlemolJP Console NF | |
font-size = 14 | |
# macOS | |
macos-non-native-fullscreen = true | |
# Ubuntu | |
gtk-tabs-location = bottom |
This file contains 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/env bash | |
set -eu | |
# Google Corme + VSCode install script | |
# Tested Version: Ubuntu 22.04 | |
# | |
# (C) 2023 Daisuke Sato | |
# Released under the MIT License | |
# https://tiryoh.mit-license.org/2023 |
This file contains 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/env bash | |
set -eu | |
# Unity Hub install script | |
# Tested Version: Ubuntu 20.04 + Unity Hub 3.4.1 | |
# | |
# (C) 2023 Daisuke Sato | |
# Released under the MIT License | |
# https://tiryoh.mit-license.org/2023 |
This file contains 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
[Unit] | |
Description=Display IP Address on MiniPupper LCD | |
Requires=NetworkManager-wait-online.service | |
After=NetworkManager-wait-online.service | |
[Service] | |
Type=forking | |
ExecStart=python3 -c "from MangDang.mini_pupper.display import Display ; disp = Display(); disp.show_ip();" | |
[Install] |
This file contains 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
@echo off | |
call python.exe %* | |
cmd /k exit /B %ERRORLEVEL% |
This file contains 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
# robin_nano_cfg.txt [3D Touch] 日本語版 2021.10.30 Version 0.1.0 by @Tiryoh | |
# robin_nano_cfg.txt [3D Touch] 日本語版 2021.3.5 Version.0.0.1 by @hitoriblog の派生物です | |
#=================== 高度な機能設定 ======================================= | |
>cfg_insert_det_module 0 # アクセス停電検出モジュール (1:mks 220det; 0:mks pwc) | |
>cfg_have_ups_device 0 # マシンにUPS電源が搭載されているかどうか (1:yes; 0:no) | |
>cfg_print_over_auto_close 1 # プリントオーバーシャットダウン設定 (1:on; 0:off) 「プリントオーバーシャットダウンモジュール」と同時に使用 |
This file contains 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/env bash | |
set -eu | |
# (C) 2021 Daisuke Sato | |
# Released under the MIT License | |
# https://tiryoh.mit-license.org/2021 | |
SRC_DIR=$(cd $(dirname ${BASH_SOURCE:-$0}); pwd) | |
# there is no Negative Lookahead in sed |
This file contains 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
{ | |
"files.encoding": "shiftjis", | |
"C_Cpp.default.defines": [ | |
"_DEBUG", | |
"UNICODE", | |
"_UNICODE", | |
"_VSCODE" | |
], | |
"C_Cpp.default.includePath": [ | |
"${workspaceFolder}/**", |
This file contains 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/env bash | |
set -eu | |
# tested on Ubuntu 18.04.4 | |
git clone https://github.com/ds4-driver/ds4drv.git | |
cd ds4drv | |
mkdir -p ~/.local/lib/python3.6/site-packages | |
python3 setup.py install --prefix ~/.local | |
sudo cp udev/50-ds4drv.rules /etc/udev/rules.d/ |
NewerOlder