search for: dicey

Displaying 20 results from an estimated 46 matches for "dicey".

Did you mean: dice
2004 Mar 09
4
aic calculation
hello, could somebody refer me to the reason R uses -2*loglik + 2*(#param)+2 to calculate AIC? thank you -- Stoyan Iliev
2004 Aug 06
3
final question: how many mountpoints can icecast handle ?
Hi everyone I have one final question regarding my diploma work. As it seems, the hardware performance seems not to be the bottleneck when streaming out ONE stream to x clients. What happens when I use instead of ONE stream different streams, because my concept is an on-demand radio station that basically provides everyone with access to a huge library of music files and lets him create
2013 Jul 31
3
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
...roviding and controlling its own Windows C++ ABI: Clang can possibly offer something that MSVC *cannot* (and does not even try to do): a development platform and ecosystem which provides a stable-over-time C++ ABI and consistent cross-module usage of RTTI, STL, C++ memory management, etc. (which is dicey even within MSVC major versions unless the exact same build settings are used, last time I checked.) This would give someone an active reason to switch to Clang more than anything else Clang currently offers on Windows. Stephen
2020 Apr 16
2
[cfe-dev] Adding SYCL tests in test-suite
...ning SYCL kernels and then executing the resulting binaries > using either host, CPU, or accelerator devices, based on the user's > configuration. Running these tests in some configurations would > require an OpenCL runtime and, of course, the chosen hardware. Now this is where the dicey part begins. The test suite, as of now, is not well equipped for tests "competing for shared resources". I mean, parallel tests or tests running on accelerators. To be fair, I am assuming we don't want the test suite to be run completely sequential if the SYCL parts are run, potential...
2020 Apr 16
2
Adding SYCL tests in test-suite
Hi all, We'd like to some SYCL tests to LLVM's test suite. The SYCL support in the LLVM repo is still very much a work-in-progress, but since the test-suite is supposed to be able to support compilers other than clang, I thought it would be reasonable to start adding the tests there now, disabled by default, rather than maintaining a fork of the test-suite repo until SYCL support is fully
2004 Aug 06
0
final question: how many mountpoints can icecast handle ?
...ant. Unfortunately, some of the locking in icecast 1.x isn't very well done, and this causes problems in specifically this instance (of large numbers of mountpoints). Practical testing of icecast under these conditions revealed that 25-50 mount points is reasonable, but much more starts to get dicey. > 100 is almost totally usuable. This won't be as big of an issue in icecast2 since the locking was more well thought out this time through. I hope to make the mountpoints a nonissue, as the number of clients currently are. 25-50 should be enough for even hardcore use, and if you need...
2009 Jul 13
1
regression with replication
Dear all, I would like to fit a linear regression with replication (on each year, observation is replicated, e.g 4 times). The independent variable ranges for instance 1-5 year, so I expect to have a linear fit of 5 points. For that purpose I do these (with dummy variables x and y): x<-rep(seq(1:5),4) y<-rnorm(20) linreg<-lm(y~x) fitted.values(linreg) # why produce 20 points of
2010 May 31
1
Vegan fisher.alpha error
Hi, I have an error with fisher.alpha from the vegan package. > fisher.alpha(data[[1]]) Error in nlm(Dev.logseries, n.r = n.r, p = p, N = N, hessian = TRUE, ...) : missing value in parameter I am trying to find fisher alpha for a list of 100 data frames, and I tried it on individual data frames in the list, which gave me the error above. I have every data frame in the same format as the
2011 Jan 06
1
Find and remove elemnts of a data frame
Dear all, I have a data frame that is created like that data.frame(x=CRX[-1],y=CRY[-1],z=CRagent[[1]]$sr) the output looks like 45 116 162 -30.89105988567164 46 128  79 -42.66296679571184 47 180 195 -30.45626175641315 48 114  83 -45.26843476475688 49 118  73 -46.85389245327003 How can I select only the rows that their third column is higher that -45? This will return the following 116 162
2003 Mar 28
1
No hangup detect after adding second X100P
I finally got round to installing a second X100P tonight in my asterisk system. Hangup detection, which was already pretty dicey in that it only seemed to work when the other side sends a busy, now doesn't work at all. I'm running the CVS-03/28/03-00:03:08 version. I have tried every combination of callprogress and busydetect and nothing makes a difference. I wonder if others in the US also have problems with h...
2005 Nov 14
1
Samba 3 Domain XP Pro hangs for after logon
Hi there, I have a a smaba 3 Domain with and openldap backend + pamldap+nssldap. Everything works well except after an xp client logs on the client hangs for about 2 minutes and then caries on and everything is fine. This problem occurs after log on before the user's desktop loads. Seems to just timeout for a while. This is well before the log on script runs. I've disabled "auto
2003 Dec 19
2
[LLVMdev] Union Type
...rst but the union takes care of the word length and alignment issues for us. If anyone thinks that unions are bad ideas, I challenge you to create a computer that doesn't support an OR operation. For data structures, unions fill the same role: structures are AND, unions are OR. Unions only get dicey when they are incorrectly disambiguated .. but that's a source language compiler writer's problem. What think ye? Reid. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digita...
2008 Jun 16
1
Samba 3 with OpenLDAP multimaster or Fedora-DS
Hi, I'd like to know if any of you have ever implemented Samba 3 with OpenLDAP multimaster (using syncrepl, maybe) or Fedora-DS. The basic idea would be: - WAN link dies, the remote office's BDC would promote itself to PDC (using some kind of monitoring script), and will start accepting changes to the user base. Also, some change to the local WINS server would be necessary. - WAN link
2006 Apr 25
3
[LLVMdev] Re: building an ARM backend
> Funny, I've just got one student for exactly same task -- writing ARM > backend. Of course, the student might well disappear by the time new term > begins and might not produce anything usable for a year ;-) I am currently reading and hacking the code. I would be very glad to work with your student if that is not a problem. > I wrote one backend (private) in a couple of months.
2016 Nov 02
2
BoF: Debug info for optimized code.
Hi Martin, Yes, the patch only changes the format of line information. There will be more work needed for fully implementing it across all tools. Here your concern still stands---more focus on debug information for VLIW architectures would be welcome. I was only pointing out that the necessary capacity of the debug information to carry this data does in fact exist, and that at least one step
2004 Sep 06
0
IAX2/GSM VOIP troubleshooting
...r half duplex. But it sounds gread. At this office where I normally work, I have a wireless broadband connection to a POP in a town 5mi from here which connects via wireless to a town 10mi from there and then it's either phoneline or wireless to the ISP's ISP. It seems like it might be a dicey connection, but I've had tremendous luck with it for over 3 years now. As a matter of fact, I regularly use a MultiTech MultiVOIP with a 9.6kb/s voice coder on it and hardly anyone notices that it's a VOIP connection. (It *is* a half-duplex connection, if that matters.) However, with the...
2018 May 23
2
Comparing results of math function calls
Hello, Code: int f1(int a, int b) { return sqrt(a) > sqrt(b); } int f2(int a, int b) { return a > b; } Possibly, under -ffast-math (to ignore NaNs), f1 could be transformed to f2 variant. Also a transformation could support sin and tan, and reverse comparison for cos. Suggestions? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Nov 04
3
netlogon scripts for machines / groups - possible?
Hello, I use Samba 3 as a PDC. When a user logs in, a user-specific script is executed for him/her, as stated in smb.conf: logon script = %U.bat This is handy when it comes to do some minor tweaks, but can become pain when one have to do bigger changes. Is it possible to execute also a "machine script" (for installing software etc.), and "group script" (users belonging
2011 Jan 13
6
Anyone able to install Sony Vegas HD Platinum in a linux os?
So, i tried this once before and it didn't work because wine thought it was windows xp and vegas platinum only works with windows 7. I am brand new to Wine and have no idea where to even start. I followed a documentation step by step, barely able to understand it. Using winetricks i got all the stuff supposedly needed to install, but it wouldn't even run the setup.exe file. I am not
2013 Jul 31
3
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
...dows C++ ABI: >> Clang can possibly offer something that MSVC *cannot* (and does not >> even try to do): a development platform and ecosystem which provides a >> stable-over-time C++ ABI and consistent cross-module usage of RTTI, >> STL, C++ memory management, etc. (which is dicey even within MSVC >> major versions unless the exact same build settings are used, last >> time I checked.) This would give someone an active reason to switch to >> Clang more than anything else Clang currently offers on Windows. >> >> Stephen >> _________________...