Skip to content

Instantly share code, notes, and snippets.

View xryuseix's full-sized avatar
🐣
🐥 🐥 🐥

Ryusei Ishikawa xryuseix

🐣
🐥 🐥 🐥
View GitHub Profile
@OrionReed
OrionReed / dom3d.js
Last active September 28, 2025 08:09
3D DOM viewer, copy-paste this into your console to visualise the DOM topographically.
// 3D Dom viewer, copy-paste this into your console to visualise the DOM as a stack of solid blocks.
// You can also minify and save it as a bookmarklet (https://www.freecodecamp.org/news/what-are-bookmarklets/)
(() => {
const SHOW_SIDES = false; // color sides of DOM nodes?
const COLOR_SURFACE = true; // color tops of DOM nodes?
const COLOR_RANDOM = false; // randomise color?
const COLOR_HUE = 190; // hue in HSL (https://hslpicker.com)
const MAX_ROTATION = 180; // set to 360 to rotate all the way round
const THICKNESS = 20; // thickness of layers
const DISTANCE = 10000; // ¯\\_(ツ)_/¯
@Trigger-FK
Trigger-FK / advent2022-12-15.md
Last active December 15, 2022 19:47
日本陰キャ協会 Adavent Caleder 2022

image

どうもどうも,冴えないオタクくんのざきまつです.

この記事は,日本陰キャ協会 Advent Calendar 2022 15日目の記事になります.

日本陰キャ協会 Advent Calendar 2022

なお,この協会はクリスマス当日に消滅する可能性があります.

TsukuCTF 2021 writeup

TsukuCTF にひとりチーム(syake)として参加し、16位でした。
他の方のwriteupを読むまで、Googleレンズというものを知りませんでした………。OSINT初心者のwriteupです。

Tsukushi

[Tsukushi 100] Welcome (154 Solves)

TsukuCTF公式Twitterのアカウント名がそのままFlagとなっている

TsukuCTF{2021}
const headerCell = document.createElement("th");
const headerRow = document.querySelector(".header-row");
headerCell.innerText = "プレイリスト";
headerCell.setAttribute("data-col", "playlist");
headerCell.style.width = "32%";
headerRow.insertBefore(
headerCell,
headerRow.querySelector('[data-col="play-count"]')
import array
import secrets
CIPHER_MAX = 54
PLAIN_MAX = 45
base62_table = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
printable_table = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '!', '"', '#', '$', '%', '&', '\'', '(', ')', '*', '+', ',', '-', '.', '/', ':', ';', '<', '=', '>', '?', '@', '[', '\\', ']', '^', '_', '`', '{', '|', '}', '~', ' ', '\n', '\0', '\t']
tablesize = len(printable_table)//1
@uhfx
uhfx / gist:3922268
Last active April 11, 2025 03:01
Twitter公式/非公式クライアントのコンシューマキー

Twitter公式クライアントのコンシューマキー

Twitter for iPhone

Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU

Twitter for Android

Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for iPad

Consumer key: CjulERsDeqhhjSme66ECg