Skip to content
View fdciabdul's full-sized avatar
⚰️
I may be dead
⚰️
I may be dead

Organizations

@tegal1337 @code-charity

Block or report fdciabdul

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
fdciabdul/README.md

wakatime

devOps, nodejs dev, backend-dev, frontend (maybe?), software engineer, reverse-engineer, mobile-dev, desktop dev

TypeScript   13 hrs 34 mins  ███████████████▓░░░░░░░░░   62.31 %
JavaScript   3 hrs 20 mins   ███▓░░░░░░░░░░░░░░░░░░░░░   15.31 %
Python       2 hrs 54 mins   ███▒░░░░░░░░░░░░░░░░░░░░░   13.34 %
JSON         33 mins         ▓░░░░░░░░░░░░░░░░░░░░░░░░   02.54 %
EJS          25 mins         ▒░░░░░░░░░░░░░░░░░░░░░░░░   01.98 %

Pinned Loading

  1. Ambient Light.c Ambient Light.c
    1
    #include <FastLED.h>
    2
    // set up stuff !
    3
    #define DATA_PIN     2
    4
    #define CLOCK_PIN         3
    5
    #define COLOR_ORDER GRB
  2. canvas.php canvas.php
    1
    <?php
    2
    error_reporting(0);
    3
    	@clearstatcache();
    4
    	@mb_internal_encoding('UTF-8');
    5
    	set_time_limit(0);