Skip to content
View CoughBall's full-sized avatar
Block or Report

Block or report CoughBall

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

  1. Aritifical_Intelligence_for_tictactoe Aritifical_Intelligence_for_tictactoe Public

    Minimax algorithm used as the AI for a tic tac toe game built with unity using c# as scripting language

    C# 11

  2. Full_stack_python_docker_image Full_stack_python_docker_image Public

    Source code for a python full stack application ready to be converted into a docker image

    Python 1

  3. reflection_print_object reflection_print_object Public

    A simple app that prints an object contents using reflection

    Java 1

  4. my_resume_website my_resume_website Public

    The source code for my website resume, responsive for mobile devices.

    CSS

  5. My webpack v4 configuration Template... My webpack v4 configuration Template I use in my projects (without the comments). Summarized the majority and important parts from webpack v4 official documentation https://webpack.js.org/guides/getting-started/ with explanations and links to discussions from around the web
    1
    //https://webpack.js.org/concepts
    2
    //webpack requires nodejs to work
    3
    // to run webpack manualy and not through npm, with custom config file: "npx webpack --config webpack.config.js"
    4
    
                  
    5
    //how a chunk file is loaded (whether synchronously or asynchronously) is decided by Webpack and you can’t force it to do otherwise