Displaying 20 results from an estimated 557 matches for "owe".
Did you mean:
one
2006 Oct 31
0
6409296 cpu microstate accounting is innacurate owing to incorrect interrupt accounting
Author: jhaslam
Repository: /hg/zfs-crypto/gate
Revision: d3829b51394c8f722802846515e729e8e7528562
Log message:
6409296 cpu microstate accounting is innacurate owing to incorrect interrupt accounting
Files:
update: usr/src/uts/i86pc/ml/interrupt.s
update: usr/src/uts/i86pc/os/intr.c
2008 Apr 29
2
Problem installing packages
...39;DBI' erfolgreich ausgepackt und MD5 Summen abgeglichen
Warnung: kann tempor?re Installation
'C:\Programme\R\R-2.7.0\library\file5f906952\DBI' nicht nach
'?
xlD?? $@\R\R-2.7.0\libra' verschieben
Has anybody any idea where these strange symbols come from?
Thanks in advance,
Owe
--
Owe Jessen
Diplom-Volkswirt
Von-der-Horst-Str. 9
24118 Kiel
jessen at econinfo.de
http://www.econinfo.de
2005 Jan 27
0
how to evaluate the significance of attributes in tree gr owing
FWIW, I wrote a little function to extract variable importance as defined in
the CART book a while ago. It's rather limited: Only works for regression
problem, and you need to set maxsurrogate=0 and maxcompete=0. It may (or
may not) help you:
varimp.rpart <- function(x) {
dev <- x$frame[, c("var", "dev")]
dev <- dev[dev$var != "<leaf>",
2007 Dec 20
1
Recursive solution with for()
...rsively solve
equations of the type x_1[t]=x_1[t+1]+beta*x_2[t], and used a for-loop
written
for(j in c(1:t-1, recursive=TRUE){
...
}
This didn't work, so i resolved to writing
for(j in c(10,9,...,1){
which worked, but is not terribly efficient. So, what did I do wrong?
Thanks in advance,
Owe
--
Owe Jessen
Diplom-Volkswirt
Hanssenstra?e 17
24106 Kiel
jessen at econinfo.de
http://www.econinfo.de
2012 May 03
1
Setting up a windows system for rcpp
...ccumulate( xx.begin(), xx.end(), 0.0));'
add <- cxxfunction(signature(x = "numeric"), body, plugin = "Rcpp",
verbose=T)
x <- 1
y <- 2
res <- add(c(x, y))
res
I get the following error messages:
>> setting environment variables:
PKG_LIBS = C:/Users/Owe/Documents/R/win-library/2.15/Rcpp/lib/x64/libRcpp.a
>> LinkingTo : Rcpp
CLINK_CPPFLAGS = -I"C:/Users/Owe/Documents/R/win-library/2.15/Rcpp/include"
>> Program source :
1 :
2 : // includes from the plugin
3 :
4 : #include<Rcpp.h>
5 :
6 :...
2020 Oct 12
2
setlmasterrole in config
How can setlmasterrole be set persistently? Is there a way to put it in
some config file?
If not, if setting it from the command line is the only option, what is the
recommended approach to ensure it is set upon reboot?
Thx
--
BOB BUCK
SENIOR PLATFORM SOFTWARE ENGINEER
SKIDMORE, OWINGS & MERRILL
7 WORLD TRADE CENTER
250 GREENWICH STREET
NEW YORK, NY 10007
T (212) 298-9624
ROBERT.BUCK at
2020 Oct 01
3
CTDB Question w/ Winbind
Martin,
Here you go,
# echo "mypassword" | net --no-dns-updates -U service-account-name ads
testjoin domain.local
kerberos_kinit_password NETBIOS_NAME$@DOMAIN.LOCAL failed: Client not found
in Kerberos database
Join to domain is not valid: The name provided is not a properly formed
account name.
On Wed, Sep 30, 2020 at 9:34 PM Martin Schwenke <martin at meltin.net> wrote:
2006 May 30
1
Having two columns in a model point to another table
...if someone could
point me in the right direction on this.
I have a "users" table in my application, and I wanted to set up a "debts"
table, to store debts between users.
My current table structure for "debts" is
CREATE TABLE debts (
id int not null auto_increment,
owed_user_id int not null, # User that is owed the money
owee_user_id int not null, # User that owes money to the owed_user
reason text not null, # Reason for debt
amount decimal(10,2) not null,
primary key(id)
);
In this case, both owed_user_id and owee_user_id point to a differ...
2007 Jul 26
1
Download multiple stock quotes in a loop
...de:
require(tseries)
startd <- "2000-06-01"
stocks <- c("bmw.de", "vow.de", "dte.de")
for(stock in stocks)
stock <- as.timeSeries(get.hist.quote(instrument=stock, start=startd,
quote="Close", compress="d"))
}
Thanks in advance,
Owe
--
Owe Jessen
Diplom-Volkswirt
Hanssenstra?e 17
24106 Kiel
jessen at econinfo.de
http://www.econinfo.de
2020 Oct 15
2
setlmasterrole in config
On Thu, Oct 15, 2020 at 09:01:01AM -0400, Robert Buck via samba wrote:
> Can someone please respond to this question? We're unsure how to
> persistently set these flags, which are VERY useful for performance from
> what we see. We want to ensure that after reboot, particular nodes are
> always set on (or others off).
From the ctdb/doc/ctdb.1.xml man page file:
2007 Dec 14
5
How do I mock params?
Here is the code within the controller:
Line 69: @photo = @member.build_photo(params[:photo]) unless
params[:photo][:uploaded_data].blank?
I got a little ahead of myself and wrote the code, and now have a bunch
of errors telling me that:
-------
6)
NoMethodError in ''Spec::Rails::Example::ControllerExampleGroup
MembersController handling PUT /members/1 should find the member
2016 Jan 27
6
Alternative HTML Editor
I've been using the SeaMonkey built-in HTML editor from the epel repo
for CentOS 6.7:
$ repoquery -i seamonkey
Name : seamonkey
Version : 2.39
Release : 1.el6
Architecture: x86_64
Size : 127340745
Packager : Fedora Project
Group : Applications/Internet
URL : http://www.seamonkey-project.org
Repository : epel
Summary : Web browser, e-mail, news,
2020 Oct 15
0
setlmasterrole in config
Hi Jeremy, and Martin,
Digging in the code I think I figured it out (though untested). Here is my
Ansible fragment. Is this correct for the property names?
...
[legacy]
realtime scheduling = false
{% if ctdb_lmaster_capability is defined %}
lmaster capability = {{ ctdb_lmaster_capability }}
{% endif %}
{% if ctdb_recmaster_capability is defined %}
recmaster capability = {{
2007 Dec 28
1
FYI: Package installation problem with windows
...reoccur:
The last hours R drove me nuts because it wouldn't install new packages,
or more irritating still: It would chose randomly which packages to
install when given a list ("unable to move temporary installation" ).
The solution was to turn of the indexation of folders.
HTH
Owe
--
Owe Jessen
Diplom-Volkswirt
Hanssenstra?e 17
24106 Kiel
jessen at econinfo.de
http://www.econinfo.de
2015 Oct 19
4
Google Chrome Issues on CentOS 6
I've installed Google Chrome using the Richard Lloyd 'install-chrome.sh'
script (http://chrome.richardlloyd.org.uk/), and am finding a couple of
nagging issues.
(Current install is google-chrome-stable-46.0.2490.71-1.x86_64).
First, every time I shut down Chrome and start it back up, it whines
about not having been shut down "properly."
Second, and worse, at start up,
2017 Jun 27
5
LNT Server offline
Hi,
So, I owe you all an apology. I was totally unaware that the llvm.org
server, running at UIUC, was still in operation and hosting an active LNT
instance. I was under the assumption the LNT server ran elsewhere. As a
result, the ability for the LNT bots to submit run information to the "old"
LNT...
2006 Feb 25
4
Building 3.0.21x on AIX 5.2
I've followed the instructions in the README at
http://us4.samba.org/samba/ftp/Binary_Packages/AIX/ for building 3.0.21x on AIX
5.2 ('oslevel -r' reports '5200-07').
The last version I was able to build on the system was 3.0.14a.
3.0.21c's configure completes with no errors, but the mak...
2015 Feb 16
4
OT: Extracting Subject Lines from IMAP Mailbox
Looking for a command-line way to extract only the Subject lines from my
mailbox on my ISP's IMAP server, without actually downloading/modifying
the contents of the mailbox. Sort of the remote equivalent of locally
doing:
$ grep ^Subject /var/spool/mail/mymailbox > subjectlistfile
Thanks.
--
Tim Evans | 5 Chestnut Court
UNIX System Admin Consulting | Owings Mills, MD 21117
2004 Feb 24
2
Samba Slow, and I have high Quality NICS
...le:///\\ipaddress> with out any issues. I can ping servername
successfully.
It is taking about 15 minutes to just pull across a 10mb file.
I've seen a lot of complaints about this on the web via "google" but no one
seems to have conquered it.
Anyone have a fix for this? I would owe you a steak dinner.
2017 Nov 28
2
ABI Breaking Checks
The abi-breaking.h seems to be incompatible with modules, owing to it
having strong definitions in the header.
I'm wondering if I can make it compatible by changing the:
__attribute__((weak, visibility("hidden"))) variables to
__attribute__((used)) static variables instead? It still seems to produce
the desired link errors in my basic tests. Does that seem plausible to you?