Skip to content
View guuzaa's full-sized avatar
  • 06:53 (UTC +03:00)
Block or Report

Block or report guuzaa

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
guuzaa/README.md

Pinned

  1. ipsearch ipsearch Public

    A simple library to search for IP (v4 & v6) addresses.

    Go 2

  2. numbers numbers Public

    C++ library to handle integer overflow

    C++

  3. Automatically Formatting C/C++ Code ... Automatically Formatting C/C++ Code with Git Pre-Commit Hook and clang-format
    1
    #!/bin/bash
    2
    
                  
    3
    check_dependencies() {
    4
        # The tools we need, please check if they are properly installed before running.
    5
        dependencies=(which git find test cut read)