Title: Bitcoin Address Discovery Protocol over SMS
Author: Bouke Versteegh <[email protected]>
Status: Draft
Created: 2014-03-14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commands: | |
01_add_blackfire_repo: | |
command: "sudo yum install -y pygpgme && wget -O - 'http://packages.blackfire.io/fedora/blackfire.repo' | sudo tee /etc/yum.repos.d/blackfire.repo" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import spacy | |
from spacy.matcher import Matcher | |
Active = "Harry ate six shrimp at dinner.\ | |
Beautiful giraffes roam the savannah.\ | |
Sue changed the flat tire.\ | |
We are going to watch a movie tonight.\ | |
I ran the obstacle course in record time.\ | |
The crew paved the entire stretch of highway.\ | |
Mom read the novel in one day.\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- If you wish to keep your templates in a separate project, this is what the project file should contain, at least. --> | |
<!-- I'm using Dotnet 5 to be able to use the templates in Dotnet 5 and 6. --> | |
<Project Sdk="Microsoft.NET.Sdk.Razor"> | |
<PropertyGroup> | |
<TargetFramework>net5.0</TargetFramework> | |
<AddRazorSupportForMvc>true</AddRazorSupportForMvc> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5"/> |