Skip to content
View hugoaboud's full-sized avatar
  • Nesoi
  • Pindamonhangaba, SP

Organizations

@isafewalk @open-stage @nesoi-org

Block or report hugoaboud

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. open-stage/blender-dmx open-stage/blender-dmx Public

    Blender addon to design and render DMX lighting.

    Python 261 20

  2. nesoi-org/nesoi nesoi-org/nesoi Public

    Declarative TypeScript framework for data-driven applications

    TypeScript 2 1

  3. express-multibody express-multibody Public

    Express middleware which parses different types of content into the request body

    TypeScript 2

  4. goo goo Public

    Abstraction layer for building WebComponents with Vue-like SFC syntax

    TypeScript

  5. pyswf2unity pyswf2unity Public

    Python tool for converting .swf vector animations to .svg + Unity's .anim

    Python 9 1

  6. TypeScript: Union to Intersection TypeScript: Union to Intersection
    1
    /**
    2
     * An efficient TypeScript utility type to transform a union of objects into the intersection of such objects.
    3
     * 
    4
     * - TypeScript 5.8.2
    5
     * - Benchmarked against the similar type declared at [utility-types](https://github.com/piotrwitek/utility-types):