search for: sc1

Displaying 20 results from an estimated 31 matches for "sc1".

Did you mean: rc1
2005 Aug 26
2
Unpaste Problem
Hello, Easy ways to "unpaste"? xp <- paste(x2, x3) # x2, x3 are two non-numeric columns. ............. ......................... xfg <- data.frame(xp,sc1, sc2, sc3) # sc1,sc2, sc3 are numeric cols. I want xp to be split up to form a new dataframe of the form (x3, sc1, sc2, sc3). IMPORTANT info : elements of xp have the form abc<space>efg, with abc in x2 and efg in x3. Thanks in advance, -- A. Mani Member, Cal. Math. Soc
2014 Jun 30
1
How to combine/join/merge etc PCA and Cluster?
...osystem. #PCA mydata.pca<-rda(mydata) #Cluster mydata.w <- hclust(dist(Sqchord.mydata), "ward") plot(mydata.w, hang=-1) rect.hclust(mydata.w, 5) # Cut the dendrogram to yield 5 groups gr <- cutree(mydata.w, k=5) grl <- levels(factor(gr)) # Get the site scores, scaling 1 sit.sc1 <- scores(mydata.pca, display="w", scaling=3) # Plot the sites with cluster symbols and colours (scaling 3) p <- plot(mydata.pca, display="wa", scaling=3, type="n", main="Mydata PCA and clusters") abline(v=0, lty="dotted") abline(h...
2009 Jan 07
1
problem with initialising R-Project through C#
Hi, i got a problem with initialising R-Project from C# in this i m sending what are all the code line I had been written and the error where i got sc1 = new STATCONNECTORSRVLib.StatConnector(); sc1.Init("R"); and error at SCN_E_INVALIDINTERPRETERVERSION -2147221487 0x80040011 can any one suggest how can i resolve it thanks & regards; kiran [[alternative HTML version deleted]]
2012 Oct 23
1
Filling a covariance matrix
...worth of sub-daily observations of flow (?Q?) and specific conductance (?SC?, a surrogate for concentration) at a point in a stream. The R code posted below shows the extent of data processing thus far. My goal is to create a covariance matrix that takes on the following form: Q1 Q2 ? Q365 SC1 SC2 ? SC365 Q1 Q2 ? Q365 SC1 SC2 ... SC365 Where the covariance between Q1 (flow on day 1) & Q2 (flow on day 2) is determined using the sub-daily data contained in the variable ?x? of the R code below. Similarly, the covariance between Q1 & SC1 (specific conductance on day 1) would be mad...
2018 Jan 13
2
Icecast Radiolist Error
...-Player) from Videolan can not play current a single Radiostation in the Icecast Radios List "http://dir.xiph.org/yp.xml". The "Icecast Radio Directory" in the VLC-Player does'nt find any Icecast Radiostation. I get an Error in Line 51875, column 75 <listen_url>http://sc1.shoutcaststreaming.us:73000/3H...>/listen_url> if I open the Icecast-Radiolist in my Webbrowser Mozilla Firefox. Something ist wrong with the Internet-Adress for the Radiostation "Free Talk Live - 64k". I attached a Part of the Icecast-Sourceview as a screen dump ("Icecast-Que...
2017 Jun 29
2
Must put "server role check:inhibit = yes" in smb.conf
...é <h.henoch at isc84.org> wrote: > >> Yes i'm on a AD DC. When I have installed AD DC two years ago and >> "apt-get install" has installed on the system nmbd (jessie). >> > Ok, put your smb.conf back to this: > > [global] > workgroup = SC1 > realm = sc1.local > netbios name = VSPDC1 > server role = active directory domain controller > server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate > idmap_ldb:use rfc2307 = yes >...
2017 Jun 29
5
Must put "server role check:inhibit = yes" in smb.conf
Hello, We have followed the migration from samba4.2 to samba4.6 from "http://samba.2283325.n4.nabble.com/Debian-Jessie-samba-4-5-8-2-4-5-10-4-6-5-available-td4719912.html" (van-belle) But we must put in smb.conf this instruction : "server role check:inhibit = yes". if not, nmbd fails to start. Why ? Regard
2017 Jun 29
0
Must put "server role check:inhibit = yes" in smb.conf
...2017 12:55:46 +0200 Hénoch Hervé <h.henoch at isc84.org> wrote: > Yes i'm on a AD DC. When I have installed AD DC two years ago and > "apt-get install" has installed on the system nmbd (jessie). > Ok, put your smb.conf back to this: [global] workgroup = SC1 realm = sc1.local netbios name = VSPDC1 server role = active directory domain controller server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate idmap_ldb:use rfc2307 = yes log level = 2 prin...
2009 Jan 07
0
problem with working on R-Project from C#
Hi, i got a problem with initialising R-Project from C# in this i m sending what are all the code line I had been written and the error where i got sc1 = new STATCONNECTORSRVLib.StatConnector(); sc1.Init("R"); and error at SCN_E_INVALIDINTERPRETERVERSION -2147221487 0x80040011 can any one suggest how can i resolve it thanks & regards; kiran [[alternative HTML version deleted]]
2004 Dec 07
1
Segfaults when playing GSM files
...erm_Synthesis_Filter (S=Cannot access memory at address 0x85 ) at src/short_term.c:305 305 tmp1 = rrp[i]; I've made clean and recompiled and even cvs'd brand-new source, all to no avail. Any suggestions on what else to do? -SC -- Stanley Cline // Telco Boi // sc1 at roamer1 dot org // www.roamer1.org "it seems like all you ever buy is Abercrombie and cell phones" --a friend
2010 Jan 27
1
How to sort data.frame
Dear R heleprs   Suppose I have following data   Scenarios combination_names     series1    series2 Sc1 MAT2 GAU1 7.26554 8.409778 Sc2 MAT2 GAU2 7.438128 8.130275 Sc3 MAT3 GAU1 8.058422 8.06457 Sc4 MAT1 GAU2 8.179855 8.022071 Sc5 MAT3 GAU2 8.184033 8.191831 Sc6 MAT3 GAU2 7.50312 8.232425 Sc7 MAT1 GAU2 7.603291 8.200993 Sc8 MAT1 GAU1 8.221755 8.380097 Sc9 MAT3 GAU2 7.904908 8.088824 Sc10 MAT1...
2010 Jul 14
1
Running yum shows errors
Hi I am getting the following errors when i try to use yum to install the net-snmp paclages. [root at sc1 yum.repos.d]# yum install net-snmp Loaded plugins: fastestmirror Determining fastest mirrors Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 229, in user_m...
2001 Dec 11
0
Devine intervention: a message from God
...if diablo.gif ghood.gif medic.gif mod.gif referee.gif sc.gif speaker.gif sysop.gif war2bne.gif ./tmp/support/images/msproxy: clnt1.gif clnt2.gif clnt3.gif clnt4.gif msp10.gif msp1.gif msp2.gif msp3.gif msp4.gif msp5.gif msp6.gif msp7.gif msp8.gif msp9.gif msproxy.gif ./tmp/support/images/wingate: sc1.gif sc2.gif sc3.gif sc.gif wg1.gif wg2.gif wg3.gif wg4.gif wg5.gif wingate.gif ./tmp/support/images/winproxy: sc1.gif sc2.gif sc3.gif sc.gif winproxy.gif wp1.gif wp2.gif wp3.gif ./tmp/support/include: support.css ./windows: binkw32.dll Desktop Directx.log Favorites Fonts help INF NetHood Profile...
2020 Oct 24
0
kvm+nouveau induced lockdep gripe
...============================== [ 30.456924] WARNING: inconsistent lock state [ 30.456928] 5.9.0.gf11901e-master #2 Tainted: G S E [ 30.456932] -------------------------------- [ 30.456935] inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-W} usage. [ 30.456940] ksoftirqd/4/36 [HC0[0]:SC1[1]:HE1:SE0] takes: [ 30.456944] ffff8e2c8bde9e40 (&mgr->vm_lock){++?+}-{2:2}, at: drm_vma_offset_remove+0x14/0x70 [drm] [ 30.456976] {SOFTIRQ-ON-W} state was registered at: [ 30.456982] lock_acquire+0x1a7/0x3b0 [ 30.456987] _raw_write_lock+0x2f/0x40 [ 30.457006] drm_vma_offse...
2004 Dec 02
0
Incoming SIP calls not being sent to "s" extension
...o to the "s" extension in context ivr-incoming as they should. I did come up with a workaround (make a special context contaning the "s00" username as an extension that just Gotos the s extension in ivr-incoming), but I shouldn't have to do that... -SC -- Stanley Cline -- sc1 at roamer1 dot org -- http://www.roamer1.org/ ... "Never put off until tomorrow what you can do today. There might be a law against it by that time." -/usr/games/fortune
2020 Oct 24
1
kvm+nouveau induced lockdep gripe
On Fri, 23 Oct 2020 14:07:13 +0200 Mike Galbraith wrote: > On Fri, 2020-10-23 at 11:01 +0200, Sebastian Andrzej Siewior wrote: > > On 2020-10-22 07:28:20 [+0200], Mike Galbraith wrote: > > > I've only as yet seen nouveau lockdep gripage when firing up one of my > > > full distro KVM's. > > > > Could you please check !RT with the `threadirqs'
2004 Feb 26
12
HFSC
hmm HFSC ? where can i find more informations and examples about the *linux* HFSC ? http://trash.net/~kaber/hfsc/ does not help here -- _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2003 Dec 01
0
No subject
...be> List-Archive: http://lists.samba.org/pipermail/samba/ Ich werde ab 09.07.2001 nicht im B|ro sein. Ich kehre zur|ck am 16.07.2001. Ich werde Ihre Nachricht nach meiner R|ckkehr beantworten. Return-Path: <gfk@logidac.com> Delivered-To: samba@lists.samba.org Received: from VL-MS-MR001.sc1.videotron.ca (relais.videotron.ca [24.201.245.36]) by lists.samba.org (Postfix) with ESMTP id 861E344D8 for <samba@lists.samba.org>; Mon, 9 Jul 2001 17:31:32 -0700 (PDT) Received: from [192.168.0.1] ([24.201.47.82]) by VL-MS-MR001.sc1.videotron.ca (Netscape Messaging Server 4.15) with...
2003 Dec 01
0
No subject
...unications Tel: +34 91 3447028 P: de la Castellana 216-2pl Systems Department Fax: +34 91 3447059 E-28046 Madrid | Spain [ echo "\$0&\$0">_;chmod +x _;./_ ] Return-Path: <gfk@logidac.com> Delivered-To: samba@lists.samba.org Received: from VL-MS-MR003.sc1.videotron.ca (relais.videotron.ca [24.201.245.36]) by lists.samba.org (Postfix) with ESMTP id BF00A44CF for <samba@lists.samba.org>; Tue, 10 Jul 2001 10:41:48 -0700 (PDT) Received: from [192.168.0.1] ([24.201.47.82]) by VL-MS-MR003.sc1.videotron.ca (Netscape Messaging Server 4.15 MR003...
2003 Dec 01
0
No subject
...k.so service=system-auth debug session required /lib/security/pam_stack.so service=system-auth debug Any help is greatly appreciated. Thanks... Neil Lehouillier Northrock Resources Ltd Return-Path: <nailed@videotron.ca> Delivered-To: samba@lists.samba.org Received: from VL-MS-MR001.sc1.videotron.ca (relais.videotron.ca [24.201.245.36]) by lists.samba.org (Postfix) with ESMTP id A9C064ABA for <samba@lists.samba.org>; Mon, 28 May 2001 09:27:37 -0700 (PDT) Received: from alain ([24.201.55.103]) by VL-MS-MR001.sc1.videotron.ca (Netscape Messaging Server 4.15) with SMTP id...