Skip to content

Instantly share code, notes, and snippets.

View gretchi's full-sized avatar
😇

ぐれち gretchi

😇
View GitHub Profile
@gretchi
gretchi / README.md
Last active January 21, 2023 12:54
検索しててノイズになるサイト

検索しててノイズになるドメイン

概要

Chrome拡張のゴシップサイトブロッカーの内容をエクスポートしたブラックリスト

どんなサイト?

こんなサイト

@gretchi
gretchi / README.md
Last active October 7, 2023 10:40
SayoDevice v2 日本語化プロファイル

SayoDevice v2 日本語化プロファイル

SayoDevice制御プログラム v2 のUIを日本語に翻訳したプロファイルです。

適用方法は「中国語のプロファイルを上書きする方法」と「ちゃんと日本語として追加する方法(上級者向け)」の2通りあります。

1. zh.json を置き換える

html/assets/i18n/zh.json の内容を ja.json へ置き換える

@gretchi
gretchi / love_injection.c
Last active September 6, 2022 16:23
ドドスコード
#include <stdio.h>
#include <stdlib.h>
char *ddsk[2] = {"ドド", "スコ"};
uint16_t history = 0xFFFF;
int main() {
srand(ddsk);
while ((history & 0x0FFF) != 0x0777) {
history = (history << 1) + rand() % 2;