All public logs

From Federal Burro of Information
Jump to navigationJump to search

Combined display of all available logs of Federal Burro of Information. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:43, 1 August 2022 David talk contribs created page List2json (Created page with "list2json.py <pre> #!/usr/bin/env python3 import json infilename = "infile.txt" dict = {} with open(infilename, 'r') as infile: for line in infile: a = line.split()...")