User talk:CRGreathouse: Difference between revisions

Nth PARI/GP Output: Thanks
(→‎Header change: done; also unrelated question)
(Nth PARI/GP Output: Thanks)
 
(6 intermediate revisions by 4 users not shown)
Line 45:
::: 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