Accessibility Analyser icon assets. See https://github.com/RaspberryPiFoundation/accessibility-analyser
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
| sudo apt-get update | |
| sudo apt-get install -y build-essential cmake libusb-1.0-0-dev pkg-config git-core libcurl4-openssl-dev libjpeg9-dev autoconf libxmlrpc-c++8-dev libfftw3-dev libfltk1.3-dev libsamplerate0-dev libssl-dev portaudio19-dev pavucontrol libpulse-dev mplayer2 | |
| cd ~/ | |
| git clone https://github.com/airspy/host.git | |
| cd host | |
| mkdir build | |
| cd build | |
| cmake ../ -DINSTALL_UDEV_RULES=ON | |
| make |
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
| echo "Closing Previous Processes..." | |
| killall mplayer | |
| killall alsa_out | |
| killall dl-fldigi | |
| killall mplayer | |
| ps ux > processes | |
| sleep 10 |
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
| import zbar | |
| import picamera | |
| import io | |
| width = 640 | |
| height = 480 | |
| raw_data = io.BytesIO() | |
| scanner = zbar.ImageScanner() | |
| scanner.parse_config('enable') |
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
| [1/98] Building CXX object src/common/CMakeFiles/common_module.dir/recentfiles.cpp.o | |
| [2/98] Building CXX object src/common/CMakeFiles/common_module.dir/systeminfo.cpp.o | |
| [3/98] Building CXX object src/common/CMakeFiles/common_module.dir/document.cpp.o | |
| FAILED: src/common/CMakeFiles/common_module.dir/document.cpp.o | |
| /usr/bin/c++ -DBS_DESKTOP -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_STRICT_QLIST_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -I/home/legojames/dev/brickstore-2023.8.1/src/common/common_module_autogen/include -I/home/legojames/dev/brickstore-2023.8.1/3rdparty -I/home/legojames/dev/brickstore-2023.8.1/src -I/home/legojames/dev/brickstore-2023.8.1/src/generated -I/home/legojames/dev/brickstore-2023.8.1/src/common -I/home/legojames/dev/brickstore-2023.8.1/_deps/qcoro-src |
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
| 0.0.0.0 youtube.com | |
| 0.0.0.0 www.youtube.com | |
| youtube.com | |
| www.youtube.com | |
| 0.0.0.0 *.youtube.com | |
| *.youtube.com |
OlderNewer