Tumgik
#i am not responsible if you accidentally overwrite files you care about.
auroroboros1 · 5 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
11 notes · View notes
auroroboros1 · 6 months
Text
Tumblr media
7 notes · View notes
auroroboros1 · 6 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
7 notes · View notes
auroroboros1 · 6 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
5 notes · View notes
auroroboros1 · 5 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
3 notes · View notes
auroroboros1 · 5 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
3 notes · View notes
auroroboros1 · 6 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
4 notes · View notes
auroroboros1 · 5 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
2 notes · View notes
auroroboros1 · 5 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
3 notes · View notes
auroroboros1 · 6 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
4 notes · View notes
auroroboros1 · 6 months
Note
A lot of your posts are glitched out or something, like the pic gets uploaded all distorted and colouful
no shit, really? its almost like i do it on purpose.
3 notes · View notes
auroroboros1 · 6 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
2 notes · View notes
auroroboros1 · 6 months
Text
Tumblr media
i love it when i get to nuke my own "art"
4 notes · View notes
auroroboros1 · 6 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
1 note · View note
auroroboros1 · 4 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
0 notes
auroroboros1 · 5 months
Text
Tumblr media
to produce these, i run the following c program (i named it latinify):
#include <stdio.h>
int main(int argc,char** argv){FILE* infile;FILE* n;char c;infile=fopen(argv[1],"r+");n=fopen("latinversion","w+");while(!feof(infile)){c= (char)fgetc(infile);switch(c){case 'u':c='v';break;case 'U':c='V';break;case 'w':c='v';break;case 'W':c='V';break;case 'j':c='i';break;case 'J':c='I';break;case 'k':c='c';break;case 'K':c='C';break;}fputc(c,n);}return 1;}
with the command: latinify inputfile.jpg;cat inputfile.jpg>outputfile.jpg
it theoretically works on all filetypes but it tends to brick anything that isnt jpg or mp3.if you want to make your own, go ahead, you dont have to attribute me. this is like first semester c stuff that i made for a joke but kept around and found a use for. use at your own risk, i am not responsible if you accidentally overwrite files you care about.
0 notes