search for: distrubting

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

Did you mean: distrubing
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
Hi, Typical things you read when new to stats are cautions about using a t-statistic when comparing 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.
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) plot(hf,main="Frequency distribution of
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
Dear Candidate, Please have a look on the Direct Client Requirement and send me the profile ASAP along with the rate and contact details. Position: Backend Software Engineer with Ruby on Rails Location: Boston, MA F2F must after telescreen (Client will pay Expense) Duration - 6 Months (It is Contract to Hire Position) The ideal candidate will be a Ruby on Rails guru, with
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
What's the connector name when you plug in via, say, DVI? Is it "DP-1" or is it "DVI-D-1" or whatever? You should be able to see the name in 'xrandr'. Unfortunately I don't know how the T440p is wired, there are a few ways it could go. In some cases, even the "VGA" port is secretly a DP -> VGA active adapter inside the laptop. Basically I'm
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
Sigh ... you're on wayland. xrandr is just showing you what's passed through via Xwayland, which is not the connector names. Let's try something else... grep . /sys/class/drm/card*-*/status Should give you the status of each connector. Is it the DP-* ones that are connected, or are e.g. VGA-1 or DVI-D-1/etc connected? -ilia On Wed, Jun 19, 2019 at 2:03 AM Harald Harders
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]