Skip to content

Instantly share code, notes, and snippets.

View fu-sen's full-sized avatar
🎈
🎈😍

BALLOON | FU-SEN fu-sen

🎈
🎈😍
View GitHub Profile
@fu-sen
fu-sen / .htaccess
Last active August 12, 2021 01:31
Ideal transfer of 503
ErrorDocument 503 https://www.youtube.com/watch?v=8Mix9V42qJ8
The MIT License (MIT)
Copyright (c) 2021 Keiichi Shiga (BALLOON | FU-SEN)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@fu-sen
fu-sen / README.md
Last active January 3, 2021 12:51
Use freedns.afraid.org Dynamic DNS on Windows 10 https://freedns.afraid.org/dynamic/

Windows 10 now includes cURL. (It should be "curl.exe", not "curl")
So you can easily implement freedns.afraid.org Dynamic DNS with a simple .bat file or task scheduler.

See https://freedns.afraid.org/dynamic/ and replace the "Direct URL" in your (sub) domain.
and you can change the update interval "3600". (Seconds)

Note: ERROR: Address ●.●.●.● has not changed. is working fine.

@fu-sen
fu-sen / mixjuice-program.bas
Last active November 27, 2020 06:25
MixJuice Program Test
10 FOR I=1 TO 5
20 PRINT"IchigoJam"
30 BEXT
@fu-sen
fu-sen / mixjuice-test.bas
Created November 27, 2020 05:47
MixJuice Test
'IchigoJam
@fu-sen
fu-sen / make-pack.bat
Created June 25, 2020 14:48
ファイルを結合する例 Windows 版 IchigoJam BASIC 1.4b21 https://fukuno.jig.jp/2891
@echo off
copy ichigojam-ntsc-uskbd.bin ichigojam-temp.bin
copy /b ichigojam-temp.bin + files\0.bin + files\1.bin + files\2.bin + files\3.bin ichigojam-pack.bin
del ichigojam-temp.bin
The MIT License (MIT)
Copyright (c) 2016-2020 Keiichi Shiga (BALLOON | FU-SEN)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@fu-sen
fu-sen / Japanese.ini
Last active February 6, 2024 15:09
CH341A.exe (Ch341 programmer) 日本語言語ファイル
[!Global]
!LanguageID=1041
!LanguageName=Japanese
!TranslationAuthor=
!TranslationAuthorEmail=
!TranslationDefaultFont=MS UI Gothic,8,,0,clWindowText,DEFAULT_CHARSET
[TFrmMain]
!Font=MS UI Gothic,8,,0,clWindowText,DEFAULT_CHARSET
Caption=P1119 CH341Aプログラマー
The MIT License (MIT)
Copyright (c) 2020 Keiichi Shiga (BALLOON | FU-SEN)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@fu-sen
fu-sen / Caddyfile
Last active September 17, 2022 01:11
Caddy v2 (Officical Docker Image) with Google Cloud Run (Freely editable Caddyfile) https://caddy.community/t/caddy-works-with-google-cloud-run/6898
:{$PORT}
root * /srv
# Do not rewrite up to this point!
file_server
templates