Skip to content

Instantly share code, notes, and snippets.

View maxim-belkin's full-sized avatar
🐿️

Maxim Belkin maxim-belkin

🐿️
  • Intel
  • Phoenix, AZ
  • 03:39 (UTC -06:00)
View GitHub Profile
@maxim-belkin
maxim-belkin / ladspa.h
Created October 19, 2016 21:25
LADSPA (Linux Audio Developer's Simple Plugin API) header file
/* ladspa.h
Linux Audio Developer's Simple Plugin API Version 1.1[LGPL].
Copyright (C) 2000-2002 Richard W.E. Furse, Paul Barton-Davis,
Stefan Westerfeld.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of
the License, or (at your option) any later version.
@maxim-belkin
maxim-belkin / ubuntu-font-family.css
Created July 3, 2018 21:14
CSS for Ubuntu font
@font-face {
font-family: 'Ubuntu';
src: url('Ubuntu-R.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('Ubuntu-RI.ttf') format('truetype');
@maxim-belkin
maxim-belkin / # libwacom - 2019-08-28_20-12-29.txt
Created August 28, 2019 21:07
libwacom (linuxbrew/xorg/libwacom) on Ubuntu 16.04.6 LTS - Homebrew build logs
Homebrew build logs for linuxbrew/xorg/libwacom on Ubuntu 16.04.6 LTS
Build date: 2019-08-28 20:12:29
@maxim-belkin
maxim-belkin / # minikube - 2019-08-13_20-45-01.txt
Created August 13, 2019 20:45
minikube (linuxbrew/extra/minikube) on Ubuntu 16.04.6 LTS - Homebrew build logs
Homebrew build logs for linuxbrew/extra/minikube on Ubuntu 16.04.6 LTS
Build date: 2019-08-13 20:45:01
@maxim-belkin
maxim-belkin / # man-db - 2019-06-20_14-49-36.txt
Created June 20, 2019 14:50
man-db on 4.9.125-linuxkit - Homebrew build logs
Homebrew build logs for man-db on 4.9.125-linuxkit
Build date: 2019-06-20 14:49:36
@maxim-belkin
maxim-belkin / # man-db - 2019-06-18_19-23-57.txt
Created June 18, 2019 19:26
man-db on 4.9.125-linuxkit - Homebrew build logs
Homebrew build logs for man-db on 4.9.125-linuxkit
Build date: 2019-06-18 19:23:57
@maxim-belkin
maxim-belkin / # man-db - 2019-06-18_19-17-27.txt
Created June 18, 2019 19:21
man-db on 4.9.125-linuxkit - Homebrew build logs
Homebrew build logs for man-db on 4.9.125-linuxkit
Build date: 2019-06-18 19:17:27
@maxim-belkin
maxim-belkin / # mysql - 2019-04-04_20-26-11.txt
Created April 4, 2019 20:29
mysql on 4.9.125-linuxkit - Homebrew build logs
Homebrew build logs for mysql on 4.9.125-linuxkit
Build date: 2019-04-04 20:26:11
@maxim-belkin
maxim-belkin / standalone_linuxbrew.sh
Last active March 14, 2019 21:47
standalone linuxbrew
#!/bin/bash
# (Fun) fact: we are calling 'exit' many times throughout the script
# Consequence: we have to make sure that the script is NOT sourced
if [[ $(basename -- $0) != $(basename -- ${BASH_SOURCE[0]}) ]]; then
# echo "Please call this script as 'bash ${BASH_SOURCE[0]}'" >&2;
echo "Calling this script via bash"
bash "${BASH_SOURCE[0]}"
return 0;
fi
@maxim-belkin
maxim-belkin / # r - 2018-12-30_23-13-10.txt
Created December 30, 2018 23:27
r on 4.9.125-linuxkit - Homebrew build logs
Homebrew build logs for r on 4.9.125-linuxkit
Build date: 2018-12-30 23:13:10