🐐 Snippets

This commit is contained in:
2026-04-21 23:24:09 +02:00
parent afb1622b3a
commit 4f78450756
24 changed files with 28 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
DESIGNA x VT NVLLVS DESIGNA x VT NVLLVS
AETERNVM FACE { AETERNVM FACE {
DESIGNA x VT x+I DESIGNA x VT x+I
SI x EST X TVNC { SI x EST X TVNC {
ERVMPE ERVMPE
} }
} }
DICE(x) DICE(x)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -1,6 +1,6 @@
DESIGNA x VT VERITAS DESIGNA x VT VERITAS
SI x TVNC { SI x TVNC {
DICE(I) DICE(I)
} ALVID { } ALVID {
DICE(NVLLVS) DICE(NVLLVS)
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -1,8 +1,8 @@
DESIGNA x VT II DESIGNA x VT II
SI x EST I TVNC { SI x EST I TVNC {
DICE(I) DICE(I)
} ALVID SI x EST II TVNC { } ALVID SI x EST II TVNC {
DICE(II) DICE(II)
} ALVID { } ALVID {
DICE(III) DICE(III)
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -1,9 +1,9 @@
DESIGNA x VT VERITAS DESIGNA x VT VERITAS
DESIGNA y VT FALSITAS DESIGNA y VT FALSITAS
SI x ET y TVNC { SI x ET y TVNC {
DICE(I) DICE(I)
} ALVID SI x AVT y TVNC { } ALVID SI x AVT y TVNC {
DICE(II) DICE(II)
} ALVID { } ALVID {
DICE(III) DICE(III)
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -1,3 +1,3 @@
PER k IN d FACE { PER k IN d FACE {
DICE(k) DICE(k)
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -1,5 +1,5 @@
DESIGNA x VT NVLLVS DESIGNA x VT NVLLVS
DONICVM y VT NVLLVS VSQVE X FACE { DONICVM y VT NVLLVS VSQVE X FACE {
DESIGNA x VT x + y DESIGNA x VT x + y
} }
DICE(x) DICE(x)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -1,5 +1,5 @@
DESIGNA x VT NVLLVS DESIGNA x VT NVLLVS
DVM x PLVS X FACE { DVM x PLVS X FACE {
DESIGNA x VT x+I DESIGNA x VT x+I
} }
DICE(x) DICE(x)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -1,9 +1,9 @@
DEFINI fib(x) VT { DEFINI fib(x) VT {
SI x EST NVLLVS TVNC { SI x EST NVLLVS TVNC {
REDI(NVLLVS) REDI(NVLLVS)
} ALVID SI x EST I TVNC { } ALVID SI x EST I TVNC {
REDI(I) REDI(I)
} ALVID { } ALVID {
REDI(INVOCA fib(x-II) + INVOCA fib(x-I)) REDI(INVOCA fib(x-II) + INVOCA fib(x-I))
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

@@ -1,5 +1,5 @@
DEFINI sqvare(x) VT { DEFINI sqvare(x) VT {
REDI(x*x) REDI(x*x)
} }
DICE(INVOCA sqvare(XI)) DICE(INVOCA sqvare(XI))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -1,9 +1,9 @@
DEFINI apply (f, x) VT { DEFINI apply (f, x) VT {
REDI (INVOCA f (x)) REDI (INVOCA f (x))
} }
DESIGNA dbl VT FVNCTIO (n) VT { DESIGNA dbl VT FVNCTIO (n) VT {
REDI (n * II) REDI (n * II)
} }
DICE(INVOCA apply (dbl, VII)) DICE(INVOCA apply (dbl, VII))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -1,4 +1,4 @@
DESIGNA x VT [I, II, III, IV, V] DESIGNA x VT [I, II, III, IV, V]
PER y IN x FACE { PER y IN x FACE {
DICE(y) DICE(y)
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,7 +1,7 @@
DESIGNA x VT VERITAS DESIGNA x VT VERITAS
SI x TVNC { SI x TVNC {
DICE(I) DICE(I)
REDI(NVLLVS) REDI(NVLLVS)
} }
DICE(NVLLVS) DICE(NVLLVS)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB