- Dec 12, 2022
-
-
Wuttke, Joachim authored
-
- Dec 01, 2022
-
-
Wuttke, Joachim authored
-
-
- Nov 15, 2022
-
-
Ludwig Jaeck authored
-
Ludwig Jaeck authored
-
- Sep 05, 2022
-
-
Wuttke, Joachim authored
-
- Aug 31, 2022
-
-
Wuttke, Joachim authored
-
- Aug 30, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- May 10, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jan 07, 2022
-
-
Wuttke, Joachim authored
-
- Jan 06, 2022
-
-
Wuttke, Joachim authored
-
- Jan 04, 2022
-
-
Wuttke, Joachim authored
def user_edit_pair(fname_stem, th, tc): for i in range(10): ex = r'(\w+?)::\1(\([^\(\)]*?\)\s*?:\s*?)(I\w+)\(\s*?{"[^"]*?",\s*?("[^"]*?"),\s*?(({{.*?}}|{}))},\s*?(P|{})\)' m = re.search(ex, tc, flags=re.S) if m: cname = m.group(1) tooltip = m.group(4) arr = m.group(5) print(f"In source pair {fname_stem} amend class {cname}") tc = re.sub(ex, r'\1::\1\2\3(\7)', tc, count=1, flags=re.S) th = re.sub(r'(class ' + cname + r'.*?std::string className.*?"; }\n)', r'\1' +r' // const auto tooltip = ' + tooltip + r';\n' +r' std::vector<ParaMeta> parDefs() const final { return' +r' ' + arr + '; }\n', th, flags=re.S) th = re.sub(r'\(const NodeMeta& meta,\s+((const )?std::vector<double>&? PValues)\)', r'(\1)', th, flags=re.S) tc = re.sub(r'\(const NodeMeta& meta,\s+((const )?std::vector<double>&? PValues)\)', r'(\1)', tc, flags=re.S) tc = re.sub(r'\(meta, (PValues)\)', r'(\1)', tc) return th, tc et.ed_argfilepairs(user_edit_pair)
-
- Dec 31, 2021
-
-
Wuttke, Joachim authored
-
- Dec 16, 2021
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Dec 13, 2021
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Dec 08, 2021
-
-
Wuttke, Joachim authored
-
- Dec 05, 2021
-
-
Wuttke, Joachim authored
-
- Dec 02, 2021
-
-
Wuttke, Joachim authored
-
- Nov 30, 2021
-
-
Wuttke, Joachim authored
-
- Aug 03, 2021
-
-
Wuttke, Joachim authored
-
- Dec 17, 2020
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Nov 25, 2020
-
-
Wuttke, Joachim authored
-
- Nov 20, 2020
-
-
Wuttke, Joachim authored
-
- Nov 19, 2020
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Nov 17, 2020
-
-
Wuttke, Joachim authored
-
- Nov 12, 2020
-
-
Wuttke, Joachim authored
-
- Nov 10, 2020
-
-
Wuttke, Joachim authored
-
- Oct 14, 2020
-
-
Wuttke, Joachim authored
-