popularity Questions

6

Solved

I have some pages on a website and I have to create an ordering based on "popularity"/"activity" The parameters that I have to use are: views to the page comments made on the page (there is a fo...
Maiden asked 9/6, 2010 at 7:13

5

Solved

Summary As Ted Jaspers wisely pointed out, the methodology I described in the original proposal back in 2012 is actually a special case of an exponential moving average. The beauty of this approac...
Climb asked 20/6, 2012 at 20:57

6

Solved

One of the problems of using CPAN is that "there's more than one module to do it". I often wonder what everyone else is using. Is there any information on the relative popularity of CPAN mod...
Genvieve asked 8/3, 2011 at 1:13

11

Solved

I recently checked out the book "UNIX Network Programming, Vol. 1" by Richards Stevens and I found that there is a third transport layer standard besides TCP and UDP: SCTP. Summary: SCTP is a tra...
Blaeberry asked 23/7, 2009 at 13:2

4

Solved

I've started learning assembly recently and as I've looked across the internet I see more and more people saying that assembly is not useless, but it's also not worth the time to program things in ...
Wriggly asked 23/7, 2012 at 19:10

4

Solved

I know this question has been asked a million times in various ways by different businesses, but I'm wondering the community's opinion on it [There's this question, but in the fast-moving world of ...
Brittne asked 21/9, 2009 at 6:52

4

Solved

I have a Django application in which I need to implement a simple trending/ranking algorithm. I'm very lost as a : I have two models, Book and Reader. Every night, new books are added to my databa...
Glossolalia asked 14/2, 2012 at 20:39

2

Solved

I like to keep an eye on trending browsers/OSs/languages etc... I find google trends is a very useful resource sometimes but other times I can not get the information I want. Example of very clear...
Chorus asked 12/9, 2011 at 17:9

1

While searching around the net for light, fast ORMs targeting .NET, I came across BLToolKit, which seems absolutely amazing in terms of performance, openness, maintainability, and flexibility...
Bibliomancy asked 8/3, 2011 at 1:16

6

Solved

I have often wondered why MySQL has become so popular. Any ideas why? Are there specific reasons behind its success? (Please keep answers analytical)
Sideman asked 24/1, 2011 at 1:53

2

Solved

For student council this year, I'm on the "songs" committee, we pick the songs. Unfortunately, the kids at the dances always end up hating some of the stupid song choices. I thought I could make it...
Mislike asked 14/9, 2010 at 1:16

4

Solved

Say I want to get ten records with the MOST likes in the last 24 hours. Here's what I have so far: $date = date("o-m-d"); $query = "SELECT date_created,COUNT(to),from,to FROM likes WHERE date_crea...
Vivianne asked 14/7, 2010 at 6:0

1

Solved

I've been looking into popularity algorithms used on sites such as Reddit, Digg and even Stackoverflow. Reddit algorithm: t = (time of entry post) - (Dec 8, 2005) x = upvotes - downvotes y = {1 ...
Ruff asked 22/3, 2010 at 23:38

5

Solved

Consider the following table which has the fields - id (int) and date_created (datetime): id date_created 1 2010-02-25 12:25:32 2 2010-02-26 13:40:37 3 2010-03-01 12:02:22 4 2010-03-01 12:10:...
Leukemia asked 18/3, 2010 at 16:25

5

I'm making a digg-like website that is going to have a homepage with different categories. I want to display the most popular submissions. Our rating system is simply "likes", like "I like this" ...
Charbonnier asked 22/6, 2009 at 4:20

14

What are the popular, contemporary uses for Perl? Edit I should have been more specific. I was wondering more on the large scale (popular) what people are using Perl for rather than what it could...
Spitzer asked 9/6, 2009 at 3:42

2

Solved

Are there any surveys anywhere which report on number of projects and/or people using the assorted Free version control systems? Also interesting is if a similar survey was one over time, to see h...
Deceleron asked 19/5, 2009 at 13:34

4

Solved

I am a newbie and developing a website using ASP .Net 2.0 with C# 2005. I would like to add a facility to count the no. of visitors to my website. I have collected the basic informations to add thi...
Plumbism asked 21/3, 2009 at 9:45

5

Solved

We start to use LDAP and I wonder why LDAP is not that popular? I read that it has faster reads than database, however slower writes. EDIT: Its the first time i use LDAP and i have been programmi...
Arnie asked 23/2, 2009 at 11:10

7

Solved

Is the SO tag ordering a good representation of programming language popularity? My first guess would be that it's not and that it's largely populated by fans of Jeff (who would probably be .Net b...
Disaffirm asked 5/2, 2009 at 5:17

23

Yes XML is human readable but so is comma delimited text and properties files. XML is bloated, hard to parse, hard to modify in code, plus a ton of other problems that I can think about with it. ...
Samothrace asked 22/9, 2008 at 17:16
1

© 2022 - 2024 — McMap. All rights reserved.