device-56.home 2026-3-25:0:9:25
This commit is contained in:
Vendored
+2
-1
@@ -43,5 +43,6 @@
|
|||||||
"obsidian-pandoc",
|
"obsidian-pandoc",
|
||||||
"obsidian-enhancing-export",
|
"obsidian-enhancing-export",
|
||||||
"contribution-graph",
|
"contribution-graph",
|
||||||
"header-enhancer"
|
"header-enhancer",
|
||||||
|
"obsidian42-brat"
|
||||||
]
|
]
|
||||||
-60
@@ -1,60 +0,0 @@
|
|||||||
{
|
|
||||||
"savedSettings": [],
|
|
||||||
"temporaryLocalGraphSetting": {
|
|
||||||
"filter": {
|
|
||||||
"searchQuery": "",
|
|
||||||
"showOrphans": true,
|
|
||||||
"showAttachments": false,
|
|
||||||
"depth": 1,
|
|
||||||
"linkType": "both"
|
|
||||||
},
|
|
||||||
"groups": [],
|
|
||||||
"display": {
|
|
||||||
"nodeSize": 3,
|
|
||||||
"linkThickness": 2,
|
|
||||||
"linkDistance": 100,
|
|
||||||
"nodeRepulsion": 2800,
|
|
||||||
"distanceFromFocal": 300,
|
|
||||||
"nodeHoverColor": "#ff0000",
|
|
||||||
"nodeHoverNeighbourColor": "#00ff00",
|
|
||||||
"linkHoverColor": "#0000ff",
|
|
||||||
"showExtension": false,
|
|
||||||
"showFullPath": false,
|
|
||||||
"showCenterCoordinates": true,
|
|
||||||
"showLinkArrow": true,
|
|
||||||
"dontMoveWhenDrag": false,
|
|
||||||
"dagOrientation": "null"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"temporaryGlobalGraphSetting": {
|
|
||||||
"filter": {
|
|
||||||
"searchQuery": "tag:#s/politique",
|
|
||||||
"showOrphans": false,
|
|
||||||
"showAttachments": false
|
|
||||||
},
|
|
||||||
"groups": [],
|
|
||||||
"display": {
|
|
||||||
"nodeSize": 3,
|
|
||||||
"linkThickness": 2,
|
|
||||||
"linkDistance": 100,
|
|
||||||
"nodeRepulsion": 2800,
|
|
||||||
"distanceFromFocal": 300,
|
|
||||||
"nodeHoverColor": "#ff0000",
|
|
||||||
"nodeHoverNeighbourColor": "#00ff00",
|
|
||||||
"linkHoverColor": "#0000ff",
|
|
||||||
"showExtension": false,
|
|
||||||
"showFullPath": false,
|
|
||||||
"showCenterCoordinates": true,
|
|
||||||
"showLinkArrow": true,
|
|
||||||
"dontMoveWhenDrag": false,
|
|
||||||
"dagOrientation": "null"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pluginSetting": {
|
|
||||||
"maxNodeNumber": 1000,
|
|
||||||
"searchEngine": "default",
|
|
||||||
"rightClickToPan": false,
|
|
||||||
"commandLeftClickNode": "openNodeInNewTab",
|
|
||||||
"commandRightClickNode": "focusNode"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-67207
File diff suppressed because one or more lines are too long
-13
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "3d-graph-new",
|
|
||||||
"name": "3D Graph New",
|
|
||||||
"version": "1.1.11",
|
|
||||||
"description": "A 3D Graph for Obsidian",
|
|
||||||
"author": "Hananoshika Yomaru",
|
|
||||||
"authorUrl": "https://github.com/HananoshikaYomaru",
|
|
||||||
"fundingUrl": {
|
|
||||||
"buymeacoffee": "https://www.buymeacoffee.com/yomaru",
|
|
||||||
"Github Sponsor": "https://github.com/sponsors/HananoshikaYomaru"
|
|
||||||
},
|
|
||||||
"isDesktopOnly": true
|
|
||||||
}
|
|
||||||
-136
@@ -1,136 +0,0 @@
|
|||||||
.graph-3d-view .tree-item.is-collapsed > .tree-item-children {
|
|
||||||
display: none;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view {
|
|
||||||
padding: 0 !important;
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .graph-controls.is-collapsed > .graph-control-section {
|
|
||||||
display: none;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-control-section .tree-item-inner {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .graph-control-section.is-collapsed .tree-item-inner::before {
|
|
||||||
content: "▶";
|
|
||||||
margin-right: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .graph-control-section:not(.is-collapsed) .tree-item-inner::before {
|
|
||||||
content: "▼";
|
|
||||||
margin-right: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .graph-controls:hover > .control-buttons {
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .graph-controls > .control-buttons:hover {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .graph-controls > .control-buttons {
|
|
||||||
float: right;
|
|
||||||
margin-right: 0;
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .hidden {
|
|
||||||
display: none;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .control-buttons {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .control-buttons > * {
|
|
||||||
display: inline-block;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .graph-settings-view > .clickable-icon {
|
|
||||||
position: absolute;
|
|
||||||
top: 8px;
|
|
||||||
right: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .node-label {
|
|
||||||
color: var(--text-normal);
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .scene-nav-info {
|
|
||||||
display: block;
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mod-search-input {
|
|
||||||
width: 100%;
|
|
||||||
padding: 0.5em;
|
|
||||||
border: 1px solid var(--border-color);
|
|
||||||
border-radius: 0.25em;
|
|
||||||
background-color: var(--background-color);
|
|
||||||
color: var(--text-normal);
|
|
||||||
}
|
|
||||||
|
|
||||||
.graph-3d-view .graph-controls:not(.is-close) {
|
|
||||||
max-height: calc(90% - var(--size-4-4));
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content:has(.search-result-container.is-loading) .graph-controls {
|
|
||||||
/* border color purple */
|
|
||||||
border-color: var(--color-purple);
|
|
||||||
|
|
||||||
/* create the animation */
|
|
||||||
animation: color-oscillation 2s ease infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes color-oscillation {
|
|
||||||
0% {
|
|
||||||
border: 1px solid var(--color-purple);
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
border: 1px solid var(--background-modifier-border);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
border: 1px solid var(--color-purple);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content:has(.search-result-container.is-loading) .search-input-container input {
|
|
||||||
animation: outline-gradient-animation 2s linear infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes outline-gradient-animation {
|
|
||||||
0% {
|
|
||||||
box-shadow: 0 2px 0 var(--color-purple);
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
box-shadow: 0 2px 0 var(--background-modifier-border);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
box-shadow: 0 2px 0 var(--color-purple);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* section: setting tab */
|
|
||||||
.graph-3d-setting-tab {
|
|
||||||
> h2 {
|
|
||||||
color: var(--color-purple);
|
|
||||||
font-size: var(--h2-size);
|
|
||||||
}
|
|
||||||
|
|
||||||
> h2 + .setting-item {
|
|
||||||
border-top: 0px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Vendored
-47
@@ -1,47 +0,0 @@
|
|||||||
{
|
|
||||||
"filters": {
|
|
||||||
"doShowOrphans": true
|
|
||||||
},
|
|
||||||
"groups": {
|
|
||||||
"groups": [
|
|
||||||
{
|
|
||||||
"query": "tag:#not-done",
|
|
||||||
"color": "#878787"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"query": "tag:#MOC",
|
|
||||||
"color": "#e16613"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"query": "tag:#excalidraw",
|
|
||||||
"color": "#7a5cff"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"query": "tag:#PKM OR tag:#obsidian",
|
|
||||||
"color": "#4a37a0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"query": "tag:#flashcards",
|
|
||||||
"color": "#4a37a0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"query": "tag:#gists",
|
|
||||||
"color": "#682d93"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"query": "tag:#CV",
|
|
||||||
"color": "#a80089"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"query": "tag:#maths",
|
|
||||||
"color": "#2a9e00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"display": {
|
|
||||||
"nodeSize": 4,
|
|
||||||
"linkThickness": 5,
|
|
||||||
"particleSize": 6,
|
|
||||||
"particleCount": 4
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+1
-9
@@ -1,9 +1 @@
|
|||||||
{
|
{"id":"3d-graph","name":"3D Graph","version":"1.0.5","description":"A 3D Graph for Obsidian","author":"Alexander Weichart","authorUrl":"https://github.com/AlexW00","isDesktopOnly":false}
|
||||||
"id": "3d-graph",
|
|
||||||
"name": "3D Graph",
|
|
||||||
"version": "1.0.5",
|
|
||||||
"description": "A 3D Graph for Obsidian",
|
|
||||||
"author": "Alexander Weichart",
|
|
||||||
"authorUrl": "https://github.com/AlexW00",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
||||||
+7
-4
@@ -631,7 +631,7 @@
|
|||||||
"prevs"
|
"prevs"
|
||||||
],
|
],
|
||||||
"lock_view": false,
|
"lock_view": false,
|
||||||
"lock_path": "morphisme.md"
|
"lock_path": "fonction partielle récursive.md"
|
||||||
},
|
},
|
||||||
"tree": {
|
"tree": {
|
||||||
"collapse": false,
|
"collapse": false,
|
||||||
@@ -651,7 +651,7 @@
|
|||||||
"alias": false
|
"alias": false
|
||||||
},
|
},
|
||||||
"lock_view": false,
|
"lock_view": false,
|
||||||
"lock_path": "vim as a manpager.md"
|
"lock_path": "algèbre.md"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"codeblocks": {
|
"codeblocks": {
|
||||||
@@ -699,8 +699,11 @@
|
|||||||
"freeze_implied_edges": {
|
"freeze_implied_edges": {
|
||||||
"default_options": {
|
"default_options": {
|
||||||
"destination": "frontmatter",
|
"destination": "frontmatter",
|
||||||
"included_fields": [],
|
"included_fields": [
|
||||||
"use_alias": true
|
"nexts",
|
||||||
|
"ups"
|
||||||
|
],
|
||||||
|
"use_alias": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"thread": {
|
"thread": {
|
||||||
|
|||||||
-2
@@ -179,5 +179,3 @@ lucide-svelte/dist/icons/split.svelte:
|
|||||||
*
|
*
|
||||||
*)
|
*)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* nosourcemap */
|
|
||||||
+1
-12
@@ -1,12 +1 @@
|
|||||||
{
|
{"id":"breadcrumbs","name":"Breadcrumbs","version":"4.4.3","minAppVersion":"1.0.0","description":"Add structured hierarchies to your notes","author":"SkepticMystic","authorUrl":"https://github.com/SkepticMystic/breadcrumbs","fundingUrl":"https://github.com/SkepticMystic/breadcrumbs#donations","helpUrl":"https://publish.obsidian.md/breadcrumbs-docs","isDesktopOnly":false}
|
||||||
"id": "breadcrumbs",
|
|
||||||
"name": "Breadcrumbs",
|
|
||||||
"version": "4.4.3",
|
|
||||||
"minAppVersion": "1.0.0",
|
|
||||||
"description": "Add structured hierarchies to your notes",
|
|
||||||
"author": "SkepticMystic",
|
|
||||||
"authorUrl": "https://github.com/SkepticMystic/breadcrumbs",
|
|
||||||
"fundingUrl": "https://github.com/SkepticMystic/breadcrumbs#donations",
|
|
||||||
"helpUrl": "https://publish.obsidian.md/breadcrumbs-docs",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "Ma bibliothèque",
|
"name": "Ma bibliothèque",
|
||||||
"lastUpdate": 1774354799919
|
"lastUpdate": 1774391965524
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"renderCitations": true,
|
"renderCitations": true,
|
||||||
|
|||||||
+7
-2
@@ -136,7 +136,7 @@
|
|||||||
"obsidian-velocity@@theme-paint-dark": "midnight",
|
"obsidian-velocity@@theme-paint-dark": "midnight",
|
||||||
"obsidian-velocity@@enable-special-text": false,
|
"obsidian-velocity@@enable-special-text": false,
|
||||||
"obsidian-velocity@@line-height-normal": "1.6",
|
"obsidian-velocity@@line-height-normal": "1.6",
|
||||||
"wikipedia-theme@@custom-accent": false,
|
"wikipedia-theme@@custom-accent": true,
|
||||||
"minimal-edge-settings@@font-style": "var(--font-text)",
|
"minimal-edge-settings@@font-style": "var(--font-text)",
|
||||||
"minimal-edge-settings@@titlebar-button-style": "titlebar-default-style",
|
"minimal-edge-settings@@titlebar-button-style": "titlebar-default-style",
|
||||||
"minimal-edge-settings@@heading-style-toggle": "heading-style-none",
|
"minimal-edge-settings@@heading-style-toggle": "heading-style-none",
|
||||||
@@ -147,5 +147,10 @@
|
|||||||
"minimal-style@@row-alt": false,
|
"minimal-style@@row-alt": false,
|
||||||
"minimal-style@@table-tabular": false,
|
"minimal-style@@table-tabular": false,
|
||||||
"minimal-style@@table-numbers": false,
|
"minimal-style@@table-numbers": false,
|
||||||
"minimal-style@@row-hover": true
|
"minimal-style@@row-hover": true,
|
||||||
|
"wikipedia-theme@@ribbon-style": "ribbon-default",
|
||||||
|
"wikipedia-theme@@hide-frontmatter": false,
|
||||||
|
"wikipedia-theme@@hide-callout-icons": false,
|
||||||
|
"wikipedia-theme@@hide-callout-title": false,
|
||||||
|
"wikipedia-theme@@info-normal": false
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"appliedMigrations": [
|
||||||
|
"tokens-to-secretstorage-v1"
|
||||||
|
]
|
||||||
|
}
|
||||||
+6
-2
@@ -2,13 +2,15 @@
|
|||||||
"pluginList": [
|
"pluginList": [
|
||||||
"raeperd/obsidian-default-template",
|
"raeperd/obsidian-default-template",
|
||||||
"SkepticMystic/breadcrumbs",
|
"SkepticMystic/breadcrumbs",
|
||||||
"bhagyas/obsidian-postfix-plugin",
|
|
||||||
"AlexW00/obsidian-3d-graph",
|
|
||||||
"mcndt/obsidian-quickshare",
|
"mcndt/obsidian-quickshare",
|
||||||
"Stardusten/ob-table-enhancer/",
|
"Stardusten/ob-table-enhancer/",
|
||||||
"SkepticMystic/nlp"
|
"SkepticMystic/nlp"
|
||||||
],
|
],
|
||||||
"pluginSubListFrozenVersion": [
|
"pluginSubListFrozenVersion": [
|
||||||
|
{
|
||||||
|
"repo": "SkepticMystic/breadcrumbs",
|
||||||
|
"version": "latest"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"repo": "raeperd/obsidian-default-template",
|
"repo": "raeperd/obsidian-default-template",
|
||||||
"version": "latest"
|
"version": "latest"
|
||||||
@@ -32,7 +34,9 @@
|
|||||||
"loggingVerboseEnabled": false,
|
"loggingVerboseEnabled": false,
|
||||||
"debuggingMode": true,
|
"debuggingMode": true,
|
||||||
"notificationsEnabled": true,
|
"notificationsEnabled": true,
|
||||||
|
"globalTokenName": "",
|
||||||
"personalAccessToken": "",
|
"personalAccessToken": "",
|
||||||
"selectLatestPluginVersionByDefault": false,
|
"selectLatestPluginVersionByDefault": false,
|
||||||
|
"allowIncompatiblePlugins": false,
|
||||||
"ribbonIconEnabled": true
|
"ribbonIconEnabled": true
|
||||||
}
|
}
|
||||||
+110
-1278
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -8,11 +8,12 @@ aliases:
|
|||||||
|
|
||||||
> [!idea] Idées de sujets
|
> [!idea] Idées de sujets
|
||||||
> - turing-complétude du jeu de la vie
|
> - turing-complétude du jeu de la vie
|
||||||
> >[!fail]- sujet refusé pasque j'ai déjà fait de l'informatique :
|
> >[!fail]- sujet refusé parce que j'ai déjà fait de l'informatique
|
||||||
> > Cher Oscar,
|
> > Cher Oscar,
|
||||||
> > Effectivement le sujet est intéressant, mais après discussion entre nous, et en nous rappelant que vous avez une formation en informatique, il nous semblerait juste que votre devoir porte davantage sur des objets considérés aujourd’hui comme relevant disciplinairement des mathématiques.
|
> > Effectivement le sujet est intéressant, mais après discussion entre nous, et en nous rappelant que vous avez une formation en informatique, il nous semblerait juste que votre devoir porte davantage sur des objets considérés aujourd’hui comme relevant disciplinairement des mathématiques.
|
||||||
> > Le cours doit être l’occasion de faire un effort pour apprendre de nouvelles mathématiques. Serait-ce bien le cas pour vous avec un tel sujet ?
|
> > Le cours doit être l’occasion de faire un effort pour apprendre de nouvelles mathématiques. Serait-ce bien le cas pour vous avec un tel sujet ?
|
||||||
> > Avec mes salutations distinguées,
|
> > Avec mes salutations distinguées,
|
||||||
> > Thibaut
|
> > Thibaut
|
||||||
> -
|
> - preuve que toutes les fonctions ne sont pas récursives primitives ?
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+3
-2
@@ -4,9 +4,10 @@ sr-interval: 28
|
|||||||
sr-ease: 317
|
sr-ease: 317
|
||||||
aliases:
|
aliases:
|
||||||
- abélien
|
- abélien
|
||||||
|
up: "[[groupe]]"
|
||||||
|
tags:
|
||||||
|
- "#s/maths/algèbre"
|
||||||
---
|
---
|
||||||
up::[[groupe]]
|
|
||||||
#s/maths/algèbre
|
|
||||||
|
|
||||||
> [!definition]
|
> [!definition]
|
||||||
> Un _groupe abélien_ est un [[groupe]] dont la [[loi de composition interne]] est [[commutativité|commutative]].
|
> Un _groupe abélien_ est un [[groupe]] dont la [[loi de composition interne]] est [[commutativité|commutative]].
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
up:: [[paradigme de programmation]]
|
---
|
||||||
#s/informatique
|
up: "[[paradigme de programmation]]"
|
||||||
|
tags:
|
||||||
|
- "#s/informatique"
|
||||||
|
---
|
||||||
|
|
||||||
> [!definition] taxonomie des pardigmes de programmation
|
> [!definition] taxonomie des pardigmes de programmation
|
||||||
> Chercher à organiser les paradigmes selon les fonctionnalités ou concepts qu'ils implémentent.
|
> Chercher à organiser les paradigmes selon les fonctionnalités ou concepts qu'ils implémentent.
|
||||||
|
|||||||
Reference in New Issue
Block a user