I am a web app developer living in Seattle, Washington. I write books, build security, and compliance solutions, and work as a surrogate mother.
-
Lotte Harper
- Ballard, Seattle, Washington
-
01:33
(UTC -08:00) - https://lotteh.com
- yourlocalfemme
- @teamfemmebabe
- @daisymakeup
- https://glamgirlx.com
Pinned Loading
-
-
femmebabe-2024
femmebabe-2024 PublicAn open source copy of my comprehensive full stack progressive web app focused on machine learning, media, and marketing.
HTML
-
-
NFC Security for Django
NFC Security for Django 1{% extends 'base.html' %}
2{% block content %}
3<legend>NFC Verification</legend>
4<p>Place the NFC device near the back of the phone. <a href="{% url 'security:mrz' %}" title="Use MRZ instead">Use MRZ instead</a></p>
5<form action="{{ request.path }}{% if request.GET.generate %}?generate=t{% endif %}" id="nfc-form" method="POST" class="hide">
-
Full text search using Python, with ...
Full text search using Python, with autocorrection 1from feed.models import Post
2import regex, datetime
3from autocorrect import Speller
45SEARCH_REGEX = r'\s({})[\s.,!?:)\-&*\"\';]'
-
Detect albino birthmarks in skin in ...
Detect albino birthmarks in skin in order to pass to kabsch-umeyama algorithm 1import numpy as np
2import cv2
3from PIL import Image
45def get_image_contours(image_path):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.