Skip to content

Instantly share code, notes, and snippets.

this is a test

lorem ipsum dolor sit amet

for (let i = 0; i < 100; i++) {
  console.log("!");
}
@nikk-ca
nikk-ca / data.wl
Last active January 9, 2025 12:44
getting a data set with wolfram cloud
EntityClass["Movie",{"DomesticBoxOfficeGross"->TakeLargest[5000]}] // EntityValue[#, "Name"]& // StringRiffle[#, "\n"]&
EntityClass["Company",{"TotalAssets"->TakeLargest[5000]}] // EntityValue[#, "Name"]& // StringRiffle[#, "\n"]&
EntityList["Pokemon"] // EntityValue[#, "Name"]& // StringRiffle[#, "\n"]&
EntityList["Mythology"] // EntityValue[#, "Name"]& // StringRiffle[#, "\n"]&