Skip to content
View rzorzal's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Espírito Santo - Brasil
  • 03:52 (UTC -03:00)

Block or report rzorzal

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. .c.env .c.env Public

    Rust 3

  2. yggdrazil yggdrazil Public

    Rust 1

  3. ant-orm ant-orm Public

    A simples, structured and secure indexedDB ORM

    JavaScript 3 1

  4. rag-al-cuiaba rag-al-cuiaba Public

    TypeScript 1 1

  5. git-report git-report Public

    A git report based in logs and author commits

    JavaScript

  6. A implementation ofVector3d in Javas... A implementation ofVector3d in Javascript
    1
    class Vector3d {
    2
    
                  
    3
      static toDegrees(radians){
    4
        return (radians * 180) / Math.PI;
    5
      }