Skip to content
View rajkane's full-sized avatar

Highlights

  • Pro

Block or report rajkane

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

Hi there 👋

I am a programming enthusiast. I focus on Python programming. I enjoy working with the PyQt5 framework. I have worked on projects where I combined R-CNN (PyTorch) with GUI. Nowadays I have also focused on C++ and the QtCreator IDE.

Pinned Loading

  1. rajkane rajkane Public

  2. weather-station weather-station Public

    A small application that displays the current weather. created in the Qt Creator development environment. Current data is obtained from the JSON API.

    Makefile

  3. htm-calculator htm-calculator Public

    This calculator using a homogeneous transformation matrix is an aid in modeling and programming the robot.

    Python

  4. AquaLight-Calculator AquaLight-Calculator Public

    I created this application for aquarists who need to calculate the optimal lighting for their tanks.

    Python

  5. modbus_server modbus_server Public

    GUI modbus tcp server

    Python 5 1

  6. Fibonacci with memotization Fibonacci with memotization
    1
    from functools import wraps
    2
    import time
    3
    
                  
    4
    
                  
    5
    total = []