Journal

2023-03-17

Vim's Compiler System for VLANG and Python

This note briefly describes how to compile in VIM a VLANG program and …

Tags:
  • Compiler
  • Vim compiler
  • Vim
  • Plugin
Journal

2023-03-13

Gdbmtool VLANG Wrapper, FZF, and VIM

Consider this vim9script for Windows OS shown in the tweet below, it displays the …

Tags:
  • Windows
  • Directory
  • Working directory
  • User
Journal

2023-02-20

VIM MSYS2/MINGW-64W Terminals

MSYS2/MINGW-64W terminals provide a Linux-like bash shell and a C compiler on Windows OS, as …

Tags:
  • Windows
  • Terminal buffer
  • Linux-like bash
Journal

2023-02-06

Python Shelve Module Extension

The Python standard library shelve module can create persistent (saved on binary files) Python dictionaries, similar …

Tags:
  • Myshelf
  • Python repl
  • Python
Journal

2023-01-06

Vim-TaskFalcon a VIM9SCRIPT Plugin for TaskFalcon

A typical TaskFalcon project is defined as a set of tasks and resources in …

Tags:
  • Yaml file
  • Yaml
  • Snippets
  • Taskfalcon yaml
Journal

2022-12-28

Jupyter Notebook Customization and PandasGUI

Jupyter notebooks custom.js and custom.css are the two entry points for persistently customizing …

Tags:
  • Notebook
  • Displayed
  • Pandas gui