Talk:Ethiopian multiplication: Difference between revisions

From Rosetta Code
Content added Content deleted
Line 28: Line 28:
: According to the Google Analytics data, most of those hits come from [http://www.stumbleupon.com/url/rosettacode.org/wiki/Ethiopian_Multiplication StumbleUpon]. Actually, the traffic surge that hit when SU started sending people to this task forced me to upgrade servers last year. [[Quine]] is the other task that's currently seeing high relative inflow from SU. --[[User:Short Circuit|Michael Mol]] 13:46, 22 July 2010 (UTC)
: According to the Google Analytics data, most of those hits come from [http://www.stumbleupon.com/url/rosettacode.org/wiki/Ethiopian_Multiplication StumbleUpon]. Actually, the traffic surge that hit when SU started sending people to this task forced me to upgrade servers last year. [[Quine]] is the other task that's currently seeing high relative inflow from SU. --[[User:Short Circuit|Michael Mol]] 13:46, 22 July 2010 (UTC)
:SU seems to be a great way to increase traffic. I know of a number of sites and blogs that have seen this. Far better than most similar.--[[User:Dgamey|Dgamey]] 13:56, 22 July 2010 (UTC)
:SU seems to be a great way to increase traffic. I know of a number of sites and blogs that have seen this. Far better than most similar.--[[User:Dgamey|Dgamey]] 13:56, 22 July 2010 (UTC)
:: It's finicky. They obviously don't like spamming submissions to a site, so people will thumb submissions down for that. Apart from that, it takes a novel page to catch the interest of CS-types on SU. --[[User:Short Circuit|Michael Mol]] 14:35, 22 July 2010 (UTC)

Revision as of 14:35, 22 July 2010

Flagged tasks without separate named routines for half, double, even

I am sure that most languages could dispense with those requirements of the task spec and create a smaller program, but I think people should refrain and stick to the spec so examples can be easily compared, and the page doesn't get to long. I flagged a number of examples accordingly. It was hard doing this for the x86 assembly - the routine might have been similarly coded in a multitude of assembly languages for machines without multiplication, but in the end - it doesn't answer the task. Sorry. --Paddy3118 06:34, 19 October 2009 (UTC)

Technically, the task doesn't stipulate that the routines have to be named. Some languages allow the creation of anonymous functions, so the concept of defining a function might not be entirely clear cut. -- Sluggo 04:31, 14 November 2009 (UTC)

You do have to create a function. the intent is for it to be a named function where the name should indicate the functions purpose. I am hoping that most contributors will go with the intent. --Paddy3118 18:33, 14 November 2009 (UTC)
You can clarify the task, and then mark the tasks which don't quite comply. --Michael Mol 23:51, 14 November 2009 (UTC)

X86 Smaller version

I propose rewording this as something like "More representative of assembler languages without the use of explicit multiplication ops", as it already doesn't follow the letter of the task description w.r.t. separate functions, and I would not want it to become some contest in minimalism. How say you? --Paddy3118 07:03, 11 May 2010 (UTC)


Similar entries for Unix Shell but also Bash

How to amalgamate? --Paddy3118 12:53, 9 June 2010 (UTC)

Category:Bash should be a UNIX Shell implementation, not a separate language. Move the Bash examples to the UNIX Shell section with a {works with|bash} template. --IanOsgood 15:56, 9 June 2010 (UTC)
Sorry about that. Managed to miss the UNIX Shell cat altogether. Since the implementation that I posted used proper bit shifts rather than multiplication and division, however, I am going to retrieve it and drop it in as an alternate UNIX Shell implementation. Bendingoutward 07:43, 12 June 2010 (UTC)

OpenOffice Calc

i did made a version in openoffice calc. but since there is no "sourcecode", i would like to upload the .ods file. how should i do this since this filetype is not allowed as upload in this wiki? Elvis 05:46, 18 June 2010 (UTC)

Try showing the equations then the values that are in the grid instead. A .ods file would be much harder for someone to compare with other solutions as it is not meant to be readable. See Knapsack problem/Unbounded#OOCalc. --Paddy3118 06:53, 18 June 2010 (UTC)
There is source code if you've used any formulas. Change the cell format to show the formulas, then take a screen-shot as a .PNG and upload that. That's what I hope to do when I get to demonstrating MyTongue.
CSV export? --Michael Mol 12:45, 18 June 2010 (UTC)
Won't export formulaes. --Paddy3118 13:05, 18 June 2010 (UTC)

Unexplained Popularity!?

Has anyone checked out the popularity of this page at Special:PopularPages? It's far and above the most popular single task and second only to the main page. I wonder why?--Dgamey 11:16, 22 July 2010 (UTC)

I imagine it is linked from some popular page(s). --Rdm 12:20, 22 July 2010 (UTC)
According to the Google Analytics data, most of those hits come from StumbleUpon. Actually, the traffic surge that hit when SU started sending people to this task forced me to upgrade servers last year. Quine is the other task that's currently seeing high relative inflow from SU. --Michael Mol 13:46, 22 July 2010 (UTC)
SU seems to be a great way to increase traffic. I know of a number of sites and blogs that have seen this. Far better than most similar.--Dgamey 13:56, 22 July 2010 (UTC)
It's finicky. They obviously don't like spamming submissions to a site, so people will thumb submissions down for that. Apart from that, it takes a novel page to catch the interest of CS-types on SU. --Michael Mol 14:35, 22 July 2010 (UTC)