Skip to content

Instantly share code, notes, and snippets.

@rheyns
rheyns / # gnuradio - 2023-06-06_09-58-26.txt
Created June 6, 2023 16:58
gnuradio on macOS 13.3 - Homebrew build logs
Homebrew build logs for gnuradio on macOS 13.3
Build date: 2023-06-06 09:58:26
@rheyns
rheyns / # gnuradio - 2023-06-06_09-40-32.txt
Created June 6, 2023 16:47
gnuradio on macOS 13.3 - Homebrew build logs
Homebrew build logs for gnuradio on macOS 13.3
Build date: 2023-06-06 09:40:32
@rheyns
rheyns / brew-install-gnuradio-no-codec2.txt
Created June 6, 2023 05:34
gnuradio installation, without codec2
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
@rheyns
rheyns / index.html
Created December 6, 2012 05:22 — forked from anonymous/index.html
Mouse Over Text Example
<!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>
"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"
// 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
@rheyns
rheyns / brew --config
Created April 18, 2012 23:42
Output log files for attempt at 64-bit Octave compilation.
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
@rheyns
rheyns / brew --config
Created April 18, 2012 07:14
Output log files for attempt at 64-bit Octave compilation.
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