Projects in Awesome Lists by jmarrec
A curated list of projects in awesome lists by jmarrec .
https://github.com/jmarrec/openstudio_to_energyplusapi
Python: using OpenStudio Bindings, EnergyPlus API, and matplotlib
energyplus jupyter matplotlib openstudio openstudio-sdk python
Last synced: 09 Apr 2025
https://github.com/jmarrec/notepad
Notepad++ for energy modeling - Syntax highlighting, navigation pane, and code folding
Last synced: 09 Apr 2025
https://github.com/jmarrec/cookiecutter-cpp-cmake-conan
A cookiecutter C++ with modern CMake and conan template
Last synced: 06 Jul 2025
https://github.com/jmarrec/useful-excel-macros-for-energy-modeling
Useful Excel macros for energy modeling: export excel table to IDF format, or to a JSON array of hashes
Last synced: 09 Apr 2025
https://github.com/jmarrec/geomeffibem
A small library to facilitate some building energy modeling geometry operations with OpenStudio and EnergyPlus in mind
energyplus geometry openstudio openstudio-sdk
Last synced: 05 Feb 2026
https://github.com/jmarrec/eqsimparsing
Python post processing of eQuest detailed simulation output (*.SIM files).
Last synced: 11 Sep 2025
https://github.com/jmarrec/pygsod
Download and parse NOAA data: GSOD, ISD and ISD-Lite
Last synced: 09 Apr 2025
https://github.com/jmarrec/openstudiomeasures
My personal repository for the OpenStudio Measures I create
Last synced: 09 Apr 2025
https://github.com/jmarrec/testcpp-gha-coverage
A repo to test how to report coverage of a C++ project using Github Actions
coverage cpp github-actions tutorial
Last synced: 09 Apr 2025
https://github.com/jmarrec/openstudio-tutorial-for-cpp-noobs
Tutorial on how to contribute to the OpenStudio source code without much knowledge in C++
Last synced: 03 Feb 2026
https://github.com/jmarrec/qtinternationalization
A simple project to show how to use Qt Linguist to translate and app (via CMake)
cmake cpp example internationalization qt qt-linguist
Last synced: 09 Apr 2025
https://github.com/jmarrec/runmultiplesimulationsinparallel
A simple way to run several IDFs against several EPWs via Python
Last synced: 09 Apr 2025
https://github.com/jmarrec/binm_challenge
Test your knowledge of simulation weather file formats Part 1: the DOE-2 *.BIN/*.BINM format
Last synced: 09 Apr 2025
https://github.com/jmarrec/openstudio-2.0-python3
How to build OpenStudio 2.0 on Mac, and get the Python 3 bindings to work
Last synced: 09 Apr 2025
https://github.com/jmarrec/genopt-tutorial
Tutorial on setting up GenOpt for EnergyPlus V8.4.0
Last synced: 09 Apr 2025
https://github.com/jmarrec/cpp_swig_ruby_python_mcve
C++ SWIG Wrappers: passing info from Ruby bindings to Python bindings via Pycall
Last synced: 09 Apr 2025
https://github.com/jmarrec/pry-and-powershell-for-openstudio
Syntax coloring, aliases, user defined functions
Last synced: 29 Sep 2025
https://github.com/jmarrec/setup-qtifw
Set up your GitHub Actions workflow with a specific version of QtIFW (Qt Installer Framework)
Last synced: 01 Mar 2026
https://github.com/jmarrec/jenkins-shared-libs
Some shared libs for jenkins for testing purposes
Last synced: 09 Apr 2025
https://github.com/jmarrec/test-github-actions
My test bed for Github Actions
Last synced: 05 Mar 2026
https://github.com/jmarrec/docker-energyplus-fedora
A dockerfile to build E+ on Fedora via docker
Last synced: 22 Jan 2026
https://github.com/jmarrec/idf-tags
A ViM-usable tags file generator for EnergyPlus IDF files
Last synced: 09 Apr 2025
https://github.com/jmarrec/openstudio-energyplus-bash-completion
Bash completions for the OpenStudio and EnergyPlus CLIs
Last synced: 04 Jul 2025
https://github.com/jmarrec/cmakelinking
Test bed to test how CMake Links SHARED/STATIC and PRIVATE/PUBLIC libs
Last synced: 04 Feb 2026
https://github.com/jmarrec/boost-filesystem-testbed
a testbed for boost filesystem especially (since it's harder to test on Compiler Explorer)
Last synced: 09 Apr 2025
https://github.com/jmarrec/docker-cron-timestamp
Showcases how to use a docker container to run a cron job every 1 minute to run a python script and do some timestamp logging as well.
Last synced: 09 Apr 2025
https://github.com/jmarrec/openstudio-effibem-measures-gem
Collection of measures
Last synced: 09 Apr 2025
https://github.com/jmarrec/eplus-html-styling
Styling of the EnergyPlus HTML report
Last synced: 17 Feb 2026
https://github.com/jmarrec/cppbenchmarks
A collection of some benchmark scripts I used for C++
benchmark c-plus-plus cmake conan cpp cpp20
Last synced: 02 May 2026
https://github.com/jmarrec/energyplus-cpp-demo
Using C++ to drive EnergyPlus. A fancy CLI for E+ with a terminal UI based on FTXUI
cpp cpp20 energyplus ftxui hacktoberfest
Last synced: 27 Jan 2026
https://github.com/jmarrec/conan-dependabot
A dependabot-like utility to check for outdated conan packages
Last synced: 29 Jul 2026
https://github.com/jmarrec/test-conanswig
A dummy test to see how to resolve SWIG_LIB
Last synced: 21 Jan 2026
https://github.com/jmarrec/gha-linkpython
Make sure Cmake can find the Python from setup-python action on GHA
Last synced: 21 Jan 2026
https://github.com/jmarrec/walkscore
Unofficial Walkscore API Python binding
Last synced: 14 Jun 2025
https://github.com/jmarrec/test-cxx-openmp-installer
Testbed for how to link to OpenMP AND package the libs for an installer
Last synced: 22 Jan 2026
https://github.com/jmarrec/oscli11
Test bed for the OpenStudio CLI in C++ (CLI11)
Last synced: 16 Feb 2026
https://github.com/jmarrec/test-conan-websocketpp
A repo for a MCVE demonstrating a bug.
Last synced: 29 Jan 2026
https://github.com/jmarrec/test-cookiecutter-cpp-cmake-conan
A live test for https://github.com/jmarrec/cookiecutter-cpp-cmake-conan including GHA
Last synced: 15 Feb 2026
https://github.com/jmarrec/testcpp-crosscompile-linuxtowin64
A repo to test how to cross compile a dummy C++ project using Github Actions, mingw32, **and** conan.
conan cpp cross-compile github-actions tutorial
Last synced: 10 May 2026
https://github.com/jmarrec/cppsockets
A test repo to play with TCP sockets and requests
Last synced: 22 Jun 2025
https://github.com/jmarrec/swigtestbed
My test bed for C++ with CMake and SWIG to Ruby, Python and C#
Last synced: 20 Jan 2026
https://github.com/jmarrec/conan-openstudio-qt
Setting up CMake and conan-qt correctly to be able to link against OpenStudioApplication.
Last synced: 19 Feb 2026
https://github.com/jmarrec/testcpp-xml-schematron
A repo to test how to validate a document using a Schematron XML using `libxml2` and `libxslt`
Last synced: 09 Feb 2026
https://github.com/jmarrec/conan-gdbm
Conan recipe for gdbm, a library of database functions that uses extensible hashing and work similar to the standard UNIX dbm.
Last synced: 31 Jul 2025
https://github.com/jmarrec/openstudio-update-gems
Helper to check the status of the requirements for the various OpenStudio-related ruby gems
Last synced: 04 Aug 2025
https://github.com/jmarrec/test-ninja-windows
Try to go over the MAX_PATH limit on Windows
Last synced: 20 Jan 2026
https://github.com/jmarrec/openstudio-cmake-tools
Building the Ubuntu docker images for CI
Last synced: 03 Sep 2025
https://github.com/jmarrec/test-qt-mcve-qrc-webengine
A MCVE for https://stackoverflow.com/questions/67692525/cannot-load-qrc-html-file-in-qwebengineview-on-ubuntu-20-04-only
Last synced: 20 Jan 2026
https://github.com/jmarrec/wrongcalculator
A Flutter calculator app for iOS/Android, except the calculator makes mistakes
Last synced: 09 Apr 2025
https://github.com/jmarrec/test-sslerrors
Testbed for SSL error happening in OS App
Last synced: 09 Apr 2025
https://github.com/jmarrec/rubocop-composite-action
A github composite action (runs natively on the host, not inside a docker) that runs rubocop on your PRs and allows you to specify the ruby version you want
Last synced: 09 Apr 2025
https://github.com/jmarrec/test-django
Testbed for django with pandas and plotly
Last synced: 09 Apr 2025
https://github.com/jmarrec/qttestbed
A repo for testing Qt issues quickly (not production ready or whatnot, just to share between my different machines/OSes)
Last synced: 09 Apr 2025
https://github.com/jmarrec/openstudio-benchmarks
C++ microbenchmarks for OpenStudio SDK
Last synced: 09 Apr 2025
https://github.com/jmarrec/lldbscripting
Driving LLDB from Python via a Jupyter notebook and passing data from program to python
Last synced: 09 Apr 2025
https://github.com/jmarrec/docker-openstudio-centos
A repo with configuring a docker image for centos and building openstudio with it
Last synced: 09 Apr 2025
https://github.com/jmarrec/cpp-test
A dummy cpp project, to test the articulation of a project, and various make options
Last synced: 09 Apr 2025
https://github.com/jmarrec/conan-libyaml
Conan recipe for LibYAML - A C library for parsing and emitting YAML.
Last synced: 09 Apr 2025
https://github.com/jmarrec/build-dir-status
My C++ utility using FTXUI to select the build folders I want to refresh (overnight).
Last synced: 09 Apr 2025
https://github.com/jmarrec/cmaketargetdependencies
Test bed for add_custom_command / add_custom_target dependency chain
Last synced: 09 Apr 2025
https://github.com/jmarrec/jenkins-test
A test for running Jenkins locally via docker, and test shared libraries
Last synced: 09 Apr 2025