Skip to content
View aidocmr's full-sized avatar

Block or report aidocmr

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
aidocmr/README.md
#include <complex.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

int main() {for(double time=0;1;time+=0.016f){ puts("\e[2J\e[H");
for(int i=0;i<2048;i++){_Complex double z=0;_Complex double c=2j*
(double)(i/64)+i%64; double thing=cos(time)+1; c*=2*thing/64;c-=(
thing)+(thing)*1j+sqrt(2);int iter=0;while(cabs(z*z)<4.0&&++iter<
128){z=z*z+c;}putc(" .,:ilwW"[(iter!=128)*(iter%8)],stdout);if(!(
/*z=z*z+C;z=z*z+C;z=z*z+C;z=z*z+C;z=*/i%64)){putc('\n',stdout);}}

         char *_0 = "         Aidan Ocmer         \0";
         char *_1 = "     Computer Programmer     \0";
         char *_2 = " https://github.com/aidocmr  \0";
         char *_3 = "         z = z^2 + c         \0";

printf("\e[%luA\e[%luD",32/2,(64+strlen(_0))/2); puts(_0);printf(
"\e[%luC",(64-strlen(_1))/2);puts(_1);printf("\e[%luC",(64-strlen
(_2))/2);puts(_2);printf("\e[H\e[%luC",(64-strlen(_3))/2);puts(_3
/*z=z*z+C;z=z*z+C;z=z*z+C;z=z*z+C;z=*/);usleep(16000);}return 0;}

Compile with $ gcc main.c -lm -o aidocmr

Popular repositories Loading

  1. Auto-MSPaint Auto-MSPaint Public

    Automatically draw using Auto-MSPaint

    Python 14

  2. AutoHotkey-Autoclicker AutoHotkey-Autoclicker Public

    A Autoclicker made from AutoHotkey that click rapidly when you hold the mouse key you want to rapidly be pressed

    AutoHotkey 7

  3. PreCaptcha-Discord.PY PreCaptcha-Discord.PY Public

    Python 3

  4. aidocmr aidocmr Public

    Config files for my GitHub profile.

    1

  5. ganim ganim Public

    Animation software using JavaScript, C++ , and OpenGL. Inspired by manim

    C

  6. wdotool wdotool Public

    Forked from Net-Mist/wdotool

    xdotool for wayland in python

    Rust