similar to: Confused in simplest-possible function

Displaying 20 results from an estimated 120 matches similar to: "Confused in simplest-possible function"

2010 Feb 19
3
Rubbish values written with zero-length vectors (PR#14217)
Full_Name: George Russell Version: 2.10.0, 2.11.0 (2009-12-13 r50716) OS: Windows Submission from: (NULL) (217.111.3.131) R trace: -- cut here -- > v <- integer(0) > v[[1]] <- v > v [1] 20522144 > v <- numeric(0) > v[[1]] <- v > v [1] 4.254131e-314 > sessionInfo() R version 2.10.0 (2009-10-26) i386-pc-mingw32 locale: [1] LC_COLLATE=German_Germany.1252
2007 Aug 21
1
simplest boot to set hardware clock
Well I found a significant source of my problems with these decTOPs. Hardware clock is back at Jan 2006. And many things fail..... And there is no way to access the bios from a boot sequence. On the one I discovered this, I watched everything get errors during all the reboots a Trixbox install goes through. Once I was allowed to log in, I ended using date to set the system date and
2008 Mar 05
0
[PATCH 3/3] Backport skb_transport_header as a BUG.. Since kvm host side does not support GSO anyway the simplest/fastest thing is to backport the relative new skb_transport_header as BUG.
Signed-off-by: Dor Laor <dor.laor at qumranet.com> --- external-module-compat.h | 1 + hack-module.awk | 7 +++++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/external-module-compat.h b/external-module-compat.h index 9c93464..ff2f4ca 100644 --- a/external-module-compat.h +++ b/external-module-compat.h @@ -79,6 +79,7 @@ do { \ #define
2009 Oct 28
2
What's the simplest way to use ActiveResource in ruby (without rails)?
I would like to use this class in a standalone project, but I have been unsuccessful thus far. Also, how does this class exactly communicate with the web server? Thank you. class Person < ActiveResource::Base self.site = "http://localhost:3000/" end
2011 Jun 08
1
The simplest bar graph with ggplot is difficult to realize
Dear all, What is the simplest way of producing a bar graph using ggplot but avoiding calling qplot? That is, given: d <- data.frame(x=seq(1,5), y=seq(1,5)) Why does the following line return an error? ggplot(d, aes(x=x, y=y)) + stat_identity() + geom_bar(bindwidth=1) Thanks in advance, jcb!
2004 Dec 30
2
simplest possible xyz plot
New to R, and didn't find the following in the docs. Main use for R. to get feet wet, is to pipe in x,y,z data, one point per line, and plot it in 3d, like this: { echo 1,2,3 echo 2,4,6 ... } | R ... But functions like contour seem to require index vectors that are sorted. I am curious why, and how to convert. Also, I am curious whether any Lisp person has ever written a front end to R
2012 Sep 20
0
Simplest way to create pv guest with xl w/o qemu
Hello ! What is the simplest way to create a PV guest using Xen 4.x that runs without a qemu process on DOM0 ? I am specifically interested in the block device aspect of this. Thanx, Matthias _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2010 Jun 14
1
how to setup a simplest travel-mode read-only IMAP
Hi All, I don't use gmail/hotmail etc... I have been a Mozilla/SeaMonkey/Thunderbird user for ever now... The mail and folders are all on my private fileserver. But on certain tours, I do know in advance that I would like IMAP access to my mail folders. Nothing but the simplest read-only access to the years of accumulated email. (All that email was soft-mounted onto /mnt/mail for safety and
2014 Dec 19
3
Is there have simplest way to make domain users which in remote desktop group can remote/local logon the workstation ?
Is there have simplest way to make domain users which in remote desktop group can remote/local logon the workstation ? Thanks.
2014 Dec 20
2
Is there have simplest way to make domain users which in remote desktop group can remote/local logon the workstation ?
samba 4.1.13, server role is active directory domain controller. On Sat, Dec 20, 2014 at 6:23 AM, Tim <rintimtim at gmx.net> wrote: > What version and server mode are you talking about? > > Am 19. Dezember 2014 16:53:57 MEZ, schrieb Dongsheng Song > <dongsheng.song at gmail.com>: >> >> Is there have simplest way to make domain users which in remote >>
2014 Dec 21
0
Is there have simplest way to make domain users which in remote desktop group can remote/local logon the workstation ?
What do you want: User should logon remote to windows workstations or do you want a remote login to your server? For remote logon on windows workstations you need a group policy linked to the ou of your workstations. As far as I remember - I don't have a AD at home - you will have to create a new group e.g. GGX-Remotedesktop (abbreviation for Group Global Execute). This group will become
2014 Dec 22
1
Is there have simplest way to make domain users which in remote desktop group can remote/local logon the workstation ?
On Sun, Dec 21, 2014 at 7:08 PM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote: > Am 21.12.2014 um 04:14 schrieb Dongsheng Song: >> After put domain users in the remote destop group in the DC, these >> users still can't logon workstation via remote desktop, it's a very >> strange design. Maybe we can make samba-tool fix it by certain >> parameter ? >
2016 Feb 17
2
Asterisk 13.6.0/The simplest TCP configuration does not work
Sonny Rajagopalan wrote: > I receive a TCP ack back from that port (5060; owned by Asterisk) > --confirmed by wireshark on the Asterisk server. That's from Wireshark, but what is Asterisk seeing? If Asterisk doesn't show the connection or the traffic then something else is up (firewall, etc). Try to isolate things further, start from Asterisk itself. -- Joshua Colp Digium, Inc.
2011 Sep 29
1
simplest pgfSweave example results in error
Hello, since 3 days now I try to get pgfSweave running using Eclipse + StatET. I created a super simple .Rnw file which can be viewed here: http://www.text-upload.com/read.php?id=147992&c=6441045 test.Rnw When I use sweave it works perfectly fine but when I use pgfSweave I get an error. The R output can be viewed here: http://www.text-upload.com/read.php?id=147995&c=3804886 R output
2016 Feb 17
2
Asterisk 13.6.0/The simplest TCP configuration does not work
Sonny Rajagopalan wrote: > I can confirm that the server is receiving the SIP request, but simply > doesn't do anything with it (log from the server below). Does this have > anything to do with how PJSIP was compiled or configured?: TCP support is enabled in PJSIP by default. If you do "pjsip set logger on" does the message show up? What is the COMPLETE console output when
2006 May 15
1
what's wrong with my "gls"? it does not allocate memory... even for the simplest AR1 model...
> myfit1 <- gls(col1 ~ col2+col3+col4+col5+col6-1, data=data2, corr=corAR1( 0.3202), method='ML') Error: cannot allocate vector of size 199712 Kb if I get rid of the "corr=corAR1(0.3202)" option, it works okay... can anybody help me? thanks a lot! [[alternative HTML version deleted]]
2016 Feb 17
2
Asterisk 13.6.0/The simplest TCP configuration does not work
Sonny Rajagopalan wrote: > Is there a specific place where I can set logger to log incoming TCP > segments from L4? > > $ netstat -tulpn | grep asterisk | grep LISTEN: > > tcp 0 0 0.0.0.0:8088 <http://0.0.0.0:8088> > 0.0.0.0:* LISTEN 10313/asterisk > tcp 0 0 0.0.0.0:5060 <http://0.0.0.0:5060> > 0.0.0.0:*
2007 Mar 01
3
Simplest question ever...
Let's say i have a = c(1, 4, 5) b = c(2, 6, 7) and i have matrix m, what's an efficient way of access m[1, 2], m[4, 6], m[5, 7] like of course m[a, b] = is not going to do, but what's an expression that will allow me to have that list? Thanks! -- View this message in context: http://www.nabble.com/Simplest-question-ever...-tf3329894.html#a9258932 Sent from the R help mailing list
2006 Jun 21
4
Simplest way to demonstrate a RoR app
Hi, I have built a simple RoR application and would like to show it to some friends. I would like to assign a dyndns URI like "myapp.dyndns.org" address to point to the application. As the WEBrick/Mongrel servers are running in "localhost (so loopback connections)" and I couldn''t bind them to the external server name or couldn''t bind them to my IP
2010 Jan 20
1
Need simplest method for providing alternate mail location
I am looking to migrate my DC V1.2 from mbox to maildir format....and want to do this in stages, user group by user group rather than in one horrendous fell swoop....since I'd rather fell things didn't happen. Since I'm running sendmail/procmail, I can change the ~/.procmailrc to change the writing of the INBOX, but the IMAP mail location access info is knottier when one wants to