Displaying 20 results from an estimated 21 matches for "exo".
Did you mean:
eio
2019 Feb 02
2
linux rsync <-> SSHDroid has started becoming unreliable after an upgrade of Fedora 28 to 29
...ter upgrading from Fedora x86_64 28 to 29 - but I am not 100%
sure. Below is the tail end of the output of:
rsync -avvv root at 192.168.1.100:/storage . > err.txt 2>&2
.
.
sending file_sum
got file_sum
set modtime of
storage/emulated/0/Android/data/com.google.android.youtube/cache/exo/.19.60878.1538877264113.v3.exo.lj1voL
to (1538877264) Sun Oct 7 12:54:24 2018
renaming
storage/emulated/0/Android/data/com.google.android.youtube/cache/exo/.19.60878.1538877264113.v3.exo.lj1voL
to
storage/emulated/0/Android/data/com.google.android.youtube/cache/exo/19.60878.1538877264113.v3.ex...
2012 Nov 04
1
structural equations using sem package
Hello
I am using sem to look at the direct effect of one variable on another but i am uncertain if i am progressing correctly.
An example:
covar1<-? matrix(c(0.4,-0.2,3,-0.2 , 0.3,-2 , 3 ,-2 , 60), nrow=3,byrow=T)
rownames(covar1)<-colnames(covar1)<-c("endo","exo","med")
path1<-matrix(c(? ? "exo -> endo",? "g1", NA,
????????????????????????? "exo -> med", "g2",? NA,
????????????????????????? "med -> endo", "g3", NA
??? ??? ??? ??? ??? ??? ??? "med<->med",...
2006 Jul 14
1
Error in Quantile Regression - Clear Message
Dear Users,
I loaded my dataset as following:
presu <- read.table("C:/_Ricardo/Paty/qtdata_f.txt", header=TRUE, sep="\t",
na.strings="NA", dec=".", strip.white=TRUE)
dep<-presu[,3];
exo<-presu[,4:92];
When I try:
rq(dep ~ exo, ...) or mle.stepwise(dep ~ exo, ...)
I got the same error:
> rq(dep ~ exo)
Error in model.frame(formula, rownames, variables, varnames, extras,
extranames, :
invalid variable type for 'exo'
Any hint in how to fix it? I think this is...
2011 Mar 22
0
exo package from xfce affects shell open URLs?
Hi. Recently, in addition to Gnome I installed xfce.
Now, if firefox already started, and I open URLs in wine, I get this message box:
******************
Failed to execute default Web Browser.
No child processes.
******************
With trial and error I found that the package exo is causing this.
http://www.xfce.org/projects/exo
Please someone try to reproduce: install exo and run:
$ wine start http://www.winehq.org/
Window manager Gnome, default browser firefox. Wine 1.3.14-1.3.16
exo 0.6.0-2
2010 May 12
2
Reading R code help--Beginner
...rce code from a Global Vector Auto -Regressive
program written by Ranier Puhr from the R-forge group. I need help
interpreting the processes of the following code.
I am going to
post in parts since it's pretty long:
GVAR <- function (data, tw = NULL, p, q = p, r = NULL, weight, case,
exo.var = FALSE,
d = NULL, endo = NULL, ord = NULL, we = NULL,
method = "max.eigen")
# data ... timeseries data as list (each entry is a matrix of a subsystem of variables,
# if exo.var=TRUE the last entry are exogeneous variables)
# tw ... time window...
2006 Jul 13
2
MLE and QR classes
Hi,
I load my data set and separate it as folowing:
presu <- read.table("C:/_Ricardo/Paty/qtdata_f.txt", header=TRUE, sep="\t",
na.strings="NA", dec=".", strip.white=TRUE)
dep<-presu[,3];
exo<-presu[,4:92];
Now, I want to use it using the wls and quantreg packages. How I change the
data classes for mle and rq objects?
Thanks a lot,
________________________________________
Ricardo Gon?alves Silva, M. Sc.
Apoio aos Processos de Modelagem Matem?tica
Econometria & Inadimpl?ncia
Ser...
2006 Jul 17
2
Quantreg error
Dear User,
I got the following error running a regression quantile:
> rq1<-rq(dep ~ ., model=TRUE, data=exo, tau=0.5 );
> summary(rq1)
Erro em rq.fit.fnb(x, y, tau = tau + h) :
Error info = 75 in stepy: singular design
Any hint about the problem?
Thanks a lot,
________________________________________
Ricardo Gon?alves Silva, M. Sc.
Apoio aos Processos de Modelagem Matem?tica
Econometria &a...
2004 Aug 23
2
[ Multiple drives ]
Hello,
I have 3 hdd (120 GB, 120 GB and 80 GB) mounted on
/data1 , /data2 and /data3.
All these drives must be shared via a public access
with Samba.
For the moment, I can only share the 'data1'
directory.
[public]
path = /data1
Is there a possibility to share several disks under
the same account ?
By example :
[public]
path = /data1, /data2, /data3
Then, under Windows, I'd like
2008 Feb 06
10
Trouble Ticket System
Hi,
Last year, I tried to installed and evaluate the following OSS web base trouble ticketing system. This is for me to track history on our IT related issues. Those that I tried are the PHP Ticket, DanPHPSupport, Epix Power Support, ruQueue, Ticket Express, OTRS, PMOS Help Desk and eTicket. From those, PMOS and eTicket are my top picks. I have problem installing OTRS the last time, so I am
2006 Jul 14
0
Quantile Regression Object
Hi,
I load my data set and separate it as folowing:
presu <- read.table("C:/_Ricardo/Paty/qtdata_f.txt", header=TRUE, sep="\t",
na.strings="NA", dec=".", strip.white=TRUE)
dep<-presu[,3];
exo<-presu[,4:92];
Now, I want to use it using the wls and quantreg packages. How I change the
data classes for mle and rq objects?
Thanks a lot,
Ricardo
2001 Nov 06
1
patch download
....14 from the website @
www.uow.edu.au/~andrewm/linux/ext3/
Can someone send me the file (by email) or have a mirror/site where I can
download from.
Thanks
ps -
I know the purpose of the mailing list is not this, but this is my last
resort. I really need to try ext3 on my laptop.
thanks again
exo
2007 Jun 03
1
observer_field - select form
...he controller:
<code>def generation_form
type_article = params[:type_article]
if type_article == "ex"
render :partial => "formex"
else
render :partial => "formart"
end
end</code>
the partial _formex:
<code>(formualaire exo)
<p><label for="cour_content">Contenu</label><br/>
<%= text_area ''cour'', ''content'' %></p></code>
thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You re...
2014 Jun 06
2
PROBLEM: new kernel 3.15.0-rc8 hangs completely with CONFIG_DRM_NOUVEAU enabled
...rg is told NOT to use any GPU except for the Intel one).
Yet, the 3.15.0-rc8 which I downloaded this evening crashes on me when
compiled with the CONFIG_DRM_NOUVEAU flag enabled during compilation.
Crashes means: xdm starts, slim starts, I login to my Gentoo box, open a
terminal emulator instance (exo-open --launch TerminalEmulator), and try
to open /var/log/kern.log for any error messages - and if I got halfway
through tipping that command, I'll be a lucky man. The notebook suddenly
and unexpectedly hangs during these actions, the mouse does not
response, the keyboard does not response, the...
2007 Jan 18
4
NAT solutions
I know that NAT is something no one really likes to talk about, but does
anyone know how work with it elegantly? There are many providers which deal
with it on a daily basis in fact they cater to it, is this possible to do
with asterisk or does it require other exotic setups? I even know of a
provider which uses asterisk with many different types of devices, and they
handle all NAT config on their end even to the point of deciding to stay in
the media stream or not (ie when two endpoints are behind NAT you almost
have to stay in the media stream unless you...
2014 Jun 07
0
PROBLEM: new kernel 3.15.0-rc8 hangs completely with CONFIG_DRM_NOUVEAU enabled
...y GPU except for the Intel one).
>
> Yet, the 3.15.0-rc8 which I downloaded this evening crashes on me when
> compiled with the CONFIG_DRM_NOUVEAU flag enabled during compilation.
> Crashes means: xdm starts, slim starts, I login to my Gentoo box, open a
> terminal emulator instance (exo-open --launch TerminalEmulator), and try
> to open /var/log/kern.log for any error messages - and if I got halfway
> through tipping that command, I'll be a lucky man. The notebook suddenly
> and unexpectedly hangs during these actions, the mouse does not
> response, the keyboard do...
2014 Jun 07
1
PROBLEM: new kernel 3.15.0-rc8 hangs completely with CONFIG_DRM_NOUVEAU enabled
...Intel one).
>>
>> Yet, the 3.15.0-rc8 which I downloaded this evening crashes on me when
>> compiled with the CONFIG_DRM_NOUVEAU flag enabled during compilation.
>> Crashes means: xdm starts, slim starts, I login to my Gentoo box, open a
>> terminal emulator instance (exo-open --launch TerminalEmulator), and try
>> to open /var/log/kern.log for any error messages - and if I got halfway
>> through tipping that command, I'll be a lucky man. The notebook suddenly
>> and unexpectedly hangs during these actions, the mouse does not
>> response,...
2004 Sep 29
12
SPF screening implemented at shorewall.net
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Over the past weekend, I added SPF screening on the MTA at
shorewall.net. SPF is a mechanism for a domain to use DNS to publish a
list of those IP addresses that are used to send legitimate email from
that domain. A receiving MTA can use that published information to
determine if email from a domain is being sent through an MTA belonging
to that
2004 Sep 29
0
Re: Shorewall-users Digest, Vol 22, Issue 65
...c Key \ https://lists.shorewall.net/teastep.pgp.key
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
>
> iD8DBQFBWumaO/MAbZfjDLIRAgy3AKCcIAr+FP//OWL2FXW5ofp2zugw/gCguc6s
> 1xifI89Jg2R5FasY3Z6/exo=
> =+iOE
> -----END PGP SIGNATURE-----
>
>
> ------------------------------
>
> Message: 7
> Date: Wed, 29 Sep 2004 10:04:13 -0700 (PDT)
> From: "Stephen Carville" <stephen@totalflood.com>
> Subject: Re: [Shorewall-users] SPF screening implemented at
&g...
2011 Dec 02
0
Wine release 1.3.34
...es very slow
25492 Office Pro 2010 Trial: Word, Excel, and Powerpoint cannot open or save files
25515 Microsoft Word 2003 crashes (or freezes) printing Document with OTF
26588 A Farewell to Dragons: water has incorrect textures
26824 Anomaly: Warzone Earth Demo crashes on start
27014 exo from xfce4 causes "Failed to execute default Web Browser" error in gnome
27181 Very slow performance in Word 2007
27816 GoToMyPC: launch/download now fails
27835 Freespace 1 hangs on startup with a blank screen
27869 Wile using OSSv4, any application under wine (even winecfg w...
2006 Oct 03
1
HP Toolbox kills Samba
...t;?3=3_\_8H*K9_U/Q
M8?U==KS3C+5'FM'[J[Z!-J:(%4&ZKRORD3_7TO>J:LP#=6.UTY/KIO;5TTU5
M-U:.KF?ETFKFXNZN^4(!-ZHD;)$UH\I<[]'KQ)IQ-H1J[%/0&-_EI#'5+B<-
M.X/K;HQOE]$XGNJ;CN]RW:.F[<3C-RJ(C;7PW:/793GO?W_,J-/&C%['AJ*!
MADD0FMB'G.RZE?B/K^YCHG^XLJ)TNK!B?/T.QAA,?+\JC?EXO(FUIFIBK4JI
MH[]]6#?:*4583S"L&RN"KX@G:(UY@F,YC2<H2A%L9PJV/N2NNL$VF?ZF%3;(
M"B2NYOZ^K?2B099N2W4U/BDF)=@9;X)_8(.E=(= $C*CM=(G;L8BE_I>))-I
MWE8X)T.%\](3XM)*8Z2L:O-.!TD9K))57BJ13DJW5<Y;1YH+*9RD\L(!', !
M*=W 0\YD4O,95DNE_ZI1S$1[SA60UMHJSP[/A%(D%1S `1P@K8$':?W-\T%&...