search for: rnb

Displaying 20 results from an estimated 23 matches for "rnb".

Did you mean: nb
2006 Feb 18
1
truncated negative binomial using rnegbin
...theta, threshold_level) # # example: out<-nbin(2, 1, 100, 2, 2, 0.1) # # nbin<-function(mu.s,var.s,n,mu.i,theta,test) { library(MASS) mu<-0 var<-0 rand<-rep(0,n) while(abs(mu.s-mu)>=test & abs(var.s-var)>=test) { for(i in 1:n) { rnb<-0 while(rnb==0) rnb<-rnegbin(1,mu.i,theta) rand[i]<-rnb } mu<-mean(rand) var<-var(rand) } return(rand) } As I am wanting to use these samples to compute power for a bootstrap procedure, the time demands will become prohibitive very quickly...
2006 Oct 02
3
How do I list in YP? icecast2 ices0
ices.conf: <Public>1</Public> <!-- The name of you stream, not the name of the song! --> <Name>Poohba's Urban Sounds</Name> <!-- Genre of your stream, be it rock or pop or whatever --> <Genre>RnB</Genre> icecast.xml <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> </directory> <directory> <yp-url-timeout>15</yp-url-timeout> <yp-url&gt...
2004 Aug 06
1
Why doesn't yp.icecast.org show my stream?
...] [IP: 205.147.43.110] [State: 1] [Type: pulling relay] [Proto: x-audiocast] [Clients: 2] [Dumpfile/fd: (null)/-1] [Priority: 0] [Song Title: ] [Song URL: http://music.jetcafe.org:8000] [Stream Message: (null)] [Song Length: -1 bytes] [Stream Name: KJetCafe] [Stream Genre: jazz funk fusion soul RnB] [Stream Bitrate: 56] [Stream URL: http://www.jetcafe.org/kjetcafe] [Mountpoint: raid.jetcafe.org:8000/] [Description: An ecclectic blend of Funk Fusion Jazz Soul and RnB] [MBytes read: 435] [MBytes written: 834] [Client connections: 110] [Connected for: 18 hours, 6 minutes and 4 seconds] I mo...
2009 Feb 23
1
trade-off between speed and storage in matrix multiplications
...aces which I'm not aware (sorry for that). Please have a look to the example below. Needless to say that I'd appreciate any suggestion. Best, Carlo Giovanni # dimensions m <- 10 n <- 15 # A-matrix rnA <- runif(m*m) A <- matrix(rnA, m, m) # vector v <- runif(n) # B-matrix rnB <- runif(m*n) B <- matrix(rnB, m, n) # first solution: vectorize B + kronecker product => faster but storage issues system.time( for(i in 1:100){ b <- c(B) vKron.A <- kronecker(diag(v), A) SOL1 <- vKron.A %*% b }) # second solution: orig. dims + apply + mapply =>...
2006 Oct 02
2
How do I list in YP? icecast2 ices0
...> wrote: > ices.conf: > <Public>1</Public> > <!-- The name of you stream, not the name of the song! --> > <Name>Poohba's Urban Sounds</Name> > <!-- Genre of your stream, be it rock or pop or whatever --> > <Genre>RnB</Genre> > > icecast.xml > <directory> > <yp-url-timeout>15</yp-url-timeout> > <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> > </directory> > <directory> > <yp-url-timeout>15</y...
2006 Oct 03
3
How do I list in YP? icecast2 ices0
....conf: > <Public>1</Public> > <!-- The name of you stream, not the name of the song! --> > <Name>Poohba's Urban Sounds</Name> > <!-- Genre of your stream, be it rock or pop or whatever --> > <Genre>RnB</Genre> > > icecast.xml > <directory> > <yp-url-timeout>15</yp-url-timeout> > <yp-url> http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> > </directory> > <directory> >...
2004 Aug 06
0
Why doesn't yp.icecast.org show my stream?
...7 -> relay icecast server -> main icecast server | +->to other networks The relavent lines from darkice.cfg: mountPoint = live_48 name = KJetCafe description = An ecclectic blend of Funk Fusion Jazz Soul and RnB url = http://www.jetcafe.org/kjetcafe genre = jazz funk fusion soul RnB public = yes Anyone have any clues? N.B. I did finally get liveice to work (why does he call exit() instead of _exit() in a GTk plugin?) but it crashes xmms when xmms is remotely being run by m...
2006 Oct 02
0
How do I list in YP? icecast2 ices0
...f: > > <Public>1</Public> > > <!-- The name of you stream, not the name of the song! --> > > <Name>Poohba's Urban Sounds</Name> > > <!-- Genre of your stream, be it rock or pop or whatever --> > > <Genre>RnB</Genre> > > > > icecast.xml > > <directory> > > <yp-url-timeout>15</yp-url-timeout> > > <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url> > > </directory> > > <directory> > &gt...
2004 Aug 06
1
Why doesn't yp.icecast.org show my stream?
...7 -> relay icecast server -> main icecast server | +->to other networks The relavent lines from darkice.cfg: mountPoint = live_48 name = KJetCafe description = An ecclectic blend of Funk Fusion Jazz Soul and RnB url = http://www.jetcafe.org/kjetcafe genre = jazz funk fusion soul RnB public = yes Anyone have any clues? Addendum: Turning debug to 2 produced: -> [19/Feb/2002:13:03:40] [1:Admin Console Thread] DEBUG: server-response: [HTTP/1.1 200 OK] -> [19/Feb/2002:1...
2006 Oct 03
1
How do I list in YP? icecast2 ices0
...m, not the name of the > song! --> > > <Name>Poohba's Urban Sounds</Name> > > <!-- Genre of your stream, be it rock or pop or > whatever --> > > <Genre>RnB</Genre> > > > > icecast.xml > > <directory> > > <yp-url-timeout>15</yp-url-timeout> > > > <yp-url>http://dir.xiph.org/cgi-bin/yp...
2006 Oct 03
0
How do I list in YP? icecast2 ices0
...m, not the name of the > song! --> > > <Name>Poohba's Urban Sounds</Name> > > <!-- Genre of your stream, be it rock or pop or > whatever --> > > <Genre>RnB</Genre> > > > > icecast.xml > > <directory> > > <yp-url-timeout>15</yp-url-timeout> > > > <yp-url>http://dir.xiph.org/cgi-bin/yp...
2010 May 28
1
samba 3.5.3: loads of errors copying some simple ACLs with robocopy
Maybe I'm doing somthing really stupid, but while copying some windows share onto a samba server, on some random subdirectory robocopy says ERROR 87 (0x00000057) Copying NTFS Security to Destination Directory... The samba logfile has lots of these lines. modules/vfs_posixacl.c:349(smb_acl_to_posix) smb_acl_to_posix: ACL is invalid for set (Das Argument ist ung?ltig) The strange thing is
2011 Jun 03
2
Arules: R Crashes when running eclat with tidLists=TRUE
...------------------------------------------------ Item Set Report Function ----------------------------------------------------------------------*/ static void _report_R (int *ids, int cnt, int supp, int *tal, void *data) { (...) if (flags & OF_LIST) { vec1 = (int*)realloc(ruleset->trnb, size1 *sizeof(int)); if (!vec1) { if (vec) free(vec); if (vec2) free(vec2); _cleanup(); error(msg(E_NOMEM));} ruleset->trnb = vec1; } (...) if (flags & OF_LIST) { /* if to list the transactions, */ h = ruleset->trtotal; if (supp < 0) {...
2015 Sep 30
0
Verifying backups
...ersonal) Web page: http://www.sanitarium.net/ PGP public key available on web site. ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., - -*~ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlYMZg8ACgkQVKC1jlbQAQfjgQCdGmGrIm3eol++rnB+fPGXApin jUEAnAsNTycPDsM4k+Kox5J2RSH4zldP =QfjT -----END PGP SIGNATURE-----
2023 Mar 24
2
Shoutcast compatibility mode
Hi all, I'm working of getting a new station setup and will need to support broadcast software that can only do Shoutcast (Winamp since the user can't only stream in Shoutcast mode). I have this in my icecast.xml: <listen-socket> <port>8000</port> <shoutcast-mount>/live.mp3</shoutcast-mount> </listen-socket> <mount
2003 Dec 01
0
No subject
...s.e. Derh dn 6 (12) ker - aeqok`rmn. MNBNQR\! Hqo`mh on qhqrele "Tk`i A`i" (Fly-buy) Jksam{i nrd{u, qeleim{e `o`pr`lemr{ b asmc`kn 5* 2 medekh - 200 s.e.\1 wek. (ahker{ h bhg` nok`whb`~rq dnonk|mhrek|mn) Opncp`ll` "ANMSQ" Qnv. o`jer, qhqrel` qjhdnj dk jnponp`rhbm{u jkhemrnb. V.I.P. naqksfhb`mhe dk psjnbndhrekei Qdek`ire oepep{b b p`anre! Ongbnk|re qeae nrdnumsr|! ! L{ onlnfel. Sd`khr| `dpeq samba@samba.org hg qohqj` p`qq{kjh m`xhu mnbnqrei B{ qlnfere m`f`b m` }rs qq{kjs - mailto:otpiska@yahoo.com?subject=samba@samba.org&amp;body=delete my address samba@samba...
2015 Sep 30
5
Verifying backups
Kevin Korb <kmk at sanitarium.net>, I thank you greatly for your attempts to educate me, however as we get deeper into discussing more and more different rsync options, I feel that I am actually just getting more confused and frustrated. I've been sitting here, trying all sorts of different combinations and permutations of the various options we've discussed, and that you've
2006 Jul 27
2
Problems with access to share after upgrading to 3.0.23(a)
...ing section "[domain]" [2006/07/27 21:17:46, 2, pid=94387, effective(0, 0), real(0, 0)] param/loadparm.c:do_section(3704) Processing section "[WWW]" [2006/07/27 21:17:46, 2, pid=94387, effective(0, 0), real(0, 0)] param/loadparm.c:do_section(3704) Processing section "[rnb]" [2006/07/27 21:17:46, 2, pid=94387, effective(0, 0), real(0, 0)] lib/interface.c:add_interface(81) added interface ip=10.0.1.251 bcast=10.0.1.255 nmask=255.255.255.0 [2006/07/27 21:17:46, 2, pid=94387, effective(0, 0), real(0, 0)] lib/interface.c:add_interface(81) added interface ip=10...
2003 Dec 01
0
No subject
...---- Return-Path: <edv@rauheshaus.de> Delivered-To: samba@lists.samba.org Received: from mgate.lantana.net (mgate.lantana.net [194.175.202.6]) by lists.samba.org (Postfix) with ESMTP id 53F2E447F for <samba@lists.samba.org>; Wed, 13 Jun 2001 22:24:45 -0700 (PDT) Received: from mail.rnb.de (unverified) by mgate.lantana.net (Content Technologies SMTPRS 4.1.5) with SMTP id <Tc2afca0654223c0786@mgate.lantana.net> for <samba@lists.samba.org>; Thu, 14 Jun 2001 07:26:52 +0200 Received: from mailgate1.rnb.de ([194.49.51.139]) by mail.rnb.de (Lotus SMTP MTA v4.6.3 (73...
2003 Dec 01
0
No subject
...eqr| bnglnfmnqr| b{ap`r| m`hankee ophelkel{i b`ph`mr. 1.Khjbhd`vh qlemni swpedhrekei h psjnbndqrb`. L{ opnhgbndhl m`gm`wemhe mnbncn dhpejrnp`, qlems swpedhrekei h oepepechqrp`vh~ hglememhi b pechqrp`vhnmmni o`k`re, ` r`jfe sbednlkemhe na }rnl HLMQ h tnmdnb. M`x dhpejrnp KHWMN b b`xel ophqsrqrbhh cnrnb ophmr| bqe dnjslemr{ B`xecn opedophrh on `jrs ophel`-oeped`wh. Opnakel{ q g`dnkfemmnqr|~ oeped a~dfernl lncsr b`q me bnkmnb`r|. Eqkh me qd`b`khq| a`k`mq{, rn l{ qdek`el h qd`dhl hu b HLMQ q`lh. Qrnhlnqr| sqksch - 400 dnk. Qpnj hqonkmemh - 1,5-2 leq. 2.Khjbhd`vh qkhmhel. Khjbhd`vh nqsyeqrbkerq qkhm...