Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
Basil Digenes was born on 04/07/1353 in Byzantine Empire into the
family of Alexey Digenes, Maria Hyaleas and their other child. In
February of 1368 Basil left the family to live separately. On the day
of 21/06/1369, Basil married Sophia Laskaris. In April of 1371 the
family had a baby-boy who they named Alexander. In September of 1371
the family had a baby-boy who they named Alexander. In January of 1372
the family had a baby-girl who they named Anna. In August of 1373 the
family had a baby-boy who they named Leo. In February of 1374, Basil
broke up with his wife Sophia Laskaris. On 09/01/1400, Thursday, Basil
@kappa
kappa / gist:0556b230afe95ecec1f21bd4a6b38046
Created November 2, 2020 07:56
the satisfied vampyre
consequently a situated garden was subsiding a mob.
a room generally was standing the bound philosopher.
presently the singular mystery was sitting a baron.
a girl immediately was getting a renamed populace.
gradually the vulgar moon was burning the result.
a water willingly was glowing a painful time.
loudly a candid light was staggering the doctor.
a town carefully was looking the celebrated challenge.
nearly the certainly prisoner was hurting a shudder.
the mount musingly was saying a supposed pit.
Building wheels for collected packages: azure-cli, antlr4-python3-runtime, azure-batch, azure-cli-command-modules-nspkg, azure-cli-core, azure-cli-nspkg, azure-cosmos, azure-datalake-store, azure-functions-devops-build, azure-graphrbac, azure-keyvault, azure-mgmt-advisor, azure-mgmt-apimanagement, azure-mgmt-applicationinsights, azure-mgmt-appconfiguration, azure-mgmt-authorization, azure-mgmt-batch, azure-mgmt-batchai, azure-mgmt-billing, azure-mgmt-botservice, azure-mgmt-cdn, azure-mgmt-cognitiveservices, azure-mgmt-compute, azure-mgmt-consumption, azure-mgmt-containerinstance, azure-mgmt-containerregistry, azure-mgmt-containerservice, azure-mgmt-cosmosdb, azure-mgmt-datalake-analytics, azure-mgmt-datalake-store, azure-mgmt-datamigration, azure-mgmt-deploymentmanager, azure-mgmt-devtestlabs, azure-mgmt-dns, azure-mgmt-eventgrid, azure-mgmt-eventhub, azure-mgmt-hdinsight, azure-mgmt-imagebuilder, azure-mgmt-iotcentral, azure-mgmt-iothub, azure-mgmt-iothubprovisioningservices, azure-mgmt-keyvault, azure-mgmt-

Keybase proof

I hereby claim:

  • I am kappa on github.
  • I am kap (https://keybase.io/kap) on keybase.
  • I have a public key ASBHPzaa58xMbyncBDN1uJJZECcoKszdo1vC4rPX7Z0Qcwo

To claim this, I am signing this object:

@kappa
kappa / bench-entities.pl
Created February 23, 2010 12:39
Benchmark ways to encode HTML entities in Perl
#! /usr/bin/perl
use Modern::Perl;
use Benchmark qw/:all/;
use HTML::Entities;
my $big_text = "See, they call Los Angeles the \"City Of Angels\"; but I didn't find it to be that, exactly. But I'll allow it as there are s ome nice folks there. 'Course I ain't never been to London, and I ain't never seen France. And I ain't never seen no queen in her damned undies, so the feller says. But I'll tell you what - after seeing Los Angeles, and this here story I'm about to unfold, well, I guess I seen somethin' every bit as stupefyin' as you'd seen in any of them other places. And in English , too. So I can die with a smile on my face, without feelin' like the good Lord gypped me. Now this here story I'm about to unfold took place in the early '90s - just about the time of our conflict with Sad'm and the I-raqis. I only mention it be cause sometimes there's a man...";
my $small_text = "Jeffrey \"The Dude\" Lebowski";
my $text = $small_text;