Displaying 10 results from an estimated 10 matches for "11329".
Did you mean:
1132
2013 Apr 18
1
select and do some calculations/manipulations on certain rows based on conditions in R
...t)
dat1<-read.table(text="
??????? ID X0 X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13 X14 X15
1?? 5184??? 0??? 0??? 0??? 0??? 0?? 0?? 0??? 0??? 0??? 1???? 0????? 0????? 0????? 0????? 0????? 0
2?? 6884??? 0??? 0??? 1??? 0??? 0?? 1?? 0??? 0??? 0??? 0???? 0????? 0????? 0????? 0????? 0????? 0
3? 11329?? 0??? 0??? 0??? 0??? 0?? 1?? 0??? 0??? 0??? 0???? 0????? 0????? 0????? 0????? 0????? 0
4? 11329?? 0??? 0??? 1??? 0??? 0?? 1?? 0??? 0??? 0??? 0???? 0????? 0????? 0????? 0????? 0????? 0
",sep="",header=TRUE)
dat1$y<-sapply(seq_len(nrow(dat1)),function(i) {x1<-na.omit(dat1[i:(i+...
2008 Apr 29
0
inquiry - failed to start R-2.7.0 (Window) (PR#11329)
Dear R team,
I am new to R. Please forgive me if I am using the incorrect format to
ask or this is not right place to ask.
I have a little problem with R-2.7.0 for Window. When I started the
software I repeatedly receive this message:
"Error in file.exist(name) : unsupported conversion in 'filenameToWchar'
as well as the "Fatal error: unable to restore saved data in
2009 Oct 30
2
DAHDI/ZAP overlap dialing
...(0f) Call ref : 32 a8
|______________________________________________________________________________
|
| IE:[18] CHANNEL (l=3) a9 83 9b -> T2 : B channel 27 exclusive
|______________________________________________________________________________
In Asterisk I see:
Oct 30 11:48:02 VERBOSE[11329] logger.c: -- Accepting call from '7034' to '1004' on channel 1/27, span 1
If I change the Alcatel 87 prefix to use "ARS Prof.Trg Grp Seizure" (without overlap) then I get the following trace:
_________________________________________________________________________...
2008 Jul 26
2
WoW freeze computer
...DR2-800". The video
drivers are up-to-date (173.14.09), I am using a self-compiled kernel
2.6.26, but the problem happens also with the default Kubuntu kernel
(2.6.24-19).
I did the "Registry Tweak" suggested in AppDB
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=11329),
but it didn't help.
During my research, I read a page (I don't have the link on hand) where
they suggested to disable "Texture Sharpening" from the Nvidia Settings,
but it didn't help.
So far I found no pattern for the freeze. It happens in instances, when
I am questing al...
2015 Jul 14
0
[Announce] Samba 4.2.3 Available for Download
...BUG 11293: Fix invalid write in ctdb_lock_context_destructor.
* BUG 11316: tevent_fd needs to be destroyed before closing the fd.
* BUG 11319: Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’
undeclared".
* BUG 11326: Robust mutex support broken in 1.3.5.
* BUG 11329: s3:smb2_setinfo: Fix memory leak in the defer_rename case.
* BUG 11330: Backport tevent-0.9.25.
* BUG 11331: Backport tdb-1.3.6.
* BUG 11367: s3:auth_domain: Fix talloc problem in
connect_to_domain_password_server().
o Marc Muehlfeld <mmuehlfeld at samba.org>
* BUG...
2015 Jul 14
0
[Announce] Samba 4.2.3 Available for Download
...BUG 11293: Fix invalid write in ctdb_lock_context_destructor.
* BUG 11316: tevent_fd needs to be destroyed before closing the fd.
* BUG 11319: Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’
undeclared".
* BUG 11326: Robust mutex support broken in 1.3.5.
* BUG 11329: s3:smb2_setinfo: Fix memory leak in the defer_rename case.
* BUG 11330: Backport tevent-0.9.25.
* BUG 11331: Backport tdb-1.3.6.
* BUG 11367: s3:auth_domain: Fix talloc problem in
connect_to_domain_password_server().
o Marc Muehlfeld <mmuehlfeld at samba.org>
* BUG...
2006 Jul 04
8
writing to many_to_many table
I have three tables. users, posts, users_posts. This last one is to
mark a post as read.
How do I write to the users_post table?
Here''s what I have:
In model ''User_Post''
belongs_to :post
belongs_to :user
In post/view/show:
<%= link_to "Mark As Read", :controller => ''post'', :action =>
''post_read'',
:user =>
2013 Feb 27
1
Slow read performance
Help please-
I am running 3.3.1 on Centos using a 10GB network. I get reasonable write speeds, although I think they could be faster. But my read speeds are REALLY slow.
Executive summary:
On gluster client-
Writes average about 700-800MB/s
Reads average about 70-80MB/s
On server-
Writes average about 1-1.5GB/s
Reads average about 2-3GB/s
Any thoughts?
Here are some additional details:
2001 Sep 04
10
Newsgroup - another try?
As nobody seems to answer my request, I simply post it again.
Is there any reason why the r-help-mailinglist should not be converted to a
newsgroup?
These were the advantages of a newsgroup I mentioned earlier:
-) you can easily search the archives
-) the discussion is faster (I experience that the R-mailinglist has a lag
of about 1 to 2 hours (not for everyone!!!). When I ask a question, I get
2010 Mar 23
7
PDC migration from suse 8.2 - samba 2.2.7 ldap - to latest versions on ubuntu 8.04
Hello,
Hopefully I'm in the right place asking for help :-)
I need to move from an old physical Suse 8.2 - samba 2.2.7 + ldap - to
latest samba versions, I would like to use an ubuntu 8.04 virtual machine.
The domain is in production on the physical server, to be dismissed after
migration. It is also the file server!!! so /DATA/ has all shared and
permission driven file access..
I was