This article describes a couple of useful plug-ins for the Atom code editor. In order to install the “minimap” and “file-icons” packages, you can follow the same package installation instructions that were used for the “data-atom” package found in this previous article: Atom: How to run MySQL queries in Atom using a package called Data Atom … Continue reading Atom: How to enable minimap and file-icons extensions
Month: June 2018
Python: How to use the logging module
Sending print statements to the console is very common in Python coding. It is simply a matter of using the key word print, followed by what you want printed to the screen. For example: # variables year = ‘2015’ xldate = 41000 pvid_list = [“19615056”, “15612770”, “15612771”] # print a raw string print “Print this … Continue reading Python: How to use the logging module
Windows Command Line: How to create a directory listing
This article details how to create a plain text directory listing on Windows, using the Windows command prompt. To open a Windows command prompt in Windows 10, simply type “cmd” in the Windows search bar. Once the Command Prompt is open, use the ‘cd’ command to change to the directory you want to get a … Continue reading Windows Command Line: How to create a directory listing
How to move WordPress to a new host
Once I got the new domain name bluegalaxy.info, I wanted to move my blog over to the new domain. It was previously hosted on my laptop with a local apache installation at: http://1uslchriston.ad.here.com:8080/blog On the new domain, I wanted to change the landing from “blog” to “codewalk”, and I also don’t need to use port … Continue reading How to move WordPress to a new host