Skip to content

Instantly share code, notes, and snippets.

View youpong's full-sized avatar
🍉
I <3 🍉

youpong youpong

🍉
I <3 🍉
  • Okinawa, Japan
  • 03:32 (UTC +09:00)
View GitHub Profile
@fnky
fnky / ANSI.md
Last active August 16, 2024 15:31
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@iamnewton
iamnewton / bash-colors.md
Last active August 15, 2024 07:48
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@yamaya
yamaya / xcode-clang-vers
Last active August 6, 2024 02:50
Xcode clang version record
# Xcode 4.3.3
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix
# Xcode 4.3.2
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix