stippled line variable point spacing from raster
 1-17  18-37  38-57  58-60

Previous
Next
 From:  bemfarmer
10809.58 
With Windows 11, the taskbar can be set to be a tiny sliver at the bottom of the screen.
Hover over it opens up the taskbar.
RightClick taskbar brings up Setting > Personalization, go to Taskber behavior > Checkbox: "Automatically hide the taskbar"

- Brian
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Larry Fahnoe (FAHNOE)
10809.59 In reply to 10809.55 
Hi Brian,

> It is alphabetical, ignoring the underline prefix.
> It does duplicate listing of some scripts.

> (I'm thinking the underline is obsolete?, Or does not add much to the display?)

Hmm, I've not noticed it duplicating scripts in my usage. I wonder though, do you happen to have something like two scripts named foo.js and _foo.js? That would produce an apparent duplication, but only because there were two scripts with related names. If you can provide any other clues as to what you're seeing of this duplication I'd appreciate them.

I believe the underscore prefix was an early means of keeping users' scripts separate from MoI's scripts & is now unnecessary with AppData/commands. However since the prefix is part of the name I wanted to display it, but alpha sorted as you note.

--Larry
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  bemfarmer
10809.60 
This site explains RBG colors well, and the mouse can hover over a color to see the values.
https://www.rapidtables.com/web/color/RGB_Color.html
There are other tables as well.

Let a gradient be 256 pixels wide.
There are only 256 values for each R, G, or B number.
So a gradient made up of grey colors, from White to Black, could have RGB numbers such
that Rnum = Gnum = Bnum, in the integer range of 0...255.
The numbers for White are ( 255, 255, 255 )
The numbers for Black are ( 0, 0, 0 )
The average of the three numbers could be used.
To add up various sums of numbers, each should be subtracted from 255, to invert a White to Black gradient, to calculate when a sum exceeds a threshold number. (Assuming MoI points are more dense for darker regions.)
For 256 pixels the sum of the numbers could be an arithmetic series. As well as sums of sequential terms of subsets of the values.

The number of terms whose sum exceeds a threshold number can be calculated, with other than brute force:
https://math.stackexchange.com/questions/1624580/how-many-terms-in-arithmetic-series-where-sum-1000

Such a gradient image that is 512 pixels wide could have pairs with the same average value of the pixels.

- Brian

EDITED: 19 Aug 2022 by BEMFARMER

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages:  1-17  18-37  38-57  58-60