search for: _images

Displaying 6 results from an estimated 6 matches for "_images".

Did you mean: images
2006 Sep 25
1
Timestamp issues
Hi folks, I got a fileserver with debian sarge which is being held up to date as good as I can. I got a machine with two harddrives. One holds kubuntu dapper and one holds winxp. And then there's more machines but they don't matter at the moment. On the filserver there's a share _images_ that has a force user/group _images_ constraint. Therefore when I save an image to that share owner of that file becomes images.images. And that's fine. When I copy images from my camera to that share from within winxp and the help of IrfanView everything is fine. Files get saved with the...
2011 Dec 18
1
maptools/spatial analysis question
...ontext. Moreover, only a small minority of all the postal code areas has a measurement sation. Are there any ways/tools to "interpolate" the various (strategically chosen) measurement stations? I am looking for sensible ways to create plots like this: http://matplotlib.github.com/basemap/_images/etopo5.png > sessionInfo() R version 2.11.1 (2010-05-31) i686-pc-linux-gnu ...   Thank you in advance! Cheers!! Albert-Jan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ All right, but apart from the sanitation, the medicine, education, wine, public order, irrigat...
2010 May 03
7
rendering images dynamically
...lay all the images once I get them all, but that causes an unacceptable delay for my user. One approach I am trying is, from my controller, set an @image variable, and then pass in a block to the model that retrieves the image urls. In the block, I call In the controller, I have: @query.load_images! do |image| @image = image render :update do |page| page.insert_html :bottom, ''images-div'', :partial => ''images'' end end In my query model, I have: def load_images! &block for(some_loop_that_gets_one_image_at_a_time) do...
2016 Jun 03
13
[Bug 96355] New: Performance: extra&costly SSBO validation even when SSBO aren't used
https://bugs.freedesktop.org/show_bug.cgi?id=96355 Bug ID: 96355 Summary: Performance: extra&costly SSBO validation even when SSBO aren't used Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component:
2007 Jul 05
6
mocking methods in the controller.
Hi, I''m very new to rspec so please be patient with me. I''ve tried to take some of my tests out of the controller specs to check for things that are rendered. This has not worked so well, since my views have the controller method current_user in quite a few places. Is there any way that I can define this so that my views will be executed? Will this same thing occur for all
2012 Sep 16
12
Setting up XEN domU causes RAID5 to fail?
...setup a XEN domU for each. I had 5 spare 500GB drives so I put them in my system and partitioned them so I have a RAID1 boot, a RAID5 root and a RAID5 images. I got linux (Funtoo) installed on the root with my kernel on the boot. XEN is installed as well and setup and running. I created a xen_images folder and a iso _images folder both in the /images folder. I downloaded the ISO''s for the OS''s I need to install into iso_images. I then created several .img files in the xen_images folder using dd. For example (dd if=/dev/zero of=/images/xen_images/Win7x86_Base.img bs=1 count=...