Skip to content
View anggrilib's full-sized avatar
  • Appalachian College Association

Block or report anggrilib

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 5-tab Discovery search box rewrite f... 5-tab Discovery search box rewrite for Johnson University
    1
    <! -- reformat HTML from OCLC Service Configuration Discovery Search Box Generator
    2
      workaround to create a temporary form when search is submitted instead of directly opening search URL with search box 
    3
    -->
    4
    
                  
    5
    <! -- search box style - replace with HTML from OCLC search Box Generator as needed -->
  2. Sierra mismatched agency and locatio... Sierra mismatched agency and location codes
    1
    ##run SQL and write csv for sierra items with mismatched agency and location
    2
    import psycopg2
    3
    import csv
    4
    
                  
    5
    ##change report directory and bool number
  3. Run a Sierra SQL query and output CS... Run a Sierra SQL query and output CSV file
    1
    ##python template for Sierra SQL query
    2
    ##write csv for fines to local directory
    3
    
                  
    4
    ##copied SQL from github jmgold/SQL Queries
    5
    ##Patrons with high fines detail.sql
  4. Reformat C5 Database Report (JSON) t... Reformat C5 Database Report (JSON) to C4 DR (CSV)
    1
    #workaround to select databases for electronic resource analysis in Springshare LibInsight
    2
    #c5DR from libinsight Fetch List to c4 CSV for custom upload
    3
    
                  
    4
    import json
    5
    import csv