Category: pogramming tools

0

Adapting color-codes in Notepad++

  Notepad++ is among the most popular text editors for programming. It comes with pre-installed color-coding schemes for a wide range of programming languages. With some effort you can create your own color scheme,...

0

Git and Bitbucket

Version controle is considered an indispensable part of current programming practice. Git (the programme) and GitHub or Bitbucket (the repositories) are common tools to implement version controle and, no less important, facilitate a regular...