Even though some microcontrollers have a lot of GPIOs, sometimes one may find himself/herself in the need of even more. The MCP23017 is made for that purpose. In the previous post we learned how to setup a project to program…
Category: HowTo
20×4 LCD controlled by PIC16F18855/75 using LCM1602 IIC/I2C
We’ve already done some projects with Rasperry Pi. While Adruino and Raspberry Pi are great prototyping tools allowing fast development of proof of concepts, lot of resources, libraries and examples, it also comes with some pitfalls. In case of Raspberry…
Deployment (Nuklear) Football
Goal/Use case Let’s build a kind of a bigger gadget to deploy applications. This Deployment Football (Suitcase) will configure our monitor application, which then will be able to perform different tasks, e.g. deployment of a software by triggering Jenkins, Bamboo…
Automatically add index with glossary entries in LaTeX documents
Using the LaTeX glossary package with the index package needs to write two commands to get a term to appear in both, the index list and the glossary. A simple hack may add indexes automatically when using a glossary command.
LaTeX TikZ BPMN 2.0 Gateways
LaTex package for drawing Business Process Model and Notation (BPMN) 2.0 gateways.
LaTeX TikZ BPMN 2.0 Events
LaTeX package for drawing Business Process Model and Notation (BPMN) 2.0 events.
LDAP authentication for Gitolite
On my server I have an LDAP directory where all the users are stored. To use this for user authentication for GIT using Gitolite you will need 3 things…