search for: reynolds

Displaying 20 results from an estimated 169 matches for "reynolds".

2005 May 15
7
Shockwave - any progress?
...ave content, but despite installing Firefox and the Shockwave plugin, it does not work - it seems to stop after the promotional film before the actual requested content. I know there are "pay" solutions to this problem, but was wondering if anyone had found a free solution yet. -- Phil Reynolds o ____ mail: phil@tinsleyviaduct.com |L_ \ / Web: http://www.tinsleyviaduct.com/phil/ (_)- \/ Waltham 67, Emley Moor 69, Droitwich 79, Windows 95
2010 Sep 15
2
Programming: loop versus vector oriented
...hy. The following function is supposed to work on a vector, but I can't figure out how to do that without looping through every element of it. Is there a more elegant way? Note: I have shortened it, so it is NOT correct from the pipe hydraulics point of view # Calculate wall friction factor # reynolds: Reynolds number # dk: relative roughness of pipe lambda_wall <- function (reynolds, dk) { z <- 1 result <- 0 for (Re in reynolds) { if (Re <= 2320) { # Laminar flow lambda <- 64/Re } else if (Re < 65 * dk[z]) { # Turbulent flow if (Re < 1...
2013 Jul 22
11
chocolatey, windows, powershell and fault bucket
Hi, I configured puppet open source with the chocolatey module and one windows client. When the puppet agent run as a service (not the interactive version) I can see in the windows event log some errors like Fault bucket 1734820220, type 5 Event name: PowerShell Fault bucket , type 0 Event name: PowerShell I tried to google it but I did not find anything relevant apart from some
2011 Feb 22
2
Regarding Savitzky-Golay Smoothing Filter
Hi When we use the sav_gol command in R , it shows an error which says: " error in as.matrix". We've downloaded the necessary packages. Kindly help us with this issue. If there is any other function to perform Savitzky-Golay smoothing in R, please let me know. With Regards Reynolds
2018 Feb 15
3
[RFC] [lld] Replace use of 'concurrency::parallel_for_each' with standard library
...tml For our team this bug has caused problems when testing LLD. We suggest the removal of this MSVC specific functionality in "llvm::parallel" until a fix is made or alternative found. This could be easily swapped to use the existing standard library implementation in the meantime. Owen Reynolds -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180215/55b2b3e9/attachment.html>
2011 Apr 27
6
INN removed from CentOS 6
...ile it? Should I modify my scripts to create and install html files for a web server? That would make article deletion, archiving, and maintenance more difficult than it is with the inn nntp server. Is there some "forum" type package that would be better than the inn system? -- M Reynolds McClatchey Jr VP Engineering and Inventory Southern Aluminum Finishing Co Inc 404-355-1560 x222 Voice 1581 Huber St NW 404-350-0581 Fax Atlanta GA 30318
2008 Feb 29
3
Fitting long names in boxplot
...onent consists of strings that can be up to 20-30 characters long. How would I go about drawing the names vertically (not the boxplot) or shrinking the names text (I tried cex.names=0.7 but this didn't help). Thanks for any advice, I apologize if these are stupid questions, -Alex -- Alex Reynolds University of Washington Medical Genetics 2211 Elliot Seattle, WA 98121 areynolds at stamlab.org
2016 Feb 29
2
Datakam Player (Registrator Viewer)
...n on my Linux system using wine? When I try to do so at the moment, I get a "Bad EXE format" error. I am running wine-1.6.2 on a Debian 7 system, amd64. I can play the video and audio parts of my dashcam footage using a variety of players but they don't handle the GPS part. -- Phil Reynolds mail: phil-wine at tinsleyviaduct.com Web: http://phil.tinsleyviaduct.com/
2011 Feb 21
2
Regarding Soft Independent Modeling Computational Analysis
...ial Research, Chennai, TN, India. I'm working on R -Language for my project. I'm in need of the functionality of SIMCA for the project. Is there any in-built function for SIMCA in R? Or are there people working on it? It would be a great help if you let us know as soon as possible. Regards Reynolds
2007 Sep 12
2
Generating an old-fashioned dialtone
Is there a way to generate an old-fashioned dial tone with Asterisk? I'm thinking of one that sounds like: http://www.seg.co.uk/telecomm/dialtone.wav -- Phil Reynolds o ____ mail: phil at tinsleyviaduct.com |L_ \ / Web: http://www.tinsleyviaduct.com/phil/ (_)- \/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95
2013 Jul 16
14
"puppet module install simondean/iis" gives error "Error: cert already in hash table"
Hello, I have a fresh install of puppet 3.2.3. on windows 8. I try to install the iis module (https://forge.puppetlabs.com/simondean/iis) with the command: puppet module install simondean/iis and it gives me *C:\Program Files (x86)\Puppet Labs\Puppet>puppet module install simondean/iis* *Notice: Preparing to install into C:/ProgramData/PuppetLabs/puppet/etc/modules .* *..* *Notice:
2007 Feb 20
2
Help! How to get ANSWEREDTIME after DIAL a ZAP channel?
Dear all, I tried to make a call with extensions.conf. exten=> _00[1-9].,1,Dial(zap/g1/${EXTEN}) exten=> _00[1-9].,2,NoOP(ANSWEREDTIME=${ANSWEREDTIME}) exten=> _00[1-9].,102,Hangup But the 2 and 102 will not be executed. So I can get the correct answered time via 2. Is any idea about it? Is it the problem of my ZAP channel's configuration? My zapata.conf is as below:
2007 Feb 14
4
cvs export on puppetmaster box
...on the puppetmaster box, rather than do the same cvs export on all puppet clients, yes? If so, how does one do this? Do you run puppetd on the same box as puppetmasterd and set up the cvs export as an exec for only the node with the same hostname as the puppetmaster? Thanks Jesse Jesse Reynolds Virtual Artists Pty Ltd - http://www.va.com.au/ Phone: 08 8223 2288 Mobile: 0414 669 790
2018 Feb 15
0
[RFC] [lld] Replace use of 'concurrency::parallel_for_each' with standard library
Thank you so much for tracking down such a tricky issue. I agree that we should disable it. Should we just delete the ifdefs? We could in theory disable it just for debug builds, but that could create some hard to reproduce bugs. Cheers, Rafael Owen Reynolds via llvm-dev <llvm-dev at lists.llvm.org> writes: > Hello all, > > Last year I submitted a bug regarding the use of 'parallel_for_each' and > Windows Concurrency Library. We have found that when compiling in Visual > Studio 2015 and 2017 with /MTd, the use of 'conc...
2013 Oct 08
3
Facter incorrectly detecting Virtual status on Windows VM
Ran into a problem with Facter on a Windows 2008 R2 system running on a proxmox server. Facter reports the machine as being physical. This is due to the WMI query used in the virtual.rb file is being return "Bochs" as the Manufacturer and Model. Adding an additional "When" statement to the Ruby file (virtual.rb) corrected the check coming back as physical. -- You
2016 Mar 03
2
Asterisk Call Forwarding
Hi, Thanks Phil, I will implement this and get back to you. Best Regards, Madushan On Thu, Mar 3, 2016 at 4:12 PM, Phil Reynolds < phil-asterisk at tinsleyviaduct.com> wrote: > On Thu, 3 Mar 2016 08:21:14 +0530 > Madushan Geethanga <mgliyanage.rc at gmail.com> wrote: > > > Hi > > I have to setup call forwarding. How do we setup Call forwarding in > > asterisk?. Eg. user dials a number...
2013 Sep 13
27
[windows server 2008 r2] puppet errors in 3.3.0 on exchange database servers
Hi, i recently updated our windows 2008 r2 servers to puppet 3.3.0 . Im getting the following error* (only on our exchange 2010 db servers)*ever since: LevelMessageSourceFileLineTimeerrCould not retrieve local facts: undefined method `gsub'' for nil:NilClassPuppet13.09.2013 15:12 CESTerrFailed to apply catalog: Could not retrieve local facts: undefined method `gsub'' for
2013 Oct 25
4
Puppet and Windows ACLs (Access Control Lists)
...ir'': ensure => exact, permissions => { ''Administrators'' => [''full''] }, } Before you have an opportunity to look at the proposal and comment on specifics, how self-documenting is the above model? What would you add or remove? -- Rob Reynolds Developer, Puppet Labs Join us at PuppetConf 2014, September 23-24 in San Francisco -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubsc...
2002 Sep 21
4
OpenSSH -current fails regression on Solaris 8, sshd dumps core
Hi All. While working on something I noticed a regression failure on Solaris 8. It turned out to be present in -cvs and wasn't due to my changes. One of the tests that fail is basically: ssh -2 -F $build/regress/ssh_proxy 999.999.999.999 true The server reports: sshd[20529]: Disconnecting: Command terminated on signal 11. The culprit seems to be session.c line 1019 or so: snprintf(buf,
2016 May 19
2
Datakam Player (Registrator Viewer)
...my dashcam, but it does not play them - the video area remains black, there is no sound and the speed and location displays do not change. Short of trying an even newer wine, which might be more difficult, is there anything I could do to possibly make this work? Currently using wine-1.8. -- Phil Reynolds mail: phil-wine at tinsleyviaduct.com Web: http://phil.tinsleyviaduct.com/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95