Skip to content

Commit 95f5a79

Browse files
committed
Alléger le slide de présentation
1 parent dc6a99c commit 95f5a79

File tree

9 files changed

+73
-2
lines changed

9 files changed

+73
-2
lines changed

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/lib.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/lib1.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/picocli_4_7_5.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,8 @@ <h2 id="qui-suis-je">Qui suis-je ?</h2>
427427
<p>Développeur Back<br />
428428
Consultant Senior (<img class="emoji" draggable="false" alt="👥" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@14.1.2/assets/svg/1f465.svg" data-marp-twemoji=""/> Tribu « Java / Kotlin »)</p>
429429
<p><img src="images/octo.png" alt="" style="width:182px;height:69px;" /></p>
430-
<p><img src="images/jug.ico" alt="" style="width:28px;height:28px;" /> Membre de Paris JUG<br />
431-
<img src="images/github.ico" alt="" style="width:28px;height:28px;" /> <a href="https://github.com/grumpyf0x48">grumpyf0x48</a> <img class="emoji" draggable="false" alt="🦋" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@14.1.2/assets/svg/1f98b.svg" data-marp-twemoji=""/> <a href="https://bsky.app/profile/pyfourmond.bsky.social">pyfourmond.bsky.social</a></p>
430+
<p><img src="images/github.ico" alt="" style="width:28px;height:28px;" /> <a href="https://github.com/grumpyf0x48">grumpyf0x48</a><br />
431+
<img src="images/jug.ico" alt="" style="width:28px;height:28px;" /> Membre de Paris JUG</p>
432432
<p><strong>#Java</strong> <strong>#Linux</strong> <strong>#Bash</strong> <strong>#Scripting</strong> <strong>#CLI</strong></p>
433433
<footer>Human Talks Paris</footer>
434434
</section>

java-cli-apps.github.io.iml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/exemples/generate-data-21" isTestSource="false" />
7+
<sourceFolder url="file://$MODULE_DIR$/exemples/generate-data-22" isTestSource="false" />
8+
<sourceFolder url="file://$MODULE_DIR$/exemples/jep-458" isTestSource="false" />
9+
</content>
10+
<orderEntry type="inheritedJdk" />
11+
<orderEntry type="sourceFolder" forTests="false" />
12+
<orderEntry type="library" name="lib1" level="project" />
13+
<orderEntry type="library" name="lib" level="project" />
14+
<orderEntry type="library" name="picocli-4.7.5" level="project" />
15+
</component>
16+
<component name="SonarLintModuleSettings">
17+
<option name="uniqueId" value="54b5c020-3549-46d0-97cd-4434d8d78f5d" />
18+
</component>
19+
</module>

0 commit comments

Comments
 (0)