I hereby claim:
- I am shane0 on github.
- I am shanenull (https://keybase.io/shanenull) on keybase.
- I have a public key whose fingerprint is 29FD 4F89 8070 F033 946A CBF9 BBEF BC59 C972 B92F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
$param = @{ | |
SmtpServer = 'smtp.gmail.com' | |
Port = 587 | |
UseSsl = $true | |
Credential = Get-Credential [email protected] | |
From = '[email protected]' | |
To = '[email protected]' | |
Subject = 'editme' | |
Body = "editme" | |
Attachments = c:\file.txt |
the | |
of | |
to | |
and | |
a | |
in | |
is | |
it | |
you | |
that |
aqueous | |
banlieue | |
bioaeration | |
bioaeronautics | |
euouae | |
gooier | |
guaiac | |
guaiacol | |
guaiacum | |
homoiousian |
tag views filtered by date, alpha, numeric
class SearchFlatsForm(Form): | |
"""search flat pages""" | |
searchterm = StringField('searchterm', | |
validators=[DataRequired(), | |
Length(min=3, max=30), | |
]) |
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
// 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. |
/* 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 |