Displaying 20 results from an estimated 249 matches for "someway".
Did you mean:
someday
2018 Jun 29
7
Sharing Mailbox between users using IMAP
Zitat von Remko Lodder <remko at freebsd.org>:
Hi Remko,
> Emails can only be read if they are authenticated / authorized in
> someway to access the store. That means you might need to share the
> info@ credentials with the other
> people so that they can read it over imap or webmail etc.
That is self-evident and it is not a problem.
I can't understand what you mean... Do you see a problem in that?
Thanks
Luca Berto...
2011 Jun 25
3
[LLVMdev] dump a module from inside GDB to a file
Hi All,
I changed the CFG of a big function using a pass that runs on a function, I
am having trouble debugging it. Is there someway to dump a module to a file
from inside gdb? I have access to the Module pointer. Let me know if
anything else is needed.
--
*Ankit*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110625/fe9d3e41/attachment....
2007 Dec 27
6
boot hangs on trying to start sendmail
...all of sorts.
I am well into the config, made a lot of changes; almost ready to set it
up in the target networks, but now....
The system hangs trying to start sendmail. I was thinking hard about
disabling sendmail, but thought I needed it for internal functions, so
did not. yet.
So is there someway to get the system working so I can change something
like disable sendmail?
The system has no cdrom, diskette, etc. In fact the kybd/monitor
require a special temp setup. Perhaps I can edit the kernel line in
grub to disable something?
If necessary, I can pull the drive and put it in a system...
2004 Nov 10
4
Legal sample rates
...AM_ENCODER_ERROR.
SOmeone else has dug through the FLAC libraries and came to the
conclusion that FLAC doesn't accept the given sample rate (11025).
I therefore tried to test the error return value of the set_sample_rate()
method, but found that it always returns TRUE (ie no error).
Is there someway of figuring out if a sample rate is valid?
Cheers,
Erik
--
+-----------------------------------------------------------+
Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
"Linux everywhere pretty much eliminates the...
2009 Oct 30
1
.Rprofile replacement function setwd() causing errors
..."prompt"), sep = ""), continue.echo = paste(prompt.prefix,
getOption("continue"), sep = ""), verbose = verbose,
max.deparse.length = Inf,
encoding = encoding, skip.echo = skips, keep.source = TRUE)
1: example(Snow)
>
Questions:
* Is there someway I can re-write these functions to avoid such problems?
* Is there someway I can 'hide' my custom functions like cd(),
short.path() so they don't appear in the global
environment but are available in my R session?
thanks
-Michael
--
Michael Friendly Email: friendly AT yorku DOT c...
2003 Apr 10
6
How to plot several graphs in a single 2-D figure?
...diffrent plots.
However, when I used
plot(data1); % data1 is the data points of "*"
par(new=T);
plot(data2); % data2 is the data points of "s"
I found that the x and y labels are messed up, since different graphs use
diffrent unit length on the x-axis and y-axis.
So is there someway to avoid this problem?
Or is there some other function plottting multiple plots in
one x-y axis setting?
Thanks for your point and help.
Fred
2008 Mar 27
2
colMeans in a data.frame with numeric and character data
Hi all,
I would like to know if it is posible by, someway, to get colMeans from
a data.frame with numeric as well as character data, dispersed all over
the object. Note that I would like to get colMeans neglecting character
data.
I am really in need of some function proceeding in that way…
All the best
Diogo André Alagador
[[alternative HTML versi...
2009 Sep 10
2
Plot area reduction
Hi,
I need my plot to occupy a thin strip-like area but the plot area in R is a
square so when I save it and reduce its height to a strip in my document the
font in the graph looks flattened. Is there someway i can do this in R
itself?..so that my plot is a strip but the font looks normal
--
Rajesh.J
[[alternative HTML version deleted]]
2012 Dec 03
2
Gmail style conversations
Hello,
I am wondering if there is any way to support Gmail style
conversation when using Dovecot? Someway of associating all inbound and sent
emails..?
I know that some clients let you display the emails in
"conversation" which kinda does what Gmail does, however, it does not
associate the Sent emails with it.
Thanks for any information.
<BR CLEAR="ALL"&...
2007 Sep 29
2
resetting par() to all defaults: par(reset=TRUE) ?
...e graphs, I sometimes repeatedly
change par() settings, particularly with multi-row/col displays.
If I'm using a script, I'll do
op <- par(newsettings)
... plots ...
par(op)
but sometimes I do things on the fly and can't easily back out
to the default settings. I'm looking for someway to do the
equivalent of
par(reset=TRUE)
I suppose I could do something like create Rprofile.site containing
.First <- function() par.default <- par()
and then par(par.default), but maybe there's an easier way I haven't
noticed. [On Windows, I don't use Rprofile.site because...
2007 Nov 10
5
'Traditional' Faxing
...ue lines, one of which we use a 'traditional' fax
machine on.
I want to upgrade our PBX and Asterisk is almost a perfect fit.
The only problem I can't seem to find a working solution for is Faxing.
I don't want to use Hylafax or other similar methodologies.
I believe there maybe someway to bridge an Analogue FXS port to a channel on
the E1?
Basically I want to mimic what we have now.
1. Any person can send a fax using the fax machine, and the PBX picks the
next free channel on the E1.
2. A fax call can come over any channel on the E1, and the dialed number is
matched and sent t...
2008 Dec 16
2
Problem assigning "NA" as a level name in a list
......,"Fd",..,"Z1",... One of these permutations is
the character string "NA". It seems that when I try to name one of the
dataList levels "NA", using names(dataList)<- nameList, the names()
function assigns the missing character to the level. Is there someway
to preserve "NA" as the name of a level in dataList? Here is the R code
I have been using to do this.
namePerms<- permutations(ncol(coinMat),2,colnames(coinMat),repeats=TRUE)
nameList <- paste(namePerms[,1],namePerms[,2],sep="")
dataList <- lapply(1:length(nameList)...
2009 Jul 09
6
rdiscount Deadlock !
...0:/opt/gitorious# rake db:migrate
(in /opt/gitorious)
Missing these required gems:
rdiscount = 1.3.1.1
You''re running:
ruby 1.8.7.72 at /opt/ruby/bin/ruby
rubygems 1.3.2 at /home/marya/.gem/ruby/1.8,
/opt/ruby/lib/ruby/gems/1.8
--------------------------------------------
is there someway to bypass version check ?
i tried to make symlink of rdiscount-1.3.4 to rdiscount-1.3.1.1 and
upadted rdiscount.gemspec with ver 1.3.1.1
but still rake db:migrate gives error for rdiscount-1.3.1.1
--
Posted via http://www.ruby-forum.com/.
2015 Jul 01
2
Custom header when busy
Hi, all
Is there someway ability to insert custom Header to "SIP 486" message, when HANGUP application is invoked?
Our use case is to set that Header, when call-limit is reached, to analyze elsewhere, but we do not want to set some custom causecode in HANGUP application because this can confuse a calling equipme...
2008 Feb 09
2
[asterisk-dev] Monitor Asterisk using C
...There is actually no good way to do this inside of Asterisk right now.
It's
> certainly all possible ... it's just software ... but there is no
> straightforward common API to accomplish what you are looking for.
Well then how can I monitor asterisk using net-SNMP. There should be someway
in which I can monitor asterisk.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080210/c43f2766/attachment.htm
2005 Dec 04
2
Adding sortables dynamically
...that it is a class name instead of an id list?
I have a case very similar to the sortable lists demo, the only
difference is that I'm adding new list containers dinamically, so
either I need to redo the Sortable.create calls for all new elements
to include the newly added container, or having someway to have them
generically included (like a class name). Is such thing possible? If
not, would it cost much to add that option?
TIA
--
Victor Jalencas <Victor.Jalencas@gmail.com>
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/i...
2017 Jun 26
3
Windows cant access shared directories after changed password with smbpasswd
...user/password and even if I supply the
credentials in the prompt, it's still sending the old password to the samba
server.
I'm sure the password was changed, because testing smbclient, supplying the
new password, it works fine.
This problem occurs with Windows XP and Windows 8.
*Is there someway to force "flush" this user/password at the Windows client
?* *or make this password expire....*
It is weird, since we have another Samba host, but this is a FreeNAS
(FreeBSD based) system. It works correctly with this server. It looks as if
it is something with the opensuse samba. I alre...
2003 Jun 18
3
Drive letter map to Samba using ssh or scp?
...ype anything from a command line
-- correctly -- is like herding cats or pushing a rope).
I want "realtime" access -- that is, open/save files from an application
using the standard API's but have the files on the remote system instead of
my local workstation.
Shouldn't there be someway of using SSH or SCP to transparently connect to a
Samba share, and have the share appear as a drive letter?
I envision a GUI that prompts for an internet hostname, an SSH user/pass; a
Samba server name and Samba user/pass. Done properly, the SSH server could
be on the LAN, and allow you to connect...
2017 Sep 12
2
Gluster 3.12 and nfs-ganesha
Hi,
I'm planning to upgrade to gluster 3.12, so I tried on a dev cluster the new release, but I was surprised the Ganesha support is someway incomplete, at least from the documentation point of view.
The installation of glusterfs was successful, and it also works with my ovirt facility. However I cannot easily upload to the ISO domain without the nfs support.
It seems that in 3.12 (and probably 3.11, which I did not try) the nfs ganesha...
2009 Jul 02
2
Warning when trying to access a variable out of scope?
...d go on for a while in my session w/o noticing the problem
(since b.test is in my global env), and unbeknownst to me, my function
will keep accessing the "b.test" variable when I really want it to
work on the "b" var that I'm passing in to it.
Is there some setting or someway I can get R to warn me that "b.test"
is being accessed outside the scope of my function?
Thanks,
-steve
--
Steve Lianoglou
Graduate Student: Physiology, Biophysics and Systems Biology
Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact