Cours-programmation/indices/contentIndex.7fbe36eb85afdce5d4c0970c33a98188.min.json

1 line
25 KiB
JSON
Raw Normal View History

{"/":{"title":"🪴 Quartz 3.2","content":"TEST!!!!\n\nHost your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features\n\n1. Extremely fast full-text search by pressing `Ctrl` + `k`\n2. Customizable and hackable design based on Hugo\n3. Automatically generated backlinks, link previews, and local graph\n4. Built-in [[notes/CJK + Latex Support (测试) | CJK + Latex Support]]\n5. Support for both Markdown Links and Wikilinks\n\n## Get Started\n\u003e 📚 [Setup your own digital garden using Quartz](notes/setup.md)\n\nNot convinced yet? Look at some [community digital gardens](notes/showcase.md) built with Quartz, or read about [why I made Quartz](notes/philosophy.md) to begin with.\n\n## Content Lists\nIf you prefer browsing the contents of this site through a list instead of a graph, you can find content lists here too:\n\n- [All Notes](/notes)\n- [Setup-related Notes](/tags/setup)\n\n## Troubleshooting\n- 🚧 [Troubleshooting and FAQ](notes/troubleshooting.md)\n- 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)\n- 👀 [Discord Community](https://discord.gg/cRFFHYye7t)","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/":{"title":"Untitled Page","content":"# Programmer un RaspiDAC\n## Introduction à Java\nLes Raspberry pi peuvent être programmé de multipple façon. Le RaspiDAC est spécialement conçu pour fonctionner avec un ou des programme(s) écri(en)t en Java bien qu'il puisse fonctionner avec d'autre language de programmation.\nNous allons donc réaliser une initiation au Java au travers d'un cours basique de programmation en suivant les étapes suivantes:\n\n1. [Installation et mise en place pour Java](content/notes/Installation%20et%20mise%20en%20place%20pour%20Java.md)\n2. La structure du code\n3. Les types en Java\n4. Les expression\n5. Les boucles\n6. Les fonctions\n7. Les objets\n8. Les types complexes\n\n## Les particularités d'un raspberry pi\n\n## L'automate en détails","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95":{"title":"CJK + Latex Support (测试)","content":"## Chinese, Japanese, Korean Support\n几乎在我们意识到之前我们已经离开了地面。\n\n우리가 그것을 알기도 전에 우리는 땅을 떠났습니다.\n\n私たちがそれを知るほぼ前に、私たちは地面を離れていました。\n\n## Latex\n\nBlock math works with two dollar signs `$$...$$`\n\n$$f(x) = \\int_{-\\infty}^\\infty\n f\\hat(\\xi),e^{2 \\pi i \\xi x}\n \\,d\\xi$$\n\t\nInline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\\pi} = 0$\n\nAligned equations work quite well:\n\n$$\n\\begin{aligned}\na \u0026= b + c \\\\ \u0026= e + f \\\\\n\\end{aligned}\n$$\n\nAnd matrices\n\n$$\n\\begin{bmatrix}\n1 \u0026 2 \u0026 3 \\\\\na \u0026 b \u0026 c\n\\end{bmatrix}\n$$\n\n## RTL\nMore information on configuring RTL languages like Arabic in the [config](notes/config.md) page.","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/Installation-et-mise-en-place-pour-Java":{"title":"Untitled Page","content":"# Installation et mise en place pour Java\n## IDE et machine virtuelle\nLa première étape est logiquement d'installer un IDE (editeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java\n\n### L'IDE\nDe nombreux IDE peuvent fonctionner pour Java, mais celui par défaut créer spécialement pour est Eclipse. Nous allons donc commencer avec cet IDE. Une fois les bases acquise, je recommande vivement de changer d'IDE pour passer à vsCode qui permet beaucoup d'option supplémentaire au niveau de l'adaptaion et la collaboration.\n\n### Machine virtuelle Java","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/config":{"title":"Configuration","content":"## Configuration\nQuartz is designed to be extremely configurable. You can find the bulk of the configuration scattered throughout the repository depending on how in-depth you'd like to