Skip to content
View Otelu's full-sized avatar

Block or report Otelu

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

Pinned Loading

  1. registration-table registration-table Public

    it creates a excel table using the input, used mostly for registration in martial arts competitions

    Python

  2. Train-alarm Train-alarm Public

    I want to create an app where you set the station from where you want to depart and the station you want to arrive. You select a radious around your destination, for example 2 km, and when you ente…

    Python

  3. Operating-cycle-diagram-RoboDK-script Operating-cycle-diagram-RoboDK-script Public

    Implementing the RoboDK script in RoboDk you can exctract all the movements of the robot, and using the diagram script, you can create a diagram for the movements of a robot with 6 axis

    Python

  4. Backtracking-for-Currency-Exchange-Problem Backtracking-for-Currency-Exchange-Problem Public

    a program that takes in a list of currency denominations, the corresponding quantity of each denomination, and a target sum of money, and outputs the minimum number of denominations needed to reac…

    C++

  5. Finding-Vertices-That-Cannot-Have-Median-Weight-in-a-Directed-Graph Finding-Vertices-That-Cannot-Have-Median-Weight-in-a-Directed-Graph Public

    This program identifies vertices in a directed graph that cannot have the median weight, based on the fact that more than half of the vertices with known weights have a weight greater or less than …

    C++

  6. Checking-Palindromic-Ages-in-C- Checking-Palindromic-Ages-in-C- Public

    This program checks if the age of a person, multiplied by 12, is a palindrome and prints a message if it is.

    C++