The Wayback Machine - https://web.archive.org/web/20230929100736/https://codecards.tumblr.com/
"Wolfram Code Cards"
close
DensityPlot[Module[{z = -x + I y, i = 0}, While[i < 100 && Abs[z] < 1, z = z^1.5 + -.2; i++]; i], {y, -.2, .2}, {x, .35, .75}, PlotPoints -> 150, Frame -> False]

DensityPlot[Module[{z = -x + I y, i = 0}, While[i < 100 && Abs[z] < 1, z = z^1.5 + -.2; i++]; i], {y, -.2, .2}, {x, .35, .75}, PlotPoints -> 150, Frame -> False]

a = ImageData[EntityValue [Entity ["Person", "ElvisPresley::2kzg4"], "Image"]]; Grid[Partition [Image /@ Table[a = Rescale[a - GradientFilter[a, 3]], {71}][[31 ;; 1 ;; -10]], 2]]

a = ImageData[EntityValue [Entity ["Person", "ElvisPresley::2kzg4"], "Image"]]; Grid[Partition [Image /@ Table[a = Rescale[a - GradientFilter[a, 3]], {71}][[31 ;; 1 ;; -10]], 2]]

With[{aj = Cases[EntityValue[EntityValue[Entity["PopularCurve", "ApplejackCurve"], "Image"]], Line[x_], Infinity]}, Graphics[Table[{Hue[0, 1, .9], Rotate[aj, x Degree, {0, 600}]}, {x,1, 360, 360/5}]]]

With[{aj = Cases[EntityValue[EntityValue[Entity["PopularCurve", "ApplejackCurve"], "Image"]], Line[x_], Infinity]}, Graphics[Table[{Hue[0, 1, .9], Rotate[aj, x Degree, {0, 600}]}, {x,1, 360, 360/5}]]]

Grid[Partition[Table[GeoGraphics[GeoDisk[Entity["City",{"LasVegas", "Nevada", "UnitedStates"}], Quantity[10^(3 + n), "Meters"]], GeoProjection -> "Bonne"], {n, 4}], 2]]

Grid[Partition[Table[GeoGraphics[GeoDisk[Entity["City",{"LasVegas", "Nevada", "UnitedStates"}], Quantity[10^(3 + n), "Meters"]], GeoProjection -> "Bonne"], {n, 4}], 2]]

1 of 4
Load More Posts
Sorry, No More Posts
BERJAYALoading...