Skip to content
View theintel's full-sized avatar

Organizations

@Laravel-Bangladesh
Block or Report

Block or report theintel

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

Pinned

  1. arduino-sermonfun arduino-sermonfun Public

    Interesting codes for playing around with arduino serial monitor.

    C++ 3

  2. Adafruit-GFX-Library Adafruit-GFX-Library Public

    Forked from adafruit/Adafruit-GFX-Library

    Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from

    C

  3. twrpwaltonprimoh8 twrpwaltonprimoh8 Public

    TWRP Recovery for Walton Primo H8 Turbo

    2

  4. Simplified C template for contest pr... Simplified C template for contest programming. There are two versions: #.c for problems without testcases and ##.c for problems with testcases. Additionally, there's a basic timer to get the execution time.
    1
    #include"stdio.h"
    2
    #include"string.h"
    3
    #include"math.h"
    4
    #include"stdlib.h"
    5
    #include"ctype.h"