Do they work in gists?
sequenceDiagram
autonumber
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
# 1 "locale.c" | |
# 1 "<built-in>" 1 | |
# 1 "<built-in>" 3 | |
# 466 "<built-in>" 3 | |
# 1 "<command line>" 1 | |
# 1 "<built-in>" 2 | |
# 1 "locale.c" 2 | |
# 330 "locale.c" | |
# 1 "./config.h" 1 | |
# 331 "locale.c" 2 |
# 1 "locale.c" | |
# 1 "<built-in>" 1 | |
# 1 "<built-in>" 3 | |
# 466 "<built-in>" 3 | |
# 1 "<command line>" 1 | |
# 1 "<built-in>" 2 | |
# 1 "locale.c" 2 | |
# 330 "locale.c" | |
# 1 "./config.h" 1 | |
# 331 "locale.c" 2 |
./vutil.c: 686: lc_numeric_standard now locked to depth 1 | |
./vutil.c: 686: lc_numeric_standard now unlocked | |
./vutil.c: 686: lc_numeric_standard now locked to depth 1 | |
./vutil.c: 686: lc_numeric_standard now unlocked | |
./vutil.c: 686: lc_numeric_standard now locked to depth 1 | |
./vutil.c: 686: lc_numeric_standard now unlocked | |
./vutil.c: 686: lc_numeric_standard now locked to depth 1 | |
./vutil.c: 686: lc_numeric_standard now unlocked | |
./vutil.c: 686: lc_numeric_standard now locked to depth 1 |
./vutil.c: 686: lc_numeric_standard now locked to depth 1 | |
./vutil.c: 686: lc_numeric_standard now unlocked | |
./vutil.c: 686: lc_numeric_standard now locked to depth 1 | |
./vutil.c: 686: lc_numeric_standard now unlocked | |
./vutil.c: 686: lc_numeric_standard now locked to depth 1 | |
./vutil.c: 686: lc_numeric_standard now unlocked | |
./vutil.c: 686: lc_numeric_standard now locked to depth 1 | |
./vutil.c: 686: lc_numeric_standard now unlocked | |
./vutil.c: 686: lc_numeric_standard now locked to depth 1 |
Full text of offer is: | |
--- | |
Get $40 off when you redeem 30,000 points. That's an extra $10! | |
1:23 PM to 11:59 PM Today only | |
Start Date: Sunday April 6th | |
End Date: Sunday April 6th | |
Good for: Almost anything in the store. Certain restrictions apply. This offer cannot be combined |
# vim: set ts=8 sts=2 sw=2 tw=100 et : | |
use strict; | |
use warnings; | |
use 5.020; | |
use experimental 'signatures'; | |
use Data::Dumper; | |
use List::Util 'pairs'; | |
use HTTP::Request; | |
use URI; |
use strict; | |
use warnings; | |
use feature 'say'; | |
use Text::CSV_XS; | |
use DBI; | |
# dump (the relevant bits of) device_validate entries in a db to a csv file, | |
# for later processing on live systems. | |
# to run in a triton instance, first do: |
Installing some database-related modules (such as DBD::Pg) under macos 10.13.x | |
(High Sierra) will be problematic because Apple is shipping a bad berkeley-db | |
with this OS. If you see installation issues mentioning DB_File, you've hit | |
this problem. | |
To fix, do these commands in a new shell, in the directory where you are | |
trying to do the module installation (so as to not pollute your existing | |
environment): | |
sudo port install db48 # you may have this already, e.g. via python27 |
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDym0FFd/irYDipkQzg3Q9qO+V4X/9d6km31qEb5ZuXsFINlKLNlPcRxQms4tlrrNph6Dx/eAcmAgy3fPMJfvfi+XI5sHTsDxFSAHSYtwJeoZ6gnFntsTzH/rLxcsIhnYH+Vs2JOTzXtN0FXKgUwcSePVul+NU4zeQBY1lIRzEkvD1xa4875RS+Z+6fWyf9lgiDDROx0lnNblpT1wI8R9dfNsTOuf0pomHAHFWsVwoLzOVtVjT7H91wroS3HSjhYMQ8f45eWfKJ8FKISsbFJV0pEy2is7NZSw+JvIYJk4U/DAceO1AD6Js7WlXTH080+Cq3kyN6gEOXdY03VTVYaTWHWJDPv+8bMuWUJk/N9jty/93MP3gVTdV0BJdscnwKsM9Qh5mwlEBsJCptrK7PFlQqxDlKNKqksEcYmrnk5DjovbUnhCR+mQzG/8GhxnA49O1yoWCdnokQgddzQnNPqGNu8j4hHx5DCQHubtEHDpyKhWPVI6zWolHC2CYHp+Q/jF3nZjrhSkI3suk4nfOxKt40zqmCdstfblorjW4qbyfe5tOJKUVIz1v43+Bo69nu8ypb6Ep20DXkEJNtLYwPcnFhuGnB9AzbMdW+J/eKynFNant6f9h3kqWJE9YcINI8D2vyrb8uezOxLjQLQJqrj/rMu1KZLgdXmyjSvHqWw6bNpw== [email protected] |