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
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/x86_64 5.4.43 Kernel Configuration | |
| # | |
| # | |
| # Compiler: gcc (Alpine 9.3.0) 9.3.0 | |
| # | |
| CONFIG_CC_IS_GCC=y | |
| CONFIG_GCC_VERSION=90300 |
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
| cp ngrok.service ~/.config/systemd/user/ | |
| cp ngrok.yml ~/.ngrok2/` | |
| systemctl --user enable ngrok | |
| sudo loginctl enable-linger debian |
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
| Deepankar Maithani | |
| 10:36 AM | |
| https://www.ti.com/lit/ds/symlink/cd4051b.pdf | |
| You | |
| 10:39 AM | |
| https://elinux.org/BeagleBoard/GSoC/2020_Projects/PRU_Bi-dir_bus | |
| Kumar Abhishek | |
| 10:41 AM | |
| https://www.kernel.org/doc/html/latest/driver-api/driver-model/bus.html | |
| You |
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
| #!/usr/bin/perl | |
| ############################################################################# | |
| # PixelOverlay-Countdown.pl - Scroll a Countdown across a matrix | |
| ############################################################################# | |
| # Set our library path to find the FPP Perl modules | |
| use lib "/opt/fpp/lib/perl/"; | |
| # Use the FPP Memory Map module to talk to the daemon | |
| use FPP::MemoryMap; |
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
| binutils:armhf cpp:armhf cpp-7:armhf gcc:armhf gcc-7:armhf gcc-7-multilib:armhf |
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
| //////////////////////////////////////// | |
| // bitflip.arm.c | |
| // Demo of shared memory | |
| // Usage: This takes the first word of SHARED_RAM and flips every other bit | |
| // over and over. | |
| // If /dev/uio0 doesn't exist, consider using | |
| // sudo ./bitflip.arm.out /dev/mem 0x4a300000 | |
| // Wiring: None | |
| // Setup: Run this on the ARM and run bitflip.pru0.c or bitflip.pru1.c on the PRU | |
| // See: |
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
| ----------------------------------------------------------- | |
| 2020-01-15T17:37:34.282Z Install : node-red-contrib-audio 1.0.2 | |
| 2020-01-15T17:37:34.337Z npm install --no-audit --no-update-notifier --save --save-prefix="~" --production node-red-contrib-audio@1.0.2 | |
| 2020-01-15T17:38:45.690Z [out] | |
| 2020-01-15T17:38:45.690Z [out] > lame@1.2.4 install /var/lib/node-red/.node-red/node_modules/lame | |
| 2020-01-15T17:38:45.690Z [out] > node-gyp rebuild | |
| 2020-01-15T17:38:45.690Z [out] | |
| 2020-01-15T17:39:35.874Z [out] make: Entering directory '/var/lib/node-red/.node-red/node_modules/lame/build' |
sudo apt install -y python3-dev python3-venv
python3 -m venv google-assist-env