Skip to content

Instantly share code, notes, and snippets.

View jmarrec's full-sized avatar

Julien Marrec jmarrec

View GitHub Profile
@jmarrec
jmarrec / 11087_regression_analysis.ipynb
Created June 25, 2025 08:59
11087 - Regression Analysis
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmarrec
jmarrec / .bashrc
Created June 11, 2025 15:16
bashrc container
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth
@jmarrec
jmarrec / diff.patch
Last active June 2, 2025 10:51
codesign EPlus - python entitlements, output of `ninja package`
--- ori_log.txt 2025-06-02 12:49:25.027090295 +0200
+++ new_log.txt 2025-06-02 12:49:36.686326318 +0200
@@ -17,7 +17,7 @@
PYTHON: Collecting Python dynamic library
COPYING /Users/julien/.pyenv/versions/3.12.2/lib/libpython3.12.dylib to /Users/julien/Software/Others/EnergyPlus-build-release/_CPack_Packages/Darwin/IFW/EnergyPlus-25.2.0-SHA-Darwin-macOS12.1-arm64/packages/Unspecified/data
PYTHON: Fixing up Python Dependencies on Mac
-"/usr/bin/codesign" "-vvvv" "--sign" "Developer ID Application: National Renewable Energy Laboratory (K7JYVQJL7R)" "--force" "--timestamp" "--options" "runtime" "--identifier" "org.nrel.EnergyPlus.energyplus" "/Users/julien/Software/Others/EnergyPlus-build-release/_CPack_Packages/Darwin/IFW/EnergyPlus-25.2.0-SHA-Darwin-macOS12.1-arm64/packages/Unspecified/data/./energyplus-25.2.0"
+"/usr/bin/codesign" "-vvvv" "--sign" "Developer ID Application: National Renewable Energy Laboratory (K7JYVQJL7R)" "--force" "--timestamp" "--options" "runtime" "--identifier" "org.nrel.EnergyPlus.ener
def freed_from_desire():
return "NANANANANANANANAN NAAAAAAAA NAAAA NAAAA NAAA"
@jmarrec
jmarrec / Compare_Models_Space_setACH.ipynb
Created April 9, 2025 11:18
Comparing models and prototyping space_set_ach
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmarrec
jmarrec / Analyze_fvisibility_hidden_impact.ipynb
Created February 4, 2025 14:27
Try with fvisibility=hidden on clang/GCC
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmarrec
jmarrec / Prepare_Test_Data.ipynb
Created January 28, 2025 17:24
Prepare test data for #10916 - Broken_Format_CurveManager
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jmarrec
jmarrec / Bench_creating_surfaces.ipynb
Last active December 19, 2024 09:18
Creating geometry much faster In OpenStudio: it's a foot gun, use at your own risk
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
+(/opt/homebrew/bin/pyenv:23): enable -f /opt/homebrew/bin/../libexec/pyenv-realpath.dylib realpath
+(/opt/homebrew/bin/pyenv:30): '[' -z '' ']'
++(/opt/homebrew/bin/pyenv:32): type -P readlink
+(/opt/homebrew/bin/pyenv:32): READLINK=/usr/bin/readlink
+(/opt/homebrew/bin/pyenv:33): '[' -n /usr/bin/readlink ']'
+(/opt/homebrew/bin/pyenv:58): '[' -z /Users/julien/.pyenv ']'
+(/opt/homebrew/bin/pyenv:61): PYENV_ROOT=/Users/julien/.pyenv
+(/opt/homebrew/bin/pyenv:63): export PYENV_ROOT
+(/opt/homebrew/bin/pyenv:65): '[' -z '' ']'
+(/opt/homebrew/bin/pyenv:66): PYENV_DIR=/opt/homebrew/lib/pkgconfig
@jmarrec
jmarrec / computeTriangulation.ipynb
Last active April 29, 2025 10:33
OS SDK: Compute Triangulation Example
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.