Tips on Deno
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Add the following into the file .vscode/settings.json
under the root directory of your project.
{
"deno.enable": true,
}
References
https://mp.weixin.qq.com/s …
GPU Computing in Python
Upgrade Release of Ubuntu
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://help.ubuntu.com/community/EOLUpgrades
Data Structure and Libraries for Real-time Collaboration
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type
AI-based Code Completion Tools
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
TabNine
TabNine uses deep learning to help you write code faster. In paticular, jupyter-tabnine and TabNine VSCode are TabNine plugins for Jupyter Notebook (JupyterLab not support yet) and Visual Studio Code …