Displaying 20 results from an estimated 20000 matches similar to: "Suggestion: YUM RPM headers"
2006 Sep 22
1
Update to Dillo browser question
Hi
I asked about if there is any way of opening URLs from the help browser
in the same window of the same dillo browser - here is the answer.
Just to reiterate: dillo is for me the perfect browser for the help of R
when you use ?...
Rainer
-------- Original Message --------
Subject: Re: [Dillo-dev] Opening new URL in same instance and -s option
Date: Thu, 21 Sep 2006 21:31:57 -0400
From:
2005 Oct 09
1
Project suggestion: Interface between R and graphic devices
Hi to all developer,
sure that I will not be the first one with this idea but I did not found
treads about this.
I realized that there are some user interfaces like Brodgar and SciViews.
There was used a lot of manpower to develop those programs.
On the other side I realized that it could be very helpful to have such
programs if somebody would like to change the statistical software from
SPSS
2004 Sep 21
1
yum updated to 3.3, rpmdb corrupted
I'd guess this is probably something pretty specific to my test box, but when I
yum updated to 3.3 my rpmdb got totally hosed. Unfortunately, I didn't save
the error that occured at the time because a rpm --rebuilddb _appeared_ to fix
the problem. Unfortunately I found out later that I was left with a db that
only contained a subset of the actual install base. I'm now trying to
2005 Oct 06
2
ant RPM for CentOS 4
Attempting to build OpenOffice 2 on CentOS 4 from rawhide (future FC5) SRPM.
The spec file has EL4 target (which is nice), and I got almost all dependencies
in place (mostly from 4.2beta and some from rawhide). However, I'm missing the
ant package. Ant from rawhide doesn't compile since it is already gcc 4 based
(fails on dependencies, getting it to use gcc4 instead of gcc seems like
2006 May 20
0
How can you buy R? [Broadcast]
My understanding is that if a licensee wants to redistribute GPL code (or
work derived from GPL code), then it has to be done under GPL as well,
meaning the person must make it known to users that they can have access to
the source code if so desired, and they can do anything they want with that
code (including selling), but GPL must remain in force for further
redistribution.
FSF used to sell
2005 Oct 17
0
logwatch and yum
Not sure if anybody noticed that logwatch is not reporting any stuff from
/var/log/yum.log file. This is due to date format in log file (yum uses
standard syslog date format, while logwatch script expects US date format).
It seems that upstream doesn't ship with yum at all, so I guesss the problem was
never detected there (and in most likeliness not applicable to it, although the
upstream
2008 May 04
1
Residual resampling for non linear reg model
I was attempting to use the residual resampling approach to generate 999 bootstrap samples of alpha and beta and find their confidence intervals. However, I keep getting the error message:Error in nls(resample.mp ~ cases/(alpha + (beta * cases)), start = init.values, : singular gradientafter R has only produced a few bootstraps.Could anyone suggest where I am going wrong? Would greatly
2019 Nov 19
2
Global number rewriting rules affecting ALL headers?
Hi Joshua
I had a shot at your suggestion, bug still no success.
I fear the 181 is sent before the macro is called.
I want to change the Diversion Header in the 181 message sent back to
the caller to put the number it contains in the correct e164 format
(stripping the 0 and adding +41 for Switzerland) but just any 'dialplan
set' value would do for an example :-)
Could you please make
2012 Apr 13
0
[LLVMdev] clang++ on MacOSX with fsf-gcc libstdc++?
If you check the Clang list (cfe-dev-list) the issue dealing with
atomics for gcc-4.7 has been settled. I can verify this on Debian Linux
using gcc-4.7 that clang/clang++ builds and no long fails when compiling
a simple HelloWorld program. Atomics for c++ are now recognized as
__c11_atomic_* and it builds cleanly from what i've tested.
I presently don't have a 10.7 box to test against
2019 Jun 24
2
RFC: Interface user provided vector functions with the vectorizer.
For example, Type 2 case, scalar-foo used call by value while vector-foo used call by ref. The question Johannes is asking is whether we can decipher that after the fact, only by looking at the two function signatures, or need some more info (what kind, what's minimal)? I think we need to list up cases of interest, and for each vector ABI of interest, we need to work on the requirements and
2013 Sep 15
0
[LLVMdev] VMKit state of the union, android support, and .net/CLI
Hi Jeremy,
2013/9/13 Jeremy Bell <bell.jeremy at gmail.com>:
> I looked into the archives as far back as 2009 and searched around for more
> information about vmkit, but I still have some questions.
>
> First of all, what is that status of VMKit? Is there any active development?
> A roadmap? Is it in maintenance mode?
The development is inactive since two month because the
2019 Nov 19
2
Global number rewriting rules affecting ALL headers?
Hi List
One more Problem I stumbled upon.
Using Asterisk in a TSP environement.
Incomming IC Calls are e164 and have a NPRN (Routing Number) prefixed.
Example: +4198055615995555
+41 country prefix
98055 Routing Prefix
615995555 effective phone number
Calls routed to Customers need to be put in the 'local' format.
0615995555
This is also the format of the From / To / Invite header
2012 Nov 22
1
[LLVMdev] loop pragmas
> Other types of annotations that are
> "harmless" are probably good to have, for example "unroll-by" (assuming
> that this is a suggestion to the compiler, not an order).
| To my knowledge, we are avoiding to allow the user to 'tune' the
| compiler. Manual tuning may be good for a certain piece of hardware, but
| will have negative effects on other platforms.
2011 Jul 13
4
[LLVMdev] [Frustration] API breakage
Hi all,
I know this issue has been discussed over and over again, but I'd like to
voice my opinion while 3.0 is still fairly early-ish in the pipeline.
So the issue is... API breakage. I understand and agree with the rationale
why, namely faster development. But this principle should mean that for each
breakage, the dude who makes the breakage should accompany the final commit
(or something
2004 Jan 27
1
iRiver iMP-550
Hi everyone!
I've just bought subj and updated the firmware to the 1.50b (beta) version. It
plays ogg vorbis files, but only in a 96..256kbps range. That sucks because
unfortunately almost every album of my music collection is encoded at q=9.2,
and several bits, on the contrary, are encoded at very low bitrates like
60-80 kbps :(
Well I can always reencode when I have time, but can
2012 Apr 12
3
[LLVMdev] clang++ on MacOSX with fsf-gcc libstdc++?
Hi,
the subject says it all...
After some experimenting, I got a bit confused as far as what the proper thing to do might be....
I build llvm/clang from trunk sources on OSX Lion 10.7.3 (i.e. x86_64-apple-darwin11.3.0 to speak GNU's platform-ese) where I also have successfully built a fsf-gcc 4.6.2 (and lately a 4.7 for that matter) from sources.
Now, I think I understand that by playing
2019 Jun 24
2
RFC: Interface user provided vector functions with the vectorizer.
>Thank you everybody for their input, and for your patience. This is proving harder than expected! :)
Thank you for doing the hard part of the work.
Hideki
-----Original Message-----
From: Francesco Petrogalli [mailto:Francesco.Petrogalli at arm.com]
Sent: Monday, June 24, 2019 11:26 AM
To: Saito, Hideki <hideki.saito at intel.com>
Cc: Doerfert, Johannes <jdoerfert at anl.gov>;
2009 Jul 15
4
Suggestions about the website of www.winehq.org
Hi, Dan,
Thanks for your email. And please kindly see my comments below:
Reply to topic 1):It is true that it is not leaglly suitable to copy MS fonts, however the open-source fonts (Wenquanyi, http://wenq.org/enindex.cgi) has been available for very long period, which also are probalble used by Fedora & Ubuntu as default Chinese fonts (even Asian/CJK fonts(maybe CKJ means "Chinese
2019 Jun 24
4
RFC: Interface user provided vector functions with the vectorizer.
@Xinmin, Saito: If Clang/the frontend generates the version there is no problem, or is there? The frontend knows about the original source type and it's ABI specific lowering already.
@Francesco, we should even consider putting the generating capabilities outside of the OpenMP code generation (in the future). That could allow easier reuse by other frontends.
Get Outlook for
2013 Feb 11
1
Replacement for virt-manager
Hi,
I have more than 20 VM in production with a shared storage and 6 blades
as HV.
Things begin to look confusing within virt-manager since there is no way
to display only the powered-up nodes (the migrated and switched off
machines appear on every hv entry). I wonder if there is something
different and more appealing than virt-manager to manage such an
infrastructure.
My requirement are:
be