Skip to content

Instantly share code, notes, and snippets.

View fedj99's full-sized avatar

Federico Mantovani fedj99

View GitHub Profile
@fedj99
fedj99 / config.schema.json
Last active October 9, 2025 21:59
LSF Conductor Schemas
{
"$defs": {
"AppConfig": {
"additionalProperties": false,
"properties": {
"job_template_path": {
"default": "/Users/eda/Code/kraken/kraken/data/templates/job.sh.tmpl",
"format": "path",
"title": "Job Template Path",
"type": "string"
@fedj99
fedj99 / xaiml_mock_exam_ex4.ipynb
Last active June 4, 2024 14:51
XAIML Mock Exam Exercise 4
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fedj99
fedj99 / JavaCustomFormat.xml
Last active March 2, 2020 20:11
Custom Java Formatter Options for VS Code
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="17">
<profile kind="CodeFormatterProfile" name="JavaCustomFormat" version="17">
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment" value="common_lines"/>
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_logical_operator" value="insert"/>