I created the following file:
% msx() { printf '10 ? "HELLO"\r\n20 GOTO 10\r\n\x1a' >! msx.bas }
% msx
% cat -v msx.bas
10 ? "HELLO"^M
20 GOTO 10^M
^Z
| [~]% ./GVim-v9.0.0813.glibc2.15-x86_64.AppImage | |
| (gvim:16126): GdkPixbuf-WARNING **: 19:37:48.517: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory | |
| This likely means that your installation is broken. | |
| Try running the command | |
| gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache | |
| to make things work again for the time being. | |
| (gvim:16126): GdkPixbuf-WARNING **: 19:37:48.687: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory |
I created the following file:
% msx() { printf '10 ? "HELLO"\r\n20 GOTO 10\r\n\x1a' >! msx.bas }
% msx
% cat -v msx.bas
10 ? "HELLO"^M
20 GOTO 10^M
^Z
| def <SID>wordcount(): string | |
| var cursor = getcurpos() | |
| var current_word = 0 | |
| var word_count = 0 | |
| var lnum = 1 | |
| for line in getline(1, '$') | |
| # We're at the line the cursor is on, get the current word. | |
| if lnum == cursor[1] | |
| # Start with the number of words already counted. |
| #!/bin/sh | |
| set -u | |
| if [ "$(id -u)" = "0" ]; then | |
| echo "You really don't need to run this as root." | |
| exit 1 | |
| fi | |
| if [ "$(lsb_release -cs)" != "void" ]; then | |
| echo "This doesn't look like a Void Linux system?" |
| 17 maart 2021 | |
| Rechts 65 | |
| VVD 34 | |
| PVV 17 | |
| FvD 8 | |
| JA21 3 | |
| SGP 3 | |
| Links 41 | |
| SP 9 |
| ==> ./nanode-1gb/psql-10M-1k/30 <== | |
| https://gcbench.arp242.net?period-end=2021-03-24&period-start=2021-02-27 | |
| Summary: | |
| Total: 200.1808 secs | |
| Slowest: 0.0000 secs | |
| Fastest: 0.0000 secs | |
| Average: NaN secs | |
| Requests/sec: 0.0500 | |
| 282,220 commits by 453 authors from Jul 1992 to Oct 2020 | |
| 26,159 9% Oct 1994–Oct 2020 christos <[email protected]> | |
| 12,844 5% Jun 1995–Oct 2020 thorpej <[email protected]> | |
| 10,036 4% Jan 2000–Oct 2020 wiz <[email protected]> | |
| 8,786 3% Apr 1993–Mar 2005 mycroft <[email protected]> | |
| 7,896 3% Jul 1992–Oct 2020 mrg <[email protected]> | |
| 7,286 3% Jul 1997–Nov 2017 matt <[email protected]> | |
| 6,405 2% Mar 1993–Mar 2005 cgd <[email protected]> | |
| 6,283 2% Dec 1999–May 2016 pooka <[email protected]> |
| #!/usr/bin/env python3 | |
| # | |
| # Convert Vim help files to Markdown. | |
| # | |
| # No copyright; do what you will with this. | |
| import sys, pprint, re, argparse, subprocess, urllib.parse | |
| def parse_first_line(line): | |
| # *usr_23.txt* For Vim version 8.0. Last change: 2006 Apr 24 |
| do | |
| $do$ | |
| begin | |
| for i in 1..100 loop | |
| update hit_stats hs_outer | |
| set title=(select title from hit_stats where hit_stats.site=hs_outer.site and hit_stats.path=hs_outer.path order by hit_stats.day desc limit 1) | |
| where title='' and site=i; | |
| perform pg_sleep(5); | |
| end loop; | |
| end |
| Verifying my Blockstack ID is secured with the address 16MzJsRcufbi26TgxBiRgyfNQLH7NK85nQ https://explorer.blockstack.org/address/16MzJsRcufbi26TgxBiRgyfNQLH7NK85nQ |