diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..0353432 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,191 @@ + + + + + + + + + + + + + { + "associatedIndex": 3 +} + + + + { + "keyToString": { + "Application.PatenteELibbrettoPregohMain.executor": "Run", + "Downloaded.Files.Path.Enabled": "true", + "Repository.Attach.Annotations": "false", + "Repository.Attach.JavaDocs": "false", + "Repository.Attach.Sources": "false", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.git.unshallow": "true", + "SHARE_PROJECT_CONFIGURATION_FILES": "true", + "git-widget-placeholder": "master", + "kotlin-language-version-configured": "true", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "project.structure.last.edited": "Project", + "project.structure.proportion": "0.15", + "project.structure.side.proportion": "0.2", + "settings.editor.selected.configurable": "preferences.pluginManager", + "vue.rearranger.settings.migration": "true" + } +} + + + + + + + + + + + + + + + + + + + + 1744618859254 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FileEsercizio/diario.json b/FileEsercizio/diario.json deleted file mode 100644 index 44cd7b8..0000000 --- a/FileEsercizio/diario.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "data": "2024-04-26", - "bilancio": -350.0, - "persone": [ - { - "approvato": true, - "nome": "FELICIA", - "cognome": "GRANDI", - "sesso": "F", - "data_nascita": "1983-05-31", - "comune_nascita": "SEDEGLIANO", - "codice_fiscale": "GRNFLC83E71I562D", - "scadenza_documento": "2024-04-27" - }, - { - "approvato": true, - "nome": "ADAM", - "cognome": "PAFUNDI", - "sesso": "M", - "data_nascita": "2005-06-05", - "comune_nascita": "VENETICO", - "codice_fiscale": "PFNDMA05H05L735Z", - "scadenza_documento": "2024-05-12" - }, - { - "approvato": true, - "nome": "NATASHA", - "cognome": "CAMPIA", - "sesso": "F", - "data_nascita": "1949-12-14", - "comune_nascita": "GRAZZANO BADOGLIO", - "codice_fiscale": "CMPNSH49T75E159Y", - "scadenza_documento": "2024-06-01" - } - ] - } -] \ No newline at end of file