Fit partial derivative into sampler specimen. (#2053)

* Fit partial derivative into sampler specimen.

* tweak

* tweak

* nvm
This commit is contained in:
John McWilliams 2023-10-18 15:13:37 -04:00 committed by GitHub
parent bb6b2c0d83
commit 69da0625a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3,9 +3,9 @@ import * as themes from "../themes/index.mjs";
// prettier-ignore
export const ssStrings = [
["ABC.DEF.GHI.JKL.MNO.PQRS.TUV.WXYZ", "abc.def.ghi.jkl.mno.pqrs.tuv.wxyz"],
["!iIlL17|¦ coO08BbDQ $5SZ2zsz 96µm", "float il1[]={1-2/3.4,5+6=7/8%90};"],
["!iIlL17|¦ ¢coO08BbDQ $5SZ2zs 96µm", "float il1[]={1-2/3.4,5+6=7/8%90};"],
["1234567890 ,._-+= >« ¯-¬_ »~–÷+×<", "{*}[]()<>`+-=$/#_%^@\\&|~?'\" !,.;:"],
["E3CGQ g9q¶ uvw ¢ſßðþ ΓΔΛαδιλμξπτχ", [..."ЖЗКУЯжзклмнруфчьыя ", "<=", " ", "!="," ","==", " ", "=>", " ", "->"]]
["E3CGQ g9q¶ uvw ſßðþ ΓΔΛαδιλμξπτχ", [..."ЖЗКУЯжзклмнруфчьыя ", "<=", " ", "!="," ","==", " ", "=>", " ", "->"]]
];
function* makeSample(lbm, hotChars) {

View file

@ -3,9 +3,9 @@ import * as themes from "../themes/index.mjs";
// prettier-ignore
const ssStrings = [
["ABC.DEF.GHI.JKL.MNO.PQRS.TUV.WXYZ", "abc.def.ghi.jkl.mno.pqrs.tuv.wxyz"],
["!iIlL17|¦ coO08BbDQ $5SZ2zsz 96G&", "float il1[]={1-2/3.4,5+6=7/8%90};"],
["!iIlL17|¦ ¢coO08BbDQ $5SZ2zs 96µm", "float il1[]={1-2/3.4,5+6=7/8%90};"],
["1234567890 ,._-+= >« ¯-¬_ »~–÷+×<", "{*}[]()<>`+-=$/#_%^@\\&|~?'\" !,.;:"],
["E3C g9qCGQ uvw ¢ſßðþ ΓΔΛαδιλμξπτχ", [..."ЖЗКУЯжзклмнруфчьыя ", "<=", " ", "!="," ","==", " ", "=>", " ", "->"]]
["E3CGQ g9q¶ uvw ſßðþ ΓΔΛαδιλμξπτχ∂", [..."ЖЗКУЯжзклмнруфчьыя ", "<=", " ", "!="," ","==", " ", "=>", " ", "->"]]
];
function* makeSample(theme, lbm, features, hotChars) {