Skip to content

Instantly share code, notes, and snippets.

View neilchennc's full-sized avatar

Neil Chen neilchennc

View GitHub Profile

Data Structures

Array

List

  • Linked List

  • Double Linked List

@neilchennc
neilchennc / kotlin-cheat-sheet.md
Last active June 29, 2025 12:45
Kotlin notes, snippets, and cheat sheet.
@neilchennc
neilchennc / jetpack-compose-notes.md
Last active July 27, 2025 13:10
Android app development notes for Jetpack compose.
@neilchennc
neilchennc / docker-cheat-sheet.md
Last active November 16, 2023 09:04
Docker Cheat Sheet - Neil Chen

Docker Cheat Sheet

Just note for quick references

Search

command descriptions
docker search ubuntu Search ubuntu images
docker search --no-trunc ubuntu Search ubuntu images with long description
@neilchennc
neilchennc / linux-shell-commands-cheat-sheet.md
Last active March 3, 2023 06:12
Linux Shell Commands Cheat Sheet - Neil Chen

Linux Shell Commands Cheat Sheet

Just a note for myself of the Linux commands.

I/O, Redirect

fd = 0 (/dev/stdin), fd = 1 (/dev/stdout), fd = 2 (/dev/stderr)

command descriptions