sopticek

Categories

  • Programming
  • Vim

Tags

Cython email plugin programming Python Vim Vimscript

Archives

  • June 2017
  • May 2017
  • September 2016
  • July 2016

RSS

  • Posts
    RSS
  • Comments
    RSS

Month: July 2016

Implementing a Symmetric Matrix in Python

By sopticek in Programming July 24, 2016 0 Comment

In computer science, symmetric matrices can be utilized to store distances between objects or represent as adjacency matrices for undirected graphs. The main advantage of using a symmetric matrix in comparison with a classic matrix lies in smaller memory requirements. In this post, a Python implementation of such a matrix is described.
Read More

Tags: programmingPython

Inserting References Into Emails In Vim

By sopticek in Vim July 9, 2016 0 Comment

In this post, I would like to present vim-mail-refs, a new Vim plugin that I wrote. It automatically inserts URL references into emails.
Read More

Tags: emailpluginPythonVimVimscript
Copyright © 2025 Daniela Ďuričeková | Powered by WordPress & Customized DW Minion Theme