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 gnuradio on macOS 13.3 | |
Build date: 2023-06-06 09:58:26 |
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 gnuradio on macOS 13.3 | |
Build date: 2023-06-06 09:40:32 |
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
rheyns /opt/homebrew/Library/Taps/homebrew/homebrew-core (master) % HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source gnuradio | |
==> Auto-updated Homebrew! | |
Updated 1 tap (homebrew/core). | |
==> Fetching dependencies for gnuradio: doxygen, pybind11, boost, libsodium, zeromq, cppzmq, gsl, berkeley-db, libsamplerate, aften, jack, libyaml, log4cpp, numpy, pygments, pyyaml, qwt-qt5, six, libusb, librtlsdr, soapysdr, soapyrtlsdr, fmt, spdlog, uhd, orc and volk | |
==> Fetching doxygen | |
==> Downloading https://ghcr.io/v2/homebrew/core/doxygen/manifests/1.9.7 | |
Already downloaded: /Users/rheyns/Library/Caches/Homebrew/downloads/2967902b2b884a8896f472ff154e86d29331c69cbdaa40804875f5838d335a12--doxygen-1.9.7.bottle_manifest.json | |
==> Downloading https://ghcr.io/v2/homebrew/core/doxygen/blobs/sha256:38c50ba54043e382d4cbf3934d509afba782679dc7cf31069f7196537b770ebf | |
Already downloaded: /Users/rheyns/Library/Caches/Homebrew/downloads/cae2626902e9853b48e856fbe5baa9d16ce48f3fa58076daaa13cbb9f68c9b87--doxygen--1.9.7.arm64_v |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" > | |
<title>Mouse Over Text Example</title> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?1.29.1"></script> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.geom.js?1.29.1"></script> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.layout.js?1.29.1"></script> | |
</head> | |
<body> |
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
"name","immediacy","importance","count" | |
"Food","0.75","1.0","5" | |
"Family","0.0","0.25","5" | |
"Women","0.75","0.25","8" | |
"Demining","0.75","0.6","9" | |
"Population","0.0","0.833333333333","7" | |
"Development","0.666666666667","0.6","8" | |
"Disarmament","0.5","0.5","4" | |
"Africa","0.0","0.666666666667","5" | |
"Ageing","0.5","0.6","7" |
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
// int [] = { 7, 0, 1, 3, 4, 0, 8, 0 }; | |
// int [] = { 0, 0, 0, 7, 1, 3, 4, 8 } | |
def move_up(arr, startidx, endidx): | |
for i in range(endidx-1, startidx-1, -1): # i [endidx, endidx-1, ... startidx] | |
arr[i+1], arr[i] = (arr[i], arr[i+1]) | |
input = [7, 0, 1, 3, 4, 0, 8, 0] | |
zeroidx = 0 |
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
al:~ rheyns$ brew --config | |
HOMEBREW_VERSION: 0.9 | |
HEAD: 03b4898bba52b6d18ee26cb6fbded1241a9db500 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit penryn | |
OS X: 10.6.8 | |
Kernel Architecture: i386 | |
Xcode: 4.1 | |
GCC-4.0: N/A |
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
al:~ rheyns$ brew --config | |
HOMEBREW_VERSION: 0.9 | |
HEAD: 03b4898bba52b6d18ee26cb6fbded1241a9db500 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit penryn | |
OS X: 10.6.8 | |
Kernel Architecture: i386 | |
Xcode: 4.1 | |
GCC-4.0: N/A |