search for: parry

Displaying 20 results from an estimated 75 matches for "parry".

Did you mean: carry
2019 Apr 16
2
[PATCH] vhost/scsi: drop unnecessary smp_mb__after_atomic()
The vhost_scsi.ko code used several atomic variables at one point. Later they were dropped or converted to regular ints protected by a mutex. The commit that made these changes left an unused smp_mb__after_atomic() in vhost_scsi_set_endpoint(). It was previously used after incrementing vhost_scsi->vhost_ref_cnt but this field has been dropped: - atomic_inc(&vs->vhost_ref_cnt);
2019 Apr 16
2
[PATCH] vhost/scsi: drop unnecessary smp_mb__after_atomic()
The vhost_scsi.ko code used several atomic variables at one point. Later they were dropped or converted to regular ints protected by a mutex. The commit that made these changes left an unused smp_mb__after_atomic() in vhost_scsi_set_endpoint(). It was previously used after incrementing vhost_scsi->vhost_ref_cnt but this field has been dropped: - atomic_inc(&vs->vhost_ref_cnt);
2024 May 16
1
[Non-DoD Source] Re: R for the US Air Force
...tion that doesn?t fit the description, and only then will they test it. That sounds great. I?ll reach out to Jeremy and see if he can help me get the IDs the USAF wants. It sounds like Joshua predates my time here. That?s a really good idea. Thanks very much! Doug From: Josiah Parry <josiah.parry at gmail.com> Sent: Thursday, May 16, 2024 1:05 PM To: ADAMS, DOUGLAS L CIV USAF AFMC OO-ALC/OBWA <douglas.adams.15 at us.af.mil> Cc: R-devel at R-project.org Subject: [Non-DoD Source] Re: [Rd] R for the US Air Force You don't often get email from josiah.parry a...
2019 Apr 16
1
[PATCH] vhost-scsi: remove incorrect memory barrier
At this point, vs_tpg is not public at all; tv_tpg_vhost_count is accessed under tpg->tv_tpg_mutex; tpg->vhost_scsi is accessed under vhost_scsi_mutex. Therefor there are no atomic operations involved at all here, just remove the barrier. Reported-by: Andrea Parri <andrea.parri at amarulasolutions.com> Signed-off-by: Paolo Bonzini <pbonzini at redhat.com> ---
2006 Oct 25
1
SpamAssassin training plugin
...e user manually moves a piece of mail into the spam folder then the mail must have been spam that was incorrectly classified. This plugin causes SpamAssassin to relearn that mail as spam. Anyone else who finds this functionality useful is welcome to follow the link below. . http://chad.parry.org/software/dovecot/ - Chad Parry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20061025/eff9226e/attachment-0001.html>
2025 Jun 02
2
Specifying a long string literal across several lines
...s a function call that needs to be evaluated at runtime, whereas "abc" is a string constant understood by the parser, and often also language agnostic. I'd assume compilers and code- and text-search tools do a better job with the latter. /Henrik On Mon, Jun 2, 2025 at 2:18?PM Josiah Parry <josiah.parry at gmail.com> wrote: > > I suppose taste is learned as well. It does feel quite odd that the best > way to define a long string without a note or text wrapping is by being > creative with functions. > > This is valid in Python, Julia, and Rust (if you add `let`...
2012 Feb 17
2
Bug in unicorn_rails when Encoding.default_internal is set
...nt requests to that worker would get the same blank 500 page even for plain ascii urls. I''ve been able to recreate this behavior one a fresh rails project by setting Encoding.default_internal to utf-8 and very little else. I''ve created an example repo at: https://github.com/lparry/how_to_kill_a_unicorn All you need to do is hit http://localhost:8080/users/? and the unicorn worker will die with an error: "Error during failsafe response: "\xE2" from ASCII-8BIT to UTF-8" "app error: "You have a nil object when you didn''t expect it!\nYou...
2008 Sep 27
1
Using the mcmcsamp function
...written' Can anyone tell me what this means and how I can resolve it, I'm using R. 2.7.2 and updated 'lme4' yesterday The code I use is as follows: model<-lmer(FemApp~MaleWith+(1|MaleID)+(1|FemID),poisson,data=Compliance) mcmp<-mcmcsamp(model3, n= 1000) Thanks in advance Parry
2006 Nov 29
1
usrmgr.exe issues
Hi I have set up my own domain on Debian stable (3.0.14a-3sarge2) and can log in etc. I have just gone to administrate my user accounts using the server tool (usrmgr.exe) from microsoft (i know it is not the problem of samba to support these but...) when i select my new domain 'EDDU' i get the error: "the specified local group does not exist" Having read pretty much every
2025 Jun 02
2
Specifying a long string literal across several lines
...ng that should be recommended. That said, in R we tend to offer many tools that allow you to shoot yourself in the foot, so some might argue that one more is not going to hurt ;) - not everyone wants their code to be readable? Cheers, Simon > > > On Mon, Jun 2, 2025 at 2:18?PM Josiah Parry <josiah.parry at gmail.com> wrote: >> >> I suppose taste is learned as well. It does feel quite odd that the best >> way to define a long string without a note or text wrapping is by being >> creative with functions. >> >> This is valid in Python, Julia,...
2024 May 16
1
R for the US Air Force
Hey Doug, R is not a product that is provided by a company or any vendor that can be procured through a vendor e.g. something on a GSA schedule. Seems like you're caught in the bureaucracy hell hole. I used to help the USAF, and other DoD members use R when I was at RStudio (now Posit). I recommend you find someone in your organization who is doing Data Science. They'll likely have
2002 Sep 12
4
HPUX 10.20 and OpenSSH 3.4.p1
...1 <end> Though I've been poking about in various files looking for clues, I have really no clear idea of just what the problem could be. That my various searches have not turned up others with the same problem, has me wondering just what I am leaving out. Any ideas/suggestions? Todd Parry
2025 Jun 02
2
Specifying a long string literal across several lines
...ntless email, but sometimes - for these subjective issues - it is > worthwhile to point out a difference in opinion. > > Best, > Kasper > > On Mon, Jun 2, 2025 at 12:27?PM Tomas Kalibera <tomas.kalibera at gmail.com> > wrote: > >> >> On 6/2/25 17:37, Josiah Parry wrote: >> > Tomas, >> > >> > Here is a good example of where this functionality would be useful: >> > >> https://github.com/R-ArcGIS/arcgislayers/blob/2b29f4c254e7e5a1dadce8d4b0015a70dfae39d4/R/arc-open.R#L19-L56 >> > >> > In order to prev...
2019 Apr 17
0
[PATCH] vhost/scsi: drop unnecessary smp_mb__after_atomic()
On 2019/4/16 ??6:47, Stefan Hajnoczi wrote: > The vhost_scsi.ko code used several atomic variables at one point. > Later they were dropped or converted to regular ints protected by a > mutex. > > The commit that made these changes left an unused smp_mb__after_atomic() > in vhost_scsi_set_endpoint(). It was previously used after incrementing > vhost_scsi->vhost_ref_cnt but
2004 Aug 06
1
speex 1.1.x api
does an api (or a draft for one) exist for speex 1.1? are there a lot of important changes from 1.0.x to 1.1.x apart from the use of short int instead of floats? thanks lucas parry --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages s...
2024 Oct 13
1
R CMD check and CRAN's rust policy
On 10/13/24 19:30, Josiah Parry wrote: > Hi all, > > I'm new to contributing to r-devel. The trunk of r-devel right now includes > a `check_rust()` function for adherence to CRAN's evolving rust policy (see > commit > https://github.com/r-devel/r-svn/commit/6114d4126434c056b476cbc5db2657536c153d9a > )...
2024 Dec 13
1
Check R version dependency in R CMD Check
I?ve been guilty of this myself. I think a check would be good. In my case I was using the new sort_by() function (I think also 4.1) and a user was failing to install on R 4.0. On Fri, Dec 13, 2024 at 11:30 Jan Net?k <netikja at gmail.com> wrote: > Hello, > > I have a server with R 3.6.3 installed and I struggled a bit with > updating several R packages that utilizes some new
2014 Sep 09
1
CentOS 7: firewalld.service operation time out - systemctl firewalld issues
...anyone with any ideas, or even a nod in the right direction. (I'm using https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/sec-Using_Firewalls.html as my reference for commands) If you need any more information then let me know. Thanks, Aled -- Aled Parry aled.skyrail at gmail.com
2013 Dec 21
5
Benchmarks on Pi
I have run a few more test at different bitrates and 1.1 is looking even worse in terms of speed compared to previous versions. I have shared a google sheet which has the raw data and charts for 6,16 and 32 kbps. Unfortunately you cannot show proper error bars on Google sheets but the standard deviation is in the data if you want to look. You can see that the profile for 1.1 is a lot different
2013 Dec 20
2
Benchmarks on Pi
Hi All, What would be interesting would be a plot of complexity versus subjective or object audio quality. I've not had a chance to look at the new analysis code in 1.1 so maybe in the case of a 6kbps compression you could clarify what decisions would it be making that would justify the extra complexity? Best Regards Cliff Parris -----Original Message----- From: opus-request at