tested on Fedora 32 with bash 5.0.17 and curl 7.69.1
- Clone this gist
git clone https://gist.github.com/d76bd27fbc4b8ab6d683822cdf61f81d.git bash-refine
| <?php | |
| // TODO | |
| // | |
| // Change dc:subject to tags as with OpenLearn | |
| // Add notes at top of each output file | |
| // Add namespaces at top of each output file | |
| // Add Table of Contents? | |
| $books = ""; | |
| $serials = ""; |
| #!/bin/sh | |
| gunzip -c viaf-20191104-links.txt.gz | perl viaf-links-count.pl > viaf-links-count-201911.txt |
| #!/usr/bin/env python | |
| # Get all the database objects and permissions. | |
| # Can be used after running snowflake_roles.py to create the required roles | |
| # 2018-10-23 jfrink added ddl for roles, modified connection parameters | |
| # 2019-01-15 jfrink added Roles and permissions report by object. | |
| # 2019-03-07 jfrink added extract script to create a dump of all the tables to a stage | |
| # and also the corresponding script to load all the data. | |
| # Converted show tables over to using information schema for cases greater then 10k rows. | |
| # Converted show views over to using information schema for cases greater then 10k rows. |