Author: Daniel Kirsch
Date: 2009-07-19
Ref: https://detexify.kirelabs.org/classify.html
I found this somewhere and decided to make a backup here in github Gists
Author: Daniel Kirsch
Date: 2009-07-19
Ref: https://detexify.kirelabs.org/classify.html
I found this somewhere and decided to make a backup here in github Gists
This file contains some central and important Machine Learning concepts.
"""Created: 2023-06-08 by @VictorieeMan | |
Repo URL: https://github.com/VictorieeMan/wordy_searchy_py | |
This script can help you with solving word puzzles. | |
Add a dictionary of words to the input.txt file, then run the script. | |
Recommended usage: | |
1. Get words from using the Merriam-Webster word Finder (https://www.merriam-webster.com/wordfinder) | |
2. Copy the words to the input.txt file | |
3. Run the script |
Error message when trying to install: https://pypi.org/project/secp256k1/
pip install secp256k1
into a virtual environment on a windows 10 system, date 2023-01-06. Looking for a solution to this problem, possible solution found below error message.
pip install secp256k1
Collecting secp256k1
This short guide will help you to try out nostr. The recommended way below will keep your private keys safe and let you test a twitter like client within the nostr eco-system.
Go to https://getalby.com/, get an account and install the extension. The Alby app will generate your private nostr key and keep it safe.
Try out using nostr over at: https://astral.ninja/
Thank you for your donation! | |
//VictorieeMan |
Can be played by using this webiste: https://abc.rectanglered.com/ | |
X:1 | |
T:Advanced Melody | |
M:4/4 | |
L:1/4 | |
K:G | |
"G" B2 | d2 d2 | B2 A2 | G4 | G2 B2 | d2 c2 | B2 G2 | A4 | | |
B2 | d2 d2 | e2 d2 | c4 | B2 d2 | c2 B2 | A2 G2 | F4 | | |
E2 | E2 E2 | E2 D2 | C4 | C2 E2 | E2 D2 | C2 A,2 | G,4 | |
import datetime | |
def current_time(format = "%Y-%m-%d_%H-%M-%S"): | |
"""Calculates current time and returns a timestamp string.""" | |
time = datetime.datetime.now() | |
timestamp = str(time.strftime(format)) | |
return timestamp |
This work by The Victoriee Man is licensed under CC BY 4.0