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

Programming in Shell

Posted on Oct 22, 2020 in Computer Science • Tagged with Computer Science, Shell, Bash, programming, script

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


Bash Programming

Posted on Jun 23, 2020 in Computer Science • Tagged with Computer Science, bash, programming, shell

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

Fish Shell is preferred to Bash/Zsh. The following content is for Bash/Zsh only.

Environment Variables

export

unset

Tips and Traps

  1. explainshell.com is a great place for learning shell.

  2. Bash-it/bash-it is a great community driven Bash framework.


Continue reading