Debug Emacs Lisp with Edebug & Debug

Posted by:

Programming in Emacs Lisp – Debugging After using Emacs for over 4 years, I am still feeling like scratching the surface of the functionalities of this feature-laden editor. It is a text editor with so many extensions that can do almost anything you want with flexibility and customizability.

Debug utility allows one to inspect under the hood and to trace the changes of variable and functions. It is also the best way to learn the ...

Continue Reading →
1

Covid-19 data (USA) Interactive Display with R and Shiny Package

Posted by:

Preamble

Shiny is an R package that makes it easy to build interactive web apps from R. This is an example demonstrating the dynamic distribution of Covid-19 data in USA.

The data source used for this analysis is the 2019 Novel Coronavirus COVID-19 (2019-nCoV) Data Repository1 built the Center for Systems Science and Engineering, Johns Hopkins University (GitHub – CSSEGISandData/COVID-19: Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE). ...

Continue Reading →
0