Skip to content

Instantly share code, notes, and snippets.

View abiriadev's full-sized avatar
|| -> Result<_, !> { Abiria()? }

Abiria abiriadev

|| -> Result<_, !> { Abiria()? }
View GitHub Profile
@abiriadev
abiriadev / 夢で世界を変えるなら.md
Last active January 26, 2022 02:10
Korean lyrics of <夢で世界を変えるなら>(꿈에서 세계를 바꿀 수 있다면)

世界を変えたいと思ってる
세상을 바꾸고 싶다고 생각했지
(세카이오 카에타이토 오못테루)

みんな思ってる
다들 생각하고 있어
(밋나 오못테루)

選ぶのは 自分が本当に望んでること
선택한 건 자신이 정말로 바라고 있는 것

🌞 Morning 479 commits █████░░░░░░░░░░░░░░░░ 23.9%
🌆 Daytime 1006 commits ██████████▌░░░░░░░░░░ 50.3%
🌃 Evening 386 commits ████░░░░░░░░░░░░░░░░░ 19.3%
🌙 Night 130 commits █▎░░░░░░░░░░░░░░░░░░░ 6.5%
@abiriadev
abiriadev / .gitconfig
Last active May 24, 2023 16:57
my git configuration file located at ~/.gitconfig :)
[user]
email = [email protected]
name = Abiria
signingKey = [email protected]
[pager]
diff = delta
log = delta
reflog = delta
show = delta
@abiriadev
abiriadev / config.toml
Last active February 23, 2022 02:53
my cargo config file located at ~/.cargo/config.toml :)
[alias]
b = "build"
bl = "build"
br = "build --release"
blr = "build --release"
bb = "build --bin"
blb = "build --bin"
be = "build --example"
ble = "build --example"
bex = "build --example"
@abiriadev
abiriadev / 2fa.md
Last active July 11, 2023 14:14
how to enable discord 2FA authentication with Authy PC edition

Authy PC버전을 사용해 Discord 2FA 인증하기

2FA는 어떤 점이 좋을까요?

2FA는 Two-factor authentication의 약자로, 2개의 기기를 통해 사용자를 인증하는 방법입니다.

discord의 경우, 모바일 OTP앱을 사용해 2FA인증을 할 수 있습니다.

2FA를 활성화하면, 누군가가 본인의 비밀번호나 인증 토큰을 가져갔다고 해도 문제가 발생하지 않습니다. 2FA를 활성화한 discord계정을 탈취하려면 비밀번호 등을 얻었다고 해도, 사용자의 OTP기기마저 확보해야 하기 때문이죠. 이 장점은 다양한 API가 공개되어 있어 수많은 토큰 해킹 사건이 발생하는 discord에서는 훨씬 중요해지겠죠?

@abiriadev
abiriadev / hello.aheui
Created September 8, 2021 10:31
hello.aheui
발박따빠따빠붐
두터벅벋뻐멓더
맣빠밣다빠맣뭏
희멓더더벋벓뻐
@abiriadev
abiriadev / .prettierrc
Last active November 17, 2021 07:45
my .prettierrc config file
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
@qluana7
qluana7 / EngToKo.cs
Last active December 4, 2024 12:14
한영타(gksdudxk)를 조합된 한글로 변환해주는 코드입니다.
using System;
using System.Linq;
namespace EnglishConvert
{
public class EngToKo
{
#region Const Values
const int FINAL = 28;
const int NEUTRAL = 21;
@BuonOmo
BuonOmo / .gitconfig
Last active February 16, 2025 13:39
Git blame color scale from 20 month ago to now (https://stackoverflow.com/a/66250482/6320039)
[color "blame"]
highlightRecent = 234, 23 month ago, 235, 22 month ago, 236, 21 month ago, 237, 20 month ago, 238, 19 month ago, 239, 18 month ago, 240, 17 month ago, 241, 16 month ago, 242, 15 month ago, 243, 14 month ago, 244, 13 month ago, 245, 12 month ago, 246, 11 month ago, 247, 10 month ago, 248, 9 month ago, 249, 8 month ago, 250, 7 month ago, 251, 6 month ago, 252, 5 month ago, 253, 4 month ago, 254, 3 month ago, 231, 2 month ago, 230, 1 month ago, 229, 3 weeks ago, 228, 2 weeks ago, 227, 1 week ago, 226
[blame]
coloring = highlightRecent
date = human
@ZipFile
ZipFile / README.md
Last active March 10, 2025 07:08
Pixiv OAuth Flow

Retrieving Auth Token

  1. Run the command:

    python pixiv_auth.py login

    This will open the browser with Pixiv login page.