Displaying 20 results from an estimated 2721 matches for "liabilities".
2012 Jul 27
2
Extracting results from the VAR output
...eems like
the ur.ca package provides the best
function for this purpose.
My problem is, that I don't know how to extract a certain value from the
output without using the variables names.
I was hoping that this could be done by using numerical value, e.g. [1],
instead of writing for instance $Liabilities. The reason why I want to do
this is, that this would help me to automize the process, since I may not
use the variable Liabilities next time.
Here is an example when the process works, but I have to do it manually by
typing in $Liabilities
VARrow<-VAR(data,p=1,type="const")
row<...
2012 Oct 08
6
How to use Lines function to draw the error bars?
fit lwr upr
1 218.4332 90.51019 346.3561
2 218.3906 90.46133 346.3198
3 218.3906 90.46133 346.3198
4 161.3982 44.85702 277.9394
5 192.4450 68.39903 316.4909
6 179.8056 56.49540 303.1158
7 219.5406 91.52707 347.5542
8 162.6761 46.65760 278.6945
9 193.8506 70.59838 317.1029
10 181.3816 58.11305 304.6502
11 221.2871 92.14366 350.4305
12 164.2947 47.91081 280.6785
13
2020 Aug 20
0
[PATCH nbdkit 01/13] common/replacements: Replace missing functions using LIBOBJS.
Especially on Windows, some common functions are missing. Use the
autoconf LIBOBJS mechanism to replace these functions.
This includes replacement functions for:
Function names Implementation Origin
getdelim, getline general purpose NetBSD under a compatible license
openlog, syslog, Win32 written by me
vsyslog
realpath Win32 written by me
2020 Aug 18
0
[PATCH nbdkit 3/9] server: Add general replacements for missing functions using LIBOBJS.
Especially on Windows, some common functions are missing. Use the
autoconf LIBOBJS mechanism to replace these functions.
This includes replacement functions for:
Function names Implementation Origin
getdelim, getline general purpose NetBSD under a compatible license
openlog, syslog, Win32 written by me
vsyslog
realpath Win32 written by me
2018 Aug 01
2
Re: [PATCH v2 nbdkit 4/6] common: Add a directory for common code shared by plugins and filters.
On Wed, Aug 1, 2018 at 2:14 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> Currently this adds two useful header files containing functions which
> will be consumed by filters in later commits.
> ---
> Makefile.am | 5 +++-
> common/include/Makefile.am | 39 ++++++++++++++++++++++++
> common/include/ispowerof2.h | 50 +++++++++++++++++++++++++++++++
2020 Apr 10
0
[PATCH nbdkit UNFINISHED] Add the ability to write plugins in golang.
Similar to C, OCaml and Rust, this is not a plugin per se. Instead
it's more of a method and set of tests around writing plugins in
golang. They are standalone programs that compile into shared objects
that nbdkit can then load (so there is no "go plugin" between nbdkit
and the user plugin, unlike in scripting languages like Perl).
---
plugins/golang/nbdkit-golang-plugin.pod
2004 Aug 10
2
Net rpc shutdown
Hi all,
I'm trying to make a script that will shut down a couple of Windows
boxes from a Linux machine with Samba.
If I use "net rpc shutdown -I <windows-ip> -U administrator" it works
fine, except that I get prompted for the password. After looking
through "man net" I can't seem to find a way to include the password (I
tried "-U
2004 Jan 19
13
winbind and Solaris 9 with AD
Hi
have been trying to get winbind working on Solaris 9 but to no effect.
version info:
samba: 3.0.0
openldap: 2.1.23
kerberos: MIT 1.3.1
Have followed the instructions in every howto, usenet posting I could
find:
nscd not running
created relevant links in /lib and /lib/security/sparcv9
applied patch for nsswitch as recommended
kinit -e works
net ads join works
wbinfo -t works
wbinfo -u
2004 Aug 20
4
Unusual behaviour
Hi,
I've just noticed something strange in dovecot 0.99.10.5. I created
some IMAP folders from the command line (mkdir .INBOX.Folder1) as a
different user to the owner of the mailbox. Obviously when I tried to
view them via IMAP I got an error message, but the message to the client
was "internal error[date time]" where date and time appeared to be the
current date and time.
Is
2005 Dec 09
1
Marking with firewall
Hi all,
I''ve been trying to do the above and read everything I can find on
Google on the subject, but something seems to be going wrong. I tried
the following sample rules in iptables (initially I just set the first
one, but I added more as my desperation escalated):
iptables -t mangle -A PREROUTING -p icmp -j MARK --set-mark 1
iptables -A FORWARD -p icmp -j MARK --set-mark 1
2004 Sep 28
3
Moving mail dirs
Hi all,
This is probably a silly question, but I have a problem. I've had to
move my users maildirs from:
maildir:/home/%u/.Maildir
To
maildir:/data/mail/%u
I've updated the MTA to put mail to the correct place and it's working
fine. I've also changed the dovecot.conf file and restarted dovecot and
I thought that would be all I needed to do.
However, the users are getting
2005 Apr 01
3
LDA Wishlist idea
Hi all,
Sorry if this is out of place, but I've seen people suggesting future
functionality for Dovecot on here before.
TBH I'm not completely sure if this would be possible in a LDA.
Demon (an ISP) have extensions to POP3 they call "SDPS" - there's
basically an extra command that can be called for an email and it gives
the envelope rcpt and from addresses. I was
2020 Apr 21
2
[PATCH nbdkit v2] Add the ability to write plugins in golang.
Thanks: Dan Berrangé
XXX UNFINISHED:
- Is using uintptr for the handle a good idea? Plugins must return
something != 0. In other languages we would allow plugins to
return an arbitrary object here, but this is not possible in golang
because of lack of GC roots.
- Default can_* methods are hard to implement. Ideally we would be
able to test if a user plugin implements a
2011 Jul 19
4
Samba Share Access denied on Solaris
Hi
I have reinstalled the Solaris 10 server with update 9 and now runs
samba 3.5.5. I can log into the share but cannot open it. It says
permissions denied . I modified the permissions on OS but still face the
same error. Any kind of help will be appreciated.
Kind Regards
Dee
DISCLAIMER:
This message and any attachments are confidential and intended solely for the addressee. If
2012 Oct 03
1
stepAIC in R
My stepAIC function works for one set of data but not another....one set
of data shows the steps of eliminating variables, versus another set of
data doesn't throw away any variables.
Can anyone please explain why? Thanks
______________________________________________________________________
The information transmitted, including any attachments, is intended only for the person or entity
2012 Oct 03
1
will 9 data points work for a regression in R?
See error message below: can someone please help with this? Thanks!
Residuals:
ALL 9 residuals are 0: no residual degrees of freedom!
Residual standard error: NaN on 0 degrees of freedom
Multiple R-squared: 1, Adjusted R-squared: NaN
F-statistic: NaN on 8 and 0 DF, p-value: NA
______________________________________________________________________
The information transmitted,
2018 Aug 01
0
[PATCH v2 nbdkit 4/6] common: Add a directory for common code shared by plugins and filters.
Currently this adds two useful header files containing functions which
will be consumed by filters in later commits.
---
Makefile.am | 5 +++-
common/include/Makefile.am | 39 ++++++++++++++++++++++++
common/include/ispowerof2.h | 50 +++++++++++++++++++++++++++++++
common/include/iszero.h | 60 +++++++++++++++++++++++++++++++++++++
configure.ac | 1 +
5
2018 Mar 29
4
Mapping virtual registers to physical registers
Hi,
In the context of MachineCode custom inserter, I'm trying to enforce the mapping of virtual register to a physical one.
According to the documentation https://llvm.org/docs/CodeGenerator.html#mapping-virtual-registers-to-physical-registers
There are two ways: the direct one and the indirect ones. The indirect ones refer VirtRegMap class that I've never found. So I tried the direct
2018 Aug 01
0
Re: [PATCH v2 nbdkit 4/6] common: Add a directory for common code shared by plugins and filters.
On Wed, Aug 01, 2018 at 04:24:58PM +0300, Nir Soffer wrote:
> On Wed, Aug 1, 2018 at 2:14 PM Richard W.M. Jones <rjones at redhat.com> wrote:
>
> > Currently this adds two useful header files containing functions which
> > will be consumed by filters in later commits.
> > ---
> > Makefile.am | 5 +++-
> > common/include/Makefile.am | 39
2020 Mar 26
0
[PATCH nbdkit 5/9 patch split 1/5] Create libnbdkit.so.
Currently it does nothing.
---
configure.ac | 1 +
Makefile.am | 1 +
lib/Makefile.am | 71 ++++++++++++++++++++++++++++++++++++++++++++++
server/Makefile.am | 3 ++
server/internal.h | 1 +
lib/lib.h | 48 +++++++++++++++++++++++++++++++
lib/init.c | 53 ++++++++++++++++++++++++++++++++++
wrapper.c | 18 ++++++++----
lib/libnbdkit.syms | 47