https://github.com/mattn/algia
mv config.json ~/.config/algia/
4 COLOR15,0,0 | |
10 SH=5 | |
20 SCREEN,,0:KEYOFF | |
30 ' | |
40 REM BLASTAR BY E.R.MUSK | |
50 ' | |
60 SCREEN3 | |
61 OPEN"GRP:"AS#1 | |
65 DRAW"BM20,64" | |
70 PRINT#1,"BLASTAR" |
' Clock | MSX-BASIC | |
' Copyright (c) 2024 Keiichi Shiga (BALLOON | FU-SEN) | |
' The MIT License (MIT) - https://mit.balloon.net.eu.org/#2024 | |
100 SCREEN 3 | |
110 OPEN"GRP:"AS #1 | |
120 O$="" | |
130 GET TIME T$ | |
140 T$=LEFT$(T$,5) | |
150 IF T$=O$ GOTO 130 | |
160 CLS |
1 ' Sine Curve | SHARP POCKET COMPUTER PC-E200 / G series BASIC | |
2 ' Copyright (c) 2024 Keiichi Shiga (BALLOON | FU-SEN) | |
3 ' The MIT License (MIT) - https://mit.balloon.net.eu.org/#2024 | |
100 CLS | |
110 FOR X=0 TO 143 STEP 2 | |
120 PSET(X,24) | |
130 NEXT X | |
140 O=24 | |
150 FOR X=1 TO 143 | |
160 Y=SIN(-X/144*360)*24+24 |
#!/bin/sh | |
# install algia ( https://github.com/mattn/algia ) | |
# mv config-3333.json ~/.config/algia/ | |
# (or MOVE config-3333.json ~\AppData\Roaming\algia\) | |
# ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
# crontab -e | |
# 33 * * * * ~~~/nostr-3333.sh (毎時 33 分) | |
set -e |
@echo off | |
setlocal | |
:loop | |
echo %DATE% %TIME% | |
echo; | |
for /f %%u in (status.txt) do ( | |
echo %%u |
#!/usr/bin/bash | |
# install algia ( https://github.com/mattn/algia ) | |
# mv config-anko.json ~/.config/algia/ | |
# (or MOVE config-anko.json ~\AppData\Roaming\algia\) | |
# ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
# crontab -e | |
# 0 * * * * ~~~/nostr-anko.sh (毎時 0 分) | |
ANKO=( |
#!/usr/bin/bash | |
# install algia ( https://github.com/mattn/algia ) | |
# mv config-mogmog.json ~/.config/algia/ | |
# (or MOVE config-mogmog.json ~\AppData\Roaming\algia\) | |
# ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
# crontab -e | |
# 0 * * * * ~~~/nostr-mogmog.sh (毎時 0 分) | |
FOODS=( |
#!/usr/bin/bash | |
# install algia ( https://github.com/mattn/algia ) | |
# mv config-sujahta.json ~/.config/algia/ | |
# (or MOVE config-sujahta.json ~\AppData\Roaming\algia\) | |
# ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
# crontab -e | |
# 59 * * * * ~~~/nostr-sujahta.sh (毎時 59 分) | |
set -e |
https://github.com/mattn/algia
mv config.json ~/.config/algia/
#!/bin/sh | |
# install algia ( https://github.com/mattn/algia ) | |
# mv config-503.json ~/.config/algia/ | |
# (or MOVE config-503.json ~\AppData\Roaming\algia\) | |
# ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
# crontab -e | |
# 53 * * * * ~~~/nostr-503.sh (毎時 53 分) | |
# 3 5 * * * ~~~/nostr-503.sh (毎日 午前 5 時 3 分) | |
# 3 17 * * * ~~~/nostr-503.sh (毎日 午後 5 時 3 分) |