Displaying 20 results from an estimated 557 matches for "owing".
Did you mean:
oring
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
Hi,
when I try installing new packages (in this case DBI) I run into the
following problem:
Paket '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?...
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()
Hello,
i just ran into the following problem: I wanted to recursively 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 w...
2012 May 03
1
Setting up a windows system for rcpp
I am running into a wall getting my system to work with rcpp and inline.
Following Dirk's advice on stackoverflow, I hope someone is able to help
me.
My steps were to install MinGW 32 bit first, then installing Rtools, I
disabled MinGW's entry in the PATH.
I am trying to get the following code to work:
library(Rcpp)
library(inline)
body <- '
NumericVector xx(...
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 SOM.COM
2020 Oct 01
3
CTDB Question w/ Winbind
...-error-quot-Could-not-fetch-our-SID-did-we-join-quot-td4726277.html
>
> Did you use "net ads join" to join the domain? What does "net ads
> testjoin" say?
>
> peace & happiness,
> martin
>
>
--
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 SOM.COM
2006 May 30
1
Having two columns in a model point to another table
Hey, I''m kind of new to Rails, and would appreciate it 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
2007 Jul 26
1
Download multiple stock quotes in a loop
Hi all,
this should be a simple question, but I haven't been able to do it
right. I am trying to download multiple stock quotes in a loop, so that
every timeseries is safed with the symbol of the stock. Can anybody help
me out? Here's the code:
require(tseries)
startd <- "2000-06-01"
stocks <- c("bmw.de", "vow.de", "dte.de")
for(stock in
2020 Oct 15
2
setlmasterrole in config
...> > 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 SOM.COM
> >
>
>
> --
>
> BOB BUCK
> SENIOR PLATFORM SOFTWARE ENGINEER
>
> SKIDMORE, OWINGS & MERRILL...
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
...:
/usr/local/seamonkey/seamonkey-bin: error while loading shared
libraries: libdbus-glib-1.so.2: cannot open shared object file: No such
file or directory
Recommendations for alternative HTML editors for this system?
Thanks.
--
Tim Evans | 5 Chestnut Court
UNIX System Admin Consulting | Owings Mills, MD 21117
http://www.tkevans.com/ | 443-394-3864
tkevans at tkevans.com
2020 Oct 15
0
setlmasterrole in config
...ine 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 SOM.COM
> > >
> >
> >
> > --
> >
> > BOB BUCK
> > SENIOR PLATFORM SOFT...
2007 Dec 28
1
FYI: Package installation problem with windows
Hello,
maybe this info is helpful for someone else, at least it is a reminder
for me if the problem should 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
2015 Oct 19
4
Google Chrome Issues on CentOS 6
...uot;
Second, and worse, at start up, it complains about not finding my
profile, then doesn't remember any logins/passwords. Even after
re-entering such for several sites, the above repeats next time Chrome
starts.
Anyone seen/solved this?
--
Tim Evans |5 Chestnut Court
443-394-3864 |Owings Mills, MD 21117
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 server is now gone. I am very sorry for this oversight.
In speaking with Chris
2006 Feb 25
4
Building 3.0.21x on AIX 5.2
...piling dynconfig.c
In file included from /usr/local/SRC/samba-3.0.21c/source/dynconfig.c:21:
include/includes.h:841: error: redefinition of `struct timespec'
make: 1254-004 The error code from the last command is 1.
--
Tim Evans, TKEvans.com, Inc. | 5 Chestnut Court
tkevans@tkevans.com | Owings Mills, MD 21117
http://www.tkevans.com/ | 443-394-3864
http://www.come-here.com/News/ |
2015 Feb 16
4
OT: Extracting Subject Lines from IMAP Mailbox
...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
http://www.tkevans.com/ | 443-394-3864
tkevans at tkevans.com
2004 Feb 24
2
Samba Slow, and I have high Quality NICS
I have SLOW file transfers across samba to my Windows Server 2000 domain.
I am using a built in 100bT Intel Pro NIC, I have tried the built in gigabit
NIC and a PCI 3com, all with the same results.
Using iperf, I get about 45-90Mb of bandwidth from my PC's to my samba
server.
I can pull it up by \\servername <file:///\\servername> or \\ipaddress
<file:///\\ipaddress> with out
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. Doe...