🐺
-
CS Group
- Toulouse, France
Pinned Loading
-
Huffman-Project
Huffman-Project Public archiveThe 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
-
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.
-
Python: String formatting
Python: String formatting 1# Python: String formatting
23In 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.
45> Note: I'm using Python 3.8 in the examples.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.