search for: marbl

Displaying 20 results from an estimated 47 matches for "marbl".

Did you mean: garbl
2005 Jul 16
2
Logitech Marble Mouse on CentOS 4
Hello there! I just bought this trackball and connected it to a CentOS 4 box. I googled on how to edit xorg.conf for the 2 scrollbuttons, and they work while using this section: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option
2010 Sep 14
1
predict(backSpline(x)): losing my marbles?
I'm sure I'm doing something completely boneheaded here, but I've used this idiom (constructing an interpolation spline and using prediction from a backSpline to find an approximation profile confidence interval) many times before and haven't hit this particular problem: r2 <- c(1.04409027570601, 1.09953936543359, 1.15498845516117, 1.21043754488875,
1998 Nov 28
1
No subject
...;- rep(0, 25) ypos <- ypoints + 0.4 HT <- c("H", "T") for(j in 1:trials) { plot(xpoints, ypoints, type = "n", xlab = "", ylab = "", axes = F, main = "Galton's Quincunx") points(x = xy[, 1], y = xy[, 2], pch = 5, col = 1) marble.path <- sample(HT, 25, replace = T) xpos <- 13 points(xpos, ypos[25], pch = 16, col = 8) for(i in 1:24) { if(marble.path[i] == "H") xpos <- xpos + 1 else xpos <- xpos - 1 if(xpos > 25) xpos <- 25 if(xpos < 0) xpos <- 0 points(xpos,...
2015 Jun 03
0
Lirc 0.9.0
...dec (mceusb) registered at minor = 0 IR LIRC bridge handler initialized I added LIRC_DEVICE="/dev/lirc0" to /etc/sysconfig/lirc. I have my configuration in /etc/lirc/lircd.conf that was working with LIRC 0.8.6. But when I run irw, I get no output. I do see in the log: Jun 1 06:04:04 marble lircd-0.9.0[1787]: lircd(default) ready, using /var/run/lirc/lircd Jun 1 06:06:08 marble lircd-0.9.0[1787]: accepted new client on /var/run/lirc/lircd Jun 1 06:06:10 marble lircd-0.9.0[1787]: failed on bit 1 Jun 1 06:06:10 marble lircd-0.9.0[1787]: failed on bit 1 And a whole bunch of failed...
2003 Aug 19
1
samba LDAP authentication
...to user the same LDAP accounts for samba authentication for department server. Is it possible to do this without admin password for LDAP. I searched alot but couldn't find anything for this. thanx in advance. - v a i b h a v - ------------------- It looked like something resembling white marble, which was probably what it was: something resembling white marble. -- Douglas Adams, "The Hitchhikers Guide to the Galaxy"
2009 Feb 03
0
Multiple statements in tryCatch
...ecifically agreed otherwise. All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Any opinions or advice contained in this Internet email are subject to the terms and conditions expressed in any applicable governing Marble Bar Asset Management LLP's terms and conditions of business or client agreement letter. Any comments or statements made herein do not necessarily reflect those of Marble Bar Asset Management LLP. Marble Bar Asset Management LLP is regulated and authorised by the FSA. [[alternative HTML vers...
2004 Jul 20
1
Windows permissions
...s that a local "Administrator" user has. Is this possible? I would think this should be configurable on the server, as authentication is all done via SMB/CIFS. Am I right? I have investigated the smbpasswd command, thinking it should be in there somewhere, but no dice. TIA, Jake Marble LandEZ
2011 Dec 17
0
Registry entry to change MIDI mapper changed?
I'm trying to get the MIDI music for the 1996 SegaSoft game Lose Your Marbles (http://appdb.winehq.org/objectManager.php?sClass=version&iId=9196) working. The game itself remains Platinum under 1.3.34-- it runs great, without any overrides, and the sound effects work fine too... it's just the MIDI music that does not play, or rather, is not heard. I went to the Wi...
2005 May 05
6
Need some quick help with lattice - barchart
...)*200), pointsize=8) trellis.par.set(theme = col.whitebg()) with(testdata, print(barchart(as.numeric(mean) ~ month | year, data=testdata, layout=c(1,length(levels(year))), horizontal=FALSE, scales=list(y=list(limits=c(1,max(as.numeric(mean))+max(as.numeric(stdDev))))), main='Marble Burying - Level I', xlab='Months', ylab='Mean', sd = as.numeric(as.character(stdDev)), panel= function(x, y, ..., sd, subscripts) { panel.barchart(x, y, ...); sd <- sd[subscripts]; panel.segments(as.numeric(x), y - sd, as.numeric(x), y + sd, col = '...
2009 Jan 23
1
Returning NA from lm
...ecifically agreed otherwise. All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Any opinions or advice contained in this Internet email are subject to the terms and conditions expressed in any applicable governing Marble Bar Asset Management LLP's terms and conditions of business or client agreement letter. Any comments or statements made herein do not necessarily reflect those of Marble Bar Asset Management LLP. Marble Bar Asset Management LLP is regulated and authorised by the FSA. [[alternative HTML vers...
2013 Mar 05
3
Simulate binary correlated data
...Maybe I can clarify my question by explaining what my goal is: I want to generate one Binary Vector (A), generate a correlated binary Vector (B), then generate a third binary Vector (C) that is correlated to B so that I can then see the occuring correlations between A and C. Thank you in advance, Marbles -- View this message in context: http://r.789695.n4.nabble.com/Simulate-binary-correlated-data-tp4660366.html Sent from the R help mailing list archive at Nabble.com.
2006 Mar 17
3
Binning question (binning rows of a data.frame according to a variable)
Hi, I have tuples of data in rows of a data.frame, each column is a variable for the 'items' (one per row). One of the variables is the 'size' of the item (row). I would like to cut my data.frame into groups such that each group has the same *total size*. So, assuming that we order by size, some groups should have several small items while other groups have a few large
2009 Jan 06
5
Changing Matrix Header
Dear all, I have the following matrix. > dat A A A A A A A A A A [1,] 0 0 0 0 0 0 0 0 0 0 [2,] 0 0 0 0 0 0 0 0 0 1 [3,] 0 0 0 0 0 0 0 0 0 2 How can I change it into: [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [1,] 0 0 0 0 0 0 0 0 0 0 [2,] 0 0 0 0 0 0 0 0 0 1
2016 Jul 28
0
installing centos 7 32 bit i386 to laptop
...now installing a lighter system, than what is at sda7, to sda8 where i tried to load 7-32. if booting new install fails, i will figure out how to get inside case and disable touch pad. with the heat it puts out, it is nothing but a waste of battery power because i have a usb wireless logitech m570 marble that i love using more than the logitech trackman marble w/tail that i bought many years ago when they first came out. 1039 of 1301. not long now. i do hope it is driver problem and not the touch pad. -- peace out. -+- Tired of having your microsoft os hacked? Change to Linux os, used by mi...
2011 May 12
1
extract integers from string
I have a vector with a long list of sentences that contain integers. I would like to extract the integers in a manner such that they are separate and manipulatable. for example: x[i] <- "sally has 20 dollars in her pocket and 3 marbles" x[i+1] <- "30 days ago john had a 400k house" all sentences are different and contain a mixture of both integers and characters. i would like to get a conditional matrix such that: y[i,j] <- 20 y[i,j+1] <- 3 y[i+1,j] <- 30 y[i+1,j+1] <- 400 based on some cr...
2011 Apr 26
1
How does wrandom strategy works with Queue?
Hi, wrandom strategy for Queue says...rings random interface, but uses the member's penalty as a weight when calculating their metric. So a member with penalty 0 will have a metric somewhere between 0 and 1000, and a member with penalty 1 will have a metric between 0 and 2000, and a member with penalty 2 will have a metric between 0 and 3000. Please note, if using this strategy, the member
2018 Feb 16
1
[GSoC 2018] Introduction and Project Proposal
...the project "Reimplement LLDB's command-line commands using the public SB API. ". How can I start, and how can I contact the mentors? I have completed Google Summer of Code 2017 with KDE (project URL), and I have been associated with KDE since 2013 where I mainly contribute to the Marble Virtual Globe project. My resume is here. I am currently interning at McAfee LLC, Waterloo, Ontario, Canada up until April. Looking forward to a reply and a follow-up on how to get started :) Best, Nafees. -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2007 May 12
1
mtrace() fails
...chine I get the following error: Loading required package: mvbutils Loading required package: utils MVBUTILS: no "tasks" vector found in ROOT Loading required package: tcltk Loading Tcl/Tk interface ... done [Previously saved workspace restored] > source("marbles.r") > mtrace(sim4) > sim4(100) Error in all.levs[[j]] : subscript out of bounds Here's my setting: > sessionInfo() R version 2.5.0 (2007-04-23) i686-redhat-linux-gnu locale: LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-...
2005 Jun 28
3
Help with stripplot
...#39;hom', 70,'hom', 65,'hom', 64,'hom', 63,'hom', 65,'hom', 69,'hom', 61,'hom', 66,'hom', 65,'hom', 61,'hom', 63,'hom', 64,'hom', 67,'hom'), .Dim=c(2,98)))); colnames(dataFrame) <- c('marbles_buried', 'genotype'); dataFrame[c("marbles_buried")] <- lapply(dataFrame[c("marbles_buried")], function(x) as.numeric(levels(x)[x])); trellis.par.set(theme = col.whitebg()); stripplot(jitter(marbles_buried) ~ genotype, data = dataFrame, aspect = 1, jitter = T...
2016 Jul 28
3
installing centos 7 32 bit i386 to laptop
On 07/28/16 12:31, John R Pierce wrote: > On 7/27/2016 11:36 PM, geo.inbox.ignored wrote: >> when i am trying something new, as i am now, i like to pull files so >> i have them local. saves going back online if i mess something up and >> have need again. > > then, ideally, pull down a copy of the whole '7/*/i386/' tree of the > altarch respository, and put it