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
Journal

2022-12-16

PYTHON-DENO-VLANG WIN32 API Message Box

Windows OS provides a C API for graphical elements in its user's interface (WIN32API) which …

Tags:
  • Message box
  • Api
  • Windows
  • Ctypes library
Journal

2022-12-08

Getting Data from a Remote Server to the Command Line in C (Libcurl)

LibCurl is the free C library that …

Tags:
  • Libcurl
  • Standard output
  • Curl
  • Csv