similar to: Ubuntu 64

Displaying 20 results from an estimated 1000 matches similar to: "Ubuntu 64"

2012 Jan 08
2
splitting strings effriciently
Folks, I have a data frame with 4861469 rows that contains an ip address xxx.xxx.xxx.xxx as one of the columns. I want to assign a site to each row based on IP ranges. To do this I have a function to split the ip address as character into class A,B,C and D components. It works but is horribly inefficient in terms of speed. I can't quite see how one of the l/s/m/t/apply functions could be
2009 Sep 24
1
panel.text question
Dear R-help, I would like to add text to each of four panels in a plot generated by xyplot in lattice library. A sample code is given below, the plot generated has the first label repeated in all panels! How can I get the labels to be different in each panel? library(lattice) x <- rnorm(400) y <- rnorm(400) a <- gl(4, 100) xyplot(y~x|a, panel=function(...){
2009 Jun 19
2
a plot of stacked boxes
Hello, I would like to create a plot composed of stacked boxes (squares or rectangles), where the size of the box would represent the frequency of observations based on a categorical variable (group), the color would represent the proportion of success (binary) within that group (outcome) on a predetermined color scale. Ideally the boxes can be stacked from the bottom left to the top right based
2002 Jul 12
2
Lattice help (again?)
I appologize if this post is a duplicate, but I did not get my first post myself.. Here is my original post: --------------------------------- Hi all, I've got some troubles with a Lattice plot. The error I get is Error in Ops.factor(groups[subscripts], vals[i]) : Level sets of factors are different which sort of doesn't make sense to me. Can you please help me figure out what
2009 Feb 27
1
R-Google interface: Google summer of code
I use R for data management and ongoing data analysis for amongst other things, a multi-center medical research project. I have found Google spreadsheets to be a fantastic way for all collaborators to be on the same page. Furthermore, Google Forms allows one to capture data from respondents and effortlessly write it to a google spreadsheet. Currently, one has to manually download the spreadsheet
2019 Jan 11
1
upgrade to 4.8.3 authentication not work without specifying domain
Il 11/01/19 10:39, Rowland Penny via samba ha scritto: > It might help if you gave us more info, what did you update from and > to ? > i upgrade from version 4.7 . ldap backend , CLASSIC PRIMARY DOMAIN CONTROLLER. > As for your users changing their habits, you are in charge, if you tell > them they have to change, they will change. Have you ever talked to a surgeon? It is not he
2015 May 19
3
Upgrading to CentOS 7
Johnny Hughes wrote: > On 05/19/2015 07:43 AM, Timothy Murphy wrote: >> I read in <http://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool> >> >> "Warning: use of this tool is currently not recommended as several >> system- critical packages are of a higher version number in CentOS 6.6 >> than they are in CentOS 7 so those do not get upgraded correctly.
2007 Oct 11
1
A read.table mystery (data for Framemaker Mac)
Dear list, I have to read some clinical data a file coming from Filemaker on Macintosh (Ugh ! But it could be worse and come from Excel...). Exporting via Excel is out of question since the file has 467 columns and 121 lines (+ headers), which is out of reach of Excel. So I received an "mer"" files, which is what Filemaker exports as a text file. It seems to be a semicolon
2020 Feb 25
2
PJSIP crashes
PJISP cannot handle the From field when it does not contain a number. Can this be fixed? [Feb 25 12:35:43] ERROR[7143]: pjproject: <?>: sip_transport.c Error processing 400 bytes packet from UDP 8.38.43.67:5060 : PJSIP syntax error exception when parsing 'From' header on line 4 col 40: CANCEL sip:14408785990 at 162.255.138.102:5060 SIP/2.0 Via: SIP/2.0/UDP
2017 Jan 01
1
ADS domain member: winbind fails [SOLVED]
Am 2017-01-01 um 16:04 schrieb Rowland Penny via samba: > So it looks like you only have 77 users, but cannot have any local Unix > users because your Unix users start at 1000. How do feel about changing > the uidNumbers ? feels scary and I'd like to avoid that :-) > if so, the easiest way will be to open the AD database > with ldbedit: > > ldbedit -e nano -H
2007 Jun 05
6
Help with spec controller
Hello, I haven''t been able to create a controller spec. You can see the code here: http://pastie.caboo.se/67980 The error message I''m getting is: Spec::Mocks::MockExpectationError in ''PersonController should tell the Person model to create a new person on POST to create'' Mock ''person'' received unexpected message :save with (no args)
2009 Oct 23
3
internal-sftp only without ssh and scp hanging
I've configured OpenSSH_5.3p1 to only allow sftp connections (openssh chroot functionality). i.e. Subsystem sftp internal-sftp Match group sftpusers ChrootDirectory /chroot/%u X11Forwarding no AllowTcpForwarding no ForceCommand internal-sftp So far everything works correctly with sftp but when a user ssh's or scp's to the box the login
2019 Jan 11
1
upgrade to 4.8.3 authentication not work without specifying domain
I say put on a yellow vest and then go talk to that surgeon again. ;-) Try it, and i mean really put on a yellow vest.. then talk. And tell im very simple. Current system can be maintaint anymore due to outdated os-ses. Upgrading is obligates, the longer he waits te more it will cost him. And thats only because of inflations.. And really, first its a workgroup, now its a classic NT domain.
2010 Dec 11
5
(S|odf)weave : how to intersperse (\LaTeX{}|odf) comments in source code ? Delayed R evaluation ?
Dear list, Inspired by the original Knuth tools, and for paedaogical reasons, I wish to produce a document presenting some source code with interspersed comments in the source (see Knuth's books rendering TeX and metafont sources to see what I mean). I seemed to remember that a code chunk could be defined piecewise, like in Comments... <<Chunk1, eval=FALSE, echo=TRUE>>=
2015 Oct 30
1
samba4 object named "domain admins" not found error
I'm logged into a Windows 7 client using the domain Administrator account (not the local admin). I'm using the Computer Management | System Tools | Shared Folders | Shares the right click on the share and select Properties to set permissions for a share. I want to add the domain admins and domain users to the basic share permissions (Everyone, CREATOR OWNER & CREATOR GROUP) but
2005 Dec 10
2
SF site cracked ?
A new release, called wine 0.9.3, is available on Debian/Ubuntu directory of the sf site. However, such a release has not beeen announced : winehq.org still advertises 0.9.2 as the last release. Is this a legitimate release with a late announcement, or an intrusion ? Scott ? Emmanuel Charpentier
2013 Mar 17
3
help with simple function
hello all I am writing a quite simple script to study dental wear patterns in humans and I wrote this function sqrt(var(Y1)+var(Y2))^2-4(var(Y1)*(var(Y2)-cov(Y1,Y2)^2)) but appear this error message Error: attempt to apply non-function alternatively I wrote this sqrt(var(Y1)+var(Y2)^2)-4[(var(Y1)*(var(Y2)-cov(Y1,Y2)^2))] but this error message appear [1] NA Warning message: NAs introduced
2011 Dec 05
1
Progress report on git conversion
(Copied to Dave Hart at the NTP project, who's interested in the code's progress for non-NUTty reasons. Dave, the background is that I'm doing a trial conversion of the Network UPS Tools repo.) First, repostreamer per se is dead. As it evolved it kept pulling in more bits of code from reposurgeon until I said "screw it!" and merged the repostreamer logic in as a reposurgeon
2007 Aug 06
5
Problems with array mock
Hi everyone, I''m trying this in my helper spec and it didn''t work: @curr_odontogram.should_receive(''photos[1]'').and_return(@photo) and the error is: SyntaxError in ''PersonHelper Deberia devolverme un link para eliminar una foto'' compile error /home/gramos/src/rails/r-dental/config/../vendor/plugins/rspec/lib/spec/mocks/proxy.rb:99: syntax
2011 Aug 14
1
FYI : XML 3.4.2 still breaks odfWeave 0.7.17
Dear list, perusing the GMane archive shows that the issue with XML 3.4.x still bugs odfWeave users. I just checked that the newer XML 3.4.2 version still give the same problem. Using it to weave a bit of documentation written with LibreOffice 3.3.3 (current in Debian testing) leads me to a 192 Kb, 590 pages document, whereas reinstalling XML 3.2.0 gives me a 4 pages, 24Kb file (not