Skip to content

Instantly share code, notes, and snippets.

View Kamilcuk's full-sized avatar
😀

KamilCuk Kamilcuk

😀
View GitHub Profile
// https://stackoverflow.com/questions/59149018/finding-majority-of-boolean-array-using-only-4-elements-query#59149018
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <limits.h>
#include <stdbool.h>
#include <time.h>
#include <stdarg.h>
@Kamilcuk
Kamilcuk / example_template_getopt.sh
Created June 20, 2017 11:21
Template getopt bash util-linux
#/bin/bash
set -ueo pipefail
usage() {
cat <<EOF
Usage: $0 [option] arg...
$0 -h
Options:
-a, --aflag set a flag
@Kamilcuk
Kamilcuk / The MIT Expat License + Beerware License
Created May 16, 2017 17:32
The MIT Expat License + Beerware License
------------------- The MIT Expat License + Beerware License ----------------
Copyright (c) <year> Kamil Cukrowski
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: