Put this in a file called pre-commit in .git/hooks/
#!/bin/sh
# To enable this hook, rename this file to "pre-commit".
git rev-list --count master > build_number
git add build_number
| # supports history search using up and down arrows | |
| # add this to your ~/.bashrc | |
| bind '"\e[A": history-search-backward' | |
| bind '"\e[B": history-search-forward' | |
| bind '"\eOA": history-search-backward' | |
| bind '"\eOB": history-search-forward' |
| Alternate DNS | |
| 198.101.242.72 | |
| 23.253.163.53 | |
| BlockAid Public DNS (or PeerDNS) | |
| 205.204.88.60 | |
| 178.21.23.150 | |
| Censurfridns | |
| 91.239.100.100 |
Put this in a file called pre-commit in .git/hooks/
#!/bin/sh
# To enable this hook, rename this file to "pre-commit".
git rev-list --count master > build_number
git add build_number
| [tool.poetry] | |
| name = "test" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Srinivas Gorur-Shandilya <code@srinivas.gs>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.12" |
| [tool.poetry] | |
| name = "ideas-python-utils" | |
| version = "23.1.31" | |
| description = "Python utilities for tools in IDEAS" | |
| authors = ["Srinivas Gorur-Shandilya <srinivas@inscopix.com>"] | |
| readme = "README.md" | |
| packages = [{include = "ideas"}] | |
| [tool.poetry.dependencies] | |
| python = ">=3.9,<3.12" |
A common problem in software development and research is the "do-something"-"save data" loop. Often we are saving structured data over and over again, and this document looks at the fastest way to do this.
I will not consider this because:
| Name | Platform | Notes |
|---|---|---|
| kilosort | MATLAB | + drift correction, GPU |
| mountainsort |