Skip to content
View CGuichard's full-sized avatar
🐺
🐺
  • CS Group
  • Toulouse, France
Block or Report

Block or report CGuichard

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

    Python library to define interfaces.

    Python 1

  2. crud-js crud-js Public archive

    Javascript crud webcomponent

    JavaScript 7

  3. Self-documented Makefile Self-documented Makefile
    1
    ##@ Welcome, this Makefile is an example of self-documented
    2
    ##@ Makefile. Here are the features:
    3
    ##@ - Add "##@" followed by a text to write the Makefile header text.
    4
    ##@   You can also write the Makefile header inside a MAKEFILE_HELP variable.
    5
    ##@   The last way is to write a Makefile.help file inside the same folder.
  4. Python: String formatting Python: String formatting
    1
    # Python: String formatting
    2
    
                  
    3
    In every language, text formatting is an important feature. Almost every language has a specific way to deal with it. So here's a little tutorial/reminder on how to do string formatting in Python.
    4
    
                  
    5
    > Note: I'm using Python 3.8 in the examples.
  5. Huffman-Project Huffman-Project Public archive

    The objective of this project is to propose a code allowing to apply a Huffman coding on ASCII text files to compress their data without loss of information with the C language

    C 3