Skip to content
View tarcisiozf's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report tarcisiozf

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

Pinned

  1. native-nodejs-addon-tutorial native-nodejs-addon-tutorial Public

    How to write native addons for Node.JS

    C++ 5

  2. go-curry go-curry Public

    Implementation for currying/partial-apply for functions and methods in Go

    Go 7

  3. flat-try flat-try Public

    An abstraction to handle exceptions without the need of new code blocks, improving readability (IMO)

    JavaScript 5

  4. easier dom components in js (without... easier dom components in js (without jsx), inspired by h
    1
    const { ul, li } = require('./html')
    2
    
                  
    3
    const list = ul({ title: 'awesome list' },
    4
      li({ title: 'interactive', onclick: () => alert(1) }, 'first'),
    5
      li('second')
  5. ipc-queue ipc-queue Public

    fast inter-process queue

    C 1

  6. etero etero Public

    A tiny EVM (Ethereum Virtual Machine) build from scratch for study purposes.

    Go 7 1