Automatically add width and height attributes to image tag
Python script to add size tags width and height to an image
Python script to add size tags width and height to an image
After a few years using Gentoo and upgrading each new kernel version manually, I decided to automate the process, here is how.
Automatically clean LaTeX temp files and show the updated PDF
Standard Scala does not have a built-in feature to write to files, here is an approach to do it.
What is the Idiomatic way of iterate through multiple collections in scala?
By default, nofree code does not ship with the default OpenCv installation, learn how to install nonfree code
This example shows how to customize the summary text in an Android preference Activity
In GNU/Linux, Locate command is useful to find files in the file system by querying a database. Here is how to use with regular expressions.
Trying to fit a Linear Regression model in Spark I kept getting the error “`Column features must be of type org.apache.spark.ml.linalg.VectorUDT`”, I struggled looking for a solution, but finally found the key.
Little guide on how to remove slotted packages in Gentoo
Quilt Tool allow us to easily manage multiple patchs in a program
Learn how to parse and modify frontmatter content with Python-Frontmatter