Skip to content
View bornalgo's full-sized avatar
Block or Report

Block or report bornalgo

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

Popular repositories

  1. BinaryTree BinaryTree Public

    Binary Tree: Sample C++ code inspired by LeetCode

    C++ 1

  2. TextAnimator TextAnimator Public

    Convert any text to an animated SVG file

    Python 1

  3. cpp-expression-conversions cpp-expression-conversions Public

    This repository contains C++ code implementations of common expression conversion algorithms. Convert infix expressions to prefix and postfix notations, convert prefix expressions to infix and post…

    C++ 1

  4. pyinstaller pyinstaller Public

    Forked from barracuda-cloudgen-access/pyinstaller

    This is a pyinstaller polyglot based on Python Manylinux and Wine that builds for Linux and Windows

    Shell

  5. py-cpp-bindings py-cpp-bindings Public

    This is a Python utility for generating seamless bindings to C++ libraries, enabling you to effortlessly interface Python with existing C++ codebases.

    Python

  6. cpp-sorting-demos cpp-sorting-demos Public

    A collection of well-documented C++ sorting algorithm examples, including bubble, counting, insertion, merge, quick, radix, selection, and shell sorts. Explore, learn, and implement essential sorti…

    C++