Skip to content
View tarcisiozf's full-sized avatar

Highlights

  • Pro

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 Loading

  1. mnist-from-scratch mnist-from-scratch Public

    C

  2. etero etero Public

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

    Go 7 1

  3. native-nodejs-addon-tutorial native-nodejs-addon-tutorial Public

    How to write native addons for Node.JS

    C 6

  4. go-curry go-curry Public

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

    Go 7

  5. 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')
  6. ipc-queue ipc-queue Public

    fast inter-process queue

    C 1