Skip to content

Instantly share code, notes, and snippets.

View bierdosenhalter's full-sized avatar
⚠️
Join 0b0t today!

be de ha bierdosenhalter

⚠️
Join 0b0t today!
View GitHub Profile
@siebertm
siebertm / gist:192658
Last active September 19, 2024 10:50
sample fake names for filling your fake databases during software development. Any relation to real people is a coincidence!
This file has been truncated, but you can view the full file.
GivenName,Surname,StreetAddress,City,ZipCode,EmailAddress,TelephoneNumber
Karolin,Gottlieb,Am Borsigturm 61,Dormagen Zons,41541,[email protected],02133 01 62 83
Philipp,Schaefer,Schmarjestrasse 82,Bahnitz,14715,[email protected],033870 32 38
Claudia,Maurer,Wallstrasse 72,Hammerstein,56598,[email protected],02635 99 06 20
Luca,Neustadt,Ellmenreichstrasse 10,Obertrubach,91286,[email protected],09197 39 92 27
Frank,Schmitz,Borstelmannsweg 32,Coburg,96409,[email protected],09561 78 15 75
Ute,Mehler,Flughafenstrasse 59,Weiding,92557,[email protected],09673 12 09 48
Marko,Reiniger,Augsburger Straße 20,Herne,44629,[email protected],02323 95 65 13
Anja,Theissen,Leipziger Straße 78,Zierenberg,34289,[email protected],05606 71 60 26
Franziska,Bürger,Prenzlauer Allee 6,Markkleeberg,04409,Franziska.Bü[email protected],0341 86 02 37
@JoeyBurzynski
JoeyBurzynski / 55-bytes-of-css.md
Last active April 8, 2025 14:18
58 bytes of css to look great nearly everywhere

58 bytes of CSS to look great nearly everywhere

When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:

main {
  max-width: 38rem;
  padding: 2rem;
  margin: auto;
}
@martelletto
martelletto / sshfido2.txt
Last active January 26, 2022 11:05
powershell/openssh-portable + FIDO2 build instructions
1. Building
1.1 Open Windows PowerShell.
1.2 Create a workspace folder:
> mkdir workspace
1.3 Set the WORKSPACE environment variable:
> $Env:WORKSPACE = 'C:\Users\pedro\workspace\'