VB.Net Markup for your TiddlyWiki (and almost any other language!)
Need to add a language to the Highlight.js plugin on your tiddlywiki? Here’s how… Continue Reading
Need to add a language to the Highlight.js plugin on your tiddlywiki? Here’s how… Continue Reading
Would you rather put all of your dlls into a subfolder of the folder holding your main .exe file? here’s a very quick article showing you how! Continue Reading
There are a few ways to achieve the holy grail of multiple bitbucket accounts linked to the same pc whilst never having to use a password, depending on what you put into your config file (more on that shortly) with… Continue Reading
Outside of the given simple lifecycle of a feature branch git offers a lot more by way of information about commits and navigating between those commits and whilst you may use these commands less frequently they start to show you… Continue Reading
The bash terminal in linux (personally I’m using Ubuntu) is something that I’m falling in love with more and more over time, initially it was odd to have to type commands into a black box on the side of the… Continue Reading
Virtual machines are awesome, you can create and destroy entire pc setups, clone them, take snapshots, install software in a sandbox, all sorts of things. In learning python in a linux environment getting some VM software was a brilliant way… Continue Reading
Here are the git bash commands that you’ll need for a more typical feature branch development. Grab the repo firstly we want to grab the project from the remote repo into a local folder. navigate in the terminal to the… Continue Reading
Git is a tool long since used by developers to keep track of their code changes, it allows them to easily see when and what any particular change was and share those changes with remote repositories. I should’ve come to… Continue Reading
Notepad++ is brilliant in its infinite capacity for customisation, I recently found out that it can be taught to run VBScript files straight from the editor via keyboard shortcut – no more saving, navigating to the folder to run the… Continue Reading
Copying files from one place to another can be a pain when it needs to be done repeatedly, for example when a series of output files like letters or grabbing the latest test results, especially if you’ve got to fish… Continue Reading