https://esolangs.org/wiki/Thue-Mirr
usage: thue-mirr.py [-h] [--debug] [--char] [--num NUM] file
Thue-Mirr https://esolangs.org/wiki/Thue-Mirr Interpreter v1.0 by Salpynx. 2019 CC0
positional arguments:
file source file to process
| #!/usr/bin/python | |
| from olclient.openlibrary import OpenLibrary | |
| from olclient.utils import merge_unique_lists | |
| from unicodedata import normalize | |
| import sys | |
| import time | |
| def fix_ufe21(txt): | |
| if u'\u0361' in txt: |
| from olclient.openlibrary import OpenLibrary | |
| ol = OpenLibrary() | |
| def move_editions(editions, master): | |
| """Sets a list of <editions> to a new master work ID using the Open Library Client. | |
| Copies across extra author data from editions to master, if not already present. | |
| Example: | |
| move_editions(['OL8306567M','OL16682544M'], 'OL4005510W') | |
| """ |
| #!/usr/bin/python | |
| # coding: utf-8 | |
| from olclient.openlibrary import OpenLibrary | |
| from datetime import datetime | |
| import random | |
| import time | |
| # script to take an OL Author search and incrementally update the solr index | |
| def author_search(ol, term, offset=0, limit=100): |
| from olclient.openlibrary import OpenLibrary | |
| ol = OpenLibrary() | |
| import re | |
| # These functions are to safely test, without adding any new items, how the OL add book endpoint behaves | |
| # with different inputs. | |
| # Scrapes the OL response page for the add book result: | |
| # Probably not production worthy! ;) |
| #!/bin/bash | |
| # Brainfoctal interpreter. | |
| # REQUIREMENTS: | |
| # python3 to convert | |
| # bff4, http://mazonka.com/brainf/bff4.c to interpret, | |
| # $BFI should point to the compiled interpreter | |
| # USAGE: | |
| # ./bf8 <bf8 Gödel number in dec|oct|hex|bin> <input data> | |
| # EX. | |
| # ./bf8 0o6565 Hi |
| #!/usr/bin/env python3 | |
| import re | |
| import subprocess | |
| """ | |
| This is a ridiculous interpreter for the joke esoteric programming language APLBAONWSJAS | |
| see https://esolangs.org/wiki/APLBAONWSJAS for details. | |
| !!!WARNING!!! this takes user input and runs it without checking as system commands, | |
| this could have unintended consequences, and what you type could make changes to your |
| # shutdown.py script to be at | |
| /home/pi/scripts/shutdown.py | |
| # Copy the unit file to | |
| /lib/systemd/system/pi_shutdown.service | |
| # ensure permissions are correct | |
| sudo chmod 644 /lib/systemd/system/pi_shutdown.service | |
| # To enable the service: |
https://esolangs.org/wiki/Thue-Mirr
usage: thue-mirr.py [-h] [--debug] [--char] [--num NUM] file
Thue-Mirr https://esolangs.org/wiki/Thue-Mirr Interpreter v1.0 by Salpynx. 2019 CC0
positional arguments:
file source file to process
| -1c | |
| a72 1c 3c | |
| a29 -1c -3c | |
| a7 1c c-2 2c2 1c | |
| a3 -1c 8c8 | |
| a-67 -8c-8 -3c | |
| a-12 1c 3c | |
| a55 -1c -3c | |
| a24 1c 3c | |
| a3 -1c -3c |