I hereby claim:
- I am efe on github.
- I am efe (https://keybase.io/efe) on keybase.
- I have a public key ASDJlP-JOh7ot5oFiePUrpIqSRfi5JR4Sawr_KIuoW7pAAo
To claim this, I am signing this object:
| # yourproject/app/management/commands/squawk_migrations.py | |
| from __future__ import annotations | |
| import sys | |
| import shlex | |
| import subprocess | |
| from io import StringIO | |
| from typing import List, Tuple | |
| from django.core.management import BaseCommand, call_command, CommandError |
| { | |
| "application-transaction": { | |
| "accounts": [], | |
| "application-args": [ | |
| "Ym9vdHN0cmFw", | |
| "AAAAAAAAAAc=", | |
| "AAAAAAAAAAA=" | |
| ], | |
| "application-id": 31, | |
| "foreign-apps": [], |
| STREET_TYPE_ABBEY = 'ABBEY' | |
| STREET_TYPE_FARM = 'FARM' | |
| STREET_TYPE_PINES = 'PINES' | |
| STREET_TYPE_ACRES = 'ACRES' | |
| STREET_TYPE_FIELD = 'FIELD' | |
| STREET_TYPE_PL = 'PL' | |
| STREET_TYPE_ALLEE = 'ALLEE' | |
| STREET_TYPE_FOREST = 'FOREST' | |
| STREET_TYPE_PLACE = 'PLACE' | |
| STREET_TYPE_ALLEY = 'ALLEY' |
| import time | |
| import requests | |
| API_TOKEN = 'PUT YOUR TOKEN HERE' | |
| HEADERS = {"X-Auth-Token": API_TOKEN} | |
| class Person(): | |
| def __init__(self, tinder_id, name, birth_date, bio, photo_url): | |
| self.tinder_id = tinder_id | |
| self.name = name |
| // CONFIGURATIONS | |
| const int digital_pin_of_servo = 9; | |
| const int servo_idle_state_degree = 90; | |
| const int servo_active_state_degree = 70; | |
| #include <DS3231.h> | |
| #include <Servo.h> | |
| // initialize the real time clock object. | |
| DS3231 rtc(SDA, SCL); |
I hereby claim:
To claim this, I am signing this object: