Skip to content
View draturi's full-sized avatar
👨‍💻
cranking
👨‍💻
cranking

Block or report draturi

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. boiler plate c header file boiler plate c header file
    1
    /******************************************************************************
    2
      * @file           : file_name.h
    3
      * @brief          : Definition of a file_name
    4
    5
      ******************************************************************************
  2. Boiler-plate Python 2.7 quick CLI pr... Boiler-plate Python 2.7 quick CLI project file
    1
    #!/usr/bin/env python
    2
    # vim: ts=4 sw=4 noet fileencoding=utf-8:
    3
    """Boiler-plate Python 2.7 quick CLI project file"""
    4
    
    
    5
    __author__ = 'pestilence669'