Tagged Questions

1
vote
1answer
56 views

How to calculate trends from text messages

I'm working on a Hungarian twitter client and I would like to implement a trend system. So I have a database full of texts and dates (unix timestamps) that represent the creation date of the tweet. ...
0
votes
0answers
114 views

Popular Articles Algorithm w/ Decay

Building a feature of top of existing site w/ articles and videos (posts) that allows people to see what is popular on the site. I have the following fields for each post: Number of seconds since ...
0
votes
1answer
186 views

Trending Search Help

My site acts like a search engine where people enter search queries on the main page. I wanted to make a trending / recent feature where each query gets recorded into a mysql database, then from that ...
0
votes
2answers
933 views

SQL CODE to do: Trending topics equals a twitter

If i wants count the matching words in a rows of two tables, with milions of rows, sample: Table posts, sample: +----+---------+-----------------------------+ | ID | ID_user | text ...
-1
votes
1answer
38 views

store an array value to a new variable using it's key - twitter api

I'm trying to write code that will return the past 100 tweets that contain the current trending hashtags on twitter. First I get the contents of the current trends and isolate just trending hashtags: ...