Displaying 20 results from an estimated 577 matches for "cascades".
Did you mean:
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
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
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 also, but it still
stored in database. Where I wrong?
2006 Jan 11
3
How do you do a custom sql call in rails?
Hi.
I am developing an industry specific crm that allows busineses to track
customers in a particular way. Each customer will be assigned a customer
number. The first customer will have a customer number of 1, the second
customer_number = 2, etc... Note that this customer number is not global
but particular to the account that created the customer (see schema snip
below).
I need to have a
2003 Apr 28
2
cascaded HTB urgent question
Hi there,
I have a question with regards to cascading multiple HTB qdiscs. Assume
that I want to build the following hierarchy:
(qdisc htb 1:0) -> (class htb 1:1) -> (qdisc htb 2:0) -> (class htb 2:1)
-> (class htb 2:2)
I want to attache aggregate u32 filters at 1:0 for supernets, then at
2:0 (and 3:0, 4:0, etc), I attach the more specific u32 filters for say
HTTP and
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:
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 :
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
I am a new commer in R. I am using the library tcltk, i need few information about it.
so that, i wrote the following programme to save the file, but when i save the file, i do not find the file save, please 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)
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
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 this seems not to work correctly on
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?
HI, I am trying to find out why an old slower machineis faster than a new
faster machine.
I have a RedHat 6.2 server installation, it runs samba and I have been very
happy with it.
Filesystem is:-
[darryl@keg darryl]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda6 1.2G 735M 387M 66% /
/dev/hda1 40M 3.0M 35M 8% /boot
/dev/hdc1
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
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
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