PM2.5 ... ok nichts für Aerosole, da PM2.5 aus zu vielen Quellen kommt - aber damit ist #AirQuality jetzt mainstream
PM2.5 will not work for aerosols from lungs, as we can not separate them from dust and other aerosols
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Copyright (C) 2014 ADDY OSMANI <addyosmani.com> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION |
| # Change these variables as necessary. | |
| MAIN_PACKAGE_PATH := ./cmd/example | |
| BINARY_NAME := example | |
| # ==================================================================================== # | |
| # HELPERS | |
| # ==================================================================================== # | |
| ## help: print this help message | |
| .PHONY: help |
| # juggling_balls.py | |
| import random | |
| import turtle | |
| class Ball(turtle.Turtle): | |
| MAX_VELOCITY = 5 | |
| GRAVITY = 0.07 | |
| BAT_VELOCITY_CHANGE = 8 |
| # juggling_balls_game.py | |
| import turtle | |
| import time | |
| import random | |
| from juggling_balls import Ball | |
| # Game parameters | |
| WIDTH = 600 |
PM2.5 ... ok nichts für Aerosole, da PM2.5 aus zu vielen Quellen kommt - aber damit ist #AirQuality jetzt mainstream
PM2.5 will not work for aerosols from lungs, as we can not separate them from dust and other aerosols
| import pygame | |
| import random | |
| colors = [ | |
| (0, 0, 0), | |
| (120, 37, 179), | |
| (100, 179, 179), | |
| (80, 34, 22), | |
| (80, 134, 22), | |
| (180, 34, 22), |
Project: https://twitter.com/todbot/status/1584309138258993152
QTPY BFF LiPo (5 USD)
QT Py RP2040 (10 USD)
LiPo battery
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <style> | |
| /* |
An all-sky camera image classification method using cloud cover features:
Cloud Identification from All-sky Camera Data with Machine Learning