https://github.com/rmeli/til
Today I Learned
https://github.com/rmeli/til
Last synced: 2 months ago
JSON representation
Today I Learned
- Host: GitHub
- URL: https://github.com/rmeli/til
- Owner: RMeli
- Created: 2020-04-21T09:04:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T16:16:12.000Z (3 months ago)
- Last Synced: 2025-03-21T17:28:31.389Z (3 months ago)
- Language: Shell
- Homepage: https://rmeli.github.io/TIL/
- Size: 627 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)