Displaying 20 results from an estimated 114 matches for "rediscov".
Did you mean:
rediscover
2011 Oct 22
1
Help w/an old R program I've rediscovered and want to make work
...t)
quantile(result, seq(0,0.05,0.001))
par(mfcol=c(1, 2))
plot(ecdf(result), do.points = FALSE, col.hor = 'red')
qqnorm(result)
qqline(result, col = 'green', lwd = 3)
### code ends here ###
--
View this message in context: http://r.789695.n4.nabble.com/Help-w-an-old-R-program-I-ve-rediscovered-and-want-to-make-work-tp3928890p3928890.html
Sent from the R help mailing list archive at Nabble.com.
2002 Nov 20
0
Rediscover Your COBOL Assets with Acucorp
Introducing Acucorp's Innovative extend5 Software Solutions
For the last 14 years, Acucorp has provided Fortune-class corporations, government end users and independent software vendors (ISVs) with unparalleled support for the maintenance and modernization of COBOL applications. While other software manufacturers have created solutions that solve specific technical problems, Acucorp has
2010 Jan 16
3
How to force iscsi to see the new LUN size
Hi,
I increased the size of one of the LUNs and on CentOS 5.4 if I restart
iscsi (`service iscsi restart`) I'll see the the new size but this will
disconnect all other LUNs.
I'm hoping that there is isciadm or some other command that will force
iscsi to rediscover the LUNs but I can't seem to be able to come up with
one.
Resize2fs says that there is nothing to be done. I'm not using LVM.
Any ideas?
Thanks
Peter
2005 Mar 21
2
Speex hardware requirements?
...nder witch hardware requirements it is for speex decoding
(especially 16kHz mono sound).
Could it be possible to use the Gameboy advance hardware if you added a
FPU? or dose it need to be more powerfull?
-----------------------------
Reclaim Your Inbox!
http://www.mozilla.org/products/thunderbird/
Rediscover The Web!
http://www.mozilla.org/products/firefox/
2007 Nov 25
2
[LLVMdev] OCaml
On Sunday 25 November 2007 03:42, Christopher Lamb wrote:
> Try this google query. I know there's been some discussion/work on
> OCaml and LLVM.
>
> site:lists.cs.uiuc.edu/pipermail/llvmdev OCaml interface
I just rediscovered the OCaml bindings in bindings/ocaml (rather than the ones
in test/Bindings/OCaml!). They do indeed look quite complete but I can't find
any examples using them. I think a translation of the tutorial would be most
welcome and about 10x shorter. ;-)
--
Dr Jon D Harrop, Flying Frog Consu...
2013 Apr 18
2
[LLVMdev] Traditional Dataflow Algorithm
...think is a totally different problem and best implemented separately by each target. The target knows best which register units are overwritten or preserved by an operation. We try to fake it with undef/implicit-use/implicit-def, but it isn't reliable. Reaching defs just can't be reliably rediscovered in a generic way after we drop explicit subregister information.
-Andy
2019 May 03
2
Incorrect Example in Samba User Management Documentation
...quot;Hobbiton Inc." --script-path=shire.bat
--profile-path=\\\\ADSMmeber.SAM.DOMAIN.LOCAL\\profiles\\fbaggins
--home-drive=F
--home-directory=\\\\ADSMmeber.SAM.DOMAIN.LOCAL\\fbaggins
--job-title="Goes there and back again"
This won't work as presented currently. As I rediscovered myself
recently the --random-password switch is intended ONLY to be used to
secure system accounts that perform background tasks. Whilst
--random-password sets a random password, the chosen password is
deliberately and on purpose not revealed to the end user. So it cannot
be used to create...
2005 Mar 22
2
Speex hardware requirements?
...t;(especially 16kHz mono sound).
>>Could it be possible to use the Gameboy advance hardware if you added a
>>FPU? or dose it need to be more powerfull?
>>
>>-----------------------------
>>Reclaim Your Inbox!
>>http://www.mozilla.org/products/thunderbird/
>>Rediscover The Web!
>>http://www.mozilla.org/products/firefox/
>>
>>
>>_______________________________________________
>>Speex-dev mailing list
>>Speex-dev@xiph.org
>>http://lists.xiph.org/mailman/listinfo/speex-dev
>>
2013 Apr 18
0
[LLVMdev] Traditional Dataflow Algorithm
...different problem and best implemented separately by each
> target. The target knows best which register units are overwritten or
> preserved by an operation. We try to fake it with
> undef/implicit-use/implicit-def, but it isn't reliable. Reaching defs
> just can't be reliably rediscovered in a generic way after we drop
> explicit subregister information.
I don't see why not. All of the subregister information is exposed in a
generic way through TargetRegisterInfo.
Your statement that undef/implicit-use/implicit-def isn't reliable is
news to me. It seems unsafe to...
2016 Jul 25
1
CentOS 6, iscsi issue
Hi, folks,
Ok, I had iscsi working. Then I umounted the filesystem, and deleted
the logical volume, then the RAID, and recreated it with a) 4 more
drives (or was it six?), gave it a new RG name, and a new VD name.
I can ping the IP, but can't rediscover it - just get "no portals
found". I'm finding a fair number of people with this issue, googling,
but not a lot of answers. Anyone know what I've done wrong?
mark
2006 Jan 03
1
prompting to choose an item from a select box
Hi:
Sad question, I know. I saw it somewhere but can''t rediscover it. I
have a collection_select and want to add a prompt so the dropdown
displays "select one"
How is that done?
thanks.
bruce
2009 Apr 22
1
generate multipe output .csv files in a loop
...number "i".
the first file genearted should be file1.csv
the second should be file2.csv
I use:
write.csv(temp, "file$i$.csv") in the loop but it did not work.
can anyone give suggestions?
thanks a lot.
Jack
_________________________________________________________________
Rediscover Hotmail®: Get e-mail storage that grows with you.
Storage2_042009
[[alternative HTML version deleted]]
2007 Nov 25
0
[LLVMdev] OCaml
> On Sunday 25 November 2007 03:42, Christopher Lamb wrote:
>> Try this google query. I know there's been some discussion/work on
>> OCaml and LLVM.
>>
>> site:lists.cs.uiuc.edu/pipermail/llvmdev OCaml interface
>
> I just rediscovered the OCaml bindings in bindings/ocaml (rather than the
> ones
> in test/Bindings/OCaml!). They do indeed look quite complete but I can't
> find
> any examples using them. I think a translation of the tutorial would be
> most
> welcome and about 10x shorter. ;-)
Lexing i...
2008 Jan 07
2
R and Clusters
Dear All,
I hope I am not asking a FAQ. I am dealing with a problem of graph
theory [connected components in a non-directed graph] and I do not
want to rediscover the wheel.
I saw a large number of R packages dealing for instance with the
k-means method or hierarchical clustering for spatially distributed
data and I am basically facing a similar problem.
I am given a set of data which are the positions of particles in 3
dimensions; I define two particles A...
2009 Apr 04
3
Having trouble installing flash player on centos 5.3 desktop machine
...have a clue.
Then I try downloading the .rpm version for linux, and my pc says "/tmp/flash-plugin-10.0.22.87-release.i386.rpm is already installed", but it's still not working.
What am I doing wrong?
Thanks anyone.
_________________________________________________________________
Rediscover Hotmail?: Get e-mail storage that grows with you.
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Storage1_042009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20090404/f176c1a3/at...
2018 Nov 06
2
Time server on AD DC in an LXD container.
...amba ad dc and chrony services.
>
> However, running w32tm /resync on my W10 domain member is still not
> working.
>
> running: C:\WINDOWS\system32> w32tm /query /source
> returns only -> Local CMOS Clock
>
> Also...
> ---
> C:\WINDOWS\system32> w32tm /resync /rediscover
> Sending resync command to local computer
> The computer did not resync because no time data was available.
> ---
> How do I further troubleshoot this? Is there a way to check on the server
> whether my samba AD DC is able to provide the time service?
>
> Thanks,
> Jonath...
2010 Aug 23
1
XCP, XCCS, xe, and XVP, random thoughts
...egarding previous comments about XVP and xvpappliance, I was never able
to get XVP to compile properly but I recently downloaded and installed
xvpappliance on my XCP cloud. It does work, but there is one large bug
in it, it won''t detect changes in the pool without manually going in and
rediscovering the pool.
--
Vern Burke
SwiftWater Telecom
http://www.swiftwatertel.com
Xen Cloud Control System
http://www.xencloudcontrol.com
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Mar 24
8
Asterisk Failover without SER
Hello all, I first want to thank everyone for all your contributions.
I've building an asterisk system for a month or so now and without
everyone in the online asterisk community I wouldn't have made it this
far yet. Thanks! ...ok, mushiness out of the way.. :)
I am looking for a failover and ultimately a load balancing asterisk
solution. I've done a good bit of research and I
2011 Oct 18
0
[LLVMdev] Matching addsub
...has certain
instructions could pretty easily just use appropriate intrinsics that can
be mapped directly to the desired instructions. This way, there's no need
for it to play pictionary with the backend, drawing out its desired
semantics in terms of primitive operations and expecting codegen to
rediscover what was meant by pattern-matching.
Dan
2011 Oct 18
2
[LLVMdev] Matching addsub
...ions could pretty easily just use appropriate intrinsics that can
> be mapped directly to the desired instructions. This way, there's no need
> for it to play pictionary with the backend, drawing out its desired
> semantics in terms of primitive operations and expecting codegen to
> rediscover what was meant by pattern-matching.
>
In general, I agree with you. It is always questionable how far to
attempt to go with idiom recognition. However, some kind of combination
add/subtract is a common vector operation, and so I seem to be left with
three choices:
1. Decompose the operation...