In a flux template:
<f:debug>{_all}</f:debug>
#!/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:refresh
bin/console plug:in --activate NameOfThePlugin
bin/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
{"entry":{"media_type":"image","types":[],"disabled":false,"label":null,"content":{"type":"image\/jpeg","name":"product_image_new.jpg","base64EncodedData":"/9j/4AAQSkZJRgABAQEASABIAAD//gATQ3JlYXRlZCB3aXRoIEdJTVD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wgARCABkAGQDAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAAAAf/xAAWAQEBAQAAAAAAAAAAAAAAAAAABgj/2gAMAwEAAhADEAAAAYnp2TAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//xAAUEAEAAAAAAAAAAAAAAAAAAABw/9oACAEBAAEFAin/xAAUEQEAAAAAAAAAAAAAAAAAAABw/9oACAEDAQE/ASn/xAAUEQEAAAAAAAAAAAAAAAAAAABw/9oACAECAQE/ASn/xAAUEAEAAAAAAAAAAAAAAAAAAABw/9oACAEBAAY/Ain/xAAUEAEAAAAAAAAAAAAAAAAAAABw/9oACAEBAAE/ISn/2gAMAwEAAgADAAAAEEkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkl//xAAUEQEAAAAAAAAAAAAAAAAAAABw/9oACAEDAQE/ECn/xAAUEQEAAAAAAAAAAAAAAAAAAABw/9oACAECAQE/ECn/xAAUEAEAAAAAAAAAAAAA |