Skip to content
View Rodr1goTavares's full-sized avatar
🌴
🌴
  • Brasil

Block or report Rodr1goTavares

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. Video_metadata_API Video_metadata_API Public

    The Video Metadata API allows users to effortlessly upload video files and retrieve essential metadata information about the uploaded videos. This includes details such as the file name, size, dime…

    Go

  2. LaTeIt LaTeIt Public

    A web app that reads mathematical expressions from images and converts them into LaTeX code.

    Java

  3. Shiraki Shiraki Public

    Shiraki is a fast, extensible CLI for automating SSH tasks across multiple servers. Execute shell commands or scripts in parallel, manage remote environments, and store logs effortlessly — all with…

    Java

  4. i3-sprial-tiling-daemon i3-sprial-tiling-daemon Public

    Spiral tiling (like Hyprland, dwm, etc.) for i3.

    Shell

  5. Linear-Regression-Neuron Linear-Regression-Neuron Public

    A simple linear regression neuron that models the relationship between inputs and output using weights and a bias. It computes the prediction with the weighted sum formula: output=∑i=1n(wi×xi)+b ou…

    C