Skip to content

Instantly share code, notes, and snippets.

View troywweber7's full-sized avatar

Troy troywweber7

  • Synap
  • Reno, NV
  • 04:12 (UTC -07:00)
View GitHub Profile
@troywweber7
troywweber7 / resume.json
Last active August 6, 2023 18:50
JSON Resume
{
"$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": [
{
@troywweber7
troywweber7 / MLI Debug.EXCEL.yaml
Last active April 1, 2022 18:03
Scripted actions that are helpful when debugging an MLI project.
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() {
@troywweber7
troywweber7 / MLI Migrations.EXCEL.yaml
Last active March 9, 2021 19:58
Collection of migration scripts which aid in cleaning up legacy artifacts on MLI spreadsheets. Does not compromise any MLI proprietary practices or data.
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));