Skip to content

Commit

Permalink
fix collapsed spaces in quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed Jun 10, 2024
1 parent e6a0932 commit 1051e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion quiz/quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ i{display:none}
body{color:#222;overflow:hidden;position:relative;font-size:16px;content:"w";background:#ddd} .w{background:#ddd;filter:invert(0)}
@media(prefers-color-scheme:dark){body[class=""]{content:"g";background:#444;filter:invert(.85)}} .g{background:#444;filter:invert(.85)}
@media(prefers-contrast:more) {body[class=""]{content:"b";background:#222;filter:invert(1) }} .b{background:#222;filter:invert(1)}
pre,code{font-family:M}
pre,code{font-family:M;white-space:pre-wrap}
code
img{margin-bottom:4px;opacity:90%;}
#a{position:relative;top:6.5px;height:16px;margin-right:.6ex;border-radius:1em;border:.25ex solid currentcolor;width:16px}
a{display:inline-block;text-align:center;z-index:1;width:1em;line-height:1em;color:unset;
Expand Down
2 changes: 1 addition & 1 deletion table.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -3680,7 +3680,7 @@ op←{⍵⍵ ⍺} Prototypical dyadic dop deriving dyadic functions Syntax Dyadi
({⍵⊣⍵.⎕CY'dfns'}⎕NS⍬).name Call function “name” from the dfns workspace without polluting the current workspace Syntax System dfns.dws https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtEzSqH/VufdS1GEjqAUWcI9VT0vKK1WuBbL/gR71rNPWSE3MUDC3NzBQMDf//BwA
1⌽,⍨9⍴'''1⌽,⍨9⍴''' An expression giving itself Constant Text quine string https://tio.run/##SyzI0U2pTMzJT/8PBIaPevbqPOpdYfmod4u6ujoaFwA
{2⎕NQ#'DeleteTypeLib'⍵}∘⊃¨2⎕NQ#'ListTypeLibs' Delete all loaded TypeLibs Expression .NET interface System deletion deleting removal removing remove unloading COMserver COMobjects COMlibraries
Is{3⊃⊃¯1⎕DT ¯1+1⎕DT⊂1+0 12⊤1+12⊥⍺,⍵-1}Js Number of days in month Js of year Is Constant System calendar length this
Is{3⊃⊃¯1⎕DT ¯1+1⎕DT⊂1+0 12⊤1+12⊥⍺,⍵-1}Js Number of days in month Js of year Is Constant Mathematical calendar length this
⎕SE.(⍎⊃2⎕FIX'/StartupSession.aplf',⍨2⎕NQ#'GetEnvironment' 'DYALOG') Initialise session (Dyalog.Utils, Link, SALT, user commands, etc.) in runtime or shell script Expression System start ucmds usercommands ] dyalogrt dyalogscript dyascript ]link initialize
(⎕D,⎕A~'ILOU')[(1+(10⍴32)⊤12⎕DT'Z'),?16⍴32] Generate random ULID Expression Text Universally Unique Lexicographically Sortable Identifier generation generating randomised randomized string
⍎⊖⍕⊃⊂|⌊-*+○⌈×÷!⌽⍉⌹~⍴⍋⍒,⍟?⍳0 Meaning of life (traditional) Constant Expression hitchhiker'sguidetothegalaxy hitchhikersguidetothegalaxy Deep Thought 42 HG2G HHGTTG H2G2 tHGttG the Answer to the Ultimate Question Life, the Universe, and Everything FinnAPL https://tio.run/##AVEArv9hcGwtZHlhbG9n///ijpXihpDijY7iipbijZXiioPiioJ84oyKLSor4peL4oyIw5fDtyHijL3ijYnijLl@4o204o2L4o2SLOKNnz/ijbMw//8
Expand Down

0 comments on commit 1051e60

Please sign in to comment.