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

Block or report jeancahu

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
jeancahu/README.md
  • 👋 Hi, I’m Jeancarlo Hidalgo U.
  • 👀 I’m interested in home and industry automation, web technologies, electronics, robotics, data security.
  • 🌱 I’m currently learning NodeJS and TypeScript technologies.
  • 📫 How to reach me: Contact info

Pinned

  1. GTFS_shapes_editor_JS GTFS_shapes_editor_JS Public

    GTFS Shape Editor Django app, draw and manage shapes using this app in your website.

    HTML 3 1

  2. StreetElement StreetElement Public

    NPM module part of a Django app, ShapeEditor (GTFS editor)

    JavaScript

  3. PID_synthesis_tool PID_synthesis_tool Public

    Django App for PID tuning tool and simulation

    Python 1 1

  4. bash-dragon-12-tool bash-dragon-12-tool Public

    Dragon 12 plus 2 simple command interface on bash shell, Archlinux.

    Shell 2 2

  5. Convert number and its decimals at f... Convert number and its decimals at first encoded as an ASCII string to its form on memory under IEEE 754 simple, but displayed as a str HEX ASCII encoded, without libraries or floats
    1
    #include <stdio.h>
    2
    
                  
    3
    void strDecimal_to_strBinary32Hex(char* str_float, char* bytes_array){
    4
      // Create union of shared memory space
    5
      union {