Sandeep Dhakal
Posts
Notebooks
About Me
Categories
All
(6)
agent-based-modelling
(1)
conda
(1)
git
(1)
go
(2)
mamba
(1)
markdown
(1)
pandoc
(1)
python
(1)
vim
(2)
Posts
Converting long DOIs to short DOIs
When writing a paper recently, I came across the shortDOI service that creates short aliases for long DOIs. For example, instead of a long DOI like
10.1016/j.virusres.2019.19…
Dec 13, 2024
3 min
Running agent-based model simulations on the browser with Go
I’ve been thinking about sharing interactive examples of some agent-based models for a while. And I had always thought of putting the code behind a running Python kernel…
Nov 1, 2024
8 min
Using mamba solver with conda
How to use the mamba solver with conda without installing mamba
Apr 24, 2024
1 min
Amend last git commit
If we forget to include some file(s) with a git commit, or want to change the commit message, the
git commit --amend
is a convenient method.
Apr 18, 2024
1 min
Formatting markdown tables
We can easily format a markdown table in vim using pandoc. Starting with the below table
Mar 28, 2024
3 min
Moving matching lines to end of file in vim
In vim, we can move all matching lines to the end of the file using the global command (g).
Mar 27, 2024
1 min
No matching items