$ sudo apt install guile-3.0
From the command line:
$ sudo apt install guile-3.0-doc
/dev/cdc-wdm1: Linux device node for a Qualcomm-based 4G/5G modem. Used to send commands to modem (See QMI).wwan0: Network interface on Linux for a cellular modem that uses 4G/5G.$ # Connect the dongle with the pin code already disabled
$ mmcli -L # List the connected modems. modem-code: number at the end
| #!/usr/bin/env python3 | |
| """ | |
| Python datetime: https://docs.python.org/3/library/datetime.html | |
| Numpy datetime: https://numpy.org/doc/stable/reference/arrays.datetime.html | |
| Pandas datetime: https://pandas.pydata.org/docs/user_guide/timeseries.html | |
| """ | |
| import argparse | |
| from pathlib import Path | |
| from datetime import datetime | |
| import calendar |
| set style fill solid 0.5; | |
| set xtics rotate | |
| set xlabel "Day"; | |
| set ylabel "MiB"; | |
| # data file passed as a command-line argument (variable ARG1) | |
| # 0: pseudo-column for indexes starting from zero = x-axis | |
| # 2: y-axis=2nd column in file | |
| # xticklabels(1): ticks on x-axis from 1st column in file | |
| plot ARG1 using 0:2:xticlabels(1) title "Daily data usage in MiB" with boxes; |
~/.config/GIMP/3.0/plug-ins.convert (from imagemagick) and img2pdf without the --imgsize option, produce pages of different sizes in the same pdf document.The dependent executable should appear before the libraries it depends on, as order is important (See 1).
All of them are similar to CMake but for Java/Kotlin:
An instrumentation tool for x86, Android..., that targets binary applications.