Skip to content
View vladikopl01's full-sized avatar
🦍
BUILD
🦍
BUILD

Block or report vladikopl01

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. oligarchfari oligarchfari Public

    Solidity 1

  2. rustlings rustlings Public

    Rust

  3. Lottery-Contract Lottery-Contract Public

    Solidity

  4. typescript-eslint-vite typescript-eslint-vite Public

    Template with typescript, eslint & vite development

    JavaScript

  5. Save gas usage principles.md Save gas usage principles.md
    1
    # Save gas usage principles
    2
    
                  
    3
    > [Full version](https://gist.github.com/grGred/9bab8b9bad0cd42fc23d4e31e7347144)
    4
    5
    # Table of Contents
  6. Bash Guidelines Bash Guidelines
    1
    #!/usr/bin/env bash
    2
    # Using env to find bash location, always at first line (shebang)
    3
    
                  
    4
    # Less portable way, as not every system will have this path
    5
    # #!/bin/bash