Skip to content
View thekillertoaster's full-sized avatar
📉
Optimising Hyperparameters
📉
Optimising Hyperparameters
  • England

Block or report thekillertoaster

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. TPU-Sentiment-Analysis TPU-Sentiment-Analysis Public

    Jupyter Notebook

  2. Enabling the safe swapping of differ... Enabling the safe swapping of different NFTs between users. Requires setApprovalForAll to be ran on involved Token Contracts
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.0;
    3
    
                  
    4
    import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
    5
    import "@openzeppelin/contracts/security/ReentrancyGuard.sol";