- vim online
- host your own notes online with vim shortcuts (tiddlywiki codemirror plugin, codemirror vim plugin)
- lately I have been using the atreus keyboard
| @REM Tokenize current date. | |
| @for /f "tokens=1,2,3,4 delims=/ " %%a in ( 'date/t' ) do @set x=%%d | |
| @for /f "tokens=1,2,3,4 delims=/ " %%a in ( 'date/t' ) do @set m=%%b | |
| @for /f "tokens=1,2,3,4 delims=/ " %%a in ( 'date/t' ) do @set d=%%c | |
| @REM run today if no date passed | |
| @if "%3"=="" ( | |
| @set yyyymmdd=%x%%m%%d% | |
| ) else ( | |
| @set yyyymmdd=%3 |
‘Breathing in a long breath, I know I am breathing in a long breath.
Breathing out a long breath, I know I am breathing out a long breath.
‘Breathing in a short breath, I know I am breathing in a short breath.
Breathing out a short breath, I know I am breathing out a short breath.
‘Breathing in, I am aware of my whole body.
Breathing out, I am aware of my whole body.’
SQL tutorial: https://tutorial.techaltum.com/SQLServer.html
| celery -A beat beat -l debug |
| /* Copyright 2015-2017 Jack Humbert | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 2 of the License, or | |
| * (at your option) any later version. | |
| * | |
| * This program is distributed in the hope that it will be useful, | |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| // This is the canonical layout file for the Quantum project. If you want to add another keyboard, | |
| // this is the style you want to emulate. | |
| #include "planck.h" | |
| #ifdef BACKLIGHT_ENABLE | |
| #include "backlight.h" | |
| #endif | |
| // Each layer gets a name for readability, which is then used in the keymap matrix below. | |
| // The underscores don't mean anything - you can have a layer called STUFF or any other name. |
This is a simple comment system for flask-flatpages, appends a datetime stamp and your comment in the static file.
#todo: cleanup, redirect to same template and clean the template up
| class SearchFlatsForm(Form): | |
| """search flat pages""" | |
| searchterm = StringField('searchterm', | |
| validators=[DataRequired(), | |
| Length(min=3, max=30), | |
| ]) |
tag views filtered by date, alpha, numeric