search for: sensic

Displaying 20 results from an estimated 56 matches for "sensic".

Did you mean: sensi
2006 Feb 16
1
Non sensical AGI Error
I'm getting an error back from an AGI Dial command. Weird thing is that it's STILL performing the Dial. Here's what I am sending (without the paranthesis): (EXEC DIAL "SIP/10000|5|tr") and here's what I am getting (without the paranthesis): (510 Invalid or unknown command) Why would I get this response to a seemingly good command? And why would Asterisk go ahead and
2006 Oct 26
2
distance between legend title and legend box
Hi, I've looked at the parameters available for the legend function and cannot find a way to change the distance between the top of the box surrounding a legend and the legend's title. I have a math expression that raises the height of my title. If you don't mind the non-sensical title I give to the legend for this plot (Figure 3.20 in R Graphics): with(iris, plot(Sepal.Length, Sepal.Width, pch=as.numeric(Species), cex=1.2)) legend(6.5, 4.2, c("setosa", "versicolor", "virginica"), cex=1, pch=1:3, title=expression(...
2002 May 06
3
function sort.list()
...is doing. On the homepage it says that it returns a permutation which rearranges a vector into ascending or descending order (like order() but on a vector instead of a sequence). > sort.list(c(0, 2, 10, 11, 4)) [1] 1 2 5 3 4 which does not make sense to me. In fact I am getting the same (non-sensical) result using order() order(c(0, 2, 10, 11, 4)) [1] 1 2 5 3 4 Of course rank(c(0, 2, 10, 11, 4)) 1] 1 2 4 5 3 gives the correct result. Am I missing something obvious here ? Cheers Ole -- Ole F. Christensen Department of Mathematics and Statistics Fylde College, Lancaster University L...
2007 Aug 31
4
Zimbra vs. Scalix vs. et. al.
...me start wondering. Are there other exchange server-like products out there? Has anyone dealt with Scalix and Zimbra (or another from the question above) and would you care to post pros and cons to each? Some of the cons to me with Scalix. It uses it's own directory structure which is non-sensical to any admin. Each seems to be assigned on a numbering system.. finding who has what where is not fun and I fear will be a nightmare in the future. Sendmail milters work fine to a point, but there is the limit of filtering using dnsbl's and it appears it will require setting up sendmail a...
2023 Feb 28
2
[PATCH v3] drm/virtio: Add option to disable KMS support
...t;num_scanouts = min_t(uint32_t, num_scanouts, >>> + VIRTIO_GPU_MAX_SCANOUTS); >>> + if (!vgdev->num_scanouts) { >>> + /* >>> + * Having an EDID but no scanouts is non-sensical, >>> + * but it is permitted to have no scanouts and no >>> + * EDID (in which case DRIVER_MODESET and >>> + * DRIVER_ATOMIC are not advertised) >>> + */ >>> +...
2003 Mar 06
6
type III Sum Sq in ANOVA table - Howto?
Hello, as far as I see, R reports type I sums of squares. I'd like to get R to print out type III sums of squares. e.g. I have the following model: vardep~factor1*factor2 to get the type III sum of squares for factor1 I've tried anova(lm(vardep~factor2+factor1:factor2),lm(vardep~factor1*factor2)) but that didn't yield the desired result. Could anyone give me a hint how to proceed?
2006 Feb 02
1
ordering of params
...nize }: #{ answer }\n" end # send email end However, I don''t iterate through the answers in the order that they were in the form, the answers are retrieved from params in a random order (since hashes aren''t ordered). Is there any way to do something like this and keep a sensical order to the email? Thanks, Joe
2006 Aug 07
1
Running out of memory when using lapply
Hi all! I'm afraid I programmed something totally non-sensical and inefficient, but I can't figure out how to do it better. I have a list of ~ 40 000 characters. I want to take each element at a time, map it to a large data frame with hit=which(data.frame$column==elementFromList), then compute some statistic on data.frame[hit,] and return a result t...
2023 Feb 27
1
[PATCH v3] drm/virtio: Add option to disable KMS support
...vgdev->num_scanouts = min_t(uint32_t, num_scanouts, > > + VIRTIO_GPU_MAX_SCANOUTS); > > + if (!vgdev->num_scanouts) { > > + /* > > + * Having an EDID but no scanouts is non-sensical, > > + * but it is permitted to have no scanouts and no > > + * EDID (in which case DRIVER_MODESET and > > + * DRIVER_ATOMIC are not advertised) > > + */ > > + if...
2003 Mar 25
2
locfit troubles
...t;,deg=0,family="normal",alpha=c(alpha0,alpha1)) which is the simplest scenario we can think of (though not the one we would like to use ultimately). The problem: under very small alpha1s (e.g. 0.001), we see the warning "newsplit: out of vertex space" and locfit produces a non-sensical output. Does anyone know the source of this warning? More importantly, are we mistaken in our usage of such a small alpha1? (The scores are very tightly packed; there are no windows of size .001 without at least a few datapoints). Thank you for your help. -- William T Morgan <wmorgan at mi...
2005 Jan 07
2
help with polytomous logistic regression
...am a bit confused about interpretation of the results Is it possible to get the following quantities: I: maximum likelihood estimates to test for fit of model and significance of each predictor (I would like to produce a table of the following type) Analysis of Variance: MLE (values are non sensical, I know!) df chi2 p intercept 2 57 .003 v1 4 89 .876 v2 2 7 .05 LR 110 450 0.93 II: chi square values and corresponding p-values for each level of the predictor varia...
2006 Feb 03
9
validating phone numbers
Anyone got a good validation for validating a phone number? I just want to make sure that whatever the user enters is somewhat sensical, and i''d like to be fairly liberal about what kind of a format it''s in. Joe
2017 Apr 10
2
[Patch] Non-diegetic support for channel mapping 254
...detail, I prefer N != 2 than 2 != N. Acknowledged. Also, unless you think it may one day make sense to have nondiegetic_channels != 2, I think you should just return OPUS_BAD_ARG. OPUS_UNIMPLEMENTED is used for things that may one day be implemented. Done. Also, many sure you catch all non-sensical values. For example, what if channels is set to 1000? Done. 3) From the draft, it seems like you can only have two nondiegetic channels, so instead of: + nb_streams = acn_channels + ((nondiegetic_channels / 2) % 2); + nb_coupled_streams = nondiegetic_channels / 2; Why not just have...
2017 Apr 07
2
[Patch] Non-diegetic support for channel mapping 254
Hello all, Attached is a proposed patch for Opus that allows support for encoding non-diegetic stereo audio as a coupled stream for use with channel mapping 254. It also rejects channel counts that are not (n+1)^2 + 2j, where n is 0 to 14 and j is either 0 or 1 (See IETF public draft doc attached for clarification). Please let me know any suggestions / concerns / comments. Thank you for your
2012 May 14
2
defaults for virtual defined resources from hiera.
...9;'} where metric is defined as define metric (hiera("lemon${title}") { # do stuff. } I can understand why that does not make sense, the define is only going to evaluated once and badly. Only option I can think of is to override the paramters inside the define if they are non-sensical defaults. define metric(one=>''UNSET'', two=>''UNSET) { $h = hiera("lemon${title}") if $one == ''UNSET'' { $one = $h[''one''] } if $two == ''UNSET'' { $two = $[''two'']...
2011 Aug 31
4
Issue with asset pipeline helper with Rails 3.1 final release.
...un `rake assets:precompile` on my local machine I get this very strange error message: "Access denied for user ''root''@''localhost'' (using password: YES)". Running rake with `--trace` doesn''t give me any more information. I find this error non-sensical, as nothing in this project is owned by the root user. Again downgrading to rc5 make everything work as normal. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.co...
2007 Oct 21
1
template context question
...agios.cfg file be able to locally determine if there is a /etc/nagios/client directory and include each as a configuration directive. Regardless of whether this is the right way to handle the requirement, I''m more curious now whether using templates in this way is (a) possible and (b) sensical. I felt as I was doing it that I was violating the philosophy of puppet and I think I was punished for it :). Thanks, Mark
2008 Oct 06
1
[Game] Pathologic: help me create a useful bug report
...Game.exe The result is that the screen gamma is altered, the screen goes black, and then the program terminates (leaving the gamma altered). Crashlog (pastebin) (http://pastebin.com/md8a3242) While getting the game to actually run would be wonderful, I'll be happy if I can simply produce a sensical bug report. System details Debian Etch (linux 2.6.18-6-686) Wine 1.1.4 CPU: intel Core 2 Quad (Q6600) RAM: 4GB Graphics: GeForce 9600 GT (Nvidia binary Drivers)
2007 Aug 06
0
win32-changenotify and events
Hi all, I''ve made some changes to the way that events are handled in win32-changenotify, and I wanted to verify that they were both appropriate and sensical. First, win32-changenotify now requires win32-event. In the constructor, if an event isn''t explicitly passed, a new Win32::Event object is created (instead of calling CreateEvent directly). Then, in the ChangeNotify#wait method, I manually set the event''s signaled state to...
2003 Oct 20
1
bug in fisher test---p-value cannot be Inf (PR#4688)
I just found a bug in fisher.test(). This is rw1080, on windows XP. A p-value can certainly not be Inf, but: > religion Costumbres rel orig Religion Si Algunas veces Nunca católica 2121 4700 6234 prot/evan 100 216 2461 otra C 27 67 502 otra 0 0 14 > fisher.test(religion, workspace=2000000)