Data update
This commit is contained in:
parent
29a5eea0d4
commit
5c1bb7bfa9
2011 changed files with 35081 additions and 3229 deletions
9
Task/Bifid-cipher/Uiua/bifid-cipher-1.uiua
Normal file
9
Task/Bifid-cipher/Uiua/bifid-cipher-1.uiua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
S ← "ABCDEFGHIKLMNOPQRSTUVWXYZ"
|
||||
P ← ↯⊟.√⧻.S
|
||||
Prep ← ▽∊:S.∧⍜⊡⋅@I⊚⌕@J.⌵
|
||||
Bifid ← setinv(
|
||||
⊡:⟜(↯∞_2/⊂⇌⍉≡(⊢⊚⌕)Prep:¤)P
|
||||
| ⊡:⟜(⍉⇌↯2_∞/⊂≡(⊢⊚⌕):¤)P
|
||||
)
|
||||
°Bifid.Bifid. "This is it"
|
||||
°Bifid.Bifid. "The invasion will start on the first of January"
|
||||
9
Task/Bifid-cipher/Uiua/bifid-cipher-2.uiua
Normal file
9
Task/Bifid-cipher/Uiua/bifid-cipher-2.uiua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
S ← "GLYPHABCDEFIJKMNOQRSTUVWXZ0123456789"
|
||||
P ← ↯⊟.√⧻.S
|
||||
Prep ← ▽∊:S.⌵
|
||||
Bifid ← setinv(
|
||||
⊡:⟜(↯∞_2/⊂⇌⍉≡(⊢⊚⌕)Prep:¤)P
|
||||
| ⊡:⟜(⍉⇌↯2_∞/⊂≡(⊢⊚⌕):¤)P
|
||||
)
|
||||
°Bifid.Bifid. "This is it"
|
||||
°Bifid.Bifid. "The invasion will start at 0600 on the 1st of January"
|
||||
Loading…
Add table
Add a link
Reference in a new issue