Links I find useful:

CDS's Portal.

Code for finding what constellation your object is in. Original code by Nancy Roman (1987), updated for J2000 coordinates http://djm.cc/constellation.html.

Annotation in R with expression.

R color palette

Link to Gaia DR2 form on VizieR.

The arXiv sanity preserver.

Object visibility STARALT.

IRTF spectral library

JPL molecular spectroscopic database

Flexible curve fitting tool

PhotoDissociation Region Toolbox

Radio astronomy temperature summary

Spectral libraries:
* Compilation by VOSA
* Kesseli+2017 BOSS library
* X-Shooter library
* Ca II triplet library

Use latexpand to strip comments from a LaTeX document.
latexpand --keep-includes main.tex > main-nocomments.tex

To do the inverse and save all comments to a file.
perl -ne 'if (/(^|[^\\])(\\\\)*(%.*)$/) { print "$3\n" }' main.tex > main-comments.tex

Energy conversions