Configure Terminal for PyCharm on Windows

Posted on Mar 05, 2019 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 on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement! **

I personally think it is better to develop …


Continue reading

Set Operations on Lines of Files

Posted on Jun 14, 2015 in Computer Science • Tagged with programming, set operations, file, lines, sort, uniq, comm, shell

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. **

It is suggested that …


Continue reading

Visualization Using Bokeh in Python

Posted on Jul 22, 2017 in Computer Science • Tagged with programming, Python, visualization, Bokeh, Bokeh server, 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. **

HoloViews and hvplot are …


Continue reading

Syntax of Teradata SQL

Posted on Oct 15, 2014 in Computer Science • Tagged with programming, Teradata SQL, syntax, style, error

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. **

Syntax

  1. Each Teradata SQL …


Continue reading

Tips on Teradata SQL

Posted on May 15, 2014 in Computer Science • Tagged with programming, tips, Teradata SQL, database

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. **


Continue reading

Connect to Teradata from the BeakerX SQL Kernel in JupyterLab

Posted on Apr 10, 2021 in Computer Science • Tagged with programming, Jupyter, JupyterLab, SQL, BeakerX

You can run the following magics in a cell to connect to Teradata from a BeakerX SQL kernel.

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

%classpath add jar /workdir/jars/teradata/tdgssconfig.jar
%classpath …

Continue reading