In a flux template:
<f:debug>{_all}</f:debug>
| 2025-06-24T21:22:13.1456300Z Current runner version: '2.325.0' | |
| 2025-06-24T21:22:13.1480007Z ##[group]Runner Image Provisioner | |
| 2025-06-24T21:22:13.1480919Z Hosted Compute Agent | |
| 2025-06-24T21:22:13.1481562Z Version: 20250620.352 | |
| 2025-06-24T21:22:13.1482210Z Commit: f262f3aba23b10ea191b2a62bdee1ca4c3d344da | |
| 2025-06-24T21:22:13.1482907Z Build Date: 2025-06-20T19:27:17Z | |
| 2025-06-24T21:22:13.1483541Z ##[endgroup] | |
| 2025-06-24T21:22:13.1484116Z ##[group]Operating System | |
| 2025-06-24T21:22:13.1484647Z Ubuntu | |
| 2025-06-24T21:22:13.1485179Z 24.04.2 |
| #!/usr/bin/php | |
| <?php | |
| /** | |
| * Usage: | |
| * 1. Save the file undere "download-fonts.php" | |
| * 2. Call it with a google fonts css url as the first parameter like this: "download-fonts.php https://fonts.googleapis.com/css2?family=Amiri:ital@0;1&display=swap" | |
| * 3. It will save all fonts to a newly created fonts folder and output the parsed css file with corrected paths. You can adjust the $fontsFilePrefix variable to change the prefix of the font file in the generated css. | |
| */ |
composer require name/of-the-plugin to make shopware recognize itbin/console plugin:refreshbin/console plug:in --activate NameOfThePluginbin/console ca:c| /*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */ | |
| /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ | |
| @-webkit-keyframes spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}@-webkit-keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}*, |
| { config, pkgs, ... }: | |
| let | |
| master = import (builtins.fetchGit https://github.com/nixos/nixpkgs) { | |
| config = config.nixpkgs.config; | |
| }; | |
| in { | |
| nixpkgs.config = { | |
| # Unfree enable |
| #!/bin/bash | |
| logfile="sensors.log" | |
| while true; do | |
| date >> $logfile | |
| sensors >> $logfile | |
| echo "--------------" >> $logfile | |
| sleep 10s | |
| done |
| select ROUND(SUM(base_grand_total), 2) total, | |
| ROUND(AVG(base_grand_total), 2) average, | |
| count(*), | |
| DATE(created_at) dt | |
| from sales_order | |
| where created_at > '2020-01-01 00:00:00' | |
| GROUP BY dt | |
| order by dt; |
Open Source is Insufficient to Solve Trust Problems in Hardware Freitag, 27. Dezember 2019 11:30, Clarke
https://fahrplan.events.ccc.de/congress/2019/Fahrplan/events/10690.html
What's left for private messaging? Freitag, 27. Dezember 2019 12:50, Ada