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

Python       5 hrs 34 mins   ████████▒░░░░░░░░░░░░░░░░   33.48 %
JavaScript   4 hrs 26 mins   ██████▓░░░░░░░░░░░░░░░░░░   26.68 %
TypeScript   3 hrs 32 mins   █████▒░░░░░░░░░░░░░░░░░░░   21.26 %
EJS          1 hr 14 mins    ██░░░░░░░░░░░░░░░░░░░░░░░   07.44 %
Text         1 hr 8 mins     █▓░░░░░░░░░░░░░░░░░░░░░░░   06.88 %

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);