How to use autotools (automake, autoconf, aclocal, autoheader)
We go through how to to create a package to for a cross platform build script. Using the tools autoconf and automake to create Makefile to make and install your c program.
I’m trying to solve all the Advent of Code puzzles in this video series.
I was participating in a webinar with Zeev explaining the new implementation of PHP 7 and the improvements in memory management giving better performance. He pointed us to some blog posts, by Nikita Popov (@nikita_ppv), explaining improvements to the underlying structure of values, arrays, objects a.s.o. In this blog post I want to summaries some…
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into different looping concepts, what they are and when to use them.
We are in our new Linux environment and create some more packages. Check – To test C builds Gawk – To manipulate text diffutils – To check for changes findutils – To find files and directories GRUB – The boot manager
We use OpenCL to run workloads on GPU and try a simple blur filter.