Skip to content

Instantly share code, notes, and snippets.

View nilkesede's full-sized avatar
🌀

Nil Késede nilkesede

🌀
View GitHub Profile
@kamilogorek
kamilogorek / _screenshot.md
Last active September 18, 2024 03:05
Clutter-free VS Code Setup
image
#!/bin/bash
# Clone all github.com repositories for a specified user.
if [ $# -eq 0 ]
then
echo "Usage: $0 <user_name> "
exit;
fi
@lubien
lubien / help.md
Last active March 28, 2017 21:33
Sum a dimension N square matrix main and anti diagonal values

Sum a dimension N square matrix main and anti diagonal values.

Given the Matrix:

[ [ 1,  2,  3,  4]
, [ 5,  6,  7,  8]
, [ 9, 10, 11, 12]
, [13, 14, 15, 16]
]
@cjaoude
cjaoude / gist:fd9910626629b53c4d25
Last active August 22, 2024 13:38
Test list of Valid and Invalid Email addresses
Use: for testing against email regex
ref: http://codefool.tumblr.com/post/15288874550/list-of-valid-and-invalid-email-addresses
List of Valid Email Addresses
email@example.com
firstname.lastname@example.com
email@subdomain.example.com
firstname+lastname@example.com