new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Electron · API · all subjects

app/about

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

app.showAboutPanel() method

Displays the app's about panel options. These options can be overridden with app.setAboutPanelOptions(options). This function runs asynchronously.

app.setAboutPanelOptions(options) method parameters

The app.setAboutPanelOptions(options) method accepts an options object with the following optional parameters: applicationName (string) the app's name; applicationVersion (string) the app's version; copyright (string) copyright information; version (string, macOS only) the app's build version number; credits (string, macOS and Windows only) credit information; authors (string array, Linux only) list of app authors; website (string, Linux only) the app's website; iconPath (string, Linux and Windows only) path to the app's icon in JPEG or PNG format (on Linux displayed as 64x64 pixels retaining aspect ratio, on Windows a 48x48 PNG results in best visual quality).

app.setAboutPanelOptions() credits handling on macOS

If you do not set credits in setAboutPanelOptions but still wish to surface them on macOS, AppKit will look for a file named 'Credits.html', 'Credits.rtf', or 'Credits.rtfd', in that order, in the bundle returned by the NSBundle class method main. The first file found is used, and if none is found, the info area is left blank.

Give your agent this brain