Skip to content

Instantly share code, notes, and snippets.

@fnky
fnky / ANSI.md
Last active November 3, 2025 16:37
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@bradtraversy
bradtraversy / sample.md
Created March 23, 2018 18:17
Markdown Cheat Sheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic

@mraible
mraible / demo.md
Last active August 22, 2025 16:16
Spring Boot + Ionic Demo

Spring Boot API

Create your Spring Boot API project using start.spring.io or the command line.

http https://start.spring.io/starter.zip \
dependencies==data-jpa,data-rest,h2,web,devtools -d
  1. Open project in IntelliJ IDEA. Create a Beer entity class in src/main/java/com/example/beer. → boot-entity
@hopbit
hopbit / intellij-idea-shortcuts.md
Last active May 28, 2025 14:56
IntelliJ IDEA Keyboard Shortcuts Cheatsheet

Modes

distraction mode
fullscreen mode
autoscroll from/to source
termial settings -> don't override shortcuts presentation asist

Editing