search for: distrubt

Displaying 17 results from an estimated 17 matches for "distrubt".

Did you mean: distrust
2015 Dec 11
0
Windows File Share - Slow / Connection distrubtion
Hello, I've installed Samba 4.3.0 and added a Server 2012 R2 as a File Share into the Domain. Sometimes (I can't reproduce when) the share just stops reacting from a specific computer, it still works for others. It looks like the Share is super slow and it would be a hard disk issue, but since it's working from other PCs I would rule that out. I then turned up the log level to 10
2006 Jul 17
7
Who owns the web application after it code''s distributed?
Let''s say I''m building a "to-do" list application using Ruby on Rails. I decide to sell it to a customer, and distribute the source code files to him. Can I then restrict the user from distrubting the files by creating a license that prohibits distribution? That is, is it possible to create a "single-user" license? Or, am I limited to distributing the source files under the MIT license? -- Posted via http://www.ruby-forum.com/.
2013 Apr 17
3
t-statistic for independent samples
...ring independent samples. You are steered toward a pooled test or welch's approximation of the degrees of freedom in order to make the distribution a t-distribution. However, most texts give no information why you have to do this. So I thought I try a little experiment which is outlined here. Distrubtion of differences of independent samples <http://msemac.redwoods.edu/~darnold/math15/R/chapter11/DistributionForTwoIndependentSamplesPartII.html> As you can see in the above link, I see no evidence why you need a pooled or Welch's in these images. Anyone care to comment? Or should I p...
2002 Oct 14
2
Another newbie question: curve of normal distribution
I would like to get a curve of normal distrubtion over the histogram. Something like the following (which obviously doesn't work; see attached example). maluj <- function() { vrhy=read.csv("pennies.csv",head=TRUE) hf=table(vrhy$HEADS) postscript("heads.eps",onefile=FALSE,width=4.134,height=3.445,pointsize=12)...
2019 Jun 18
2
Instable graphics with GeForce GT 730M, especially on external monitor
2011 Jan 13
0
FW: Immediate Interview - Backend / Front End Software Engineer with Ruby on Rails (6 Position) - Boston, MA
...anying documents) is intended only for the use of the addressee(s) and contains information that is PRIVILEGED AND CONFIDENTIAL. Unauthorized reading, dissemination, distribution or copying of this communication is prohibited. Please respond with "remove" in the subject to remove from our distrubtion list. If you have received this communication in error, please notify immediately the sender and promptly destroy the original communication and all copies taken thereof. Thank you for your cooperation. P Reduce, Reuse, Recycle. Go GREEN and please consider our environment before printing this...
2005 May 08
3
Overriding date_select in local project to use custom value rather than blank for starting option...
I would like to have a date control on a page and I would like a behavior similar to what you get using date_select with the :include_blank => true option where the first value in the dropdown is "- Month -", "- Day -", or "- Year -" rather than a blank value for the respective month, day, and year select fields. I took a look at the ruby source for
2019 Jun 18
0
Instable graphics with GeForce GT 730M, especially on external monitor
...uveau version I have used before. I have a file backup of the old installation. Can I find out which nouveau version I had before? > > During all my attempts, I have also installed Ubuntu 18.04.2 with the same strange behaviour. I guess this was the 4.18 kernel version? > Do you know which distrubtion already uses a 5.0 kernel? I will try a live system, then. > > I have a docking station with 4 monitor ports: VGA, DVI, HDMI, Displayport. And my laptop has VGA and Mini-Displayport. My monitor (Fujitsu P24W-7 LED) has VGA, DVI, HDMI, and Displayport. > I have tried DVI->DVI and Dis...
2019 Jun 19
2
Instable graphics with GeForce GT 730M, especially on external monitor
2019 Jun 19
0
Instable graphics with GeForce GT 730M, especially on external monitor
...have used before. I have a file backup of the old installation. Can I find out which nouveau version I had before? > > > > During all my attempts, I have also installed Ubuntu 18.04.2 with the same strange behaviour. I guess this was the 4.18 kernel version? > > Do you know which distrubtion already uses a 5.0 kernel? I will try a live system, then. > > > > I have a docking station with 4 monitor ports: VGA, DVI, HDMI, Displayport. And my laptop has VGA and Mini-Displayport. My monitor (Fujitsu P24W-7 LED) has VGA, DVI, HDMI, and Displayport. > > I have tried DVI-&...
2019 Jun 18
2
Instable graphics with GeForce GT 730M, especially on external monitor
2019 Jun 19
2
Instable graphics with GeForce GT 730M, especially on external monitor
2008 May 29
17
SMC Webconsole 3.1 and ZFS Administration 1.0 - stacktraces in snv_b89
I''ve installed SXDE (snv_89) and found that the web console only listens on https://localhost:6789/ now, and the module for ZFS admin doesn''t work. When I open the link, the left frame lists a stacktrace (below) and the right frame is plain empty. Any suggestions? I tried substituting different SUNWzfsgr and SUNWzfsgu packages from older Solarises (x86/sparc, snv_77/84/89,
2019 Jun 21
1
Instable graphics with GeForce GT 730M, especially on external monitor
2019 Jun 19
0
Instable graphics with GeForce GT 730M, especially on external monitor
2006 Jan 06
15
Wikis etc.
I feel that as long as people continue to provide help on r-help wikis will not be successful. I think we need to move to a central wiki or discussion board and to move away from e-mail. People are extremely helpful but e-mail seems to be to always be memory-less and messages get too long without factorization of old text. R-help is now too active and too many new users are asking
2009 May 24
27
How can I detect WINE from my program
How can I detect WINE from my program, or detect Linux, in other wors how can I detect that OS is not Windows. BOOL WINAPI GetVersionEx(LPOSVERSIONINFO lpVersionInfo) returns that OS is Vista :D [Question]