Skip to content
View D-Nice's full-sized avatar

Highlights

  • Pro

Organizations

@oraclize @solinfra @SrsSec @NiftySnobs
Block or Report

Block or report D-Nice

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. solinfra-homepage solinfra-homepage Public

    Homepage for the https://github.com/solinfra organization

    JavaScript 3

  2. hmacsha1 hmacsha1 Public

    Forked from ensdomains/solsha1

    Pure-solidity implementation of the SHA1 hash function + HMAC

    JavaScript 3 3

  3. glitchlock glitchlock Public

    Forked from xero/glitchlock

    a glitch art themed randomized lockscreen for linux. powered by i3lock-color

    Shell 3 1

  4. ethereumbook/ethereumbook ethereumbook/ethereumbook Public

    Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood

    JavaScript 19.5k 4.8k

  5. ForkSplitterConduit.sol ForkSplitterConduit.sol
    1
    contract ForkSplitterConduit {
    2
        //Tracks whether hard fork is effective on this chain. True means the fork is passed, false it hasn't.
    3
        bool forked = false;
    4
        //Identifies on which network fork this contract should do transfers. True transfers only on a hard-fork network, and false on the original network.
    5
        bool transferOnlyFork;
  6. vindi vindi Public

    Vim INside Docker as an Ide

    Vim Script 10 2