Skip to content

Instantly share code, notes, and snippets.

View mezcel's full-sized avatar
🏴
status

Mezcel mezcel

🏴
status
View GitHub Profile
@mezcel
mezcel / .gitattributes
Last active October 13, 2020 19:44
golang notes
## win10 line endins
*.bat eol=crlf
*.ps1 eol=crlf
## Linux/Posix line endins
*.sh eol=lf
*.source eol=lf
Makefile eol=lf
@mezcel
mezcel / .gitattributes
Last active May 13, 2020 12:14
Notepad++ notes
## win10 line endins
*.bat eol=crlf
*.ps1 eol=crlf
## Linux/Posix line endins
*.sh eol=lf
Makefile eol=lf
@mezcel
mezcel / .gitattributes
Last active May 14, 2020 22:57
Nodejs notes
## win10 line endins
*.bat eol=crlf
*.ps1 eol=crlf
## Linux/Posix line endins
*.sh eol=lf
Makefile eol=lf
@mezcel
mezcel / .gitattributes
Last active May 11, 2020 12:14
python notes
## win10 line endins
*.bat eol=crlf
*.ps1 eol=crlf
## Linux/Posix line endins
*.sh eol=lf
Makefile eol=lf
@mezcel
mezcel / .gitattributes
Last active December 8, 2024 23:36
Powershell notes
## ignore vs settings
.vscode
.vs
## win10 line endins
*.bat eol=crlf
*.ps1 eol=crlf
## Linux/Posix line endins
*.sh eol=lf
@mezcel
mezcel / .gitattributes
Last active September 26, 2020 05:45
screenshot previews for my terminal-profile repo
## win10 line endins
*.bat eol=crlf
*.ps1 eol=crlf
## Linux/Posix line endins
*.sh eol=lf
Makefile eol=lf
@mezcel
mezcel / .gitattributes
Last active October 29, 2020 06:39
Tmux Notes
## win10 line endins
*.bat eol=crlf
*.ps1 eol=crlf
## Linux/Posix line endins
*.sh eol=lf
Makefile eol=lf
@mezcel
mezcel / .gitattributes
Last active May 5, 2021 12:02
vim notes
## win10 line endins
*.bat eol=crlf
*.ps1 eol=crlf
## Linux/Posix line endins
*.sh eol=lf
Makefile eol=lf
@mezcel
mezcel / .gitattributes
Last active May 11, 2020 12:12
Atom.io notes
## win10 line endins
*.bat eol=crlf
*.ps1 eol=crlf
## Linux/Posix line endins
*.sh eol=lf
Makefile eol=lf
@mezcel
mezcel / 0-README.md
Last active April 18, 2020 10:38
C notes

C snipits

Some refresher C concepts and use cases.

  • Notes
  • web search answers
  • usecases that i find meaningful
  • reminders and sanity checks

Online quck refference: