Skip to content
View WojtekCodesToday's full-sized avatar

Block or report WojtekCodesToday

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wojtekcodestoday/README.md

just your average person on the internet

website

Updated 11/8/2024

Pinned Loading

  1. asciiquake asciiquake Public

    Forked from id-Software/Quake

    Quake GPL Source Release - uses nothingburger replacements, cmake and runs on terminal

    C 1

  2. roostjs roostjs Public

    json to html parser. roost can run server side or client side, it won't need extra dependencies either...

    TypeScript 1

  3. stupid esolang (if even considered a... stupid esolang (if even considered atp) thing i made which i call it zxcv it works almost similarily to brainfuck but it uses a bit of characters from the QWERTY layout (zasqwcdfert (and space)) and numbers (as argument) (positive or negative) (usually its 1 if none was given) space is for printing the current "cell" that the pointer is selecting, t for input (similar to bf?), most of these commands change the value of the "code executor" (can jump?), the pointer or the "value" that the pointer is currently selecting (cell?) which can be multiplication, division, or addition (which can be subtraction if going in negative values) its hard to kinda explain it normally so uh, sorry it can run brainfuck if done through an interpretation
    1
    #define t m[p]
    2
    int p,o,k,g;char m[65536],*a,*s;main(int c,char**v){FILE*f=fopen(v[1],"r");if(f){for(s=malloc(2e6);(c=fgetc(f))+1;s[k++]=c);}else s=v[1];for(a=s;*a;a+=k){k=1;g=a[1]==45?k++,-1:1;for(o=0;a[k]>47&&a[k]<58;o=o*10+a[k++]-48);o=o?o*g:g;p=*a=='z'?p+o:p;if(*a=='q'&&!t){a+=o;continue;}if(*a=='w'&&t){a-=o;continue;}t=*a=='t'?getchar():*a=='c'?t+o:t;*a-32||putchar(t);}}
    3
    
                  
    4
    //or this artistic piece?
    5