search for: particulary

Displaying 20 results from an estimated 100 matches for "particulary".

Did you mean: particular
2006 Jun 29
3
cat and positioning of the output
Hello R users! I like to use cat in a loop. I know, loops are not the best way in R ... but my question: It is possible to overwrite the expression "Reading row: i" in each iteration of the loop (print out in the below loop on the screen) or more particulary to overwrite the counter "i". for(i in 1:header$M){ cat("Reading row: ", i) SparseIndex[[i]] <- readBin( con, integer(), n=MIndexNumber[i], size=4 ) SparseSignal[[i]] <- readBin( con, numeric(), n=MIndexNumber[i], size=4 ) } Many thanks J?rn Schulz. -- View thi...
2019 Jun 06
2
Cloud automation
...Let’s suppose I have three physical servers; two on the same area, and the last one elsewhere (not on the same network, but all three have connectivity between each others). May I use this infrastructure with libvirt? I mean in terms of cloud automation: is it possible to remotely deploy VMs (with particulary configurations) with libvirt? For example, is it possible to have one master node controlling the two others? Thanks for the reply
2006 Jul 24
2
Ferret Search Terms
I''m having a bit a trouble getting some search terms to work with acts_as_ferret. Particulary where multiple words are in the query. For instance if I search for "Time to Kill" it doesn''t find the any records. However, if I search just for time, Time to Kill comes up. I''m not sure what I''m missing here. Any help would be greatly appreciated. -- Pos...
2002 Jun 12
2
data mining: finding association rules
Dear R-users! I would like to search for "association rules" (and compute support and confidence, for example) in a data set, and wonder if this can be done with R (version 1.5.0 for Windows)? Particulary, I wonder if a) anyone has done something like that with R or b)maybe someone has written an R-interface to some existing algorithm/software (e.g. to something like the "apriori"-program, available from http://fuzzy.cs.uni-magdeburg.de/~borgelt/#Software)? -Heinrich Rinner. -.-.-.-.-.-.-...
2006 Mar 03
5
Yahoo UI Library with Rails
Has anybody used the Yahoo UI library successfully with rails? I am particulary interested in some of the ratings tools they used (like 4 out of 5 stars thing rating a post). Curious to see if anyone out there has worked with this at all. adam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachme...
2004 Aug 06
2
Port to uClinux
Hi, I'm trying a quick port of this terrific codec to uClinux, a Linux-derivate for mmu-less systems. I'm particulary interested in the alloc()'s the library does, and it's stack usage. In nb_celp.c I found two lines of code doing memory allocation : nb_celp.c: st = (EncState*)speex_alloc(sizeof(EncState)+8000*sizeof(float)); nb_celp.c: st = (DecState*)speex_alloc(sizeof(DecState)+4000*sizeof(float))...
2003 Sep 11
3
samba 3.0 with ldap / sambaSID
Hello, I'm lloking for a way to convert my company's existing samba2.2 ldap backed service to samba 3.0. What's particulary making me curious is the sambaSID. As I've read it is the unique identifier of a PDC in the windows world. So, how does samba3 generate this? Is it supposed to be changed by the admin or is it determined by samba on the first startup? Any pointer to a doc describing this in more depth would be...
2013 Jul 15
2
Asterisk offline compiling with get_mp3_source.sh
I need to make a Asterisk 18.0's offline compiling, SVN mp3 support sources downloading does't particulary works cause my asterisk is in an isolated network with NO network access whatsoever, I ve read this thread ( http://lists.digium.com/pipermail/asterisk-users/2013-June/279298.html) but I 'm not understading one thing, because I download the file and run the script but there is no asterisk-contr...
2015 Mar 09
1
GSoC 2015
I want to collaborate to "Stream directory API" as mentioned on https://wiki.xiph.org/Summer_of_Code_2015 I have a good understanding of node.js , JSON and SQL ( not particulary Postgres) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20150309/c00f2e90/attachment.htm
2006 May 17
1
OCFS and backups to tape
...binaries or datafiles on the ocfs volume. So no need for RMAN or oarcle agents etc etc. The customer would like to backup the volume using arcserve. However CA are saying that they cannot backup from an ocfs volume. Has anyone out there got any words of wisdom about backing up ocfs2 to tape. particulary anyone dealing with arcserv. cheers Steve -- Stephen Donn Principal System Engineer Oracle New Zealand +64 9 977 2126 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs-users/attachments/20060516/e5128f52/attachment.html
2006 May 31
1
code snippet
Hello people, found the following controller code and I wonder what it does and particulary the "and return" part. if @order == nil then redirect_to_checkout("blabla") and return end thanks -- Posted via http://www.ruby-forum.com/.
2009 May 18
1
discrepancies between stata and r for a cox regression
Hello I would like to develop the use of R. Trying R and more particulary the cox model, I am surprised by discrepancies between results with stata and R for a cox model With the same data base, I get a hazard ratio (4.82) that is not the same obtained with stata (4.52) You will find attached the file leukemia.dta I used (Stata) Here are the codes for R library(forei...
2003 Nov 13
1
how to interconnect gnugk and asterisk?
Hello folks. We are trying to interconnect an asterisk installation with a gnugk 2.0.5 installation to become able to use some H323 hardware that needs a gatekeeper (particulary an Ericsson WebSwitch 100). We have managed asterisk to dial H323 endpoints successfully (although calls are interrupted immediately after connection with "spawn extension exited non-zero"), but we could not manage gnugk to "dial" to asterisk. What I am confused most about...
2007 Jun 01
2
tc offset & subheader matching clarification / question
Hello TC''s syntax, particulary u32 filter, is far more rich than what man, howto or command''s help provides. I''ve been looking for information about the uses of ''offset'' parameter, or more detailed explanation of a few other/relevan options, but what I''ve found is very brief to say...
2002 Jun 18
2
Samba-LDAP:Ldap call each time you open a text file?
Hello, When I open a text file on a Samba fileserver using LDAP for authentication, Samba always makes these LDAP calls (see below). The user has been authenticated so why does Samba still makes these LDAP connections? Any ideas? /var/log/ldap.log when opening a text file. ldap-hh slapd[22940]: conn=3922 op=19 SRCH base="o=kuleuven,c=be" scope=2 filter="(uid=m2000944)"
2007 Aug 25
1
rspec hangs when used with QtRuby
...RSpec 1.0.8, some of my specs which used QtRuby caused spec (or rake, when used from a Rakefile) to hang indefinitly. After a bit of investigation, I found that the problem arose in the following situation: * requiring Qt4 / Qt3 * creating a stub which stubs a method called :type What I found particulary strange is that this happens even if I don''t actually use Qt in the spec (directly or not). The following is the simplest example I could write which reproduces the problem: require ''Qt4'' describe ''something'' do it ''should work pass...
2017 Jun 21
2
Classic upgrade and forced password change...
...ins i was (ab)used to set initial password the same of the login, forcing the change on next login. Also, if users forgot the password, i reset to the login. I'm a bit ''confused'' about not able to do so now. And i'm a bit confused also because, if complexity rules apply, particulary if i set a password history of 5 password, i can set the default password to a mild complex one (eg, 'ChangeMe1') but i cannot set anymore two times. Probably is a dumb question, but... how you reset password for users that forgot their? More general questions in another thread... ;-)...
2009 Oct 19
7
Running dtrace sript for defined period of time?
Hello, I''m building some simple monitoring tools to watch zfs storage servers. Is this possible to run dtrace script for example 10 seconds? (Of course it is, I just trying to figure out how). Right know it has to be stopped by "CTRL-C" I''m particulary interested in scripts like iscsiio.d, iscsiwho.d from http://www.solarisinternals.com/wiki/index.php/DTrace_Topics_iSCSI Thanks in advance, Roman Naumenko roman at frontline.ca -- This message posted from opensolaris.org
2005 Jun 18
1
How to get an old version of wine?
Hi, I need an old version of wine, particulary wine20021219. I can see the source at source.winehq.org , but I can't download it there. (OK, theoretically I can, but I won't open all files one by one and copy the contents to a text file ;) ) How/Where can I download wine20021219? Regards, Victor
2018 Mar 22
2
[OT?] Strangeness on clients migrating NT -> AD...
...sers (homes and roaming profiles). We have done in the past some tests, without many troubles, so we are confident. Alla computer are Win7 Pro, alla configured in the same way via WPKG; in all computer we have done the same thing, eg re-join the machine to the new domain and remove some settings (particulary, the DomainCompatibilityMode=1 and DNSNameResolutionRequired=0 registry keys for NT4 compatibility). But many computers (roughly 1/3) depicted strange behaviours: a) computer take an insane amount of time (20-30 minutes) to take to Ctrl-Alt-Del screen; this seems to auto-resolve in 2-3 reboots....