Skip to content
View MacgyverMartins's full-sized avatar

Block or report MacgyverMartins

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. tasks-nest tasks-nest Public

    TypeScript 1

  2. nodexp nodexp Public

    A simple command-line tool for Node.js APIs boilerplate

    JavaScript 6 1

  3. EthereumTokenContract.sol EthereumTokenContract.sol
    1
    pragma solidity ^0.4.16;
    2
    
                  
    3
    contract owned {
    4
      address public owner;
    5
    
                  
  4. SimpleToken.sol SimpleToken.sol
    1
    pragma solidity ^0.4.16;
    2
    
                  
    3
    contract MyToken {
    4
      /* This creates an array with all balances */
    5
      mapping (address => uint256) public balanceOf;
  5. You-Dont-Know-JS You-Dont-Know-JS Public

    Forked from cezaraugusto/You-Dont-Know-JS

    📗📒 (PT-BR translation) JS Book Series.

    JavaScript 1