Setup RPi Zero W as a kiosk
- write
Raspbian Liteimage to a SD card - enable ssh
touch /boot/ssh
- setup WiFi
config/services.yaml
parameters:
# Tweak these two values according to server hardware. It is recommended that server response doesn't take more than
# 1 second during "normal" login.
# Feel free to ignore the 1 second limit for important passwords (e.g. admin account), you would then have to create a
# dedicated encoder for admin users, with higher values for these two settings.
# See https://symfony.com/doc/current/security/named_encoders.html| {# | |
| time can be any string acceptable by http://www.php.net/strtotime, the | |
| template will output that time's month. | |
| If you don't want to pass in a date you can set time like this: | |
| {% set time = "now"|date("U") %} | |
| {% set time = "December 2012"|date("U") %} | |
| How ever you want to output items onto the calendar is a different issue, | |
| but I'd assume pushing everything into an array numerically indexed by that day: |
| javascript | |
| ES6ValidationInspection | |
| JSAccessibilityCheckInspection | |
| JSBitwiseOperatorUsageInspection | |
| JSCheckFunctionSignaturesInspection | |
| JSClosureCompilerSyntaxInspection | |
| JSCommentMatchesSignatureInspection | |
| JSComparisonWithNaNInspection | |
| JSConsecutiveCommasInArrayLiteralInspection |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project name="${projectName}" basedir="." default="build:main"> | |
| <!-- Properties --> | |
| <property name="dir.app" value="${project.basedir}/app" /> | |
| <property name="dir.src" value="${project.basedir}/src" /> | |
| <property name="dir.build" value="${project.basedir}/app/build" /> | |
| <property name="dir.docs" value="${dir.build}/docs" /> | |
| <property name="dir.docs.phpdoc" value="${dir.docs}/phpdoc" /> | |
| <property name="dir.docs.docblox" value="${dir.docs}/docblox" /> | |
| <property name="dir.reports" value="${dir.build}/logs" /> |
| /** | |
| * Checkbox alternative UI | |
| */ | |
| .switch-toggle { | |
| display: none; | |
| visibility: hidden; | |
| } | |
| .switch-content { |