Skip to content

Instantly share code, notes, and snippets.

View n9iels's full-sized avatar

Niels van der Veer n9iels

View GitHub Profile
@n9iels
n9iels / vim-programming-cheatsheet.md
Last active May 3, 2025 19:02
VIM cheat sheet with the focus on common programming tasks

Common programming tasks

General

  • gg - start of file
  • G - end of file
  • ^ - start of line
  • $ - end of line
  • o - new line
@n9iels
n9iels / migrate-urls.php
Last active April 2, 2019 11:17
CLI script to recreate all urls in articles on a Joomla! website and create redirects for the old urls.
<?php
/**
* @package Joomla.Cli
*
* @copyright Copyright (C) 2018 Niels van der Veer. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
/**
* This is a CRON script which should be called from the command-line, not the