Skip to content
View arbdoescode's full-sized avatar
💢
Creating Bugs
💢
Creating Bugs

Organizations

@BrokenRoad

Block or report arbdoescode

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

Hi My name is Arb Koçi

  • Senior Developer at Unionnet

Skills

SwiftUI SwiftUI C++ C# Java Python PHP HTML5 CSS3 Javascript React Bootstrap NodeJS MySQL .NET Photoshop

Other Skills

DockerBlender FigmaArduinoRaspberry Pi

Socials

#!/usr/bin/python
# -*- coding: utf-8 -*-


class ComputerEngineer:

    def __init__(self):
        self.name = "Arb Koçi"
        self.role = "Computer Engineer"
        self.language_spoken = ["English", "Albanian", "German"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = ComputerEngineer()
me.say_hi()

Pinned Loading

  1. SeekFake SeekFake Public

    SeekFake is an intelligent fact-verification system designed to determine the authenticity of news articles, social media posts, and general online information. Leveraging advanced Natural Language…

    Python 3 2

  2. Gitcord Gitcord Public

    Discord bot for GitHub, to help teams of users in a github project to be reminded threw discord tags

    Python 3

  3. Courier-Management-Software Courier-Management-Software Public

    Courier managment software web application, full backend and frontend. For creating orders and bags.

    JavaScript 7

  4. ECR-POS ECR-POS Public

    Python code that connects with a POS device through you PC making it ECR. Works with Android POS models.

    Python 2

  5. Time-based-one-time-password Time-based-one-time-password Public

    This module generates a time-based one-time password (TOTP) using a custom 5-digit output format and a letter-protocol secret key. The algorithm follows standard TOTP principles (RFC 6238) but adap…

    C# 1

  6. Cardiac-Arrest-AI-prediction Cardiac-Arrest-AI-prediction Public

    Python algorithm for Machine Learning of a Cardiac Arrest Dataset

    Python