search for: good

Displaying 20 results from an estimated 96633 matches for "good".

2022 Sep 24
17
[Bug 3475] New: ED25519 signature verification nondeterministic spurious failure
https://bugzilla.mindrot.org/show_bug.cgi?id=3475 Bug ID: 3475 Summary: ED25519 signature verification nondeterministic spurious failure Product: Portable OpenSSH Version: v9.0p1 Hardware: amd64 OS: Linux Status: NEW Severity: critical Priority: P5 Component: ssh
2011 Aug 30
0
multi-response regression with random forest
...ks, C?dric ___________________________________________________________________ Here is a small extract of my input data : ID F1 F2 WQ1 WQ2 WQ3 WQ4 423007 -0.181720936 -0.031683254 Impaired Impaired Impaired Impaired 423432 -0.013823243 -0.044562244 Good Good Impaired Good 382886 -0.062171083 0.095592402 Good Impaired Good Impaired 349067 0.165199490 -0.006247771 Impaired Good Impaired Good 350787 -0.086522253 -0.001156491 Good Good Impaired Good 423700 -0.094519496 0.058552236 Good Good Impaired G...
2019 Dec 20
0
list.files(., pattern=<>, recursive = TRUE, include.dirs = TRUE)
...nough in practice (sometimes but not always, I'd think). *2* would fully backwards compatible (computing on formals lists not withstanding...) unless its default was set to pattern when include.dirs is TRUE, in which case it would be a disable-able implementation of *1.1* I think *3* would be good to do if there's no appetite for doing anything higher on the list. I am happy to submit patches (as wishlist items , except for *3*) for any of the above if there is interest. Thoughts? ~G td = file.path(tempdir(), "listfilestst") dns = c("good", "bad" ) dpth...
2008 Apr 03
2
What to do with this data?
Hello, This is not necessarily a question about R, but more about how we should display our data in general. (Will we then use R to do that, once we know what to do ;-) I received good replies about such things in the past on this mailing list so I give it a go. Here's what we did: We showed a fairly large number of subjects search engine queries and different possible search engine responses. We assumed that users would like some our responses better than others and wanted...
2007 Oct 30
3
data format
Hi, How can I analyze the data collected in database formatting (with labels) rather than splitted by individual columns (almost in excel)? For example (comma separated data); Label,Value Good,10 Bad,12 Good,15 Good,18 Good,12 Bad,15 Bad,10 etc... ks.test or chisq.test can be done. Splitting the data into new columns is not applicable cos' I'll use R-integration in another software. Thanks for your concern Emre -- --- Emre ÜNAL [[alternative HTML version deleted]]
2004 Mar 10
2
data frame filtration
Hi, R-help: I am a new user of R and am very pleased with R's features. Here I have one question regarding data frame manipulation. I have a data frame look like this: Fruit Condition 1 Orange Good 2 Orange Bad 3 Orange Good 4 Orange Good 5 Orange Bad 6 Apple Good 7 Apple Bad 8 Apple Good 9 Apple Good 10 Apple Bad 11 Apple Good 12 Apple Bad 13 Mango Good 14 Mango Good 15 Mango Bad and I like to remove fruit group(s) with three or more &quot...
2005 Dec 20
1
Help to find only one class and differennt class
Dear R users, I have a problem, which I can not find a solution. Probably someone could help me? I have a result from my classification, like this > credit.toy [[1]] age married ownhouse income gender class 1 20-30 no no low male good 2 40-50 no yes medium female good [[2]] age married ownhouse income gender class 1 20-30 yes yes high male poor 2 20-30 no yes high male good 3 20-30 yes no low female poor 4 60-70 yes yes low female poor 5 60-70 no...
2018 Jun 17
3
no mouse cursor on nv50
...I-1 right. Curiously, the cursor is missing not only with proper xrandr setup after logging in but even in mirrored mode at the lightdm greeter[1]. How is this even possible if both screens are supposed to be identical? Bisected: # bad: [ce397d215ccd07b8ae3f71db689aedb85d56ab40] Linux 4.18-rc1 # good: [29dcea88779c856c7dc92040a0c01233263101d4] Linux 4.17 git bisect start 'v4.18-rc1' 'v4.17' # bad: [1c8c5a9d38f607c0b6fd12c91cbe1a4418762a21] Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next git bisect bad 1c8c5a9d38f607c0b6fd12c91cbe1a4418762a21 # bad: [135c5504a6...
2002 May 15
3
Struchture change of a data frame
Hi guys I've got an easy question but couldn't find any quick solution. I woulk like to change the following matrix good bad worse Blue 1 2 2 Yellow 2 1 3 Black 3 4 4 Into the following structure good 1 Blue Bad 2 Blue Worse 2 Blue Good 2 Yellow Bad 1 Yellow Worse 2 Yellow Good 2 Black Bad 4 Black Worse 4 Black Thanks a lot. Regards Beat Huggler --- Beat Huggler Quantitative Analysis RMF Investment Products...
2007 Jun 12
1
2 Trellis graphics question
1) I have a data that includes some "bad" data. I want to make a trellis plot where each panel contains a) A scatter plot of the "good" data b) A scatter plot of the "bad" data in a different color c) A best fit line of all the data, and d) A best fit line of the "good" data. I tried using xyplot and setting the "group" argument, but I'm having trouble. Here is my code: xyplot(y ~ x | stat...
2020 Jun 18
2
2dd4d163cd9c ("drm/nouveau: remove open-coded version of remove_conflicting_pci_framebuffers()")
...0] clocksource: Switched to clocksource tsc [ 6.509946] Console: switching to colour frame buffer device 240x67 [ 6.546287] nouveau 0000:03:00.0: fb0: nouveaudrmfb frame buffer device [ 6.555021] [drm] Initialized nouveau 1.3.1 20120801 for 0000:03:00.0 on minor 0 Thx. git bisect start # good: [3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162] Linux 5.7 git bisect good 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162 # bad: [b3a9e3b9622ae10064826dccb4f7a52bd88c7407] Linux 5.8-rc1 git bisect bad b3a9e3b9622ae10064826dccb4f7a52bd88c7407 # bad: [ee01c4d72adffb7d424535adf630f2955748fa8b] Merge branch '...
2007 Dec 22
4
StepGroup ?
...hat''s the current api. Could you provide an example? In my case I have several scenarios which vary in the Givens, but not the results. Ideally I''m hoping to achieve something like: (but anything will do for now :) Scenario: one Given something When he does foo Then good things should happen Scenario: two Given something different When he does foo Group Of good things should happen Group: good things should happen Then good thing one And good thing two And good thing three
2017 Dec 01
2
Good linux software RAID primer advise
Dear Experts, Could someone recommend good Linux software RAID primer. It would be good if it has good coverage of monitoring and dealing with failures. I inherited a couple of boxes with big bunch of software RAIDs each, and I even may have some problems, but I don't want to bother anybody with specifics unless I really hit brick wall...
2017 Oct 26
1
[PATCH] builder: ignore spaces after repo identifiers (RHBZ#1506511)
--- builder/index-scan.l | 5 +++-- builder/test-virt-index-validate-good-4 | 3 +++ builder/test-virt-index-validate.sh | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 builder/test-virt-index-validate-good-4 diff --git a/builder/index-scan.l b/builder/index-scan.l index bdb474b33..49dad72bc 100644 --- a/builder/index-scan.l +++ b/builder...
2013 Apr 18
6
count each answer category in each column
Hey, Is it possible that R can calculate each options under each column and return a summary table? Suppose I have a table like this: Gender Age Rate Female 0-10 Good Male 0-10 Good Female 11-20 Bad Male 11-20 Bad Male >20 N/A I want to have a summary table including the information that how many answers in each category, sth like this: X Gender Male 3 Female 2 N/A 0 X Age 0-10...
2008 Apr 05
2
IAX IP Phone
Hi All; Till now I am not able to find a good IAX IP Phone or Gateway that can be used with good quality. Anyone can advise for good one? Regards Bilal ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No...
2020 Jun 18
0
2dd4d163cd9c ("drm/nouveau: remove open-coded version of remove_conflicting_pci_framebuffers()")
...e tsc > [ 6.509946] Console: switching to colour frame buffer device 240x67 > [ 6.546287] nouveau 0000:03:00.0: fb0: nouveaudrmfb frame buffer device > [ 6.555021] [drm] Initialized nouveau 1.3.1 20120801 for 0000:03:00.0 on minor 0 > > Thx. > > git bisect start > # good: [3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162] Linux 5.7 > git bisect good 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162 > # bad: [b3a9e3b9622ae10064826dccb4f7a52bd88c7407] Linux 5.8-rc1 > git bisect bad b3a9e3b9622ae10064826dccb4f7a52bd88c7407 > # bad: [ee01c4d72adffb7d424535adf630f2955748fa8b...
2018 Mar 16
3
selinux: how to allow access?
On 03/16/2018 12:14 PM, Richard Grainger wrote: >> Yet again I could not find any documentation explaining how to do basic >> things like this :( Selinux is more like a curse than anything else :( Why >> is there not even a good documentation? > > More trolling? Show me a good documentation and/or name good reasons not to disable selinux. Considering how much trouble it gives, there have to be *very* good reasons to keep it enabled.
2018 Dec 07
2
next/master boot bisection: Oops in nouveau driver on jetson-tk1
...on has been done to verify it, * * and the root cause of the problem may be somewhere else. * * Hope this helps! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Bisection result for next/master (next-20181206) on jetson-tk1 Good: 84df9525b0c2 Linux 4.19 Bad: 4c92b7b3080d Add linux-next specific files for 20181206 Found: cfea88a4d866 drm/nouveau: Start using new drm_dev initialization helpers Checks: revert: PASS verify: PASS Parameters: Tree: next URL: None Branch:...
2007 Dec 20
7
ip phone suggestion for Asia?
Hi: i am surveying ip phones for our company. we will use them with asterisk. we have office in taiwan, hong kong,singapore and china. cisco and polycom are too expensive for us. we try several china brand ip phones. they are all cheap and some of them have good quality. but most of them won't offer future firmware support, which we think it's important for ip phones. searching in the mail list, we found aastra is good, but they don't sale to asia. grandstream looks good also.there are many grandstream users in the list, can someone share an...