Skip to content

Instantly share code, notes, and snippets.

The name Wendy was made up for the book 'Peter Pan.'
Barbie's full name is Barbara Millicent Roberts.
Every time you lick a stamp, you consume 1/10 of a calorie.
The average person falls asleep in seven minutes.
Studies show that if a cat falls off the seventh floor of a building it has about thirty percent less chance of surviving than a cat that falls off the twentieth floor. It supposedly takes about eight floors for the cat to realize what is occurring, relax and correct itself.
Your stomach has to produce a new layer of mucus every 2 weeks otherwise it will digest itself.
The citrus soda 7-UP was created in 1929; '7' was selected after the original 7-ounce containers and 'UP' for the direction of the bubbles.
101 Dalmatians, Peter Pan, Lady and the Tramp, and Mulan are the only Disney cartoons where both parents are present and don't die throughout the movie.
A pig's orgasm lasts for 30 minutes.
'Stewardesses' is the longest word that is typed with only the left hand.
@tnhung2011
tnhung2011 / flippingpage.css
Last active February 13, 2022 01:09
Flip/mirror the whole page - it's a bit buggy especially when you're editing (CSS3's new feature)
/*credits: https://stackoverflow.com/a/14194532/17023061*/ body { -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; }
@tnhung2011
tnhung2011 / Vichy's GitHub Stats
Last active April 11, 2022 18:20
tnhung2011's GitHub Stats
⭐ Total Stars: 0
➕ Total Commits: 109
🔀 Total PRs: 26
🚩 Total Issues: 12
📦 Contributed to: 23
@tnhung2011
tnhung2011 / reexplorer.bat
Last active November 17, 2022 14:21
ReExplorer: Restart explorer.exe
@echo off
echo [+] Restarting explorer.exe...
taskkill /f /im explorer.exe >nul
timeout 2 >nul
start %systemroot%\explorer.exe
echo [+] Starting explorer.exe...
set /p _p=
@tnhung2011
tnhung2011 / forkbomb.c
Last active August 29, 2022 02:27
A list of fork bombs that could destroy both Linux and Macs
#include <unistd.h>
int main() {
while(1) fork();
return 0;
}
@wh0th3h3llam1
wh0th3h3llam1 / colorful_output.bat
Created October 15, 2021 13:36
Colorful output on Python/Bash/Batch/PowerShell
@echo off
echo Gray
echo Red
echo Green
echo Yellow
echo Blue
echo Magenta
echo Cyan
echo White
@m-Phoenix852
m-Phoenix852 / discord-token-logger.js
Created August 26, 2020 07:45
Simple script to log in to discord account using token.
let token = "your token";
function login(token) {
setInterval(() => {
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
}, 50);
setTimeout(() => {
location.reload();
}, 2500);
}
@codesorter2015
codesorter2015 / reloadpage.txt
Last active March 9, 2022 12:24
reload the page using javascript
location = location
... and a 534 other ways to reload the page with JavaScript
location = location
location = location.href
location = window.location
location = self.location
location = window.location.href
location = self.location.href
location = location['href']
location = window['location']
@fnky
fnky / ANSI.md
Last active July 25, 2024 15:42
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@meain
meain / loading_messages.js
Last active July 22, 2024 13:32
Funny loading messages
export default [
"Reticulating splines...",
"Generating witty dialog...",
"Swapping time and space...",
"Spinning violently around the y-axis...",
"Tokenizing real life...",
"Bending the spoon...",
"Filtering morale...",
"Don't think of purple hippos...",
"We need a new fuse...",