I hereby claim:
- I am PolBaladas on github.
- I am polbaladas (https://keybase.io/polbaladas) on keybase.
- I have a public key whose fingerprint is 58CF 19AF B0C5 37B7 D69E 4A23 C6E9 F098 37DE B74A
To claim this, I am signing this object:
| var const FERMAT_STD = String.raw` | |
| @macro "place" "placeThis" | |
| @macro "right of" "rightOf" | |
| @macro "right" "rightOf" | |
| @macro "below" "belowOf" | |
| @macro "below of" "belowOf" | |
| @macro "width of" "widthOf" | |
| @macro "width" "widthOf" | |
| @macro "height of" "heightOf" | |
| @macro "height" "heightOf" |
| @macro "place" "placeThis" | |
| @macro "right of" "rightOf" | |
| @macro "below" "belowOf" | |
| @macro "below of" "belowOf" | |
| // Hello world | |
| #include <iostream> | |
| using namespace std; | |
| int main() { | |
| cout << "Bon dia a tothom" << endl; | |
| } |
I hereby claim:
To claim this, I am signing this object:
(Task for GCI 2015-16) Year: 2015-16 This guide will show how to create a simple login page with Flask (a python microframework) and a sqlite3 database.
As we are creating a simple user login app we need to store 2 basic values in the database: the username and the password. In order to build the database we need to define a schema: