Displaying 20 results from an estimated 703 matches for "necessity".
2007 Apr 11
2
sem is not "taking" the model
...tell me "22 lines read". And nothing works after that - it looks like it runs, but it does not produce anything...
Did I make a mistake somewhere in the model? (notice, TIME has only 1 indicator - t1, and I fixed t1's error variance at 0.414.)
Thank you!
model1 <- specify.model()
NECESSITY -> n1, NA, 1
NECESSITY -> n2, lam_nec_2, NA
NECESSITY -> n3, lam_nec_3, NA
NECESSITY -> n4, lam_nec_4, NA
FRUGALITY -> f1, NA, 1
FRUGALITY -> f2, lam_frug_2, NA
FRUGALITY -> f3, lam_frug_3, NA
TIME -> t1, NA, 1
n1 <-> n1, theta_n1, NA
n2 <->...
2006 Mar 29
3
MySQL in dev, Postgres in prod - differences in "LIKE" query
Hi everyone,
I run MySQL in my dev environment, but Postgres in my production
environment (out of necessity). I''m having trouble finding a way to
write a query with a LIKE condition that is supported as case
insensitive in both databases.
Right now, I have this:
@query = "m" # for example
@people = Person.find(:all, :conditions => ["last_name LIKE ?", @query + "%&...
2010 Nov 25
2
Timing cable usage necessity
Hello everyone.
I have a timing slips errors and I can't understand what source of the
problem is.
My installation has 2 digium cards: TE420 and TE220 cards in one server.
There are 3 spans (E1) to PSTN and 3 spans to internal PBS stations -
normal installation for transit communication.
Span configuration is:
span=1,1,0,ccs,hdb3 #TE420 - first port. To PSTN.
span=2,0,0,ccs,hdb3 #TE420 -
2009 Aug 17
4
Calling C functions with value parameters
One hassle I could do without is the necessity of writing C wrapper functions
like this:
void fameInit(int *status){
cfmini(status);
return;
}
when I want to call a library function (cfmini, in this case) that takes an
int argument. The .C interface only lets me pass a pointer to an int, rather
than the int itself.
Is there any chanch t...
2012 Dec 05
1
Understanding svd usage and its necessity in generalized inverse calculation
Dear R-devel:
I could use some advice about matrix calculations and steps that might
make for faster computation of generalized inverses. It appears in
some projects there is a bottleneck at the use of svd in calculation
of generalized inverses.
Here's some Rprof output I need to understand.
> summaryRprof("Amelia.out")
$by.self
self.time self.pct
2020 Apr 14
2
Re: php libvirt show active snapshot
I was looking for a virDomainSnapshotCurrent
I wish I had time to learn to properly Code in C, haven't touch it
since that late 90's
I'm only only coding in php out of necessity.
.
On Tue, Apr 14, 2020 at 8:02 AM Michal Privoznik <mprivozn@redhat.com> wrote:
>
> On 4/13/20 9:22 PM, Todd Lewis wrote:
> > Is php libvirt able to list the active snapshot for the vm?
> >
> > I can easily take snapshots and restore snapshots, but I can't figur...
2004 Oct 18
1
centos-yumconf purpose
Hello.
I did try to find out some information about centos-yumconf, but I didn't
find any.
I would like to know what centos-yumconf rpm is made for and what it does
(just overwrite the yum.conf file, or copy things from the original and
create a new one ?).
I dont' really understand the necessity of this package, because I thought
that the version upgrade was made through the $releasever environment
variable.
Any help would be much appreciated.
Kind regards,
Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/...
2006 Jun 06
1
arch.cmd file and init args
I don't really understand the necessity of the /arch.cmd file to be
parsed before /proc/cmdline. It seems simpler to just parse the
program args first before /proc/cmdline. The whole point, as far as I
see, is to composite kernel params based on scripts and/or the
bootloader params. It makes sense to say "arg1=a" should over...
2021 Jan 29
6
Intel/64 CentOS VM running on a Mac M1?
...eat but is really starting to
show its age, and I'm thinking about getting a new Mac M1-based laptop as it
would really be useful for Video production.
But I really need to have a IA64 CentOS 7/8 VMs running locally for
development as I'm often on the road and flaky Internet makes it a necessity to
keep productivity up. I've been unable to officially confirm that VMWare/
Parallels/VirtualBox intend to support IA64 based OS's and it *needs* to be an
exact (VM) copy of production so I can trial environments and builds prior to
roll out.
Calling around, I actually got ahold of a...
2007 Jun 19
2
[LLVMdev] TargetRegisterClass for Physical Register
...hysical register can be in, so ValueType isn't relevant there.
> Ugly yes, but this does model the hardware more closely than artificially
> duplicating each register for each different value type it can hold...
The model is correct, I believe. My "yuck" comment was about the necessity
of iterating through all members of all register classes to find the classes a
physical register is in. It would be nice to have a backmap. Perhaps I'll
fiddle around with TableGen and friends and see about adding one if folks
think it's useful....
2020 Jun 16
2
client host certificates and receiving host configuration
...about how similarly adding host certificates to
forwarded agents could help mitigate man-in-the-middle attacks. This has
raised a few questions.
Firstly, given a host CA signing key on the sshagentca server, would an
appropriately constructed host certificate added to a forwarded agent
replace the necessity for a '@cert-authority' line in a user's known_hosts
file?
Secondly, would there be any alteration to the requirement for a
"HostCertificate" CA-signed public key (from a private "HostKey") on
sshd receiving servers?
Many thanks
Rory
2017 Sep 18
4
KeePassX replacement
...ssx. My password database is synchronized between
variety of systems, and I can view/edit it on: CentOS, FreeBSD, MS
Windows, Android (and should be able on any derivatives of those). I
didn't try iOS as currently I don't have a need in that.
Incidentally, does anybody know if there is any necessity in keepassx to
be patched? Did I read the original post correctly: there is no activity
on the development site for long time? Should there be any? (As, I would
say for comparison: cvs is so established software that there is no
development to expect, only if there are any security holes found thos...
2015 May 03
2
C-API: check whether R has been initialized ?
Beside the possible argumentation that with an API elegance and convenience
might sometimes be superior to necessity, the suggested pattern ("every
program, including R itself, keeping its own flag") does no work too well
when the nested embedding of R is involved.
A concrete example is:
```
$ R -q
> library('rPython'); python.exec('import rpy2.robjects')
R is already initialized
```...
2016 Apr 12
2
formula argument evaluation
...#39;s parsed
before then quoting is the only option.
To Keith: no, I mean it like this "A + B => C" which is translated as:
"the union of A and B is sufficient for C" in set theoretic language.
The "=>" operator means sufficiency, while "<=" means necessity. Quoting
the expression is good enough, I was just curious if the quotes could be
made redundant, somehow.
Thank you both,
Adrian
--
Adrian Dusa
University of Bucharest
Romanian Social Data Archive
Soseaua Panduri nr.90
050663 Bucharest sector 5
Romania
[[alternative HTML version deleted]]
2004 Aug 19
2
Syslinux patch
Out of necessity, a friend of mine and I have created a patch for
syslinux to allow it to modify the mbr and partition table in windows.
It adds a -m option to syslinux. If given, it will overwrite the MBR of
the drive specified with the mbr.bin provided in syslinux, and if the
bootable flag is not set on the part...
2015 Dec 17
2
Setting up PXE server
Folks
On a lark, I am trying to set up a PXE server so I can use network
boots to load new computers {some of which are virtual) at
home. It's more of an intellectual exercise than a work
necessity. I've read several "how to" documents, and even the one on
the RedHat site doesn't help. (For example, it refers to
/etc/xinet.d instead of /etc/xinetd.d, and the careless references
continue elsewhere.)
My goal is to make it possible to load a computer using network boot
w...
2018 Oct 22
3
please remove permission check that disallows private-group access.
I'm new here, but I feel like chiming in, I hope my opinions are
welcome. At first glance at this thread it seems unnecessary to argue
about the necessity of these checks when when the option exists to give
users the choice.
Adding configuration option(s) for users who wish to bypass these checks
could allow experienced users to do what they need to, and less
experienced users could still benefit form the protection by default.
Generally, giving...
2003 May 17
2
Software bridge problem
...o the Internet. eth0 is connected to the "Internet" and eth1 is connected
to the LAN. The program is working just fine and packets are routed perfectly through the box. However my
problems goes as follows: eht0 has got an IP stack so that the box can surf around on Internet (this is an
necessity), while eth1 is protocol less. I want the clients in the LAN to reach the IP stack on eth0
via eth1 in order to recieve stats on whats been downloaded etc. In this situation packets for eth0 would
be recieved on eth1 and the go through my bridge and then sent out on eth0 as every other packet. Th...
2005 Aug 24
2
BDC + LDAP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Good Moring list
I already possess PDC + LDAP. Today the necessity appeared to possess
a BDC, but users in base LDAP would like to legalize all, and mine
configuracao follows below:
[global]
~ workgroup = AURORA
~ netbios name = fly
~ server string = Marcio(CPD)
~ passdb backend = ldapsam:ldap://121.1.16.245
~ #username map = /u...
2019 May 04
2
Windows 2012 server as a member?
...chine.)
So, am I incorrect and this machine will need to be a domain controller?
Or, can, like I am wanting to do, simply it be joined to the domain as a
member server only? (I'll repeat here that I do not want to use W2012 as a
domain controller only as member server. )
Am I wrong or is it a necessity that 2012 HAS to be joined as a domain
controller?
Thoughts or questions?
--
Thank you.
Bob Wooden