This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MLI Migrations | |
description: >- | |
Collection of migration scripts which aid in cleaning up legacy artifacts on | |
MLI spreadsheets. Does not compromise any MLI proprietary practices or data. | |
host: EXCEL | |
api_set: {} | |
script: | |
content: | | |
$("#lab923").click(() => tryCatch(lab923)); | |
$("#lab924").click(() => tryCatch(lab924)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MLI Debug | |
description: Scripted actions that are helpful when debugging an MLI project. | |
host: EXCEL | |
api_set: {} | |
script: | |
content: | | |
const rangeNameInput = $("#range-name-input"); | |
$("#name-range").click(() => tryCatch(nameRange)); | |
async function nameRange() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json", | |
"basics": { | |
"name": "Troy W. Weber", | |
"label": "Senior Software Engineer", | |
"image": "https://www.gravatar.com/avatar/df1d5616a7faa2954f287ddb146f5937.jpeg", | |
"phone": "707-474-3430", | |
"summary": "Seeking a career as a Software Engineer, Robotics Engineer, and/or Mechatronics Engineer.\n", | |
"profiles": [ | |
{ |