Skip to content

Instantly share code, notes, and snippets.

View taisan11's full-sized avatar
:octocat:
Cat & Chocolate

taisan taisan11

:octocat:
Cat & Chocolate
View GitHub Profile
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">こんちは</a>
</div>
</nav>
<h1>放送部公式Homepage<h1>
@taisan11
taisan11 / note.md
Last active March 1, 2024 09:11
twikit-code-view

twikit解析してTSに移植したい

ヘッダー

@taisan11
taisan11 / main.md
Last active March 6, 2024 08:36
Och えらーぺーじめも

e=0 => 名前ちゃんとしろ e=1 => 内容ちゃんとしろ e=2 => メアド長杉 e=3 => BBSKEYがないよん e=4 => スレッドIDがないよん e=5 => スレタイない

@taisan11
taisan11 / index.js
Last active March 10, 2024 00:09
fasthash(JS)
function fastHash(input) {
let hashValue = 0;
for (let i = 0; i < input.length; i++) {
hashValue += input.charCodeAt(i);
hashValue &= 0xffffffff;
}
return hashValue;
}
@taisan11
taisan11 / main.md
Last active April 23, 2024 07:54
YSCN変更点メモ

変更点について

  • コードを読みやすくしました。
  • pタグをbrタグにしました
  • centerタグをCSS要素のtext-alignを使用します(非推奨のため)
{
"version": "0.8.8",
"description": "Modded Minecraft Launcher",
"homepage": "https://modrinth.com/app",
"license": {
"identifier": "GPL-3.0-only",
"url": "https://raw.githubusercontent.com/modrinth/theseus/f6a697780ba45df606d4535205ac4532f87fbc3c/LICENSE"
},
"architecture": {
"64bit": {