Skip to content

Instantly share code, notes, and snippets.

View Breanzy's full-sized avatar

Brean Julius Carbonilla Breanzy

View GitHub Profile
@Breanzy
Breanzy / .gitattributes
Created June 23, 2022 15:22 — forked from nemotoo/.gitattributes
.gitattributes for Unity3D with git-lfs
## Unity ##
*.cs diff=csharp text
*.cginc text
*.shader text
*.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf
*.prefab merge=unityyamlmerge eol=lf
@Breanzy
Breanzy / donut.c
Created June 22, 2022 14:55 — forked from gcr/donut.c
int k;
double sin() ,cos();
main(){
float A=0, B=0, i, j, z[1760];
char b[1760];
printf("\x1b[2J");
for(; ; ) {
memset(b,32,1760);
memset(z,0,7040);
for(j=0; 6.28>j; j+=0.07) {