Displaying 20 results from an estimated 14418 matches for "somehow".
2013 Feb 14
3
list of matrices --> array
i'm somehow embarrassed to even ask this, but is there any built-in
method for doing this:
my_list <- list()
my_list[[1]] <- matrix(1:20, ncol = 5)
my_list[[2]] <- matrix(20:1, ncol = 5)
now, knowing that these matrices are identical in dimension, i'd like
to unfold the list to a 2x4x5 (or some...
2011 Mar 29
3
passing arguments via "..."
I would like to do something like the following:
Fancyhist<-function(x,...) {
# first, process x into xprocess somehow, then ...
if (is.null(breaks)) { # yes, I know this is wrong
# define the histogram breaks somehow, then call hist:
hist(xprocess,breaks=breaks,...)
} else {
# use breaks give in calling argument
hist(xprocess,...)
}
}
But, those of you who know R better than I do have already...
2005 Aug 01
7
List
Is it my imagination or did I just drop off the list for several days somehow... I didn't get any posts since Friday...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rhuddleston.vcf
Type: application/octet-stream
Size: 575 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050801/bbb0a930/...
2010 Sep 07
1
Is an R sub-session somehow possible?
...all a function, get the return value, and then continue with the input
where it was? To do something similar to what pressing 'tab' in R does
internally? Something like the equivalent of ctrl-Z for a shell?
--
View this message in context: http://r.789695.n4.nabble.com/Is-an-R-sub-session-somehow-possible-tp2530174p2530174.html
Sent from the R devel mailing list archive at Nabble.com.
2009 Nov 19
5
Accessing list names in lapply
Hi,
When using lapply (or sapply) to loop over a list, can I somehow access the
index of the list from inside the function?
A trivial example:
df1 <- split(
x=rnorm(n=100, sd=seq(from=1, to=10, each=10)),
f=letters[seq(from=1, to=10, each=10)]
)
str(df1)
#List of 10
# $ a: num [1:10] -0.801 0.418 1.451 -0.554 -0.578 ...
# $ b: num [1:10] -2.464 0.279 4.0...
2011 May 29
3
how to combine two data frames via factors (or somehow else)
...2 Z W
that means that both X and Z belongs to the same company W.
What is the most compact way (without loops etc) to 'attach' the 'head
company' from the second dataset to the first dataset so I can have
something like:
x y owner
1 a X W
...
4 f Z W
I know it should be done somehow with factors, but I don't know how.
Thank you in advance!
2009 Jan 28
1
evaluation revisited
...with below.
with.options <- function(...) {
L <- as.list(match.call())[-1]
len <- length(L)
print(L)
eval.parent(L[[len]]) # =0 MAKES SENSE
eval(L[[len]]) # =1 MAKES SENSE
eval(L[[len]],parent.frame()) # =0 MAKES SENSE
eval.parent(print(x)) # =1 WHY NOT ZERO ? Somehow this is
different from eval.parent(L[[len]])
eval(print(x)) # =1 MAKES SENSE
eval(print(x),parent.frame()) # =1 # WHY NOT ZERO ? Somehow this is
different from eval(L[[len]],parent.frame)
evalq(print(x)) # =1 MAKES SENSE
evalq(print(x),parent.frame()) # =1 MAKES SENSE
print("...
2007 Nov 22
2
manual parallel processing
...d on objects
stored in the R workspace. I think that communication time among computer
for a 4 second task, repeated 2000 times should be slower that to divide
the calls to genoud among the number of available computers. So, perhaps a
viable option to speed up the process could be something as:
1) Somehow make a copy from the workspace on the fly (I mean put some
command, before the loop that call genoud(), to export the workspace in
its actual state to other computers)
2) divide the task in the number of available computers in the
network;e.g, if I've got my "localhost" and 3 computer...
2008 May 22
2
wine git hardy systray issue
...osedly fixed in 0.9.60 and backported into the Hardy
repos, but no matter what I do I can't get it fixed. I've tried the default
hardy repo build. I've tried the wine.budgetdedicated.com hardy build of RC
1, and now I'm trying the latest git.
The only thing I can figure is that I somehow have conflicting wine dlls
littered around on my system and am using the wrong one somehow. Does
anyone have any recommendations?
Thanks.
P.S. The apps I'm trying to run are mostly some AutoHotkey scripts.
--
View this message in context: http://www.nabble.com/wine-git-hardy-systray-issue-...
2001 Oct 01
0
No login prompt (somehow related to Samba)
...les' in the nsswitch.conf file, smbd will
hang during start up. I've enabled debugging level 100, but nothing
interesting shows up in the logs.
More importantly though, I have a startup script that starts Samba up.
When I enable it, no 'login:' prompt shows up at all. It seems like
somehow smbd grabs hold of some library (probably libnsl.a) and doesn't
let go.
When I try to SSH in, a similar problem happens and on the console it says
"Authentication timeout" as the PAM error message.
So in summary, I'm locked out of my system, unless I boot up in single
user mode....
2017 Nov 03
2
[RFC 1/2] Add support for openssl engine based keys
...ided I wrap it correctly,
> I can create a TPM representation on one system (I have to know one of
> the hierarchy seeds on the target) transfer the file to the target
> system and use it;?
What I don?t get is ? why not transfer those keys to the target machine ?somehow?, load them to the TPM there ?somehow?, and then treat TPM as a PKCS#11 device?
If there?s no PKCS#11 ?driver? for TPM ? then that?s what needs to be added, IMHO.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size:...
2009 Aug 12
4
vnc - single application or a "remote localhost" on Firefox
...session and see their
full desktop. For this instance I would like to have him see only a Firefox
session.
A ssh session like "ssh -X user at remotehost firefox" works.
But it's painfully slow. On the other hand, VNC has a reasonable amount of
snap.
The other approach would be to somehow do use some kind of ssh port-forwarding
under Firefox so he could run Firefox locally on his own computer, and somehow
access http://localhost/ledgersmb on the remote machine. Is there such a thing
as a "remote localhost" that would work like that?
I don't want to open anything othe...
2010 Jan 26
2
Attended Transfer with REFER
Hi guys,
I am wondering (and have been unable to find out thus far) whether Asterisk
sets some special channel variables or something when a call is transfered
with the REFER method.
Basically, I'm trying to figure out if it is possible to somehow get a
transferred call back to the transferrer (as it is done with the built-in
atxfer) after X seconds (or an unsuccessful attempt).
Using a timeout in the Dial command is not suitable unless I am able to tell
somehow that the call in question is being forwarded (which is of course not
the case,...
2017 Dec 04
2
GID range full!!
...would) have more than your original set up allowed.
> If this fixes it, you have found another bug ;-)
> It should work with the old lines.
I now changed that parameter, edited the range down to 2000-2999 again
and restarted services. We can connect OK, fine. We test some things now.
Can I somehow check how many of those IDs are used right now?
Somehow monitor if this change fixed it?
Last time it took a week to crash again, I would prefer to be able to
know things earlier.
2005 Dec 27
5
Multiple program instances or multiple log ins?
...ut all of this stuff in hidden
directories is beyond me.
So it would seem that Evolution is treating each useid as a
personality for the logged in user.
Given the way Evolution organizes its data, I could create some more
Linux users, and either:
Give my main user file permissions to them and somehow run copies of
Evolution using those /home/user directories. Anyone know how to do that?
Or do I somehow have to have multiple simultaneous logins? And switch
between them? I know there is a way to have 4 desktops....
2013 Oct 04
2
Re: failing connections w/ virt-manager
...;> Thanks for any help on this, I am quite stuck here already ...
>
> managed to edit the xml so far that I can boot from an iso ... still
> have to edit stuff ...
>
> In virt-viewer and virt-manager I don't have valid keyboard ... what
> could be the reason?
>
> I somehow wonder if the sockets used are somehow closed down or
> something ... ?
Additional thought: could it have to do with some IPv4/IPv6 topic?
The connection is IPv4 only ... but maybe the keepalive messages get
lost because the server tries to talk back via IPv6??
I dont know anything about that...
2009 Jan 14
8
evaluate SIP response codes in dialplan
Hi!
Is it somehow possible to evaluate the SIP response code inside the
dialplan?
I have an Asterisk server which forwards requests to various PSTN
gateways with SIP. If the Dial() attempt is not successful I want to
differ at least these 3 options:
- called destination is busy (486): e.g. activate auto-redial
-...
2017 Jun 22
3
Semantics of fdiv division by zero
Hey guys,
I am wondering what the semantics for fdiv is, if the denominator is
zero. For sdiv, the language reference specifies that this is undefined
behavior. For fdiv, the language reference says nothing (hence, I assume
that it is defined somehow).
So how is it defined? Does it follow IEEE-754 definition, i.e., +Inf if
nominator is > 0, -Inf if nominator is < 0, otherwise NaN?
Regards,
Jan Finis
2016 Dec 15
8
Alternative to cPanel
Dear All,
Im looking for alternative for cPanel and somehow I read that the 'cwp
control web panel' (http://centos-webpanel.com) and Sentora (
http://www.sentora.ga) is the good alternative for cPanel.
Is there someone using this application and what can you tell about or
recommend.
Thank you all.
2014 May 16
2
[LLVMdev] It is possible to somehow turn off coercion of struct parameters into ints?
In particular, I would for example like to prevent that two fields of
type i32 are packed into an i64 parameter. And so on...
Thanks!
-- Zvonimir