Displaying 20 results from an estimated 6000 matches similar to: "strings are cutted in logs"
2008 Feb 24
1
Re: wine gecko installed OK, but does not work...
> and web-pages are not shown. just white window.
> What to do?
> mmarkk at mmarkk-debian:~/Desktop$ wine --version
> wine-0.9.25
Your wine is rellay old. Please upgrade (newest is wine-0.9.56).
> mmarkk at mmarkk-debian:~/Desktop$ wine iexplore ya.ru
You need the full URL:
wine iexplore http://www.ya.ru
2008 Feb 20
2
factors ordered by mean
Hi,
How to order the levels os factor not by alphabetic order but by mean of Y.
Somethink like this:
I have this alphabetic order:
> levels(pH)
[1] "alto" "baixo" "medio"
the order by mean os yvar is:
> sort(tapply(Riqueza,pH,mean))
baixo medio alto
11.56667 20.00000 26.80000
How to make the levels of pH ordered by this mean to the result to
2003 Aug 26
4
Viewing function source
I know I should probably RTFM for this question, but could someone tell me
if R supports the idea of "viewing source" on any particular function you
want to use?
If I want to "view source" on the rpois() function, for example, can I do
somethink like:
source(rpois)
To see how the function is implemented?
Regards,
Paul Meagher
Datavore Productions
50 Wood Grove Drive
2007 Aug 24
3
It is possible to use a Shell command inside a R script?
Hi,
It is possible to use a shell command inside a R script?
I'm write a R script and I like to put somes shell commands inside to R.
Somethink like: convert fig01.png fig01.xpm or sed ..., etc.
It is possible? How?
Thanks
Ronaldo
--
Acalme-se, s??o somente 0's e 1's
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Ecologia
| : :' :
2006 Nov 14
5
opens source trouble ticket
Hi all,
I am lookng for a truble ticket to install on my Cents os 4.4 server.
RPM is always prefferd. Souce is also welcome.
Have you done somethink like this before?
What are the packages that you recomend for me.
--
Thank you
Indunil Jayasooriya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Mar 03
3
Script to start Rcmdr
Hi,
anybody know any way to make a bash script to start Rcmdr directly widthout
need to open R and execute library(Rcmdr)?
I try to make this using R CMD BATCH somethink, but dont find the way.
Thanks
Ronaldo
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional
| : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila Mauric?ia
|
2005 Apr 28
2
Help with using the WINEDEBUG variable
Hi users.
I have found the WINEDEBUG variable to be very useful. However, now that my
program starts, using WINEDEBUG=trace,+all or WINEDEBUG=+all creats log
files well over 2.0 GB.
I am trying to find messages like the following:
0009:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0 addr=0x4725f1
(and the few lines above it) to try and figure out what's causing my
Dreamweaver to
2020 Jul 09
3
AD Users on Linux Laptop
On 09.07.20 10:29, L.P.H. van Belle via samba wrote:
> Hai Basti,
>
>> -----Oorspronkelijk bericht-----
>> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
>> basti via samba
>> Verzonden: donderdag 9 juli 2020 10:20
>> Aan: samba at lists.samba.org
>> Onderwerp: [Samba] AD Users on Linux Laptop
>>
>> Hello,
>> I have setup
2005 Sep 29
1
WINEDEBUG variable doesn't seem to work in 20050830
Is there a problem with the WINEDEBUG environment variable in 20050830? I've only been using Wine
for a little over a week. I recognize that the online documentation is somewhat out of date with the
introduction of the winecfg tool and use of the registry. I know that the WINEDLLOVERRIDES variable
still works as I've been able to use that to use native libraries to get Pegasus
2005 Nov 10
2
Wine error in a log file
Hi,
Is there any way to put wine error in a log file?
I run a program with WINEDEBUG=+relay,+ole,+variant,+typelib,+typelib2 but I can't copy and paste the message error because is too long.
Best regards.
--
Savio Martins Ramos - Arquiteto
Rio de Janeiro ICQ 174972645
Pirataria n?o! Seja livre: Linux
http://www.debian.org
_______________________________________________________
2005 Jul 27
1
Upload Progress, Error in Ajax.PeriodicalUpdater
Hi,
I''m using Upload Progress class of rails and geting this javascript
error in js console:
"*Ajax.PeriodicalUpdater is not a constructor*"
The view have somethink like:
<%= form_tag_with_upload_progress( {:action => ''create_gallery''},
{ :name => ''new_gallery'',
:begin =>
2003 Sep 16
1
how to identify huge downloads ?
hello ...
how can I identify huge downloads on link to automticly move them to low priority queue ? somethink like combination rate and duration of session
Thanks
2008 Jan 02
2
Trixbox and mail2fax
Hi there,
is there any howto how do i configure a asterisk/trixbox for mail2fax?
The fax must be send over sipgate or other SIP peers. (i dont have
any "normal" telephones connected).
What i wanne do is somethink like this:
Subject: +49691234567
Attache: *.pdf
The attched pdf have to be send ;)
--
Mit freundlichen Gr??en
Daniel
mailto:daniel at listmails.de
2011 May 26
3
Ventrilo 2.1.4 under wine - push to talk.
Ventrilo in version 2.1.4 work properly good under wine. I talk with friend without any problems with sound, but there is one with "Push-to-talk" function (hotkey). When frame with ventrilo have lost focus i can't use this function. I spent a lot of time to googled about it and I found program called xbindkeys. I got idea, that I can use this program to send keystroke to ventrilo.
2003 Aug 19
2
Samba 3beta3 - Winbind and groups in groups - question
Hi everybody, im new here, and I have problem.
Im running samba 3beta3 at gentoo linux.
Do anybody know how to resolve something like this:
There are three groups in AD
group_a, and group_b and group_c
Members of group_a are user_0, user_1, user_2
Members of group_b are user_3, user_4, user_5
Members of group_c are user_6 and group_b
If i try to do
getent group
At my linux box i got
2004 Jun 03
1
[OFF] program to estimate the best fit
Hi,
exist in R or any other program for linux that estimate the best fit for data
using severals functions? Somethink like tablecurve
Thanks
Ronaldo
--
Um menino-prodigio e uma crianca cujos pais tem muita
imaginacao.
-- Jean Costeau
--
|> // | \\ [***********************************]
| ( ?? ?? ) [Ronaldo Reis J??nior ]
|> V [UFV/DBA-Entomologia
2007 May 21
2
more simplified output from glht object
Hi,
I use glht to make multcomp, using Tukey, from a glm model.
It is possible to get a more simplified output of result? Somethink like
ordering by letters.
Thanks
Ronaldo
--
Human kind cannot bear very much reality.
-- T. S. Eliot, "Four Quartets: Burnt Norton"
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Ecologia
| : :' :
2005 Apr 10
2
Turining off Fixme Errors
Hi,
I hate asking for this as somone did provide me the answer
earlier. But what is the winedebug syntax for turning off
all fixme errors?
Thanks.
Phillip
2004 Jan 19
3
configuration to Grandstream via tftp
Hi,
Anyone know how to set up tftp server for grandstream.
I gues it should be somethink like
<tftpserver-dir>
<mac-address>
firmware.bin
config.txt
Is this correct ?
And how should the config-file look like. ?
I had search sipphone.com but did'nt find anything.
/HHA
_________________________________________________________________
Rethink your
2017 Jun 21
1
FW: Classic upgrade and forced password change...
Hai Marco,
Good to hear its fixed.
And tip, use samba-tool testparm
If you move to 4.6.x for example that command also check you smb.conf (idmap settings)
Your smb.conf looks ok to me.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: Marco Gaiarin [mailto:gaio at sv.lnf.it]
> Verzonden: woensdag 21 juni 2017 16:08
> Aan: L.P.H. van Belle
> Onderwerp: Re: FW: