An open API service indexing awesome lists of open source software.

https://github.com/rmeli/til

Today I Learned
https://github.com/rmeli/til

Last synced: 2 months ago
JSON representation

Today I Learned

Awesome Lists containing this project

README

        

# TIL

Collection of useful notes.

* [Cheminformatics](#cheminformatics)
* [conda](#conda)
* [Git](#git)
* [GitHub](#github)
* [HPC](#HPC)
* [Installations](#installations)
* [Unix](#unix)
* [VSCode](#vscode)

## Cheminformatics

* [Conformers Generation with RDKit](cheminformatics/conformers-generation-rdkit.md)
* [GZipped Files with Open Babel](cheminformatics/gzipped-files-openbabel.md)

## conda

* [Move `.conda` Directory](conda/move-conda.md)

## Git

* [`git` commands](git/git-commands.md)
* [`git` and Jupyter Notebooks](git/git-jupyter-notebooks.md)

### GitHub

* [GitHub Secret Files](github/github-secret-files.md)

## HPC

### SLURM

* [`conda` with SLURM](HPC/SLURM/conda-slurm.md)

## Installations

* [MDAnalysis with OpenMP on macOS](installations/mda-omp-macos.md)
* [ZSH](installations/zsh.md)

## Unix

* [Kill Unresponsive Process](unix/kill-unresponsive-process.md)
* [Redirect Output to File](unix/redirect-output-to-file.md)
* [SSH Passwordless Access](unix/ssh-passwordless.md)
* [SSH Forced Password](unix/ssh-forced-password.md)
* [Sync Remote Folder](unix/sync-remote-folder.md)

## VSCode

* [Ope Window from Integrated Terminal](vscode/open-window-from-integrated-terminal.md)