User talk:Blek: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:

== PowerShell entry ==

Good day!<br>
Good day!<br>
Could I edit your PowerShell entry in the [[Hello_world/Newbie| Hello World/Newbie]] task?<br>
Could I edit your PowerShell entry in the [[Hello_world/Newbie| Hello World/Newbie]] task?<br>
Line 8: Line 11:


: I've seen your changes. Your solution is better than mine. There are many ways to solve each task. Feel free to share your solutions.
: I've seen your changes. Your solution is better than mine. There are many ways to solve each task. Feel free to share your solutions.

::Thanks! --[[User:Simple9371|Simple9371]] ([[User talk:Simple9371|talk]]) 07:52, 3 July 2015 (UTC)


== Pisano period ==

In the second equation for the Rosetta Code task &nbsp; [https://rosettacode.org/wiki/Pisano_period '''Pisano period''']:

'''pisano(p<sup>K</sup>) == p<sup>(k-1)</sup>pisano(p)'''

You have the 1<sup>st</sup> &nbsp; letter &nbsp; '''K''' &nbsp; spelled in uppercase, &nbsp; and
<br>you have the 2<sup>nd</sup> &nbsp; letter &nbsp; '''k''' &nbsp; spelled in lowercase.

I would've changed it myself &nbsp; (for consistency), &nbsp; but I don't know which (lower/upper) case you preferred in the equation.

I could barely make out the superscripts &nbsp; (old eyes, I guess).

For equations that use superscripts and/or subscripts, radicals (and other special characters), and also Greek letters, &nbsp; I normally use:

<big><big> '''pisano(p<sup>k</sup>) == p<sup>(k-1)</sup>pisano(p)''' </big></big>


-- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 00:55, 5 March 2020 (UTC)

:Hi Blek, Gérard, that mistake was mine. Feel free to correct as I am on my mobile at the moment. Thanks.

:P.S I too have old eyes. Glasses help me, as does a lovely 7.2" Huawei Mate 20 X phone 😊
:--[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 07:20, 5 March 2020 (UTC)

Latest revision as of 07:44, 5 March 2020

PowerShell entry

Good day!
Could I edit your PowerShell entry in the Hello World/Newbie task?
Thanks in advance! --Simple9371 (talk) 08:37, 30 June 2015 (UTC)

(Jumping in...) I would say go ahead and make the change - as long as your change is clearly an improvement. That said, if you and Blek need to coordinate, waiting for a conversation also can work quite well. (The reason I say this is that if your change is not clearly an improvement and you are asking permission for that, then that can lead into all sorts of problems. So it's often best to just jump in and try and help and then in the unusual failure mode case where things go sour to back off and let cooler heads prevail.) --Rdm (talk) 13:48, 1 July 2015 (UTC)
Ok. I made the change already. --Simple9371 (talk) 09:05, 2 July 2015 (UTC)
I've seen your changes. Your solution is better than mine. There are many ways to solve each task. Feel free to share your solutions.
Thanks! --Simple9371 (talk) 07:52, 3 July 2015 (UTC)


Pisano period

In the second equation for the Rosetta Code task   Pisano period:

  pisano(pK) == p(k-1)pisano(p)

You have the 1st   letter   K   spelled in uppercase,   and
you have the 2nd   letter   k   spelled in lowercase.

I would've changed it myself   (for consistency),   but I don't know which (lower/upper) case you preferred in the equation.

I could barely make out the superscripts   (old eyes, I guess).

For equations that use superscripts and/or subscripts, radicals (and other special characters), and also Greek letters,   I normally use:

  pisano(pk) == p(k-1)pisano(p) 


-- Gerard Schildberger (talk) 00:55, 5 March 2020 (UTC)

Hi Blek, Gérard, that mistake was mine. Feel free to correct as I am on my mobile at the moment. Thanks.
P.S I too have old eyes. Glasses help me, as does a lovely 7.2" Huawei Mate 20 X phone 😊
--Paddy3118 (talk) 07:20, 5 March 2020 (UTC)