Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
locs = Position[
|
||||
ImageData[Binarize[Rasterize["Mathematica", ImageSize -> 150]]], 0];
|
||||
Print[StringRiffle[
|
||||
StringJoin /@
|
||||
ReplacePart[
|
||||
ReplacePart[
|
||||
ConstantArray[
|
||||
" ", {Max[locs[[All, 1]]] + 1, Max[locs[[All, 2]]] + 1}],
|
||||
locs -> "\\"], Map[# + 1 &, locs, {2}] -> "#"], "\n"]];
|
||||
Loading…
Add table
Add a link
Reference in a new issue