I hereby claim:
- I am gmacario on github.
- I am gmacario (https://keybase.io/gmacario) on keybase.
- I have a public key ASBbrkNQXDgtV2lpTbG9ZsIucxAczNdoxeYxRYldEft8HQo
To claim this, I am signing this object:
| # Borrowed from https://github.com/marimo-team/marimo/blob/main/docs/guides/working_with_data/plotting.md#altair | |
| @app.cell | |
| async def __(): | |
| import pandas as pd | |
| import pyodide | |
| import micropip | |
| import json | |
| await micropip.install('altair') | |
| import altair as alt |
I hereby claim:
To claim this, I am signing this object:
Speaker: Alexjan Carraturo
Plug: http://www.ledizioni.it/prodotto/a-carraturo-a-trentini-sistemi-embedded-teoria-pratica/ (disponibile anche con licenza Creative Commons, Google for it)
To show your active Git branch in your command prompt, you will need to do the following:
.bash_profile file..bashrc file.parse_git_branch() {| gmacario@ies-safelin01-ub16:~/linux-stable (master)*$ git log -1 | |
| commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4 | |
| Author: Linus Torvalds <[email protected]> | |
| Date: Sun Nov 12 10:46:13 2017 -0800 | |
| Linux 4.14 | |
| gmacario@ies-safelin01-ub16:~/linux-stable (master)*$ make coccicheck MODE=report COCCI=scripts/coccinelle/misc/array_size.cocci | |
| Please check for false positives in the output before submitting a patch. | |
| When using "patch" mode, carefully review the patch before submitting it. |
| #define RF_RESET 11 | |
| #define RF_DIO0 12 | |
| #define RF_SCK 13 | |
| #define RF_MISO 14 | |
| #define RF_MOSI 15 | |
| #define RF_NSEL 16 | |
| #define LED1 PIN_LED1 | |
| #define LED2 22 // |
| #!/bin/sh | |
| set -e | |
| echo "INFO: gm-sysinfo.sh" | |
| echo "" | |
| echo "INFO: Executing uname -a" | |
| uname -a | |
| echo "INFO: Executing id" | |
| id |
| #!/bin/sh | |
| docker exec -ti -u jenkins easyjenkins_build-yocto-slave_1 sh -c "cd /home/jenkins/workspace/build-gdp/gdp-src-build; ls downloads" | |
| docker exec -ti -u jenkins easyjenkins_build-yocto-slave_1 sh -c "cd /home/jenkins/workspace/build-gdp/gdp-src-build; ls tmp/deploy" | |
| docker exec -ti -u jenkins easyjenkins_build-yocto-slave_1 sh -c "cd /home/jenkins/workspace/build-gdp/gdp-src-build; ls tmp/deploy/images" | |
| docker exec easyjenkins_build-yocto-slave_1 \ | |
| sh -c "cd /home/jenkins/workspace/build-gdp/gdp-src-build; tar -czv downloads" \ | |
| > bk-gdp-src-build-downloads-$(date '+%Y%m%d-%H%M').tar.gz | |
Credits:
$ htop
Type '>' then select "CPU" to sort entries by CPU usage
| <?xml version='1.0' encoding='UTF-8'?> | |
| <project> | |
| <actions/> | |
| <description></description> | |
| <keepDependencies>false</keepDependencies> | |
| <properties/> | |
| <scm class="hudson.plugins.git.GitSCM" plugin="[email protected]"> | |
| <configVersion>2</configVersion> | |
| <userRemoteConfigs> | |
| <hudson.plugins.git.UserRemoteConfig> |