I may have blogged additional details about some of these gists which you find on my website. There is a basic search functionality available on the site; you may also use Google's site search
Everything in this repo that I authored uses the same license as this repo itself - MIT. If any item in this repo is not my original work, please refer to the original license. I will try to provide links back to the original source wherever possible. Remind me!
- autocal.sh - Not built out yet. Just shows how to use autocal command
- autorepdef.sh - script to export the job definitions for the jobs listed in the given file
- autorepdetail.sh - script to extract details of all jobs that start with a given pattern
- bookmark_search.html - static HTML page bookmark search tool using JavaScript. demo
- matcher_hands_on - notes from my hands-on with Markit EDM's classic matcher. Moved to blog.
- source_monitor_reset - how to reset the source monitoring's last processed time-stamp
- basic_xml_compare.vba - VBA code to compare two XML strings that are already on the spreadsheet
- search_and_compare_multiple_XMLs.vba - VBA code to searche for the matching XML strings for a given list of keys in a file and a database and then compare the XML strings.
- powerquery_building_IN_clause_values.md - Power Query to build IN clause from a list of values
- powerquery_extract_matching_lines_from_a_file.md - Power Query to extract matching lines from a file based on a list of values
- powerquery_fetching_data_from_database.md - Power Query to run a query against a database
- vba_extract_matching_line_from_a_file.vba - VBA to extract the line that contains the first occurrence of a string passed
- archlinux_backup - script to backup my system
- archlinux_update - script to update Arch Linux system
- exiftool_common_commands - image metadata editing using exiftool
- filename_extension_manipulation
- filename_rename_batch - scripts I built to batch rename images/files for better organization
- remove_comma_from_values_in_csv_file - examples to demonstrate how to remove one or more commas from the values in comma separated values