search for: imdb

Displaying 14 results from an estimated 14 matches for "imdb".

Did you mean: imb
2020 May 12
3
no images from www.imdb.com
For some reason, I no longer seem to get images from www.imdb.com , i.e. Internet Movie DataBase. The effect is really weird. I get from Firefox, Konqueror and Chromium. I'm running Centos 7. It's been happening for a few months now, so I really cannot tell what changed that mioght have caused it. How do I debug and fix this? Chromium still asks me...
2020 May 12
0
no images from www.imdb.com
On Tue, May 12, 2020 at 12:37 PM Michael Hennebry < hennebry at web.cs.ndsu.nodak.edu> wrote: > For some reason, I no longer seem to get images from > www.imdb.com , i.e. Internet Movie DataBase. > The effect is really weird. > I get from Firefox, Konqueror and Chromium. FWIW, many/most of the images on IMDB seem to come from https://m.media-amazon.com/images and such... -- -john r pierce recycling used bits in santa cruz
2010 Sep 29
0
Transforming/appending data (words in IMDB)
Hi everyone, I am doing an analysis of reviews in IMDB and am running into trouble getting my data into the right shape for analysis. Key question: I want to know for each word in the IMDB, whether it is over- or under-represented in a particular category (Rating x Genre). I was figuring on estimating this with a g-test, fwiw. But the basic question...
2012 Jul 26
2
Get XML or JSON data from api into data frame
...l, I am new to R in general and ways to retrieve XML or JSON data in particular. I have tried to get information through the XML package and various websites without being able to do exactly what I want. I hope someone of you can give me some help. I want to retrieve information about movies from IMDB or rather the unofficial api, www.imdbapi.com. I have a vector with a lot movie-ids according to IMDB standard. To give just a few: ids <-c("tt0110074", "tt0096184", "tt0081568", "tt0448134", "tt0079367") Now, I want to create a data frame wher...
2009 Sep 23
3
retrieve certain part from html
Dear All, Can someone please guide me how to get the certain part from a long html language? e.g. "<td><a href='2005-01.html'>2005-01</a></td><td><a href='2006-01.html'>2006-01</a></td><td><a href='2007-01.html'>2007-01</a></td><td><a
2007 Jul 12
1
ggplot2 / reshape / Question on manipulating data
I'm an R newbie but recently discovered the ggplot2 and reshape packages which seem incredibly useful and much easier to use for a beginner. Using the data from the IMDB, I'm trying to see how the average movie rating varies by year. Here is what my data looks like: > ratings <- read.delim("groomed.list", header = TRUE, sep = "|", comment.char = "") > ratings <- subset(ratings, VoteCount > 100) > head(ratings)...
2009 Oct 17
5
Calling all Hackers
Hey guys. I have a server that is owned by me and can confirm through servint that it is owned by me. I would like to do a penetration test and of course to allow you to upload files on the server and kind of trash it to the point where it is always restarting and running out of memory etc etc. This is going to be mainly script kiddie stuff, however will be able to get you hired on with me for
2010 Feb 25
2
Morse Code
This is just curiosity, but I'm wondering why the Morsecode app has remained part of the trunk for all of these years. Is there any practical use for this or is it just an homage to the ghosts of telecommunications past? Does anybody use the Morsecode app for anything interesting? I'm strangely fascinated by this core piece of Asterisk functionality. -Chris
2003 Mar 17
1
postscript and ps.option metrics
...should be: height=5.4, width=8.1 in a landscape format. # TODO: #win.graph(width=8.6,height=11.5) postscript("C:/Data/xxxx.ps", width = 11.6, height = 7.5, horizontal = TRUE, onefile = TRUE, paper = "letter", family = "ComputerModern") # Import Sample Data: Movies IMDB) movies <- read.table('xxxxx', header=T, row.names=NULL) attach(movies) # cases <- read.table('xxxxx', header=T, row.names=NULL) # attach(cases) # Set up the chart yticks <- c(1,2,3,4,5,6,7,8,9, 10,20,30,40,50,60,70,80,90, 100,200,300,400,500,60...
2006 Feb 25
6
[OT-ish] Rails, Mongrel and apache
This is kind of off topic. I want to put my fancy rails app (myapp) as a subdirectory on my os x server. so my osx server works fine right now as www.mydomain.com. How do I tell apache (1.3 i think) to proxy web requests for a subdirectory /myapp to localhost:3000 where I have mongrel running (Jed, you rock)? I googled, but I don''t know the right words to use, so I''m not
2007 Feb 08
4
NEWBIE: @BOOK help?
In Henric's recent post, he included this output: @BOOK{R:Harrell:2001, AUTHOR = {Frank E. Harrell}, TITLE = {Regression Modeling Strategies, with Applications to Linear Models, Survival Analysis and Logistic Regression}, PUBLISHER = {Springer}, YEAR = 2001, NOTE = {ISBN 0-387-95232-2}, URL =
2017 Jun 09
1
Minor patches for builds against ancient platforms
> I do know that this little box of horrors has 200-300MB mbox INBOXes on an > ext3 filesystem formatted in 2005. I am very nervous about converting them to > Maildir at this point. Fortunately, it just involves reformatting the data and a little reconmfiguration of dovcot. If you can find the tool and disk space, it's well worth doing. Of course, when running a proverbial
2006 Apr 24
9
Confusion with expressing many to many relationship
Hi folks, I am in the process of converting an existing non-rails application to rails, and am not sure what the best approach would be for specifying the relationship between the two sets of data. I''ll describe the existing table structures first. Table 1: Urls Each url has a unique id and two lists of Phrases, these are currently setup as varchars with "," delimitation -
2006 Jun 18
7
memory pages nulling when releasing
Hello everyone! Could you tell me if FreeBSD supports memory page nulling when releasing it to prevent unauthorized access to data left in the page after it's allocated again. If it does, what sys calls etc provide that? IMHO this is an important issue when operating data with different sensivity levels. Thanks in advance. Nick