You are here |
www.andreasvoegele.com | ||
| | | |
www.synesthesia.co.uk
|
|
| | | | "MTCodeBeautifier":https://voisen.org/archives/projects/000239.php MTCodeBeautifier is a plugin for Movable Type that provides syntax highlighting and code beautification (indenting, etc.) on input for a variety of programming languages. | |
| | | |
willhaley.com
|
|
| | | | Clone concourse-docker locally on Ubuntu. git clone https://github.com/concourse/concourse-docker Change to the concourse-docker directory. cd concourse-docker Generate keys for your local linux Concourse environment. ./generate-keys.sh Run Concourse. If you see an error regarding Version in "./docker-compose.yml" is unsupported then edit docker-compose.yml and change the version to 2, or whatever is appropriate for your docker-compose version installed. Note that I am using the real IP address for my machine. This is necessary. Also, note the credentials being set here. | |
| | | |
codeinthehole.com
|
|
| | | | A reference of how I have things configured. | |
| | | |
ncona.com
|
|
| | In my previous post, Getting Started With Arduino UNO R4, I showed how we can upload a sketch into an Arduino board. In this article, we are going to do the same, but this time using the Arduino CLI. Why Arduino CLI? I personally, use neovim for coding, which makes it a necessity for me to be able to compile and upload my code from my terminal. If you prefer the IDE, this article might not be for you, but, understanding the CLI could be useful in the future to automate repetitive tasks or run things in a... |