This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for linuxbrew/xorg/libwacom on Ubuntu 16.04.6 LTS | |
| Build date: 2019-08-28 20:12:29 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for linuxbrew/extra/minikube on Ubuntu 16.04.6 LTS | |
| Build date: 2019-08-13 20:45:01 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for man-db on 4.9.125-linuxkit | |
| Build date: 2019-06-20 14:49:36 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for man-db on 4.9.125-linuxkit | |
| Build date: 2019-06-18 19:23:57 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for man-db on 4.9.125-linuxkit | |
| Build date: 2019-06-18 19:17:27 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for mysql on 4.9.125-linuxkit | |
| Build date: 2019-04-04 20:26:11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for r on 4.9.125-linuxkit | |
| Build date: 2018-12-30 23:13:10 |
NewerOlder