search for: meaninful

Displaying 15 results from an estimated 15 matches for "meaninful".

Did you mean: meaningful
2006 Sep 07
2
Feasibility question: get samba to back-up every version of a file
Hi everyone, How feasible would it be to get samba to back-up every version of a file that the Windows user saves? Specifically: 1) can you trap the "file saved" event somehow in a meaninful way? 2) is it possible to distinguish something like Access MDB access - ie, continual updates of some sort - from a regular file save? 3) what sort of level of knowledge of Samba, C/C++, Linux, and other things would be required to implement something like this? 4) given the requisite knowled...
2004 Jun 09
1
GlmmPQL
...meaningful in GlmmPQL, how do I test for the significance of the random effects? 3. I way to see if 1 single level of random effects is helpful in terms of analysing the data, would be to comapre the GlmmPQL model with a glm models without random effects, but again: what do I compare if AIC is not meaninful? and if there is something I can compare, could I test for the significance of that difference? Could someone bring light to this? Thanks, Olga Tosas
2015 Apr 05
4
[LLVMdev] Format of special case list for sanitizers
The documentation for the sanitizer special case list format[0] says, > The meanining of * in regular expression for entity names is different - it is treated as in shell wildcarding. In SpecialCaseList::parse, we see that this is just replacing * with .*: // Replace * with .* for (size_t pos = 0; (pos = Regexp.find("*", pos)) != std::string::npos; pos +=
2009 Apr 07
3
assert_valid in unit tests after upgrade to rails 2.3 doesn't work
...#<StateTest: 0x7f0d60750318> I see that test_valid is now in ActionController::Assertions::ModelAssertions. Does this mean that test_valid is designed to be used i ActionController tests only? I can change my assert_valid(State.first) into assert (State.first.valid?) but assert_valid prints meaninful failure messages, unlike assert which just tells me "nil is not true". How can I use assert_valid in my unit tests? My test classes declared something like this: class StateTest < ActiveSupport::TestCase --~--~---------~--~----~------------~-------~--~----~ You received this message...
2010 Dec 16
1
Subarray specification problem
...values of the cells) of the array. Here's an example of such a problem. Suppose I have an array x of unknown dimensions (it may have been passed as the argument to a function I'm coding), but I know that one of its dimensions is called "time", and has values that are (or can be meaninfully coerced into) integers. To make this specification clearer, here's one possible example of such an array x: > (x <- array(runif(2*5*2), dim=c(2,5,2), dimnames=list(NULL, time=round(100*runif(5)), NULL))) , , 1 time 84 69 61 16 77 [1,...
2009 Feb 23
2
[LLVMdev] setPreservesCFG
Dear All, Does the setPreservesCFG() call for passes indicate that the CFG in the local function does not change or that the global CFG does not change? In other words, can a pass call setPreservesCFG() if it adds call instructions to a function? Thanks in advance. -- John T.
2009 Feb 23
0
[LLVMdev] setPreservesCFG
...Criswell wrote: > Dear All, > > Does the setPreservesCFG() call for passes indicate that the CFG in > the > local function does not change or that the global CFG does not change? The CFG in this context is just the per-function CFG. "setPreservesCFG" can only be used meaninfully for FunctionPasses. > In other words, can a pass call setPreservesCFG() if it adds call > instructions to a function? Adding a call does not modify the per-function CFG. Adding an invoke does. -Chris
2006 Feb 27
0
Rails job opening at local search company
...web standards like XHTML, CSS and Javascript (bonus if you''re already familiar with prototype.js and JSON) - strong data structure and design skills - previous experience working on a production, high-scale web site It''s even better if you: - can be self-directed and contribute meaninfully with minimal management - can contribute ideas and energy to the whole product development process, including brainstorming, specification, implementation, testing and tuning - have an eye for usability, style and design - have an inclination for test-driven development Send your resume to jobs...
2004 Nov 18
0
Memory problems...leaky?
...roblem, with some sort of leakiness? I had heard of leaky memory problems with version 1.5.1, but I am using 1.9.1. Alternatively, I had wondered if it was just the way memory works in R, as I had read a post earlier today that suggested that R requires 5-10 times more memory than the input to meaninfully calculate anything... Thanks...Sam bflow <- 2 pie <- 3.141592654 input <- read.table ("xxx.txt", sep="", header=FALSE, na.strings = "-9999") rowsize <- dim(input)[1] colsize <- dim(input)[2] result <- matrix (NA, rowsize, colsize) for (i in...
2016 Jan 09
9
[Bug 2523] New: An RSA private key file consistently gives "Badd Passphrase" errors, but worked before
https://bugzilla.mindrot.org/show_bug.cgi?id=2523 Bug ID: 2523 Summary: An RSA private key file consistently gives "Badd Passphrase" errors, but worked before Product: Portable OpenSSH Version: 7.1p1 Hardware: Other OS: Linux Status: NEW Severity: normal Priority:
2008 Mar 03
3
Calculating the t-test for each row
Hi Everyone, I need some simple help. Here are my codes ##########will give me 10000 probesets#################### data.sub = data.matrix[order(variableprobe,decreasing=TRUE),][1:10000,] dim(data.sub) data_output<-write.table(data.sub, file = "c://data_output.csv", sep = ",", col.names = NA) When i export to excel, it shows me this. This is just a short version. There
2014 Nov 11
5
[Bug 86164] New: Dual screen causes KDE crash on NV50 (NV98) in nouveau (bisected)
...secondary monitor attached * observe how system is running in a "clone" mode (there is output on secondary monitor) * log in in KDM * observe how X11 gets restarted -> KDM window appears Solution - use any revision before 86024ceef0 Unfortunately log files are empty - there are no meaninful messages that could shead a light on the issue. No crash is recorded, xorgsession-errors are just indicating on IO error while connecting to X11; There is some issue with EDID, although KDE monitor configuration displays correct information. dmesg snip: [ 0.000000] Kernel command line: BOOT_IMA...
2004 Sep 09
2
Handling the windows clipboard/32KB limit
...It's very fast. 2. (this may be bug or feature depending on view point): Range("Alldata").Copy is filter sensitive. So, if I use a common filter to select a part of Alldata in Excel, executing the code will transfer only this part. If we turn this volatile and add a few lines for some meaninful analysis which reports itself back or displays itself in a graph, we arrive at an interesting level of animation). Here is what I thought of using for going back: write.table(Alldata,file=con<-file(description='clipboard',open="w"),sep='\t',na='#N/A',col.names=...
2016 Jan 08
24
[Bug 2522] New: Key parser should reflect errors from OpenSSL
https://bugzilla.mindrot.org/show_bug.cgi?id=2522 Bug ID: 2522 Summary: Key parser should reflect errors from OpenSSL Product: Portable OpenSSH Version: 7.1p1 Hardware: Other OS: Linux Status: NEW Keywords: patch Severity: enhancement Priority: P5 Component: ssh
1999 Aug 03
2
Performance & capacity characteristics of R?
I hope this is merely a FAQ, and not an AFAQ (annoyingly....). I'm a SAS programmer, with several years' experience of the system, evaluating alternatives. See the SAS for Linux website (URL in sig) for more info. I'm exploring R's capabilities and limitations. I'd be very interested in having a deeper understanding of it capacity and performance limitations in dealing with