[Python] How To Use Doubly Ended Queue (Deque)
Last Updated on 2021-10-09 by Clay
Deque (Doubly Ended Queue) is a classic data structure, and it is implemented as a module collections
in Python.
Last Updated on 2021-10-09 by Clay
Deque (Doubly Ended Queue) is a classic data structure, and it is implemented as a module collections
in Python.
Last Updated on 2021-10-09 by Clay
If we got the following error message when we using sudo apt update
command:
Last Updated on 2021-10-08 by Clay
Markdown is a Lightweight Markup Language (LML), you can use very simple syntax to create a pretty note, so it has been welcomed by many programmers.
Read More »[Python] Use "markdown" Package To Convert Markdown File To HTML FormatLast Updated on 2021-10-06 by Clay
When I was solving LeetCode questions recently, I got an error that did not provide any line number:
Read More »[Solved] ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6020000000d4 at pc 0x0000003a4fa9 bp 0x7ffedf29d730 sp 0x7ffedf29d728 READ of size 4 at 0x6020000000d4 thread T0Last Updated on 2021-10-05 by Clay
The most likely causes of programming error in Python is unexpected changes in the value fo List object. Many people have just encountered this problem, they may yell that Python is broken.
One of the simplest example is that the List object has been changed along with the assigned source:
Read More »[Python] Use "copy" Module To Copy ObjectLast Updated on 2021-10-03 by Clay
Today when I using git
to do version control, I mistaken the capitalization of the folder, just when I wanted to use the following command to fix the folder where I put the picture:
Last Updated on 2021-10-02 by Clay
In the Linux operating system, I wrote a lot of scripts to assist with the functions I need in my daily life. And these scripts will automatically execute the program in the background and close the terminal window.
Read More »[MacOS] Automatically Close The Terminal After Executing The Shell ScriptLast Updated on 2021-10-01 by Clay
When we insert a chart in Word, the default color of chart is not necessarily the color user like. Of course, we can manual change the color of chart component.
Read More »[Word] Use Template To Change Chart TypeLast Updated on 2021-09-30 by Clay
Today when I using Excel to record experimental data, I had reversed the row and column. The charts that I use to visualize with the data are messed up.
Read More »[Excel] How To Use "Transpose" To Rotation The TableLast Updated on 2021-09-29 by Clay
There is a useful tool like Boot Camp in the Mac OS, which can help us easily build a computer with both Mac OS and Windows systems. Of course, this requires us to prepare our own Windows installation files.
Read More »Trackpad Sliding Up And Down On Windows Installed With Boot Camp Is Different With Mac OS