- Mar 24, 2025
-
-
Mikhail Svechnikov authored
-
- Mar 19, 2025
-
-
Wuttke, Joachim authored
-
- Mar 11, 2025
-
-
Mikhail Svechnikov authored
-
- Jan 17, 2025
-
-
Wuttke, Joachim authored
-
- Aug 14, 2024
-
-
AlQuemist authored
-
- Apr 30, 2024
-
-
AlQuemist authored
-
- Oct 18, 2023
-
-
Wuttke, Joachim authored
-
- Jun 30, 2023
-
-
Wuttke, Joachim authored
-
- Jun 21, 2023
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
def user_edit(fn, t): nmini = 11 if re.search(r'(specular|varia)', fn): nmini = 50 m = re.search(r'bp\.parse_args\(sim_n=(\d+)', t) if not m: return t n = m.group(1) t = re.sub(r"bp\.simargs\['n'\]", f'<%= sm ? {nmini} : {n} %>', t) t = re.sub(r'(bp\.parse_args\()sim_n=(\d+),\s*', r'\1', t) t = re.sub(r'(bp\.parse_args\()sim_n=(\d+)\)', r'\1)', t) if not re.search(r'^#!/usr/bin/env python3\n', t): raise Exception("missing shebang in "+fn) t = re.sub(r'(^#!.*?\n("""\n(.*\n)+"""\n)?)\n*', r'\1'+'<% sm = (e=ENV["SHORTMODE"] and e!="OFF") %>\n', t) return t
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jan 04, 2023
-
-
Wuttke, Joachim authored
PYTHONPATH=/usr/lib/python3/dist-packages python3 /usr/lib/python3/dist-packages/yapf -i applied to Examples/*/*py and Wrap/*/*py
-
- Dec 16, 2022
-
-
Wuttke, Joachim authored
-
- May 13, 2022
-
-
Wuttke, Joachim authored
-
- May 10, 2022
-
-
Wuttke, Joachim authored
-
- Apr 27, 2022
-
-
Mikhail Svechnikov authored
-
- Apr 26, 2022
-
-
Mikhail Svechnikov authored
-
- Apr 25, 2022
-
-
Mikhail Svechnikov authored
-
- Apr 24, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Apr 20, 2022
-
-
Wuttke, Joachim authored
-
- Apr 13, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Apr 08, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Apr 07, 2022
-
-
Wuttke, Joachim authored
-
- Apr 06, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-