search for: costi

Displaying 20 results from an estimated 32 matches for "costi".

Did you mean: cost
2009 Jan 28
0
Sweave problem with greek text
Dear Sweave and R aficionados, I am using R and Latex for many years, writing texts in greek. I tried to combine them with Sweave, but without any success. Could you provide me with any help? Usually my LaTeX files are like this iso-8859-7 encoded .tex file: http://costis.name/0various/lists/R/sweave/successful.greek.tex , which happily produces http://costis.name/0various/lists/R/sweave/successful.greek.pdf . I tried using Sweave on the iso-8859-7 encoded .Rnw file: http://costis.name/0various/lists/R/sweave/unsuccessful.sweave.Rnw , but I am getting misencoded g...
2006 Mar 31
10
ruby help / if (cond or cond)
Why this code doesn''t work as expected? It raises exceptions everytime. Tried with || operator, too. validates_each :x, :y do |record, attr| record.errors.add (attr, ''between 1 and 100'') if (attr.to_i>100 or attr.to_i<0) end -- They say money can''t buy happiness? Look at the smile on my face... ear to ear, baby!
2004 Dec 22
7
From a newbie: how to run MS Word?
...in /home/rodolfo/.wine/drive_c. Maybe do I have to install MSWord in this fake Windows system? If so, how? ____________________________________________________________ Regala e regalati Libero ADSL: 3 mesi gratis e navighi veloce. 1.2 Mega di musica, film, video e sport. Abbonati subito senza costi di attivazione su http://www.libero.it
2004 Oct 11
3
rpm install
I have in /home/john/Documents the rpm file 'wine-20040914-mdk.i586.rpm' changing to 'su' will permit the installation of the package by using rpm -iv wine-20040914-mdk.i586.rpm I know that by using the command 'winhelp' the directory /home/john/.wine will be created. I forgot how I happen to know this. What document source would tell me that I would have to use
2009 Feb 16
4
assuming AR(1) residuals in OLS
...ress a model with the Least Squares method, assuming that the residuals follow an AR(q) process. For example the resulting regression is something like y = 1.2154 + 0.2215 x + 0.251 AR(1) How is it possible to do the same in R? Thank you very much in advance, Constantine Tsardounis http://www.costis.name
2004 Oct 09
2
Re:HELP
...er to get a clue and still worse when they ask His email was unreadable, I gave him this link that is what he really needs http://www.bbc.co.uk/worldservice/learningenglish/ Ivan. ____________________________________________________________ Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it
2004 Nov 16
2
question about AIC
...ts given by our EM algorithm. May you help us? thanks in advance __________________________________________________________________ Tiscali Adsl 2 Mega Free: naviga gratis tutto l'anno! Supera tutti i limiti di velocita' con Tiscali Adsl 2 Mega Free. Sei libero da costi fissi e, se ti abboni entro il 25 novembre, navighi gratis fino al 31 dicembre 2004 e non paghi il costo di adesione. http://abbonati.tiscali.it/adsl/
2011 Jun 20
3
matrix problem
Hallo everyone! I have a problem about creating a matrix... Suppose we have a vector y<-c(1,1,1,3,2) and a zero matrix, m ,with nrows=length(y) and ncol=4. The matrix would look like this: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I want to change the first three rows with the vector c(1,2,3,4). I thought that with the command m[y==1,1:4]<-c(1,2,3,4) i would get 1 2 3 4 1 2 3 4 1 2 3 4 0
2009 Apr 06
3
After Rails 2.3.2 upgrade: superclass mismatch for class TestCase (TypeError)
...l/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/ active_support/dependencies.rb:158:in `require'' from /home/costi/workspace/r2rrails/test/test_helper.rb:3 from ./test/unit/customer_test.rb:1:in `require'' from ./test/unit/customer_test.rb:1 from /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake/ rake_test_loader.rb:5:in `load'' from /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake/ rake_test_l...
2004 Dec 02
1
Microsoft Office XP Install problems on wine
...s/msi/msiquery.c:335] in msi (0x0064a11c) 4 0x00e64df2 MsiViewExecute+0x46(hView=0x4, hRec=0x0) [/home/gerald/Desktop/wine-20041201/dlls/msi/msiquery.c:360] in msi (0x0064a13c) 5 0x35f18261err:dbghelp_msc:pdb_process_internal -Unable to peruse .PDB file D:\OFFICE\MSI\build\x86\ship\osp1033.pdb CostIE+0x356 in cadll (0x0064a238) 6 0x00e5d995 ACTION_PerformAction+0x1a65(package=0x77ec2290, action=0x64f55c) [/home/gerald/Desktop/wine-20041201/dlls/msi/action.c:1232] in msi (0x0064f500) 7 0x00e5e293 ACTION_DoTopLevelINSTALL+0x4b7(package=0x77ec2290, szPackagePath=0x77e26858, szCommandLine=0x77...
2010 Jul 08
3
my web app seed data and cucumber
...hen I select the customer 11 And I select the SSLine 12 And I click "Use Common Legs" 13 Then I should see "PICKUP AT" 14 And I should see "DELIVER TO" or "LOAD AT" 15 And I should see EMPTY RETURN 1 Before do 2 MinimumData.new(''costi'', ''1234'').populate 3 end My hooks.rb looks like this: 1 Before do 2 MinimumData.new(''costi'', ''1234'').populate #username and password 3 end I have three questions: 1. I don''t want to run this MinimumData.populate t...
2010 Jul 01
2
Sweave function
Dear list, I have a question about the interaction between R code and Latex language trough the Sweave function in the package "utils". What I'm trying to do is to write a report. Contrary to the examples shown in the Sweave Manual in which table already constructed by R are "exported" on Latex files, what I would like to do is to build a table in which I combine text and
2005 Aug 30
0
No subject
...o I have to use it, and how? Or maybe do I download some file, and what?) How to achieve? Thanks, Rodolfo ____________________________________________________________ Regala e regalati Libero ADSL: 3 mesi gratis e navighi veloce. 1.2 Mega di musica, film, video e sport. Abbonati subito senza costi di attivazione su http://www.libero.it
2004 Oct 01
0
Re: wine-20040309 build error
...mpile wine-20040914 on a couple Fedora Core 2 boxen. Have you tried this file? If not give it a go. http://prdownloads.sourceforge.net/wine/wine-20040309-1fc1winehq.i386.rpm Ivan. ____________________________________________________________ Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it
2004 Oct 18
2
NPTL & Wine
Hi, My main systems are Gentoo based. I am investigating switching to NPTL on one of them that uses a couple of different versions of Wine built from source. In doing the research I found that the Gentoo ebuilds for Wine use NPTL. Does this mean that if I switch to NPTL that I must recompile my source-caode based versions of Wine? If so, can someone tell my what options I would use, most likely
2004 Oct 30
0
Wine RPMs for Mandrake 10.1
...9;m telling the list. The Wine RPMs for Mandrake available at http://www.winehq.com/download already support Mandrake 10.1 there is no need to email me asking for new RPMs. Ivan. ____________________________________________________________ Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it
2004 Oct 31
2
Installing wine rpm - failed dependencies??
I am running SuSE 8.0 (waiting for 9.2). I have a windows application I wanted to run using wine. It ran fairly well then locked up on the old wine release that came with SuSE 8.0. Thought I should get the latest wine so downloaded the current wine for Suse 8.0 from winehq.com. I first ran Yast and removed the presently installed wine. I put the new rpm in /root and logged in as root then
2001 Dec 10
0
Informazioni sui servizi internet a basso costo presenti sul mercato
Egregio Signore, mi permetto di disturbarLa per fornirLe alcune informazioni riguardanti i servizi internet oggi presenti sul mercato. Navigando sulla rete mi sono accorto che i costi, per pubblicare e mantenere un sito aziendale o personale, sono ancora molto elevati rispetto alla qualita' offerta. Inoltre moltissimi siti già presenti sulla rete sono sviluppati in modo poco attrattivo e professionale e, nella maggior parte dei casi, vi è una notevole difficolta' nella n...
2004 Nov 04
0
Help me please
...ress has a fatal error? Could you tell me something about it? Is there any project about MPLS QoS (in particular MPLS TE features)? Which is its URL? Thnks in advance for the help ____________________________________________________________ Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione. Abbonati subito su http://www.libero.it _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Dec 22
4
(no subject)
...in /home/rodolfo/.wine/drive_c. Maybe do I have to install MSWord in this fake Windows system? If so, how? ____________________________________________________________ Regala e regalati Libero ADSL: 3 mesi gratis e navighi veloce. 1.2 Mega di musica, film, video e sport. Abbonati subito senza costi di attivazione su http://www.libero.it