AI Riddle
Please don't publish the explanation for this riddle.
drawing programlook in the scripting index, under MouseBox. The sample script for SetClick is a tiny sketchpad.15-puzzlewhile you are looking at MouseBox, check out the SetDropTrack script. Classic game.mazeAlong with the other samples that ship with JMP, there is a set of 3D samples. Look in Samples/Scripts/Scene3D. Check out the RatMaze JSL sample. (Read the 2nd paragraph of the comments be...
See which folders are using the most space.
Use JSL to control a web browser.
Simple Find and Replace
JMP's scripting language, JSL, can store numbers, strings, and other objects in variables. A string assignment might look like this:
place = "Cary, North Carolina, USA";
the variable place now holds the string. Here's a set of functions for working with strings in JSL. Place will keep that same string in all the examples. Regex and Pattern Matching are covered in later po...
Use a graphics frame box to add text and lines on top of a picture. Use a frame box to add text and lines to a picture.
JMP's Run Program and HTTP Request use AI tools and FFmpeg to make a video.
Examples of using JSL classes with and without subclassing.
Digitize waveforms off a picture to calculate watts
Combine Integrate with Interpolate or SplineEval to get the area under the curve.
Displaying duplicate words with Text Box markup.
Where the JMP Tips live. Make a web page that shows them in a loop.
First peek at eleven months of trending words. Caturday is not the least popular day of the week.
Using JMP to create an HTML table from a data table.
I just discovered the 20-year-old Wireworld computer, which appears to be just a picture. It's much more than a picture. Its a functional piece of art that calculates prime numbers. It's a description and implementation of a computer. It must have been a labor of love for the folks that created it.From the picture I learned about one choice for the only instruction in a One-Instruction compute...
Clickable URL in a < a > link tagUse Regex or Text Explorer to find URLs in HTML