Skip to content
View alrafiabdullah's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report alrafiabdullah

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
alrafiabdullah/README.md

Hi 👋, I'm Abdullah! 👻

An aspirant Software Engineer from Dhaka, Bangladesh.

Currently delved into Deep Learning.

alrafiabdullah

Languages and Tools:

python django react

alrafiabdullah

 alrafiabdullah

spotify-github-profile

Pinned

  1. MKV-To-MP4 MKV-To-MP4 Public

    Command line converter with FFMPEG.

    Python 2 2

  2. redis-pubsub redis-pubsub Public

    A repository with the demonstration of Redis pubsub feature with live link.

    Python

  3. pdfjoiner pdfjoiner Public

    A PDF joiner for students.

    Python

  4. darksbot darksbot Public

    A Discord bot made with Python.

    Python

  5. URL-Shortener URL-Shortener Public

    A website for multi type URL Shortener.

    Python 1

  6. A script written with C to check the... A script written with C to check the validity of a credit card number by using Luhn's Algorithm.
    1
    /*
    2
    3
    Most cards use an algorithm invented by Hans Peter Luhn of IBM. According to Luhn’s algorithm, you can determine if a credit card number is (syntactically) valid as follows:
    4
    5
    1. Multiply every other digit by 2, starting with the number’s second-to-last digit, and then add those products’ digits together.