Skip to content

Instantly share code, notes, and snippets.

View r-40021's full-sized avatar

FrogApp r-40021

View GitHub Profile
@r-40021
r-40021 / multiple_chapter_skipper.lua
Last active August 3, 2023 22:15 — forked from VictorPascu/chapter_skipper.lua
VLC Extension - Skip Chapter
-- multiple_chapter_skipper.lua -- VLC extension
--[[
Feel free to mail me with suggestions/improvements!
INSTALLATION:
Put the file in the VLC subdir /lua/extensions, by default:
* Windows (all users): %ProgramFiles%\VideoLAN\VLC\lua\extensions\
* Windows (current user): %APPDATA%\VLC\lua\extensions\
* Linux (all users): /usr/share/vlc/lua/extensions/
* Linux (current user): ~/.local/share/vlc/lua/extensions/
@r-40021
r-40021 / t_wada.php
Created September 20, 2022 10:44 — forked from Leko/t_wada.php
<?php
echo <<<T_WADA
     ,、,,,、,,,
    _,,;' '" '' ;;,,
  (rヽ,;''""''゛゛;,ノr)    
   ,; i ___ 、___iヽ゛;,  テスト書いてないとかお前それ@t_wadaの前でも同じ事言えんの?
  ,;'''|ヽ・〉〈・ノ |゙ ';,
  ,;''"|   ▼   |゙゛';,
  ,;'' ヽ _人_ / ,;'_
@r-40021
r-40021 / docs.md
Last active April 24, 2022 04:41
校長botの取扱説明書

校長botについて

校長先生風の発言をする bot (のはずだった)

それはさておき、サーバーをにぎやかにしてくれることに間違いはありません!

使い方

  1. 招待リンクをクリックして、Discord サーバーに招待する。※サーバーの管理者権限が必要です。
  2. 色々発言していると、校長bot が反応して返事をくれるかも?

使い方に困った際は、kb!help と送信してください。

@r-40021
r-40021 / how_to_use.md
Last active August 26, 2021 07:55
抽選するプログラム

実物はこちら

下のHTMLファイルをテキストエディタ等にまるまるコピペしてください。

また、状況に応じて以下の部分を変更してください。

説明
12 抽選を行う候補

例)りんご、みかん、バナナの中から抽選を行いたい場合
const original = ["りんご", "みかん", "バナナ"];
13 抽選で選ぶ個数