Skip to content

Instantly share code, notes, and snippets.

View filename24's full-sized avatar
๐ŸŽฏ
Focusing

__filename filename24

๐ŸŽฏ
Focusing
View GitHub Profile
@ItsWendell
ItsWendell / action.yaml
Last active November 19, 2023 17:23
Turbo Summarize Github Actions Action
name: "Summarize Turborepo Output"
description: "Summarize Turborepo output for GitHub Actions"
runs:
using: "composite"
steps:
- shell: bash
name: "Summarize Turborepo Output"
run: |
latest_json=$(ls -t .turbo/runs/*.json | head -1)
@belgattitude
belgattitude / ci-yarn-install.md
Last active May 30, 2025 10:01
Composite github action to improve CI time with yarn 3+ / node-modules linker.
@sujang958
sujang958 / nutk.js
Created May 5, 2021 15:06
number unit to korean
function num_to_kor(num) {
let bNum = BigInt(num);
let str = bNum.toString().replace('n', '');
let strArr = str.split('');
let resultArr = [];
let unitWords = {
'์—ฌ๋ฐฑ์˜๋ฏธ': null,
'': 3,
์ฒœ: 3,
๋งŒ: 4,
@jacklight74
jacklight74 / DiscordEmojiInfo.js
Last active May 4, 2021 01:50
Discord emoji information generator
var findModule = (item) => Object.values(webpackJsonp.push([[],{['']:(_,e,r)=>{e.cache=r.c}}, [['']]]).cache).find(m=>m.exports&&m.exports.default&&m.exports.default[item]!==void 0).exports.default;
findModule('sendMessage').sendMessage = (sendMessage => async(id, message, ...params) => {
if (message['content'].startsWith("getinfo <:") || message['content'].startsWith("getinfo <a:")) {
let arr = []
message.validNonShortcutEmojis.forEach(emoji => {
var emojiuse = message['content'].replace('getinfo ', '')
arr.push(` ${emojiuse}\n`)
arr.push(`Emoji \`${emoji.name}\` (${emoji.id})\n`)
arr.push(`Emoji Animated \`${emoji.animated}\` \n`)
arr.push(`Emoji Available \`${emoji.available}\` \n`)
@yunho0130
yunho0130 / guide.md
Created February 23, 2021 13:13 — forked from rishubil/guide.md
SCE-TTS: ๋‚ด ๋ชฉ์†Œ๋ฆฌ๋กœ TTS ๋งŒ๋“ค๊ธฐ

๐Ÿ“— ๋ฌธ์„œ ์ฃผ์†Œ๊ฐ€ https://sce-tts.github.io/ ์œผ๋กœ ๋ณ€๊ฒฝ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.

SCE-TTS์™€ ๊ด€๋ จํ•œ ์ตœ์‹  ์ •๋ณด๋Š” ์œ„ ์ฃผ์†Œ๋ฅผ ์ฐธ๊ณ ํ•ด์ฃผ์„ธ์š”!

์•„๋ž˜์˜ ๋‚ด์šฉ์€ ์ด์ „ ๋ฌธ์„œ ๋‚ด์šฉ์ž…๋‹ˆ๋‹ค.


SCE-TTS: ๋‚ด ๋ชฉ์†Œ๋ฆฌ๋กœ TTS ๋งŒ๋“ค๊ธฐ

์œ ์šฉํ•œ Visual Studio Code ๋‹จ์ถ•ํ‚ค ๋ชฉ๋ก

ํ˜„์žฌ ์ž…๋ ฅ ์ค‘์ธ ๋ผ์ธ ์ „์ฒด ์ œ๊ฑฐ

  • Ctrl + shift + K

ํ˜„์žฌ ์ž…๋ ฅ ์ค‘์ธ ๋ผ์ธ ๋ชจ๋‘ ์„ ํƒ

  • Ctrl + L

ํ„ฐ๋ฏธ๋„ ํ† ๊ธ€ (์—ด๊ณ  ๋‹ซ๊ธฐ)

  • Ctrl + `
@No-Eul
No-Eul / DisablePingOnReply.js
Last active December 4, 2024 14:57
Set to disable reply ping to default
// If you want to see an explanation of the code, please refer to the previous revisions
(this.disablePingToDefault = () => {
this.disablePingToDefault.interval = setInterval(() => {
if (location.href !== this.disablePingToDefault.currentUrl) {
if (this.disablePingToDefault.observer !== undefined)
this.disablePingToDefault.observer.disconnect();
else {
this.disablePingToDefault.observer = new MutationObserver(() =>
document.querySelector('div[class*="mentionButton"]')?.click()
);
a=0
b=0
c=0
d=0
e=0
f=0
t=0
@osipxd
osipxd / !paper-versions.md
Last active June 1, 2025 06:00
Paper versions links
@MPThLee
MPThLee / enableDiscordExperiments.js
Last active May 29, 2025 09:38
This code doesn't work anymore. I just decided to remove this code. You can check working code on comments.
/**
* !!!! This code doesn't work anymore !!!!
*
* - You can check working code on comments. I won't update this code anymore.
*
* Also, I just decided to remove this code. You can check revisions for old code.
* Since this code was made for discord client that almost 5 years ago, It seems like doesn't work anymore.
* I don't want people keep arguing in the comments, i decided to remove this code.
*
* Note: This code is now fulfilled with Javascript comments. This code won't work even if you pasted to console. doesn't do anything.