Skip to content
View e-t-u's full-sized avatar
Block or Report

Block or report e-t-u

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

    Command line command asq that queries AS of an IP using bgpview.io

    Rust 1

  2. albumatic albumatic Public

    Automatically exported from code.google.com/p/albumatic

    Python

  3. bdd bdd Public

    A command line tools to interpret, manipulate, merge and create bit streams of any bit size with advanced bit field interpretation

    HTML 1

  4. gootti gootti Public

    Gothic handwriting font

  5. hadcrut hadcrut Public

    Analysis of hadcrut global temperature data set

    R

  6. rust-error-cheatsheet.md rust-error-cheatsheet.md
    1
    # Rust Error Handling Cheatsheet - Result handling functions
    2
    
    
    3
    ## Introduction to Rust error handling
    4
    
    
    5
    Rust error handling is nice but obligatory. Which makes it sometimes plenty of code.