Skip to content

Instantly share code, notes, and snippets.

View m3y54m's full-sized avatar
🎯
Focusing

Meysam Parvizi m3y54m

🎯
Focusing
View GitHub Profile
@m3y54m
m3y54m / ANSI-color-codes.h
Created January 28, 2023 14:35 — forked from RabaDabaDoba/ANSI-color-codes.h
The entire table of ANSI color codes working in C!
/*
* This is free and unencumbered software released into the public domain.
*
* For more information, please refer to <https://unlicense.org>
*/
//Regular text
#define BLK "\e[0;30m"
#define RED "\e[0;31m"
#define GRN "\e[0;32m"
@m3y54m
m3y54m / GitConfigHttpProxy.md
Created November 22, 2022 12:37 — forked from evantoli/GitConfigHttpProxy.md
Configure Git to use a proxy

Configure Git to use a proxy

In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like: