Skip to content

Instantly share code, notes, and snippets.

// https://www.youtube.com/watch?v=gpeFo8JHxuw&ab_channel=mathcodeprint
$fn=50;
CENTER_BEARING_SIZE=22;
ARM_DISTANCE=50;
WEIGHT_SIZE=6;
WEIGHT_FACES=6;
NUM_ARMS=3;
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
ebbd4e289e5939fe18c09c3c44fd0215a0db5112 - Update packages.json & build-matrix.html [4 hours ago] [ (HEAD -> master, upstream/master)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: neon
Description: KDE neon Developer Edition
Release: 16.04
Codename: xenial
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
/* file main.c
* author: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <syslog.h>
#include <signal.h>