Skip to content

Instantly share code, notes, and snippets.

View basavyr's full-sized avatar
💻
Focusing

Robert Poenaru basavyr

💻
Focusing
View GitHub Profile
@hygull
hygull / pep8-style-formatting-guide.md
Last active February 12, 2023 05:28
Install pycodestyle then autopep8 to format the Python code to conform to the PEP 8 style guide.

Visit here or see the follwoing usage guide.

  • Open terminal

  • Run

pip install pycodestyle
# Hello, and welcome to makefile basics.
#
# You will learn why `make` is so great, and why, despite its "weird" syntax,
# it is actually a highly expressive, efficient, and powerful way to build
# programs.
#
# Once you're done here, go to
# http://www.gnu.org/software/make/manual/make.html
# to learn SOOOO much more.
@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #