search for: film

Displaying 20 results from an estimated 365 matches for "film".

Did you mean: file
2006 Jan 09
1
Saving an upload
I am creating a database for movies (films) and television shows (shows) that will have has_and_belongs_to_many relationships with the pictures table. CREATE TABLE screenshots ( id serial NOT NULL, filename character varying NOT NULL, content_type character varying NOT NULL, primary key (id) ); CREATE TABLE films (...
2006 Apr 04
3
newbie - HABTM problems writing to Join Table in SQL
I am attempting to document a join between two tables. There seems to be no writing to my database. Please help me out it is driving me absolutly crazy. Basically i''ve got a table of directors that is called when the new/edit controller model for films is activated. It shows the user a selectable list of directors they can apply to films. The problem is in the update/create part. I cannot figure out what to write to make it update my directors_films database table. Thanks so much for whomever braves this problem... I promise to return the f...
2002 Mar 20
2
include exclude help please.
hi. I know this is a big topic on the list, please forgive me. rsync -avv --include "/film/jonah/**/sourceimages/*.tif" --exclude "*" /film /tmp i'm trying to copy all *.tif 's that are in a */sourceimages/ directory and that are only under /film/jonah. i would like to copy the directory tree and tif files to /tmp i was able to copy ever tif with: rsync -a --i...
2008 Mar 18
4
HTML5's audio/video and Markdown
Does anyone have any toughts on how one should be using <video> & <audio> with Markdown? Using the link or the img syntax? Maybe: [a film](film.m4v) [an audio](audio.mp3) could create: <video src="film.m4v" controls><a href="film.m4v">a film</a></ video> <audio src="audio.mp4" controls><a href="audio.m4v">an audio</a></ audio>...
2006 Jan 25
1
deep inspecting attributes
Hi there, in one of my templates I have the following code: <% for film in @artist.films %> <h3>films</h3> <p><%= link_to film.title, :controller => ''films'', :action => ''showfilm'', :animate_title => film.animate_title, :page => ''synopsis'' %></p> <% end %> however i...
2006 Mar 11
1
Ordination of feature film data question
I am severely rusty re. multivariate / ordination analysis, having done my last work 40 years ago (in plant ecology). I am interested in exploring applications of multivariate analytic approaches to data from the history of motion picture films. I'd very much appreciate any pointers as to possibly appropriate proceedures. The individual "samples" may be individual films and the measurements may be the presence and absence of actors and production personel; for example two films with many actors and / or crew in common would...
2006 Mar 29
0
routes and caching
Hi there, I have the following route in my routes file: # - all film sub-pages (defaulting to index.html) map.connect ''films/:film_title/:page'', :controller => ''films'', :action => ''show'', :page => ''index.html'' which will pick...
2004 May 29
2
films on Desktops and roaming profiles
Hi, I'd like to ask you what do you limit Desktops syncing in case users put large files on them, e.g. films. Downloading / uploading such large files can generate lots of unnecessary traffic. Is there any kind of filtering possible ? Other solutions ? Cheers, -- Michal Kurowski perl -e '$_=q#: 13_2: 12/o{>: 8_4) (_4: 6/2^-2; 3;-2^\2: 5/7\_/\7: 12m m::#; y#:#\n#;s#(\D)(\d+)#$1x$2#ge;print'
2006 Aug 15
1
Problem with joining...
Hello, I am quite new to Rails and i was wondering if i could get some help to populate a join table? I got (for example) a table called films, a table called acteurs and a join table called acteurs_films. I have specified the HABTM relationship and I manage to do it through the console by doing: acteur=Acteur.new acteur.name="blabla" acteur.films << film acteur.save and it works! That''s great but when i go...
2002 Dec 10
4
most pointless mentioning/advertising of a format in a film i've ever seen
In the recent muppets christmas film, god (played by whoopi goldberg- or howevr u spell her name), mentioned converting her entire album collection (every album ever recorded. ever) to mp3 files. Now that is the most pointless use of advertising the inferior mp3 format i've ever seen. Now that we've started covering the use o...
2006 Aug 27
3
n-to-m relationships in Forms
Hi, I can''t understand the RoR-API concerning certain form helpers. Can you maybe help me? I have a model, Film, with a habtm-relationship to the model Language. Now if I want to have a form for editing/creating a Film, I''d like to have checkboxes for each Language with those checked that are associated with the Film in question. Is there an "easy" way to do this (with a helper method...
2006 May 18
1
ActiveRecord problems from within template
Hi, my Film model has this: has_many :live_action_personnel, :class_name => "Credit", :include => :credit_type, :order => ''credit_types.position, credits.position ASC'',...
2009 Mar 11
1
Enterprise Application with O_DIRECT access
Hello everyone, I am learning and evaluating a glusterfs for film/video editing facilities. Some major film/video editing realtime applications are using the O_DIRECT file access for video/audio data files. The GLFS client via fuse mechanism is disallow the open file with O_DIRECT flag. I made a little sample code for read a file with O_DIRECT flag, and tried ope...
2015 Jan 05
0
filmovix.org - gledanje filmova
?ta je potrebno za gledanje filmova preko interneta Da biste gledali film preko weba trebate imati dobar internet protok. Ve? osnovni ADSL protok je dovoljan, kao i kablovski internet. Zatim, neophodan vam je solidan, prose?an pc ili lap top sa HDMI priklju?kom ili nekim drugim AV priklju?kom koji ima i va? televizor.. Prvo up...
2011 Sep 27
0
Platinum Blu-Ray Defeat the World
...th gold embossments. The lithographs are of pencil animation, so you get to see all of the animator's original pencil lines. The pin set is adorable. And the book is the real centerpiece of this box set. It gives details about the production, as well as provides information about the legacy the film has had. It is full of rare pictures. The book also features the story of Snow White, told through concept art and stills from the film. The book is absolutely gorgeous. As for the Blu-Ray itself, the film hasn't looked this good since its original release in 1937. Disney restoration team dese...
2002 Dec 15
0
[LLVMdev] Re: llvm-gcc goes 10 rounds against the GNU mascot and loses, film at 11
Brian was kind enough to test llvmgcc against a bunch of GNU code. This exposed all kinds of bugs, fixes below. > recode -- fails (bad headers, many ICEs) Can you give me a list of headers it wants? It's usally pretty easy to add them if I know what it needs... > cpio -- fails (dstring.c -- weird ssa bug) Fixed. This was a C frontend bug (problem assigning temporary reg nums).
2006 Aug 28
1
stop words and /''s
...before. There seems to have been alot of effort put into tracking down a solution to this problem so has one been found that i''m missing? I''m using ferret 0.10.1 and bleeding edge acts_as_ferret (is this the only version that works with ferret 0.10.1?). Also a search for "Film/Theatre" fails while lots of other serahces with /''s in them succeed, is there a reason why this might be happening ? Jens: thank you very much for the previous reply. regards Caspar -- Posted via http://www.ruby-forum.com/.
2007 May 05
2
OggDisk?
...Ogg centric - designed to be filesystem/disk type independant (so that you can use it both with floppy disk and 1TB futuristic hologram discs - and of course anything else - CD, DVD, HD-DVD, BD-DVD, flash disk, hard disk location...) - having "more levels" - so you can have e.g. "a film" -> "a collection of films" -> "a collection of collections" - easily detectable (while inserting disk e.g.) - the spec would guarantee that every compliant player will refuse to play DRM-ed content - (like DVD's) having the possibility to have "intro'...
2010 Sep 29
0
Transforming/appending data (words in IMDB)
...uestion: 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 I'm asking here is about data transformation/appending. To go from these columns: Film | Genre1 | Genre2 | Genre3 | Reviewer | Rating | Word | Word_ct to these: Word | Genre | Rating | Word_ct | Word_ct_in_genre | Word_ct_in_Rating | Expected_word_ct | G-test-score The actual amount of data is enormous (I have 10 files of ~1.5 GB each) and I suspect I'm going to have to...
2006 May 08
0
testing named routes
Hello, I''m trying to test routes named within a map.with_options statement. I have in routes.rb: map.with_options :controller => ''films'' do |f| f.overviews ''films/:index'', :action => ''index'', :requirements => { :index => /index(artist|date|title)\.html/ }, :index => ''new'' etc... end and my test: opts = { :controller => "films",...