How to upload a new project to a remote Git repository

I often forget how to upload a new project to a remote Git repository because that is rarely done. Thus I need to summarise the essential steps of this operation…

Running a simple http server

In the world of web engineering and development, developing web-based applications always need a web application server where all web pages are accommodated. Depending on what web technology as well…

Measure running time a routine in Python

I think this helps us a lot for estimation of how long a program runs in Python. When dealing with a huge amount of data, it takes long time. Showing…

Make your YouTube videos loop and autoplay

Update on 15 Jun 2022: There is another way to loop videos using YouTube Music. How do you make your interested YouTube videos or playlists autoplay and loop forever? By…