Skip to content

Instantly share code, notes, and snippets.

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

Maxim Belkin maxim-belkin

🐿️
  • Intel
  • Phoenix, AZ
  • 06:17 (UTC -07:00)
View GitHub Profile
@maxim-belkin
maxim-belkin / README.md
Last active May 22, 2016 10:24
X.Org Fonts

X.Org Fonts meta package has been installed.
Currently, the following packages are part of this meta package:

  font-util
  encodings
  font-adobe-100dpi
  font-adobe-75dpi
  font-adobe-utopia-100dpi
 font-adobe-utopia-75dpi
@maxim-belkin
maxim-belkin / README.md
Created May 22, 2016 10:44
X.Org Applications

X.Org Applications meta package has been installed.
Currently, the following packages are part of this meta package:

bdftopcf
iceauth
luit
mkfontdir
mkfontscale
sessreg
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index d6a35f8..2be379a 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -90,6 +90,12 @@ if ( APPLE AND (LIBCXX_CXX_ABI_LIBNAME STREQUAL "libcxxabi" OR
set(LIBCXX_LIBCPPABI_VERSION "2")
endif()
+ if (DEFINED LIBCXX_CXX_ABI_LIBRARY_PATH)
+ set(OSX_ABI_LIBRARY_PATH "${LIBCXX_CXX_ABI_LIBRARY_PATH}/libc++abi.dylib")
@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 / 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
linuxbrew/xorg/xorg (required dependencies)
β”œβ”€β”€ linuxbrew/xorg/xtrans
β”‚ β”œβ”€β”€ pkg-config
β”‚ └── gpatch
β”‚ └── xz
β”œβ”€β”€ linuxbrew/xorg/libx11
β”‚ β”œβ”€β”€ pkg-config
β”‚ β”œβ”€β”€ linuxbrew/xorg/util-macros
β”‚ β”œβ”€β”€ linuxbrew/xorg/xextproto
β”‚ β”‚ β”œβ”€β”€ pkg-config
@maxim-belkin
maxim-belkin / test-bottles.sh
Created May 22, 2018 16:07
Test Linuxbrew bottles
#!/bin/bash
cleanup () {
brew remove --force $(brew list) &>/dev/null
brew cleanup &>/dev/null
}
cleanup_int () {
trap 'echo "CTRL + C is disabled during cleanup"' INT
echo "initiating cleanup"
@maxim-belkin
maxim-belkin / # pypy - 2018-06-22_22-43-27.txt
Created June 23, 2018 13:54
pypy on 4.9.87-linuxkit-aufs - Homebrew build logs
Homebrew build logs for pypy on 4.9.87-linuxkit-aufs
Build date: 2018-06-22 22:43:27
@maxim-belkin
maxim-belkin / # pypy - 2018-06-23_14-17-41.txt
Created June 23, 2018 19:18
pypy on macOS 10.13.5 - Homebrew build logs
Homebrew build logs for pypy on macOS 10.13.5
Build date: 2018-06-23 14:17:41
@maxim-belkin
maxim-belkin / # pulseaudio - 2018-06-24_18-09-27.txt
Created June 24, 2018 18:09
pulseaudio on 4.9.87-linuxkit-aufs - Homebrew build logs
Homebrew build logs for pulseaudio on 4.9.87-linuxkit-aufs
Build date: 2018-06-24 18:09:27