This commit is contained in:
parent
1ca907dfe3
commit
00133fc217
1
.gitmodules
vendored
1
.gitmodules
vendored
@ -2,3 +2,4 @@
|
||||
path = themes/blowfish
|
||||
url = https://github.com/nunocoracao/blowfish.git
|
||||
branch = main
|
||||
shallow = true
|
||||
|
@ -20,7 +20,7 @@ languageName = "English"
|
||||
[***About me...***](/about-me) \
|
||||
"""
|
||||
links = [
|
||||
{ code = "https://git.nicolabelluti.me/nicolabelluti" },
|
||||
{ gitea = "https://git.nicolabelluti.me/nicolabelluti" },
|
||||
{ github = "https://github.com/nicolabelluti" },
|
||||
{ instagram = "https://instagram.com/nicola.belluti" },
|
||||
{ email = "mailto:nicolabelluti@protonmail.com" },
|
||||
|
@ -20,7 +20,7 @@ languageName = "Italiano"
|
||||
[***Su di me...***](/it/about-me) \
|
||||
"""
|
||||
links = [
|
||||
{ code = "https://git.nicolabelluti.me/nicolabelluti" },
|
||||
{ gitea = "https://git.nicolabelluti.me/nicolabelluti" },
|
||||
{ github = "https://github.com/nicolabelluti" },
|
||||
{ instagram = "https://instagram.com/nicola.belluti" },
|
||||
{ email = "mailto:nicolabelluti@protonmail.com" },
|
||||
|
@ -176,6 +176,8 @@ presenze](/it/posts/2024/05/studying-a-communication-protocol#scaricamento-di-tu
|
||||
Se siete interessati, tutto il codice sorgente è già presente su
|
||||
[nicolabelluti/r701](https://git.nicolabelluti.me/nicolabelluti/r701/src/branch/main/src/r701.rs).
|
||||
|
||||
{{< gitea server="https://git.nicolabelluti.me" repo="nicolabelluti/r701" >}}
|
||||
|
||||
## Estrarre le presenze tramite il trait TryInto
|
||||
|
||||
Una volta creato il metodo che ci permette di estrarre un blocco di presenze,
|
||||
|
@ -170,6 +170,8 @@ records](/posts/2024/05/studying-a-communication-protocol#downloading-all-record
|
||||
If you are interested, all the source code is already available at
|
||||
[nicolabelluti/r701](https://git.nicolabelluti.me/nicolabelluti/r701/src/branch/main/src/r701.rs).
|
||||
|
||||
{{< gitea server="https://git.nicolabelluti.me" repo="nicolabelluti/r701" >}}
|
||||
|
||||
## Extracting Attendances via the TryInto Trait
|
||||
|
||||
Once we have created the method that allows us to extract a block of
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 18ed67b2e613e2803d05b857327d73e408d90d53
|
||||
Subproject commit 580f36f0de3050d7e63e9626179c0c9db8b4673b
|
Loading…
Reference in New Issue
Block a user