6 Matching Annotations
  1. Jan 2018
    1. This article quickly describes how we handled the transit of external-generated customers events toward our internal Kafka cluster and how we built a reliable failover system using Flume-NG.
  2. Dec 2017
    1. # perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for XML::Parser::Expat Writing Makefile for XML::Parser # make # make test

      build perl module without package manager

    1. FFmpeg itself is composed of several libraries that can be used individually, and outside of FFmpeg, for instance in integrating parts of FFmpeg into your own program.

      the guide to Intergrating FFmpeg

    1. Compile with pthreads and make sure to specify the number of threads you want to use with the -threads cmdline parameter

      FFMPEG multithreading to take the advantage of multi core cpu

    1. You can also have multiple users attach their clients to the same sessions, which is great for pair programming. If you were in the same session, you and the other person would see the same thing, share the same input, and the same active window and pane.

      tmux works well when pair programming