Displaying 20 results from an estimated 577 matches for "cascade".
2004 Mar 22
1
Trust relationship failed...
I'm hoping someone can give me a hand in figuring out this problem, I have
seen several other similar problems in searching, but nothing that exactly
matches what I am seeing here.
I have recently migrated a client from a Samba server running 2.2.7 (Redhat
9) to 3.0.2 (Fedora 1). The samba installation is running as a PDC for 5
Win XP workstations and was working perfectly prior to the
2001 Feb 27
2
Cascading?
During the interesting interview that binaryfreedom has made with Monty
and Jack, Monty mentions cascading, a feature that will be added, quote:
"Cascading is the ability to make multiple passes through the frequency
spectrum, iteratively filling in more detail, like a progressive jpeg".
What are the advantages of something like this - does this generally
improves quality or is it used
2007 Apr 20
1
[LLVMdev] llvm-gcc make check
Is 'make check' supposed to work with llvm-gcc? I get the following:
autogen -T
/users/dag/projects/cascade/compiler/llvm-gcc/fixincludes/check.tpl
/users/dag/projects/cascade/compiler/llvm-gcc/fixincludes/inclhack.def
Your shell is '/bin/tcsh'. AutoGen will attempt to use 'sh'
/bin/sh ./check.sh
/users/dag/projects/cascade/compiler/llvm-gcc/fixincludes/tests/base
Fixed: testing.h
Fix...
2002 Sep 19
1
cascading Ogg Vorbis encoded audio
Hello, I am a grad student in the Music Engineering Technology program
at the University of Miami.
I am planning on doing thesis research on cascading audio encoding
chains and how to eliminate or improve audible artifacts in future
encoding generations and will potentially be using Ogg for this work.
My specific question is, Has anyone done any prior work in cascading
audio encoders? If so, it
2009 Nov 04
1
cascade option for dev.new?
I frequently run scripts that generate multiple graphs. Unless you specify a specific window location, dev.new superimposes all new graphics windows exactly on top of each other. It would be nice to have a "cascade=TRUE" option in dev.new to prevent windows from being hidden. A hasty approximation to this is the following function:
# utility function to prevent overlapping plot windows
cascade <- function( k=dev.cur(),x0=300,y0=50,dx=30,dy=30){
dev.new( xpos=x0+k*dx, ypos=y0+k*dy);
invisible()...
2006 May 13
3
ActiveRecord and cascade removing
Hi. Please help me how to make cascade delete for this 3 classes:
class Section < ActiveRecord:Base
has_many :ad_bindings
has_many: banners, :through => :ad_bindings
end
class AdBinding < ActiveRecord:Base
belongs_to :banner
end
class Banner < ActiveRecord:Base
end
When I remove Banner, I need to remove AdBinding...
2006 Jan 11
3
How do you do a custom sql call in rails?
...snip ---
create table accounts (
id int unsigned not null auto_increment,
...
primary key (id)
) engine=innodb;
create table customer_number_sequences (
account_id int unsigned not null,
current_number int unsigned default 0,
foreign key (account_id) references accounts(id) on update cascade on
delete cascade
) engine=innodb;
create table customers (
id int unsigned not null auto_increment,
account_id int unsigned not null,
customer_number int unsigned not null,
...
foreign key (account_id) references accounts(id) on update cascade on
delete cascade,
primary key (id...
2003 Apr 28
2
cascaded HTB urgent question
...tc filter add dev eth0 parent 2:0 protocol ip u32 match ip sport 25
0xffff classid 2:2
and so on and so forth
however, when I build that setup, the c class traffic gets directed to
1:1 alright, but nothing goes nay further in 2:1 and 2:2
my reasoning could be one of the following:
1) you cannot cascade HTB qdiscs, which to me is illogical, it defies
the concept and adventages of having a hierarchical setup.
2) there is something wrong with the way I attached the filters.
3) I totally misunderstood HTB!
Please advise.
Thanks a million.
_______________________________________________
LARTC mai...
2006 Feb 23
1
PostgreSQL CASCADE not copied to test db
When the unit test harness creates a test database from the
development database, the ON DELETE CASCADE constraints I have on my
foreign keys are not copied into the test database. (I can tell by
looking at db/development_structure.sql.)
That means the fixtures can''t load/unload from the test database
properly. In other words, all my tests fail with the same error
message:
ActiveRecord::St...
2006 Dec 05
2
Patch for place plugin (Cascade, Centered, ...)
Here is a patch for place plugin.
It add a "place_mode" option wich actually can have two values: "Cascade"
(original placement mode) and "Centered".
Thanks for any comment!
Cedric
-------------- next part --------------
A non-text attachment was scrubbed...
Name: place.patch
Type: text/x-diff
Size: 3556 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/compiz/attac...
1998 Sep 23
1
Project Cascade?
Hi all. I was wondering if anyone has heard of the new Sun product called
Project Cascade? You can find more information about it at a link
directly off the main sun.com page.
I'm curious as to whether or not it will be as good as samba, and if
people are going to think that an equivilent hasn't been around for quite
some time...
Dave
2008 Nov 08
1
Get Information
...lease help me, in order to continue my projet.
this is the programme:
tt <- tktoplevel()
txt <- tktext(tt)
tkwm.title(tt,"Saisi des modalitĂ©s") #intitule la fenĂȘtre
tkgrid(txt)
tkmark.set(txt,"insert","0.0")
topMenu <- tkmenu(tt)
tkconfigure(tt,menu=topMenu)
cascade =function () {fileName=tclvalue(tkgetSaveFile(initialfile="modalite.txt",filetypes="{{JPEG Files} {.jpg .jpeg}} {{PDF File} {.pdf}} {{Text File} {.txt}} {{All files} *}"))
return(fileName)
}
tkadd(topMenu,"command",label=&quo...
2006 Apr 20
0
acts_as_list not CASCADE''ing in singular n-tier model structure
[using RAILs 1.1.2]
Has anyone else seen issues where multiple tiered "acts_as_list"
models do not CASCADE delete correctly? For instance, I have 4
models, the first 3 in the hierarchy have the appropriate "have_many"
declarations with "exclusively_dependent => true". The last the
models have the appropriate "acts_as_list" with the correct scope and
"belong_...
2005 Feb 25
1
cascaded ringing
Hi,
I intend to let several SIP-phones on my asterisk ring cascaded on
incoming calls.
First only phone 1 should ring, after 5 seconds phone 2 should ring in
addition and after additional 5 Seconds phone 3 should also ring.
How can I realize that correctly?
Currently I do use
Dial(SIP/1,5)
Dial(SIP/1&SIP/2,5)
Dial(SIP&1&SIP/2&SIP/3)
But th...
2008 Jul 07
1
Non model cascading selects
In my model I have a city_id. ON the form I am using a cascading select
to select the state, which then does a remote_submit to get the list of
cities (and hence the city_id) for the selected state. The problem that
I am having is that if I make a selection, hit SUBMIT and validation
fails, the original selected state/city is now reset (ie, the values
aren''t saved). Since they
2002 Jun 14
4
Slow response from new Athlon 1.4Ghz machine?
...433Mhz, 1Gb RAM, RH 6.2
Samba Version 2.0.7
/usr/local/backup is shared as a samba share which I have mounted as V:...
I now have a second server, it is an Athlon 1.6Ghz CPU, 512Mb Ram with SCSI
drive as main drive, IDE as aux and storage running RedHat 7.3 installation,
Filesystem is:-
[darryl@cascade darryl]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda6 372M 91M 262M 26% /
/dev/sda1 45M 8.9M 34M 21% /boot
/dev/sda5 703M 222M 445M 34% /home
none 251M 0 251M 0% /dev/shm
/dev/sda2 1.9G 1....
2007 Apr 18
0
[PATCH 2/5] Interrupts subarch cleanup.patch
A brave attempt to be rid of an unnecessary subarch hook and clean things
up a bit. First, all subarches use IRQ-2 as a cascade IRQ. So do that in
the common code. Second, there is no need for a pre_intr_init_hook. We
can set up the interrupt gates at any time, as this doesn't touch any
real hardware, just the processor gates. Now the subarch code still needs
to setup the appropriate irq descriptors, fill in any cus...
2007 Apr 18
0
[PATCH 2/5] Interrupts subarch cleanup.patch
A brave attempt to be rid of an unnecessary subarch hook and clean things
up a bit. First, all subarches use IRQ-2 as a cascade IRQ. So do that in
the common code. Second, there is no need for a pre_intr_init_hook. We
can set up the interrupt gates at any time, as this doesn't touch any
real hardware, just the processor gates. Now the subarch code still needs
to setup the appropriate irq descriptors, fill in any cus...
2006 Mar 13
8
Nested find(:all, :include => ) statements
Is there a way for me to do:
OrderItem.find(:all, :include => [:user, :product => [:supplier]]
So I don''t have a supplier_id on my order_item, but have it on my
product, which is part of order_item.
Joerg
--
Posted via http://www.ruby-forum.com/.
2009 Jul 09
2
[LLVMdev] Cray is Hiring!
On Wednesday 08 July 2009 16:58, Vikram S. Adve wrote:
> Hi, David,
>
> Is the LLVM-based back end you have been working on for the Cascade
> system used by this or any other Cray installations? Is the XT5
> related to Cascade in any way? Thanks,
Yes, the LLVM backend is used in the Cray compiler on the XT5.
Thus LLVM is compiling code that runs on over 180,000 cores.
Pretty neat, huh?
If someone could update the Users link...