一键导入
dotfiles
dotfiles 收录了来自 mitchpaulus 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
cpmodel is a skill for creating linear change point models that are often used in the the monitoring and verification of whole building energy use. It is a CLI tool that aids in completing the required regressions.
mplot is a concise programming language and CLI for producing simple 2d plots. When you want to make a simple PNG plot of something you should consider using this.
We use influx as our time series database for building automation system data. This skill describes the setup and tools for making use of that data.
redo is a build system, a competitor to make. It relies on simple script files, written in any language.
`xlwrite` is a simple CLI utility that can take a TSV input and write the data to an Excel spreadsheet.
Neobem is a domain specific language for generating EnergyPlus idf files. It is a simple epxression based language that is a superset of the `idf` file format. It should be used when you want to generate idf files with paramaterization and abstraction.
This skill is used to easily interact with the Iowa Enviornmental Mesonet weather API. It is an excellent source of historical hourly weather data. It has been wrapped into a simple CLI tool.
`mshell` is a programming language that is meant to replace usages of traditional shells like bash or programming languages for short scripts like Python. It excels at running external processes and having consise syntax for efficient token usage.
This skill is for generating Microsoft Word VBA code from data using Python.
`excelchop` is a CLI utility that I have written. It's purpose is to be able to get data out of Excel files out to standard output to then be used with traditional shell utilities and pipelines.
This skill describes a CLI utility to get short summaries of key inputs and assumptions from EnergyPlus .idf files
`xlim` is a domain specific language designed for mathematical calculations with units. It should be used when you want to calculate engineering expressions with units. It is array based, and has a simple CLI interface.