A decent text editor is one of the most important programs on your computer. I use it for coding, for looking at the results of computations, and sometimes simply for taking notes. Since Windows still only comes with crappy Notepad, you need to find something else. Luckily, there’s Notepad++, a free text editor that I have used for many years now. It offers everything that you need in a text editor: line numbering, syntax highlighting, macros. It can deal with larger files, at it remembers all the files that you had opened when you close the program, even those unsaved notes you took in a temporary file. Highly recommended!
Vielleicht gefällt dir auch
I’ve previously written about parallelizing for loops in C/C++ and C#. This is possible in Python, too, and might even be more […]
I had a feeling that my new HP laptop was not giving full performance, especially in multi-core applications. To check whether my […]
One of the data types supported by QGIS are XYZ tiles, i.e. tiled image data in a Pseudo-Mercator projection. By default, QGIS […]
InfluxDB and Grafana are designed for storage and display of one-dimensional time series data. There is however an XY Chart option in […]