search for: imageid

Displaying 10 results from an estimated 10 matches for "imageid".

Did you mean: imageio
2006 Jul 17
6
3 newbie questions
hey all, I have 3 tables like this: Images (id,name) Tags (id,name) ImagesTags(imageid,tagid) in my image model I do a "has_and_belongs_to_many :tags" but to make it work I need to rename ImagesTags(imageid,tagid) to Images_Tags(image_id,tag_id). My question is that given that I can''t rename the table, is there any way to make it work with the original names? Sec...
2005 Dec 20
3
File Column Directory Add another layer
Quick Question. I understand how to change the default path to something other than public but what if I wanted to add another directory into the equation. I want to upload an image into the following structure: /public/image/userid/imageid/test.gif So basically I want to look up the userid in my users table and put all the images for that user in the same directory. So i have a one more level of separation. The reason being that we want to have a bandwidth cap put on download for our app. We are doing this via virtual'...
2006 Mar 28
3
ListItem patches
...yling of individual items in a ListCtrl, via a particularly clunky API. In disambiguating the overloaded ListCtrl#set_item method it introduces one non backwards-compatible change. I''ve followed the WxPython convention as described in the Wx class ref, renaming set_item(index, col, string, imageid) to set_item_string. One thing that doesn''t work is the constants LIST_FORMAT_LEFT etc. I''m not sure if it''s the same problem I''m seeing with some other groups of constants since upgrading to SWIG 1.3.29, but constants declarations like enum wxListColumnFormat...
2005 Mar 18
1
[happy wine] ableton live 4.1 is working
...re like Emagic Logic audio and Ableton Live. And now I'm a junky on LinuxOS creativity. Yesterday I tried to run AbletonLive 4.1 and it ran and play music. So I decided to post this good news on this mailing. Here you can see ableton in action: http://gelux.programmers.ch/tiki-browse_image.php?imageId=25 Unfortunately there are still some imperfections: - cpu usage is always 100% - audio latency is in maximum - directdraw dont redraw correctly in dialog But I think that are small point comparing the huge work already done. And maybe Ableton could be a good application to debug/test the dsound...
2006 Nov 15
0
[740] trunk/wxruby2: API - Make ListCtrl#get_item return a ListCtrl item corresponding to a row and
...><del>- Boolean *set_item*(%(arg-type)ListItem% info) - </del><span class="cx"> Integer *set_item*(%(arg-type)Integer% index, %(arg-type)Integer% col, </span><del>- %(arg-type)% String& label, - %(arg-type)Integer% imageId = -1) </del><ins>+ %(arg-type)String% label, + %(arg-type)Integer% imageId = -1) </ins><span class="cx"> </span><del>-Sets information about the item. </del><ins>+ Boolean *set_item*(%(arg-type)ListIt...
2016 Mar 02
1
wiki addition for AWS
On 22/02/16 22:58, Warren Turkal wrote: > My wiki name: WarrenTurkal > > Page for addition: https://wiki.centos.org/Cloud/AWS > > Proposed addition: I would like to add a column for the product code > for the CentOS images listed with AWS marketplace URLs. I use the > product code for "CENTOS-7 x86_64" to find the AMIs to start hosts > with that image in each
2016 Mar 08
0
wiki addition for AWS
...thing about the following? Why do the AMIs listed in the region specific images for CentOS7 in eu-central-1 not exist in the following query: $ aws --region eu-central-1 ec2 describe-images --owners aws-marketplace --filters Name=product-code,Values=aw0evgkw8e5c1q413zgy5pjce --query 'Images[*].ImageId' ami-7cc4f661 ami-9bf712f4 ami-e68f82fb In fact, I cant even find them with the following queries: $ aws --region eu-central-1 ec2 describe-images --image-ids ami-08222e15 # CentOS7 $ aws --region eu-central-1 ec2 describe-images --image-ids ami-0e222e13 # CentOS6 Are those image private or...
2018 Jan 02
0
Identifying Official CentOS AWS AMIs
...AWS regions. Is there a maintainer lurking here that can confirm or deny? Here's the base query I'm testing: aws ec2 describe-images \ --owners 410186602215 \ --output text \ --query 'reverse(sort_by(Images, &CreationDate))[?starts_with(Description, `CentOS Linux 7`)].[ImageId, CreationDate, Description]' -- Paul Heinlein heinlein at madboa.com 45?38' N, 122?6' W
2016 Feb 22
4
wiki addition for AWS
My wiki name: WarrenTurkal Page for addition: https://wiki.centos.org/Cloud/AWS Proposed addition: I would like to add a column for the product code for the CentOS images listed with AWS marketplace URLs. I use the product code for "CENTOS-7 x86_64" to find the AMIs to start hosts with that image in each region of AWS. Thanks, wt
2006 Nov 12
0
[ wxruby-Bugs-6632 ] Linux crash on NoteBook in bigdemo.rb
...t_show () from /usr/lib/libgtk-x11-2.0.so.0 (gdb) whe #0 0xb714fada in gtk_widget_show () from /usr/lib/libgtk-x11-2.0.so.0 #1 0xb7a437c1 in wxNotebook::InsertPage () from lib/wxruby2.so #2 0xb76a1304 in wxBookCtrlBase::AddPage (this=0x8745008, page=0x869a270, text=@0x82296f8, bSelect=true, imageId=0) at /usr/local/include/wx-2.6/wx/bookctrl.h:154 #3 0xb77b9916 in _wrap_wxNotebook_AddPage (argc=4, argv=0xbf81a2b0, self=3043848000) at src/Notebook.cpp:3472 #4 0x08055146 in call_cfunc (func=0xb77b9800 <_wrap_wxNotebook_AddPage>, recv=3043848000, len=0, argc=0, argv=0xbf81a...