https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
sequenceDiagram
participant dotcom
participant iframe
participant viewscreen
dotcom->>iframe: loads html w/ iframe url| 1. Download the latest development libraries from https://libsdl.org/download-2.0.php | |
| ***Extract the files and store them anywhere, I choose to store them in a library folder clode to my local repositories. | |
| ***We will call the path to this folder <sdl2> from now on in this text. | |
| 2. Open Visual Studio and create a new empty Visual C++ project. | |
| 3. Add "main.cpp" to your project "Source Files" folder | |
| 4. Setup the project for the compiler to include the libSDL2 library correclty: | |
| a) Within the Visual Studio Solution Explorer, right click the project and open it's properties. |
https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
sequenceDiagram
participant dotcom
participant iframe
participant viewscreen
dotcom->>iframe: loads html w/ iframe url| #! /usr/bin/env ruby | |
| require 'rss' | |
| require 'rss/2.0' | |
| require 'open-uri' | |
| require 'fileutils' | |
| require 'safe_yaml' | |
| url = 'https://odysee.com/$/rss/@Odysee:8' |
This work by The Victoriee Man is licensed under CC BY 4.0
| 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 |
| 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 | |
| Thank you for your donation! | |
| //VictorieeMan |
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/
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