🐐 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
AETERNVM FACE {
DESIGNA x VT x+I
SI x EST X TVNC {
ERVMPE
}
DESIGNA x VT x+I
SI x EST X TVNC {
ERVMPE
}
}
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
SI x TVNC {
DICE(I)
DICE(I)
} 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
SI x EST I TVNC {
DICE(I)
DICE(I)
} ALVID SI x EST II TVNC {
DICE(II)
DICE(II)
} 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 y VT FALSITAS
SI x ET y TVNC {
DICE(I)
DICE(I)
} ALVID SI x AVT y TVNC {
DICE(II)
DICE(II)
} 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 {
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
DONICVM y VT NVLLVS VSQVE X FACE {
DESIGNA x VT x + y
DESIGNA x VT x + y
}
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
DVM x PLVS X FACE {
DESIGNA x VT x+I
DESIGNA x VT x+I
}
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 {
SI x EST NVLLVS TVNC {
REDI(NVLLVS)
} ALVID SI x EST I TVNC {
REDI(I)
} ALVID {
REDI(INVOCA fib(x-II) + INVOCA fib(x-I))
}
SI x EST NVLLVS TVNC {
REDI(NVLLVS)
} ALVID SI x EST I TVNC {
REDI(I)
} ALVID {
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 {
REDI(x*x)
REDI(x*x)
}
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 {
REDI (INVOCA f (x))
REDI (INVOCA f (x))
}
DESIGNA dbl VT FVNCTIO (n) VT {
REDI (n * II)
REDI (n * II)
}
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]
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
SI x TVNC {
DICE(I)
REDI(NVLLVS)
DICE(I)
REDI(NVLLVS)
}
DICE(NVLLVS)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB