Explore >> Select a destination


You are here

davidgow.net
| | twomorecents.org
5.7 parsecs away

Travel
| |
| | github.com
5.2 parsecs away

Travel
| | A cross-platform, linkable library implementation of Git that you can use in your application. - libgit2/libgit2
| | mklimenko.github.io
6.6 parsecs away

Travel
| | In 2016, before moving to GitHub pages as a hosting platform for this blog, I wrote a little post about CI and automated builds for C++ projects as a synopsis for the week I spent at work with this task. Currently, we're modernizing the technological stack for one of our paramount product (neural network middleware for the NeuroMatrix processors called NMDL) and one of the tasks is to configure and maintain the continuous integration system. The modernizing process also involved integration and renovation of tools, projects, architecture VCS and various "best practices", I hope I'll compile it as a talk at some C++ conference.
| | jborza.com
53.5 parsecs away

Travel
| Continuing with the implementation of CHIP-8 in Verilog, I wanted to continue with the CPU module and get it to actually execute some instructions, so we'll build an instruction decoder, CPU states and a register file. As described in the previous part , we would like to: fetch instruction (2 bytes) from the memory into an 16-bit opcode register decode the instruction execute the instruction Other articles in the series: