The RPi runs the Rust sensing server that receives and processes CSI data from all ESP32 nodes.
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
| brew install pandoc | |
| brew tap homebrew/cask | |
| brew install --cask basictex | |
| eval "$(/usr/libexec/path_helper)" | |
| # Update $PATH to include `/usr/local/texlive/2022basic/bin/universal-darwin` | |
| sudo tlmgr update --self | |
| sudo tlmgr install texliveonfly | |
| sudo tlmgr install xelatex | |
| sudo tlmgr install adjustbox | |
| sudo tlmgr install tcolorbox |
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
| resource "aws_api_gateway_rest_api" "myApi" { | |
| name = "myApi-${var.env}" | |
| description = "My awesome API (${var.env} environment)" | |
| } | |
| resource "aws_api_gateway_deployment" "myApi" { | |
| depends_on = [ | |
| "aws_api_gateway_integration.myApi_myEndpoint_post", | |
| "aws_api_gateway_integration_response.myApi_myEndpoint_post", | |
| "aws_api_gateway_integration_response.myApi_myEndpoint_post_400", |
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 | |
| function print_image() { | |
| printf "\033]" | |
| printf "1337;File=" | |
| echo -n "$1" | base64 -D | wc -c | awk '{printf "size=%d",$1}' | |
| printf ";inline=1:" | |
| echo -n "$1" | |
| printf "\a\n" | |
| } |
These instructions will guide you through the process of setting up a wildcard SSL for your local virtualhosts for offline development. Most importantly, this configuration will give you the happy, green lock in Chrome.
These instructions have only been tested on Mac OS Sierra using the pre-installed Apache and PHP versions. These instructions also assume you have virtualhosts set up locally already.
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
| <?php | |
| // src/remiii/UtilsBundle/Command/Assets/AssetsUpdateHeadersCommand.php | |
| namespace remiii\UtilsBundle\Command\Assets ; | |
| use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand ; | |
| use Symfony\Component\Console\Input\InputArgument ; | |
| use Symfony\Component\Console\Input\InputInterface ; | |
| use Symfony\Component\Console\Input\InputOption ; |
Display the daily meal of Mamacake (ie. https://www.facebook.com/MamaCake.Paris - MamaCake Paris - Restaurant sans gluten).
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
| <?php | |
| namespace remiii\UtilsBundle\Command\Assets ; | |
| use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand ; | |
| use Symfony\Component\Console\Input\InputArgument ; | |
| use Symfony\Component\Console\Input\InputInterface ; | |
| use Symfony\Component\Console\Input\InputOption ; | |
| use Symfony\Component\Console\Output\OutputInterface ; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This README give steps in order to use GitHub machine users... 😎 In case of a first GitHub setup please refer to GitHub set up article.
/home/myuser/.ssh/
|
+-- config
|
+-- myusermachinekey
NewerOlder
