search for: unimport

Displaying 20 results from an estimated 342 matches for "unimport".

Did you mean: nimport
2016 Mar 02
0
[PATCH] drm: silence unimportant HDMI status message
On non-PCI devices, nobody should really care if the device does not provide HDMI... Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drm/nouveau/nouveau_drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drm/nouveau/nouveau_drm.c b/drm/nouveau/nouveau_drm.c index 2f2f252e3fb6..c2337fb73fe7 100644 --- a/drm/nouveau/nouveau_drm.c +++
2009 Jun 09
2
[PATCH] OCFS2: fdatasync should skip unimportant metadata writeout
Hi. In ocfs2, fdatasync and fsync are identical. I think fdatasync should skip committing transaction when inode->i_state is set just I_DIRTY_SYNC and this indicates only atime or/and mtime updates. Following patch improves fdatasync throughput. #sysbench --num-threads=16 --max-requests=300000 --test=fileio --file-block-size=4K --file-total-size=16G --file-test-mode=rndwr
2010 Aug 28
1
mirrored pool unimportable (FAULTED)
Hi, more than a year ago I created a mirrored ZFS-Pool consiting of 2x1TB HDDs using the OSX 10.5 ZFS Kernel Extension (Zpool Version 8, ZFS Version 2). Everything went fine and I used the pool to store personal stuff on it, like lots of photos and music. (So getting the data back is not time critical, but still important to me.) Later, since the development of the ZFS extension was
2009 Aug 24
6
Combining matrices
If I have two matrices like x <- matrix(rep(c(1,2,3),3),3) y <- matrix(rep(c(4,5,6),3),3) How can I combine them to get ? 1 1 1 4 4 4 1 1 1 5 5 5 1 1 1 6 6 6 2 2 2 4 4 4 2 2 2 5 5 5 2 2 2 6 6 6 3 3 3 4 4 4 3 3 3 5 5 5 3 3 3 6 6 6 The number of rows and the actual numbers above are unimportant, they are given so as to illustrate how I want to combine the matrices. I.e., I am looking for a general way to combine the first row of x with each row of y, then the second row of x with y, .... Thanks, Dan Daniel Nordlund Bothell, WA USA Thanks for
2015 May 02
2
Bug#784011: xen: CVE-2015-3340: Information leak through XEN_DOMCTL_gettscinfo (XSA-132)
Source: xen Version: 4.4.1-9 Severity: normal Tags: security upstream patch fixed-upstream Hi, the following vulnerability was published for xen. CVE-2015-3340[0]: | Xen 4.2.x through 4.5.x does not initialize certain fields, which | allows certain remote service domains to obtain sensitive information | from memory via a (1) XEN_DOMCTL_gettscinfo or (2) | XEN_SYSCTL_getdomaininfolist request.
2008 Jul 09
3
Grid building in R
This might not possible in R but I thought I would give it shot. I am have to set up a 40 x 40 cm grid of 181 points equidistant from each other. Is there any way to produce a graph with R that can do this for me? Actual sizes are unimportant as long it is to scale. Thanks -- View this message in context: http://www.nabble.com/Grid-building-in-R-tp18371874p18371874.html Sent from the R help mailing list archive at Nabble.com.
2009 Apr 20
4
graph with 15 combinations
Dear R helpers, I have a data set with 4 types (W, C, E & S). Now I have values for all types plus all possible combinations (the order is unimportant): W, C, WC, E, WE, CE, WCE, S, WS, CS, WCS, ES, WES, CES & WCES. Ideally I would like to represent everything in one graph and as concise as possible. Drawing 4 circles and depicting it as overlap just gives me 13 out of the 15 possibilities needed (as e.g. depicted here http://www.psy.ritsu...
2003 Feb 28
3
Tabulating
...wing result 10 11 12 5 5 2 that''s fine, but what I would like to do now is: construct new classes based on the number of classes from table, 10 10, 11 11, 12 12, 10 11, 10 12, 11 12. After that I would like to do tabulation on the pairs in data, and positions in pairs should be unimportant: 10 11 should be treated as the same class as 11 10. So the following result should be obtained: 10 10, 11 11, 12 12, 10 11, 10 12, 11 12 1 , 1 , 0 , 2 , 1 , 2 Remeber that it should be possible to do for an arbitrary number of classes. Best regards, Patrik.Waldmann@djingis.se [[alternate HT...
2007 Feb 23
2
Deferred success for specs?
...spec, it''s hard to tell what I''m working on now from the explicit failues. I run all my specs through TextMate to use the HTML output, so I go by the "95 specifications, 3 failures" line at the top. I''d find it useful if I could mark specs as failing but unimportant, eg "95 specifications, 1 failure, 2 deferred". You could even display these limbo specs in orange to separate them visually. Anyone else think this is a good idea, or is there too much chance of it being abused as a way of saying, "I''ll get round to it when I can...
2007 May 25
5
rails adoption questions
For my thesis I''m constructing a questionnaire and I would like to know your opinion about it and perhaps additional questions. The research will focus on the adoption factors and demographic characteristics of companies using rails. So if you happen to know good questions, or think they''re inappropriate, let me know. I''ll start off: Organizational 1. What is your
2005 Aug 17
2
plotting issue with timestamps
...ime stamp is in the format YYYY/MM/DD hh:mm:ss. I would like to plot a timeseries of the transactions to see if there is a particular time in the day when there is a spike in transactions. Ofcourse the YYYY/MM/DD can be dropped since I am monitoring activity for the day and the actual date is unimportant. Can anyone give me some direction on this. I could possibly build a frequency table but not sure how to plot against the timestamp in the format above. Any help would be appreciated. -Dhiren
2013 Feb 27
4
[LLVMdev] GSoC 2013
Dear All, GSoC 2013 is coming! This means it's a good time to refresh the Open Projects pages. So, please, add your ideas there, remove old / unimportant stuff, tweak current ideas. It's really important to have these pages up-to-date by the time of GSoC (next couple of weeks). Your help is needed! -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2019 Apr 13
3
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
...fs. > I don't see why mclapply could not be rewritten using PSOCK clusters. Because it would be much slower. > To implement copy-on-write, Linux overcommits virtual memory, and this > is what causes scripts to break unexpectedly: everything works fine, > until you change a small unimportant bit and... boom, out of memory. > And in general, running forks in any GUI would cause things everywhere > to break. > I'm not sure how did you setup that, but it does complete. Or do you > mean that you ran out of memory? Then try replacing "x" with, e.g., > "...
2016 May 12
2
Questions on Clang's documentation of Modules
...he documentation here. # Modules Semantics The following is stated ``` If any submodule of a module is imported into any part of a program, the entire top-level module is considered to be part of the program. As a consequence of this, Clang may diagnose conflicts between an entity declared in an unimported submodule and an entity declared in the current translation unit, and Clang may inline or devirtualize based on knowledge from unimported submodules. ``` What does considered "part of the program" mean here? Initially I thought that meant just import the parent module (i.e. writing ``i...
2008 Jan 21
4
stubs! method
...to know when it isn''t called so I can remember to clean up the test. Since I don''t "expect" foo, it''s also quite verbose for my purpose. Given the above, I''d really like a .stubs! method. The .stubs! method would convey that this is a stub and is unimportant for the test; however, if you don''t call the method at least once, it will remind you to remove the stub. I also think that stubs! is appropriate given that the intended use of ! methods is "the dangerous version of a method". I''d say a stub that raises an ex...
2006 Jan 31
2
lightpd / fcgi / RoR setup
...d controller (http://localhost/foo/hello), empty response. No error message, no default controller text (Foo#hello, etc.). Nothing. Nothing in the lighttpd logs or the rails app logs to indicate what''s happening. Just nothing. Any help at all appreciated! Oh, one more thing, might be unimportant: irb(main):001:0> RailsFCGIHandler.process! NameError: uninitialized constant RailsFCGIHandler from (irb):1 Regards, Jim Setup: RoR 1.0, Linux, lighttpd 1.4.9, gem fcgi (0.8.6.1). dispatch.fcgi looks like: #!/usr/bin/ruby require File.dirname(__FILE__) + "/../config/environm...
2005 May 06
4
Choices from a matrix
...te the (2^k)xN matrix Y with columns not in I all zero and the other columns with all choices of an entry from the first or second row of X. For example, with X <- matrix(1:8, nrow=2) I <- c(1,3) X is 1 3 5 7 2 4 6 8 and Y should be 1 0 5 0 2 0 5 0 1 0 6 0 2 0 6 0 The order of the rows is unimportant. --- I solved this using a loop over the rows of Y after forming some preliminary matrices. I think it could be improved. N <- NCOL(X) k <- length(I) G <- as.matrix(expand.grid(rep(list(c(1,2)),k))) Y <- matrix(0,nc=N,nr=NROW(G)) for(i in 1:NROW(G)){ ind <- rep(1,N) ind[I]...
2019 Feb 18
4
RFC: changing variable naming rules in LLVM codebase
...n LLVM developer sees "TLI" they know exactly what it is, even without any context. At the same time, a person is new to LLVM for only a certain period of time, much shorter than the lifetime of the code. The key to readability is to make the important things easy to see, and get the unimportant things out of the way. By using completely expanded names we run the risk of making everything equally "easy to see"... -Krzysztof
2010 Jan 15
2
[LLVMdev] <IsKill> getting from MachineOperand is just <Used> attribute from logic.
...gt;MBB1->MBB2]. I will find R4 first is killed, then is used. It can not unlogisch. Attually R4 just is <Used>. It will cause my optimization pass crash(Actually, I ingore Live In message of MBB. I recollect live in messges at my pass.). 1. Does <kill> attribute of R4 at MBB0 is a unimportant and redundancy messages, Or a little bug??? 2. Is it unreliable to get a physical register's liverange by Kill, Dead messages from MachineBasicBlock?? ___________________________________________________________ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/ ------------...
2019 Apr 12
2
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
Just throwing my two cents in: I think removing/deprecating fork would be a bad idea for two reasons: 1) There are no performant alternatives 2) Removing fork would break existing workflows Even if replaced with something using the same interface (e.g., a function that automatically detects variables to export as in the amazing `future` package), the lack of copy-on-write functionality would