Tips on Kmymoney

Posted on Oct 09, 2022 in Computer Science • Tagged with Computer Science, programming

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

Mint.com is much better alternative. It is suggest that you use mint.com instead.

KMyMoney and Woob

Notice that the development of Weboob is inactive.

https …


Continue reading

Use fselect to Find Files

Posted on Apr 05, 2021 in Computer Science • Tagged with Computer Science, programming, fselect, Rust, find, locate

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

It is suggested that you use Python (the pathlib module) instead of the fselect command to find files.

Tips and Traps

  1. is_* columns supporting comparing with 1, true and yes, etc.

  2. where name like '%.markdown'


Continue reading

Fastload in Teradata

Posted on May 22, 2020 in Computer Science • Tagged with Computer Science, SQL, Teradata, fastload, BTEQ, prepared statement

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

** Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement! **

Insert Multiple Rows

Teradata SQL does not support …


Continue reading

Understand and Avoid the No More Spool Space Issue in Teradata

Posted on Jun 22, 2020 in Computer Science • Tagged with Computer Science, Teradata, spool space, no more spool space, database, SQL

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

** Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement! **

Knowledge About Spool Space in Teradata

  1. Volatile Tables …

Continue reading

Use Spark With the BeakerX Scala Kernel

Posted on Apr 23, 2021 in Computer Science • Tagged with Computer Science, Spark, Scala, BeakerX, JupyterLab

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

  1. Open a JupyterLab notebook with the BeakerX Scala kernel from the launcher.

  2. Download Spark (say, 2.3.1) dependencies.

    %%classpath add mvn
    org.apache.spark spark-core_2 …

Continue reading