User talk:CRGreathouse: Difference between revisions

Nth PARI/GP Output: Thanks
(Nth PARI/GP Output: Thanks)
 
(10 intermediate revisions by 6 users not shown)
Line 33:
::I've had some bad flu's in my time ... So much so that I reckoned that I alternate between having a really bad flu one year then only a milder flu the next. Last year was my good year so I am looking at a real stinker this winter - and they usually occur in time to mess with my xmas/new year holidays too! Get well soon :-)
:: --[[User:Paddy3118|Paddy3118]] 07:25, 7 May 2011 (UTC)
 
== Header change ==
 
I saw a change you made to the header template recently. Why did we need that change exactly? Were there any places where you saw C# causing a problem? Also, before making edits to widely used templates (like {{tmpl|task}}, {{tmpl|language}}, and {{tmpl|header}}) it would probably be nice to have a discussion on the problem you're fixing. --[[User:Mwn3d|Mwn3d]] 18:47, 18 May 2011 (UTC)
 
: After seeing many headers proclaiming "C sharp" I decided to correct the problem and have them display as C#. I don't know if there are other languages with similar issues (none that I saw at a quick glance), but they should probably be included as well.
: The problem was already documented on the template itself, with a workaround supplied. This obviates that need except for new languages.
: [[User:CRGreathouse|CRGreathouse]] 19:58, 18 May 2011 (UTC)
::F# is treated the same way. I don't think there are any others. --[[User:Mwn3d|Mwn3d]] 20:38, 18 May 2011 (UTC)
::: Great, added that one.
::: On an unrelated note: I saw [[:Category:JAMES II/Rule-based Cellular Automata]] and was wondering what you thought. At a glance it seems like it should not be a programming language (rather, that should be [[:Category:JAMES II]] and this should be a subcategory or an implementation page) but perhaps I'm missing something?
::: [[User:CRGreathouse|CRGreathouse]] 21:02, 18 May 2011 (UTC)
 
== Your language file ==
 
Hi,
 
I just uploaded the language file version as uploaded on the SourceForge trcker. Please take care of the notes there.
 
Regards,
--[[User:BenBE|BenBE]] 13:20, 5 July 2011 (UTC).
 
P.S.: http://sourceforge.net/tracker/?func=detail&aid=3303485&group_id=114997&atid=670234
P.P.S.: Have a look at what the langcheck.php (included with GeSHi) tells you about the formatting. I just skimmed over the file and it screamed like the langcheck would complain ;-)
 
=== LangCheck Report ===
Validating language file for 'parigp' ... Failed
 
:NOTICE Language file contains unescaped tabulator chars (probably for indentation)!
:NOTICE Language file contains irregular indentation (other than 4 spaces per indentation level)!
:WARNING Language file contains per-group duplicate keyword 'realprecision' in $language_data['KEYWORDS'][2]!
:ERROR Language file contains no $language_data['CASE_SENSITIVE'] specification for keyword group 3!
:ERROR Language file contains no $language_data['URLS'] specification for keyword group 3!
:WARNING Language file contains cross-group duplicate keyword 'simplify' in $language_data['KEYWORDS'][1] and $language_data['KEYWORDS'][2]!
:WARNING Language file contains cross-group duplicate keyword 'log' in $language_data['KEYWORDS'][1] and $language_data['KEYWORDS'][2]!
:WARNING Language file contains cross-group duplicate keyword 'real' in $language_data['KEYWORDS'][1] and $language_data['KEYWORDS'][3]!
 
==[[Talk:Matrix arithmetic]]==
Hi, I left a question on the task. Thanks. --[[User:Paddy3118|Paddy3118]] 14:06, 25 July 2012 (UTC)
 
== Revert of an "incorrect" for PARI/GP Solution to Floyd's Triangle. ==
 
Hi, I received your message that your reverted the "incorrect" tag I added to the solution, thanks.
 
Please take a more careful look at the problem, and at the sample output of numerous solutions that get it right.
 
The last two rows of the example output for the n=14 case show it clearly:
 
<pre> 79 80 81 82 83 84 85 86 87 88 89 90 91
92 93 94 95 96 97 98 99 100 101 102 103 104 105</pre>
 
The columns in the solution are all equal width. So in the last row, there are two spaces between the two-digit columns like 93 and 94.
 
The problem calls for the columns to be packed, rather than of equal width: it states that there is to be one space between the columns in the last row, so the last two rows look like this:
 
<pre> 79 80 81 82 83 84 85 86 87 88 89 90 91
92 93 94 95 96 97 98 99 100 101 102 103 104 105</pre>
 
[[User:Kazinator|Kazinator]] ([[User talk:Kazinator|talk]]) 17:49, 21 March 2014 (UTC)
 
==[[N%27th#PARI.2FGP|Nth PARI/GP Output]]==
If the solution works, can you update all of the output? The %3 line still shows
<pre>"1011st", "1012nd", "1013rd"</pre>
while the %4 shows
<pre>"1012th"</pre>
--[[User:Ooorah|Ooorah]] ([[User talk:Ooorah|talk]]) 15:33, 24 June 2014 (UTC)
:Thanks for fixing that! --[[User:Ooorah|Ooorah]] ([[User talk:Ooorah|talk]]) 13:07, 7 July 2014 (UTC)
Anonymous user