All Blog Articles
-
How to Insert Custom Text with a Shortcut in PyCharm
Step-by-step instructions for how to insert custom text via a keyboard shortcut in PyCharm. First the custom text needs to be recorded, then assigned a shortcut
-
How to Hide Specific Files or Folders from Surround SCM
Ignore files or folders in Surround without having to change the server options.
-
How to Read Numeric Columns with read.xlsx2 in R
read.xlsx2 can guess the column types if you set the right parameter.
-
How to Delete Scatter Plot Points From a Figure in Matlab
Explains the functions needed to find and delete points or lines from a Matlab figure.
-
How to Create a Random UUID in Matlab
This post describes the code needed to create a random UUID in Matlab.
-
How Many Watts Does the Honeywell 50250 Air Purifier Use?
I measure the wattage of the Honeywell 50250 Air Purifier as its three speed levels (low, medium, and high).
-
List of All Starcraft 2 Heart of the Swarm Achievements
A complete list of all Campaign Achievements for Starcraft 2: Heart of the Swarm, sorted by Mission.
-
How to Convert a Folder of Images to JPEG in Photoshop
A tutorial on how to convert all images in a folder into JPEG images.
-
Fade In & Fade Out an Animated .GIF in Photoshop
A tutorial on how to add a fade in or fade out transition effect to two frames in an animated GIF using Photoshop.
-
Android Error Fix: Failed to convert @drawable/ into a drawable
Solution for the Eclipse error "Failed to convert @drawable/ into a drawable" for Android development.