Displaying 20 results from an estimated 323 matches for "wherein".
Did you mean:
herein
2009 Feb 16
5
Alternate to for-loop
Hi, I am trying to create a vector of length 10 (say), wherein each element
will be average of random sample of size 100, from a distribution, say
Normal. Can anyone please tell me without creating a "for" loop, how I can
do that?
Regards,
--
View this message in context: http://www.nabble.com/Alternate-to-for-loop-tp22035954p22035954.html
Sent f...
2011 Mar 31
1
[LLVMdev] [patch] Support PE/COFF in COFFObjectFile, fix some bugs object file readers
...t's pretty small.
- Adds support for sniffing PE/COFF files on win32 (.exe and .dll)
which are COFF files that have an MS-DOS compatibility stub on
the front of them.
- Fixes a bug in the COFFObjectFile's support for the Microsoft COFF
extension for long symbol names, wherein it was attempting to parse
the leading '/' in an extended symbol name reference as part of the
integer offset.
- Fixes bugs in COFFObjectFile and ELFObjectFile wherein section
and symbol iterators were being returned with uninitialized bytes;
the type DataRefImpl is...
2009 Jan 12
4
(Semi-OT) Problems with Firefox
List,
After I think the last or next to last update to firefox, I started
seeing some problems, wherein I no longer have a "back" function on any
pages or tabs. Also, I get some kind of strange message....
"Assertion Failed ASSERT:***Search:_installLocation: engine has no
file! Stack Trace: 0 ENSURE_WARN(false,_installLocation: engine has no
file!.2147500037)
1:()2:()3:()4:90:e...
2010 May 26
4
Help with IP Routing
...s has its SIP and H323 ports hardcoded to listen on a particular IP address. The problem is that the ISP is having major issues and we can no longer depend on them for service. The softswitch will not listen on any other IP address and this can not be fixed. I was thinking of creating a NAT network wherein we will forward all traffic from another public ip address to this server, however I'm not sure how this will work. Do I need to modify the sip headers? Any thoughts or suggestions?
?
Thanks,
Nivin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.di...
2009 Nov 01
3
counting frequencies across two columns
I've got a data frame describing comments on an electronic journal,
wherein each row is a unique comment, like so:
commentID author articleID
1 1 smith 2
2 2 jones 3
3 3 andrews 2
4 4 jones 1
5 5 johnson 3
6 6 smith 2
I want know the number of unique authors per art...
2016 Sep 03
4
hacking grub to control number of retained kernels.
I've recently had this problem on two C7 systems, wherein when doing "yum
update", I get a warning about /boot being low on space.
both systems were installed using the partition size recommended by
Anaconda, right now "df -h" shows /boot as 494M, with 79M free.
I don't store unrelated crap on /boot, I assume that yum and/or grub...
2017 Jun 02
3
Newbie question VoD streaming with Icecast
Dear All,
I am curious to know if IceCast can be used for audio/video on-demand
streaming over http/https.
My basic understanding is that IceCast runs in broadcast mode. As such, it
may not be ideal for my particular use case, wherein, I wish to stream
media files on demand to multiple browser based clients who may request the
same media file at different times.
Is it possible at all then to use IceCast as a VoD streaming server by
itself or in combination with an HTTP server like nginx or apache?
Kindly share your thoughts/e...
2005 Apr 06
1
Re: Problems with Excel & MS Word files (EVEN - still ANY ideas?)
...onencted with is still running, and still
maintains the file locks for the file they are accessing, secondly, the smbd
process maintains 100% cpu time (as the O/S allows anyhow, not lagging the
servers thankfully).
So, we keep running into an issue (usually with Microsoft Excel or Word
documents), wherein the smbd process for a particular user jumps to 100% cpu
utilization and is apparently hung out to dry; the user already has another
duplicate session running, and a simple forceful kill (kill -9 <pid>),
removes the running program and the locked file issue(s) along with it. Any
ideas as to w...
2010 Sep 23
4
Simple categorical scatter plot
New to R. I am trying to create a simple xy plot wherein the line
segment color is determined by a categorical column
The following does not change colors for me, probably because I don't
quite have a handle on either functions or value mapping syntax.
----------
time <- c(1, 2, 3, 7,10,11,14,16,20)
pressure <- c(0,10,20,20,50,18,60,65,90)...
2018 Feb 14
1
[PATCH v2] drm: Allow determining if current task is output poll worker
Introduce a helper to determine if the current task is an output poll
worker.
This allows us to fix a long-standing deadlock in several DRM drivers
wherein the ->runtime_suspend callback waits for the output poll worker
to finish and the worker in turn calls a ->detect callback which waits
for runtime suspend to finish. The ->detect callback is invoked from
multiple call sites and waiting for runtime suspend to finish is the
correct thing to...
2010 Aug 06
3
yum-fastestmirror inconsistent exclude behavior
Hi guys,
I'm trying to figure out something wherein excluded repositories for
the yum-fastestmirror plugin are still being used by the system.
To illustrate:
[root at sales ~]# cat /etc/yum/pluginconf.d/fastestmirror.conf
[main]
enabled=1
verbose=0
socket_timeout=3
hostfilepath=/var/cache/yum/timedhosts.txt
maxhostfileage=10
maxthreads=15
#exclude...
2015 Jul 14
2
EXTLINUX - GCC 5
...com> wrote:
>
>> The same as with the ISOLINUX, stable and git.
>> Only this time has nothing to do with the menu.
>
> 1) EXTLINUX is no longer a discrete variant. The installer extlinux now
> installs SYSLINUX.
> 2) William Kensington already saw a similar behavior wherein an ISOLINUX
> image failed before parsing the config.
> 3) It feels like this is a moving target where gcc keeps changing and
> different results get reported.
> 4) We'll likely need to make code akin to the old tracers (on screen or
> serial) to log progress.
>
> --Gene
&...
2006 Feb 09
2
transfer files securely
hi guys,
were finding a way wherein we can upload/download files securely. site1 will upload files to my server and also to upload files from my server to theirs. what solution will be good ? which is better a device or some powerful linux software ?
tia
---------------------------------
Brings words and photos together (easily)...
2006 Jul 02
2
private to public IP
Hi all,
I want to create a log on Iptables wherein to store and to identify which
private Ip is connected on public Ip on a certain date and time. Can you
help me on this
Thanks,
Wennie
2004 Aug 30
3
Multiple lapply get-around
I am faced with a situation wherein I have to use multiple lapply's. The
pseudo-code could be approximated to something as below:
For each X from i=1 to n
For each Y based on j=1 to m
For each F from 1 to f
Do some calculation based on Fij
Store Xi,Yj = Fij
End For F
End for Y
End for X
Is there anyway to optimize...
2005 Sep 28
3
samba + virtual users +mysql
Perhaps I'm all alone out here, but I don't think so.
I have an environment wherein all my users are virtual
and live in a chroot jail, and have no shell access
at all. The users are authenticated for email against
a mysql database. I should like to give them
access to a virtual home directory and file server
tree via samba using the same model.
Digging through the archives and s...
2008 May 14
2
[LLVMdev] LLVM as a DLL
...ome increasingly
attractive to package LLVM as dynamic libraries.
One consequence of continuous compilation is that there is a
progressively larger body of tools that need to be "in on the joke"
about compilation at various stages. This is particularly true about
things like JIT engines, wherein every single process may need a
completely redundant copy of the LLVM libraries.
So if linkers choke on LLVM, we either need to submit upstream patches
on those linkers or reconfigure the LLVM libraries so that things do not
choke.
shap
2004 Jul 15
2
Problem with multiple N/W cards
Hi,
I am trying to set up a linux box with 5 N/W cards of which one is
10/100/1000T and the others are 10/100T. I connected all the cards and
turned on the machine. I wanted to force eth0 to be the 1000T cards but
the cards get allotted eth0 to eth4 randomly. Is there some way wherein I
can force my 1000T card to be eth0.
Also I want to turn off auto negotation & flow control on the 1000T card.
How can I do this.
Can someone please help.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lar...
2013 Jan 03
6
Dom0 log and disk space management
We''re running a handful of XCP 1.1 pools and have run in to situations wherein the local filesystem on the Dom0 control domain hits 100% capacity due to error logging in /var/log (daemon.log, messages, xensource.log, etc) thereby taking that host offline. Twice recently we''ve run in to this, on two different pools, first due to the primary SR hitting capacity and se...
2020 Oct 26
4
securing R code....
dear members,
I am a stock trader. I am using R for my research.
I want to service my laptop, wherein resides all my R code, which, for obvious reasons, has to be secured. I am using Windows 7 Ultimate.
I cannot encrypt the R data by Bitdefender, as it encrypts the entire drive. I anyway need to give the key when the system, if at all, gets locked when servicing.
My cousin suggested backing up th...