All public logs
Jump to navigation
Jump to search
Combined display of all available logs of APL Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 05:27, 21 July 2020 Bubbler talk contribs created page Reduction First (Redirected page to Reduce) Tag: New redirect
- 05:27, 21 July 2020 Bubbler talk contribs created page Reduce First (Redirected page to Reduce) Tag: New redirect
- 02:38, 20 July 2020 Bubbler talk contribs created page Reduce (Created page with "{{Built-ins|Reduce|/|⌿}}, also called '''Reduction''' or '''Insert''', is a primitive monadic operator which takes a dyadic function operand...")
- 04:54, 15 July 2020 Bubbler talk contribs created page Constant (Created page with "{{Built-in|Constant|⍨}} is a monadic operator which takes an array as its operand and becomes a function which returns the operand array regardless of its ...")
- 06:08, 14 July 2020 Bubbler talk contribs created page Range (Created page with "{{Built-in|Range|…}}, also called '''Sequence''' in NARS2000 using the digraph <source lang=apl inline>..</source>, is a dyadic primitive function which creates...")
- 23:49, 9 July 2020 Bubbler talk contribs created page Materialise (Created page with "{{Built-in|Materialise|⌷}} is a monadic primitive function which tries to cast the argument (which can be any object) into an APL array. If the argument is alrea...")
- 08:36, 9 July 2020 Bubbler talk contribs created page Encode (Created page with "{{Built-in|Encode|⊤}}, also called '''Represent''' or '''Antibase''', is a dyadic primitive function which computes the representation of the right argument in the r...")
- 06:50, 8 July 2020 Bubbler talk contribs created page User:Bubbler (Created page with "[https://codegolf.stackexchange.com/users/78410/bubbler?tab=profile My profile on Code Golf Stack Exchange] I am a regular code golfer on Code Golf.SE, and my m...")
- 06:40, 8 July 2020 Bubbler talk contribs created page Base (Redirected page to Decode) Tag: New redirect
- 02:36, 8 July 2020 Bubbler talk contribs created page Decode (Created page with "{{Built-in|Decode|⊥}}, also called '''Base''', is a dyadic primitive function which evaluates the right argument in terms of the radix system defined by the left...")
- 06:58, 29 June 2020 Bubbler talk contribs created page Member (Redirected page to Membership) Tag: New redirect
- 06:56, 29 June 2020 Bubbler talk contribs created page Find (Created page with "{{Built-in|Find|⍷}} is a dyadic primitive function which tests if the left argument appears as a contiguous subarray of the right argument. == Examples ==...")
- 05:33, 29 June 2020 Bubbler talk contribs created page Membership (Created page with "{{Built-in|Membership|∊}}, also called '''Member Of''' or '''Member In''', is a dyadic primitive function which tests if each of the elements of the left [[argument]...")
- 05:30, 25 June 2020 Bubbler talk contribs created page Dyadic Grade (Redirected page to Grade#Dyadic form) Tag: New redirect
- 05:30, 25 June 2020 Bubbler talk contribs created page Grade-Up (Redirected page to Grade) Tag: New redirect
- 05:30, 25 June 2020 Bubbler talk contribs created page Grade-Down (Redirected page to Grade) Tag: New redirect
- 05:30, 25 June 2020 Bubbler talk contribs created page Grade Up (Redirected page to Grade) Tag: New redirect
- 05:30, 25 June 2020 Bubbler talk contribs created page Grade Down (Redirected page to Grade) Tag: New redirect
- 05:30, 25 June 2020 Bubbler talk contribs created page Grade up (Redirected page to Grade) Tag: New redirect
- 05:29, 25 June 2020 Bubbler talk contribs created page Grade down (Redirected page to Grade) Tag: New redirect
- 05:03, 25 June 2020 Bubbler talk contribs created page Grade (Created page with "{{Built-ins|Grade|⍋|⍒}} is a pair of ambivalent primitive functions related to sorting. Instea...")
- 05:37, 22 June 2020 Bubbler talk contribs created page Complex Floor (Created page with "'''Complex Floor''' is a domain extension for the built-in function Floor to accept complex numbers. It was originally designed by Eugene McDonnell<...")
- 13:29, 16 June 2020 Bubbler talk contribs created page Link (Created page with "{{Built-in|Link|⊃}}, or <source lang=j inline>;</source> in J, is a dyadic primitive function which builds a nested vector out of the two argument|argu...")
- 06:21, 16 June 2020 Bubbler talk contribs created page Conditional Enclose (Redirected page to Nest) Tag: New redirect
- 06:21, 16 June 2020 Bubbler talk contribs created page Enclose if simple (Redirected page to Nest) Tag: New redirect
- 05:31, 16 June 2020 Bubbler talk contribs created page Nest (Created page with "{{Built-in|Nest|⊆}}, or '''Enclose If Simple''', is a monadic primitive function that applies Enclose to the given argument, but only if it is simple. Ne...")
- 05:06, 16 June 2020 Bubbler talk contribs created page Box function (Redirected page to Enclose) Tag: New redirect
- 05:05, 16 June 2020 Bubbler talk contribs created page Enclose (Created page with "{{Built-ins|Enclose|⊂|<}}, or '''Box''', is a monadic primitive function which creates a nested scalar by wrapping its argument under one level of nestin...")
- 03:36, 16 June 2020 Bubbler talk contribs created page Split (Created page with "{{Built-in|Split|↓}} is a monadic primitive function which reduces the rank of its argument by converting one of its axes to one level of nested a...")
- 08:19, 15 June 2020 Bubbler talk contribs created page Dyadic transpose (Redirected page to Transpose#Dyadic usage) Tag: New redirect
- 08:19, 15 June 2020 Bubbler talk contribs created page Dyadic Transpose (Redirected page to Transpose#Dyadic usage) Tag: New redirect
- 08:19, 15 June 2020 Bubbler talk contribs created page Rotate First (Redirected page to Rotate) Tag: New redirect
- 08:16, 15 June 2020 Bubbler talk contribs created page Transpose (Created page with "{{Built-in|Transpose|⍉}} is an ambivalent primitive function which reorders the axes of the right argument array. The name Transpose comes from the fact...")
- 06:03, 15 June 2020 Bubbler talk contribs created page Rotate (Created page with "{{Built-ins|Rotate|⌽|⊖}} is a dyadic primitive function which "rotates" the elements of the right argument around a specified axis. The name Rotate is...")
- 06:59, 12 June 2020 Bubbler talk contribs created page Nth Root (Redirected page to Root) Tag: New redirect
- 06:57, 12 June 2020 Bubbler talk contribs created page Root (Created page with "{{Built-in|Root|√}} (<source lang=j inline>%:</source> in J) is a dyadic scalar function that computes the nth root; <source lang=apl inli...")
- 06:33, 12 June 2020 Bubbler talk contribs created page Dyadic Format (Redirected page to Format#Dyadic form) Tag: New redirect
- 06:33, 12 June 2020 Bubbler talk contribs created page Dyadic format (Redirected page to Format#Dyadic form) Tag: New redirect
- 06:04, 12 June 2020 Bubbler talk contribs created page Set Difference (Redirected page to Without) Tag: New redirect
- 05:58, 12 June 2020 Bubbler talk contribs created page Solve (Checked A+ doc) Tag: New redirect
- 05:43, 12 June 2020 Bubbler talk contribs created page Item Ravel (Redirected page to Table) Tag: New redirect
- 05:40, 12 June 2020 Bubbler talk contribs created page Table (Created page with "{{Built-in|Table|⍪}}, or '''Ravel Items''', is a monadic primitive function which returns a matrix formed by applying Ravel to each major cell of the giv...")
- 05:23, 12 June 2020 Bubbler talk contribs created page Enlist (Created page with "{{Built-in|Enlist|∊}} is a primitive function which returns a simple vector of all simple scalar values in a possibly nested array. Enlist differs from [...")
- 03:40, 11 June 2020 Bubbler talk contribs created page Without (Created page with "{{Built-in|Without|~}}, '''Excluding''', or '''Less''', is a dyadic set function which computes the set difference of the two vector [...")
- 03:31, 11 June 2020 Bubbler talk contribs created page Union (Created page with "{{Built-in|Union|∪}} is a dyadic set function which computes the set union of the two vector arguments. == Example...")
- 01:51, 11 June 2020 Bubbler talk contribs created page Intersection (Created page with "{{Built-in|Intersection|∩}} is a dyadic set function which computes the set intersection of the two vector argument|arg...")
- 01:24, 11 June 2020 Bubbler talk contribs created page Expand First (Redirected page to Expand) Tag: New redirect
- 01:24, 11 June 2020 Bubbler talk contribs created page Expand (Created page with "{{Built-ins|Expand|<nowiki>\</nowiki>|⍀}} is a dyadic function or monadic operator that copies each element of the right argument a given number of times and...")
- 08:06, 10 June 2020 Bubbler talk contribs created page Matrix division (Redirected page to Matrix Divide) Tag: New redirect
- 08:05, 10 June 2020 Bubbler talk contribs created page Matrix divide (Redirected page to Matrix Divide) Tag: New redirect