Git Product home page Git Product logo

dailycodinghabit's Introduction

Daily Coding Habit


Notes



Developement suite

Used editors/IDE's

Documentation

Habits Maintenance

Used data-serialization languages

  • YAML (HAOS)

Used programming languages

  • C/C++
  • C#
  • Shell / Powershell / Batch
  • Python

Training

Sites

Books

C~C++

  • "C++ Primer Plus", Sixth Edition, 2012, Stephan Prata

C#

  • "Essential C# 8.0", Seventh Edition, 2021, Mark Michaelis
  • "C# Programming Cookbook", 2016, Dirk Strauss

Bash & Security

  • "Linux® Command Line and Shell Scripting Bible", Third Edition, 2015, John Wiley & Sons
  • "Hacklog Volume 1 Anonymity IT Security & Ethical Hacking Handbook", 2017, Stefano Novelli
  • "Gray Hat Hacking The Ethical Hacker’s Handbook", 2018, McGraw-Hill
  • "Beginning Ethical Hacking with Kali Linux Computational Techniques for Resolving Security Issues", 2018, Sanjib Sinha

Unity

  • "Unity In Action, Multiplatform game developement in C#", 2018, Joseph Hocking
  • "C# Game Programming Cookbook for Unity 3D", 2014,Jeff W. Murray

Automated installation and configuration

Script _helpers/install.bat, will automatically download, install and configure:

C++ compiler for Windows/VS Code

  • msys2
  • Mingw-w64 toolchain

Exaple of use:

g++ ./01_myfirst.cpp && a.exe         
Come up and C++ me some time.
You wonΓÇÖt regret it!

Other

Solutions Template

// -----  MY SOLUTION  ----- //

// ----- BEST SOLUTION ----- //

Data fetch & display template (necessary security off)

<details style="margin-left: 35px;">
    <summary style="margin-left: -35px;"> 
        <a href=".refs_notes/notes_C++/01_myfirst.cpp"> myfirst.cpp </a>
    </summary>
    <figure>
        <iframe 
            src=".refs_notes/notes_C++/01_myfirst.cpp" 
            frameborder="10" 
            allowfullscreen="true" 
            height="250px">
        </iframe>
    </figure>
</details>

Wrapping template

<details style="margin-left: 35px;">
    <summary style="margin-left: -35px;">
        List of what you will learn
    </summary>
    1. Creation and format of C++ program </br>
    2. The #include directive </br>
    3. The main() function </br>
    4. Using cout object for output </br>
    5. Using cin object for input</br>
    6. How/when use endl</br>
    7. Placing comments in C++ program </br>
    8. Declaring and using variables and functions</br>
</details> <br> 

Back to top button template

<button onclick="backToTop()">Go to top</button>
<script>
    function backToTop() {
        window.scrollTo({ top: 0, behavior: 'smooth' });
}
</script>

Test of useful tools

  • Blackbox AI - tool designed for automating the coding process using artificial intelligence. It's often used when you want to generate code snippets, automate repetitive tasks, or when you need help with debugging. It can be particularly helpful if you're working on a large project and need to speed up the process Blackbox AI.
  • Sourcegraph - developer platform that helps you understand your code. It provides features like code search, code navigation, and code intelligence. It's particularly useful when you're dealing with large codebases and need to quickly understand and navigate through the code. Sourcegraph also integrates with many popular code hosting platforms, making it a versatile tool for any developer.
  • Phind - help developers find and fix bugs in their code. It uses machine learning algorithms to analyze your code and provide suggestions for potential fixes. Phind can also help you understand complex code by providing detailed explanations of what each part of your code does
  • Perplexity - Phind alternative

When to use them:

  • Use Blackbox AI when you want to automate parts of your coding process, especially for large projects.
  • Use Sourcegraph when dealing with large codebases and you need to quickly understand and navigate through the code.
  • Use Phind to find and fix bugs in the code.

dailycodinghabit's People

Contributors

deimosmh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.