Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
OverLeaf
OverLeaf is an online LaTex editing and publishing.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Docker has a limit on maximum apt cache size on the host system. The issue can be fixed by running the following command.
docker image prune -f
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Where VS Code stores the list of open files?
Visual Studio Code: Auto-refresh file changes
https://github.com/cdr/code-server/discussions/2944#discussioncomment-516696
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
SikuliX is implemented in Java but binings for other programming languages are available. For example, sikulix4python and robotframework-sikulixlibrary are 2 Python bidings. sikulix4python is inactive at this time.
SikuliX IDE is …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
docker-compose
can be installed using the following command on Ubuntu.
wajig install docker-compose
And docker -compose can be installed using brew on macOS.
brew install docker-compose
version: '3'
services …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Transmission is the BEST cross-platform BitTorrent client. It is simple, clean and allows setting the uploading speed to zero (i.e., disable upload), which almost all other BitTorrent …