Read PDF in Ruby

Posted on Jun 18, 2012 in Computer Science • Tagged with library, programming, package, PDF, Ruby

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

"pdf-reader" is a good Ruby libary for reading pdf document. You can install it via RubyGems using the following command.

sudo gem install pdf-reader

You have to …


Continue reading

Tips for Mathematica

Posted on Oct 29, 2013 in Computer Science • Tagged with tips, programming, Mathematica, Wolfram

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. Drawing tools, under a plot, click more, click drawing tools ...

  2. to export results of GraphicsRow, use the Export function mouse click seems not to work well even …


Continue reading

General Tips for Groovy

Posted on Jan 22, 2019 in Computer Science • Tagged with programming, Groovy, tips

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

brew install groovy

wajig …


Continue reading

rJava Failed to Load rJava.So

Posted on Aug 06, 2017 in Computer Science • Tagged with programming

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

rJava failed to load …


Continue reading

Install R Packages Behind Proxy on Windows

Posted on Jul 10, 2014 in Computer Science • Tagged with programming, R, Windows, install package, proxy

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

There are 3 ways to install R packages behind a proxy on Windows.

  1. Download packages and install them locally. This is generally speaking not recommended as it …


Continue reading

Install Jupyter-Scala for JupyterLab

Posted on Dec 10, 2016 in Computer Science • Tagged with programming, Scala, Jupyter, JupyterLab, jupyter-scala, kernel

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Note: Apache Toree is a better alternative than Jupyter Scala. It is suggested that you use Apache Toree instead of Jupyter Scala.

You can install Jupyter Scala …


Continue reading