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 👋

My name is Daniel. I'm an Engineer of Information and Control Systems. I'm programming in Python and Spel+. My most used development tools are IDE PyCharm and IDE Epson RC+. I also focus on vision systems and convolutional neural networks.

  • 🔭 I’m currently working on Tatiana project
  • 🌱 I’m currently learning on threading
  • 📫 How to reach me:

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 = []