Questions tagged [trending]
88 questions
1
vote
1 answer
How to display Youtube 10 Trending Video with video id?
please help how to display youtube 10 trending video with video ID.
i using this code but not show video id help. but correctly show trending video.
function CURL($url) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
…

Sourav Sarkar
- 21
- 5
1
vote
2 answers
Foursquare Trending API Not giving result
I have checked in to few Nearby places from Foursquare app.
Now if I am hitting the foursquare trending api it does not give me the list of checked in venues. Can any one help.
This is the api I have…

Niharika
- 1,188
- 15
- 37
1
vote
1 answer
Oracle 12C Adding Rows for Trending
Assume I have historical data that lists items which show defects each day. Items drop in and out of this list. I.E.-
TABLE NAME: ITEMS_WITH_DEFECTS
DAY | ITEMID
-------------------
01-JAN-16 | A
01-JAN-16 | D
02-JAN-16 | B
02-JAN-16 |…

Ryan Barker
- 113
- 2
- 11
1
vote
0 answers
Is there a way to get trending topic number of mentions from tweets in R?
I have just started with text mining and I am trying to get through Twitter Api the tweets that are Trending topic in Liverpool now, and represent them in a wordcloud.
But when getting trendings with getTrends function from twitteR library, I am…

Cristina HG
- 660
- 5
- 15
1
vote
1 answer
Replicating a trending chart with ggplot
I recently saw a chart I want to replicate in R. The chart shows a score or other measurement for multiple records as a colored box, binned into one of, say, 4 colors. In my image it is red, light red, light green, and green. So each record gets one…

user2784067
- 69
- 1
- 8
1
vote
1 answer
Hudson plugin for trend of timings of all jobs in a view
Is there a Hudson plugin which would allow me to create a "trend" graph for build times for all jobs/projects in a view?

Lee Goddard
- 10,680
- 4
- 46
- 63
1
vote
2 answers
Excel VBA - Automatic Trend-Fill error
I have a stack of data like this:
Tidal Time Tidal Height
00:00:00 4.40
01:00:00
02:00:00
03:00:00
04:00:00
05:00:00
06:00:00 2.00
07:00:00
08:00:00
09:00:00
10:00:00
11:00:00 4.50
12:00:00
13:00:00…

Savagefool
- 223
- 1
- 4
- 16
1
vote
1 answer
AmCharts serial chart trend-line click
I am using javascript amcharts v3 to generate trend like interface element. I use trendline class to create trend lines that mark certain events. I would like to handle trendline click event but there seems to be no way of doing it.
Has anyone come…

melanholly
- 762
- 1
- 9
- 20
1
vote
2 answers
mysql query items with the largest price increase
I have a table 'item_prices' with:
resource_id, avg_price, time_stamp, samples
Items gets a new average price inserted into the table every day. Old averages are not deleted.
How can I query the 10 items with the highest "percent increase in price"…

Steven Baltay
- 534
- 2
- 5
- 15
1
vote
1 answer
Web chart Javascript graphing library showing trend lines
Does anyone know of a Javascript graph drawing library that also supports rendering of trend lines out of the 'box'.
The only way I've seen trend lines implemented is by pre-calculating the trend yourself and passing this series to the chart.
Do any…

Stuart Hallows
- 8,795
- 5
- 45
- 57
1
vote
1 answer
Get request in Youtube API
I'm trying to access the top ten trending videos of youtube using their API's.
On their website it says use the get request to the link https://gdata.youtube.com/feeds/api/standardfeeds/on_the_web. How would I implement this in Javascript and how…

idude
- 4,654
- 8
- 35
- 49
1
vote
1 answer
Search query like twitter trending topics
I need MYSQL search query to get trending topics from my table, Below is the explanation What I need
+----+---------+-----------------------------+
| ID | ID_user | text |
+----+---------+-----------------------------+
| 1 |…

user2326760
- 11
- 3
1
vote
1 answer
Trending Words in Solr 4.0
Is anyone aware of any upcoming or plugin support for Solr 4.0 trending word/topic functionality?
I am aware of various DIY algorithmic approaches and some external frameworks that perhaps can be used (Mahout etc) but given its popularity i'd…

weblivz
- 21
- 1
- 1
- 4
0
votes
1 answer
Multiple-Word Twitter Trending Topics
Could anyone tell me what algorithm does Twitter.com use on classifying trend topics with multiple words? The problem is easy when only dealing with trends having only single words say for example "#SoulTrainAwards" or "#DontYouWish". But it is a…

neilmarion
- 2,372
- 7
- 21
- 36
0
votes
0 answers
Trend timeline with dynamic filtering
I need to design a system from scratch that keeps track of the trend on a dataset. This is achievable easily. The complexity increases because, on the same dataset, we need to perform dynamic filtering based on different attributes.
Do you have a…

Nitin Kamate
- 2,545
- 1
- 18
- 13