Locchuong96 / others

anything make you code better

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexed

https://phoenixnap.com/kb/install-java-ubuntu

Installation sublimetext

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt update
sudo apt install sublime-text
sudo apt remove sublime-text

This repository contain something support coding

Tips for coding

confidence

  • 1/ easy to local testing: your source code must be easy to run locally for testing. if it's not simple, you have to find the way to test your code

detect region problem

  • 2/ keep track your code: don't change so much when coding. If your soucre run ok, then you change one thing and it make it error, then you can quickly narrow it down the problem's region. But if you change so something it is really hard to say where is the region problem.
  • 3/ comment the suspect region: this is an the way to detect problem, let comment all your suspect region then run your source code again, if it work, then uncomment part-to-part and run again.

anatomy

  • 4/ one small change: some time you can not easy to see what wrong with your code. then let change a small thing in your code like ; or 1 single command until your code work again.
  • 5/ logout: printout the result or return of the function to make sure your code work the same your thinking. And logout can let you know where the code is crashed.
  • 6/ google search your error: copy the error print out on your terminal and search it in google, 90% sure that you are not the first one get this error, stack-overflow and some websites or blog can give you the answer.

1/ repo bagdes

Repo badges

2/ install python manually

How to install python manually

how-to-manually-install-python-packages

3/ threading python

threading

4/ Coding style

opencv-coding style

5/ UML drawing

diagram-editor

6/ Docker

hack-docker

install_docker_window7-8-10_docker_toolbox

install_docker_linux_ubuntu

docker_user_permission

docker_getting_started

docker_hub

Docker Tutorial for Beginners [FULL COURSE in 3 Hours]

docker-inside-docker

docker-swarm

docker-python

docker Tutorial for Beginners - A Full DevOps Course on How to Run Applications in Containers

How to run Python scripts in a Docker container

Build a Docker image and run a custom script

FastAPI-docker

setup-private-docker

7/ C++

C++ Programming Course - Beginner to Advanced

8/ os system

os-system

9/ Batch Script Windows

Batch The Windows Command-Line

10/ Clean Architectures in Python

Clean Architectures in Python

tutorial

tutorial

About

anything make you code better


Languages

Language:C++ 86.5%Language:Makefile 3.7%Language:Python 2.4%Language:Shell 2.3%Language:C 1.8%Language:QMake 1.3%Language:CMake 1.2%Language:HTML 0.3%Language:Dockerfile 0.2%Language:JavaScript 0.2%Language:C# 0.1%Language:PHP 0.0%Language:TypeScript 0.0%