Skip to content

Instantly share code, notes, and snippets.

View cytsai1008's full-sized avatar
๐Ÿ™
Hope nothing broken

CYTsai cytsai1008

๐Ÿ™
Hope nothing broken
View GitHub Profile
@CocoaCaa
CocoaCaa / vscode-sawaratsuki-logo.css
Created April 27, 2024 15:50
Visual Studio Code with @sawaratsuki1004's custom logo
.editor-group-watermark {
max-width: 400px !important;
}
.editor-group-watermark > .letterpress {
aspect-ratio: 1920/1080 !important;
background-image:url('https://github.com/SAWARATSUKI/ServiceLogos/blob/c2cf29211b93efe48e5c34451bac5c56f979ab94/VisualStudioCode/VisualStudioCodeRound.png?raw=true') !important;
background-position: center;
}
@OrionReed
OrionReed / dom3d.js
Last active December 9, 2025 17:22
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; // ยฏ\\_(ใƒ„)_/ยฏ
@martin-mael
martin-mael / flexoki-tailwind-colors.ts
Created October 8, 2023 02:07
Flexoki Tailwind colors
// Tailwind colors for Flexoki theme by Steph Ango. https://stephango.com/flexoki
const colors = {
base: {
black: '#100F0F',
950: '#1C1B1A',
900: '#282726',
850: '#343331',
800: '#403E3C',
700: '#575653',
@hansen033
hansen033 / tokenPaymentBanks.md
Last active January 2, 2023 17:46 — forked from HenryYang/tokenPaymentBanks.md
ๅœจๅฐ็ฃ็š„ๆ‰‹ๆฉŸๆ„Ÿๆ‡‰ VISA/MASTER/JCB ๅกๆ”ฏๆด้Š€่กŒๅฐ็…ง่กจ

ๅฐๆ‡‰่กจ

้Š€่กŒ/ๆ”ฏไป˜็ณป็ตฑ Apple Pay Google Pay Samsung Pay Garmin Pay Fitbit Pay ๅฐ็ฃ่กŒๅ‹•ๆ”ฏไป˜ Hami Pay ๆ”ฏๆดๅฎถๆ•ธ
ๅœ‹ๆณฐไธ–่ฏ้Š€่กŒ โœ… โœ… โœ… โœ… โœ… โœ… 6
ๅœ‹ๆณฐไธ–่ฏ้Š€่กŒ - ้‡‘่žๅก โœ… โœ… โœ… โœ… โœ… โœ… 6
ไธญๅœ‹ไฟก่จ—้Š€่กŒ โœ… โœ… โœ… โœ… โœ… โœ… โœ… 7
ไธญๅœ‹ไฟก่จ—้Š€่กŒ - ้‡‘่žๅก โœ… โœ… โœ… โœ… 4
ๅฐๆ–ฐๅœ‹้š›ๅ•†ๆฅญ้Š€่กŒ โœ… โœ… โœ… โœ… โœ… โœ… โœ… 7
ๅฐๆ–ฐๅœ‹้š›ๅ•†ๆฅญ้Š€่กŒ - ้‡‘่žๅก โœ… โœ… โœ… โœ… โœ… โœ… 6
่ฏ้‚ฆ้Š€่กŒ โœ… โœ… โœ… โœ… โœ… โœ… 6
@joulgs
joulgs / terminal.txt
Last active November 4, 2025 21:30
How install libssl1.1 on ubuntu 22.04
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>Rebane's Discord Colored Text Generator</title>
<meta charset="UTF-8">
<meta name="description" content="Rebane's Discord Colored Text Generator">
<meta name="author" content="rebane2001">
<style>
/*
@AbstractUmbra
AbstractUmbra / 00-deprecation.md
Last active October 26, 2025 12:01
discord.py 2.0+ slash command info and examples

This gist has now been 'deprecated' and has moved...

... to my blog style space for easier contribution by third parties and to provide what I believe to be an easier reading experience. Please field all enquiries and issues to the source repository.

@JohannesMP
JohannesMP / EnableDiscordDevExperiments.md
Last active October 28, 2025 03:30 — forked from ExordiumX/betaenabler.js
Enabling Discord Dev Experiments on Discord for Windows (2022-02)

Enable Dev Experiments in Discord for Windows

image

This guide shows how to enable dev mode for the Discord desktop application running on Windows (as of February 2022).

This can be used to view beta experiments to try features currently in development that are included but hidden by default in Discord release builds.


@kkrypt0nn
kkrypt0nn / ansi-colors-discord.md
Last active November 30, 2025 20:59
A guide to ANSI on Discord

A guide to ANSI on Discord

Discord is now slowly rolling out the ability to send colored messages within code blocks. It uses the ANSI color codes, so if you've tried to print colored text in your terminal or console with Python or other languages then it will be easy for you.

Quick Explanation

To be able to send a colored text, you need to use the ansi language for your code block and provide a prefix of this format before writing your text:

\u001b[{format};{color}m