Displaying 20 results from an estimated 800 matches similar to: "fitting a curve to data points"
2005 Mar 19
2
all fonts gone crazy
Hello all,
this is my first message to the list. I have wine
20041201, installed on my slack 10.1, and it was
working fine, until I installed a software and then
all fonts in menus and messages became weird symbols.
I am sending a screenshot to show how it is today.
Also I will let the image in
http://www.igc.usp.br/pessoais/guano/geocalc_wine.jpg
Does anyone know what is going on and how to
2007 Sep 24
2
truehist?
Hello,
After a long time, I needed the truehist function, but my system
couldn't found it. I tried to install the package MAAS, but I couldn't
found it! Something happened?
Carlos
--
+-----------------------------------------------------------+
Carlos Henrique Grohmann - Guano
Visiting Researcher at Kingston University London - UK
Geologist M.Sc - Doctorate Student at
2007 Jun 27
2
moving-window (neighborhood) analysis
Hello all
I was wondering what would be the best way to do a moving-window
analysis of a matrix? By moving-window I mean that kind of analysis
common in GIS, where each pixel (matrix element) of the resulting map
is a function of it neighbors, and the neighborhood is a square
matrix.
I was hoping there was some function in R that could do that, where I
could define the size of the neighborhood,
2004 Feb 28
2
questions about anova
Hello all,
I have two questions about anova (one is probably VERY basic...)
1 - when one asks for a summary of a trend surface created with surf.ls, he/she
gets:
> summary(g3r)
Analysis of Variance Table
Model: surf.ls(np = 3, x = gradiente$east, y = gradiente$north, z =
gradiente$num1)
Sum Sq Df Mean Sq F value Pr(>F)
Regression 215.7182 9 23.968693976
2003 Oct 11
1
interpolation methods
Hello all,
I want to interpolate some data i prepared in GRASS, so I'm looking for what
interpolation methods are available for R. In GRASS I can do Splines with
tension and IDW. I'm looking for something like multiquadric equations. Is
there any function/package available fo rthis?
thanks all
--
+-------------------------------------------------+
Carlos Henrique Grohmann de
2005 Aug 15
1
XML for tc hierarchy representation
Hi list, I would like to know about any proposed XML representation for
tc objects hierarchy. I found something at "LTCM, a Linux QoS API
Library" (http://artemis.av.it.pt/~ltcmmm/) that looks like a start, but
any others are welcome.
I''m starting a project to automatically syncronize traffic shape rules
between servers and thought XML is the best way to represent tc
2013 Sep 25
3
Problem compiling opus-tools-0.1.7
On Wed, Sep 25, 2013 at 3:28 PM, bat guano <batguano999 at hotmail.com> wrote:
>>
>>I think you're missing -lm (the math library) when linking. There are some LIBM related changes in the git history
>>so this might have already been solved since 0.1.7
>>
> Hi
> opus-tools-0.1.7 has compiled OK now with Peppermint Three OS...
> with this configure:-
>
2016 Aug 15
3
[RFC] One or many git repositories?
As someone that has worked with both gcc and llvm,
One thing about gcc that drives me bat-guano-crazy is that
First you check out gcc, try to build it, and find that you also
Need mpc, so you check that out and try to build it, and
Find out you also need gmp, so you check that out and try
To build it, and find out that you also need mpfr, .....
IE I'm in favor of a mono-repository.
Also
2016 Sep 03
3
[RFC] One or many git repositories?
> On Sep 2, 2016, at 12:33 PM, Dimitry Andric via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> On 16 Aug 2016, at 00:12, Lawrence, Peter via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> As someone that has worked with both gcc and llvm,
>>
>> One thing about gcc that drives me bat-guano-crazy is that
>> First you check out gcc, try to
2001 Feb 26
2
R ignoring quantile() in source()d file
Can anyone explain this behavior? Essentially, I've created a short file
to be read in via source() that gets some descriptive information on a
series of variables in a data frame. For each variable, I do three
things:
print('last.hc.actors')
quantile(last.hc.actors,probs=seq(0,1,0.1),na.rm=T)
stem(last.hc.actors)
where the variable name is (in this case) last.hc.actors. All that
2013 Sep 25
2
Problem compiling opus-tools-0.1.7
On Wed, Sep 25, 2013 at 3:53 PM, bat guano <batguano999 at hotmail.com> wrote:
> >
> >
> > Google says it's maybe something to do with the "linking process" which
> might be caused by the gcc compiler.
> > Can something be done with the opus code to overcome this, or shall I
> compile on a different/better/newer OS?
> >
> >
> Hello
2013 Oct 01
2
Unknown versions in git.
bat guano wrote:
>>
>> "script failed to extract a version"
>
> Shouldn't the "update_version" scripts be called during the autogen.sh processes?
It's run by configure (look for the CURRENT_VERSION definition).
2013 Mar 09
1
Can't cross-compile from git now.
On 3/9/2013 06:20, Erik de Castro Lopo wrote:
> bat guano wrote:
>
>>
>> Hi
>> I have a problem now cross-compiling FLAC from latest git.
>> With Ubuntu 12.04 and g++-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1).
>>
>> I think that the problem might have been introduced on 5 Mar 2013
>> with commit 05609d5 (configure.ac : Add hardening compile options.)
2013 Mar 09
4
Can't cross-compile from git now.
On 3/9/2013 06:20, Erik de Castro Lopo wrote:
> bat guano wrote:
>
>>
>> Hi
>> I have a problem now cross-compiling FLAC from latest git.
>> With Ubuntu 12.04 and g++-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1).
>>
>> I think that the problem might have been introduced on 5 Mar 2013
>> with commit 05609d5 (configure.ac : Add hardening compile options.)
2001 Mar 01
1
[OT] correspondence analysis w/ non-mutually-exclusive categories
Greetings, again. This is not strictly an R question, so please feel free
to ignore it if you like.
My question is about the substance of correspondence
analysis. Specifically, is it appropriate to use ca on a matrix of values
such that the columns and/or rows are not mutually exclusive? To be more
detailed:
- The standard use of ca is illustrated in the example of corresp() (from
MASS):
2016 Sep 03
2
[RFC] One or many git repositories?
> On Sep 3, 2016, at 3:04 PM, Patrice Kouame <pkouame at mac.com> wrote:
>
>
> +1 for keeping it separate.
Can you clarify what you referring to specifically?
This sub thread (the last 4 messages) started with a mention of GCC dependencies. It is not clear to me how to relate to llvm now.
Mehdi
>
> One can easily set up a git subproject structure if the need is
2006 Dec 06
3
Problem with OpenLDAP/Samba/NSS -> ERROR : User xxx in passdb, but getpwnam() fails!
Hi everybody,
I have one SAMBA server (with PDC configuration) which is configure to
use an OpenLDAP server (on the same local server) where users and
computers account are store (I want to have the two Unix/Linux and Samba
account attributes stored to use Name Service Switch and Pluggable
Authentication Module).
My problem is as follow :
If I don't put the following line :
->
2013 Mar 08
6
Can't cross-compile from git now.
Hi
I have a problem now cross-compiling FLAC from latest git.
With Ubuntu 12.04 and g++-mingw-w64-i686 (4.6.3-1ubuntu5+5ubuntu1).
I think that the problem might have been introduced on 5 Mar 2013 with commit 05609d5 (configure.ac : Add hardening compile options.)
Gives errors like this:-
/home/user/FLAC_build/flac-05609d5/src/libFLAC/.libs/libFLAC.a(ogg_helper.o):ogg_helper.c:(.text+0x173):
2014 Sep 23
2
read digits from the user through php agi script
hi everyone,
actually i want to release an IVR system using PHPAGI API , in this IVR i
want to get value from the user.
I already used get_data defined in phpagi but they are not able to get the
value given by the user and store it in a php variable.
i tested this :
$result = $agi->get_data('beep', 3000, 20);
$keys = $result['result'];
but every time i found in $keys variable
2007 Apr 18
0
WEDNESDAY.HBID.those with an
__________________STOCK A LERT************************
HOT BRANDS INC (HBID)
Stock Symbol: HBID
Current price: 0.35$
Target price: 0.9$
IS MOMENTUM STARTING TO BUILD FOR THIS STOCK? LOOK AT THE ACTION WEDNESDAY. WILL THURSDAY BE HUGE?
RECENT NEWS: Go Read the Full Story Now!
Gold & Silver Minerals, LLC Initiates Report on Nevada Mineral Property
Las Vegas, NV- (OTC:HBID.PK) ?