Skip to content

Instantly share code, notes, and snippets.

@nusiloot
nusiloot / System Design.md
Created December 10, 2020 16:25 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@nusiloot
nusiloot / Bootstrap_XSS.md
Created December 20, 2020 05:23 — forked from BlackFan/Bootstrap_XSS.md
Bootstrap XSS Collection

CVE-2019-8331

Bootstrap < 3.4.1 || < 4.3.1

✔️ CSP strict-dynamic bypass

➖ Requires user interaction

➖ Requires $('[data-toggle="tooltip"]').tooltip();

@nusiloot
nusiloot / netherlands-iban-acc-number-validate.py
Created December 25, 2020 18:44 — forked from sh4dowb/netherlands-iban-acc-number-validate.py
Netherlands IBAN account number checksum validator
# Netherlands account number algorithm uses this factor table:
# digit | factor
# 1st | 10
# 2nd | 9
# ...
# 10th | 1
#
# After multiplying digits according to the table, sum of these results must be divisible with 11
g.harvard.edu
rowland.harvard.edu
catalyst.harvard.edu
wardhouse.harvard.edu
marathon.harvard.edu
xrtpub.cfa.harvard.edu
mgh.harvard.edu
buytopay.harvard.edu
preserve.harvard.edu
history.fas.harvard.edu
@nusiloot
nusiloot / 01.bash_shortcuts_v2.md
Created March 20, 2023 06:43 — forked from tuxfight3r/01.bash_shortcuts_v2.md
Bash keyboard shortcuts

Bash Shortcuts

visual cheetsheet

Moving

command description
ctrl + a Goto BEGINNING of command line
import pygame # pip install pygame-ce
import random
from pygame import gfxdraw
FPS = 60
fpsClock = pygame.time.Clock()
WINDOW_WIDTH = 600
WINDOW_HEIGHT = 800
BOX_OFFSET_TOP = 100
@nusiloot
nusiloot / Slow-Steam-Download-Speed-Linux.md
Created February 25, 2024 03:00 — forked from Sparking2/Slow-Steam-Download-Speed-Linux.md
Steam Download Speed Issue on Linux