[Mono-list] Mono License?

2006-11-01 Thread Carlos Adriano Portes
Will mono alway be free and open source or there is a risk of it becoming payed soon? Thank in advance. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Axiom-developer] Re: sock_get_string_buf

2006-11-01 Thread Alfredo Portes
fails on ubuntu gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -O3 -fomit-frame-pointer -I/tmp/gcl-2.6.8pre/o -I../h -I../gcl-tk fat_string.c fat_string.c:17:17: error: bfd.h: No such file or directory fat_string.c:18:21: error: bfdlink.h: No such file or directory fat_string.c:231: error:

Re: [Axiom-developer] Re: sock_get_string_buf

2006-11-01 Thread Alfredo Portes
Tim, For the Fedora Core 6 it looks like it is also missing the binutils package. It compiled fine for me in Ubuntu after installing it. Regards, Alfredo ___ Axiom-developer mailing list Axiom-developer@nongnu.org

Re: [oracle_br] Tipo de dados

2006-10-31 Thread Marcio Portes
inserir mais de 4000 caracteres? A versão do servidor é a 10g. Att, Leonardo Felix -- Rodrigo Almeida DBA Oracle [As partes desta mensagem que não continham texto foram removidas] -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com

[Mono-list] Learning ASP.NET?

2006-10-28 Thread Carlos Adriano Portes
Hi buddies! I would like to know where I could get some material for me to learn ASP.NET, I am learning C# in order to be able to build applications with only the compiler and a editor, so I would like to learn ASP.NET to use with my linux as well! I know HTML and think that ASP.NET tags are not

Re: [Axiom-developer] axiom-silverbranch for linux.

2006-10-27 Thread Alfredo Portes
| Now make complains there is no X11/Xlib.h file. Ah. Now, we need to know more about your system. :-( Could you check whether X11/Xlib.h is there (say /usr/X11/include)? I would be surprised if your system is setup with X11. I think in Debian this is in the package: libx11-dev

Re: [Axiom-developer] axiom-silverbranch for linux.

2006-10-27 Thread Alfredo Portes
On 27 Oct 2006 23:03:47 +0200, Gabriel Dos Reis [EMAIL PROTECTED] wrote: Alfredo Portes [EMAIL PROTECTED] writes: | | Now make complains there is no X11/Xlib.h file. | | Ah. Now, we need to know more about your system. :-( | | Could you check whether X11/Xlib.h is there (say /usr/X11

Re: [Axiom-developer] GIT

2006-10-25 Thread Alfredo Portes
You see, Tim applied patches to his Gold-to-be and now Silver is no longer in sync with that. Tim, mirror your Gold-to-be branch publicly and accept the offer of Bill to move your changes to sourceforge. How to move things from any other place back to Tim is another issue. But the mailing-list

[sage-devel] Re: translations

2006-10-25 Thread Alfredo Portes
I was wondering what the purpose of those translations would be. Because if you really want to use SAGE you have to speak English (for now). So if somebody who doesn't speak English is convinced to try SAGE because of such a tutorial he will not be able to use SAGE afterward. I have to

[Gtk-sharp-list] Getting selected row as integer in a TreeView?

2006-10-23 Thread Carlos Adriano Portes
I have a treeview in my application with two columns and a variable number of rows as it is fed with a database result query, all I want to know is how to obtain the number of the selected row? Thanks in advance. ___ Gtk-sharp-list maillist -

Re: [oracle_br] COLUNAS

2006-10-21 Thread Marcio Portes
Estou querendo que ela retorne as colunas da seguinte maneira col1 ABX col2 SEH Alguém possuí algo do genero?? Agradeço desde já... Felipe Venancio [As partes desta mensagem que não continham texto foram removidas] -- Marcio Portes Material Tecnico em

Re: [Axiom-developer] yet another problem with dependencies

2006-10-20 Thread Alfredo Portes
Sorry, I forgot :-( On 19 Oct 2006 22:38:01 +0200, Martin Rubey [EMAIL PROTECTED] wrote: Alfredo Portes [EMAIL PROTECTED] writes: This happens to me in Arch Linux also. They distribute a newer libreadline.so.5. Try a syslink to libreadline or libreadline.so.5 if you have it. That solved

Re: [Axiom-developer] Re: Still no Aldor Interface.

2006-10-20 Thread Alfredo Portes
What version of Kubuntu is this? Edgy or Dapper? On 20 Oct 2006 17:33:05 +0200, Martin Rubey [EMAIL PROTECTED] wrote: It's a make bug. I documented this on MathAction. make 3.80 works, the preinstalled make on kubuntu GNU Make 3.81beta4 doesn't. The name says it all... Thanks for helping,

Re: [Axiom-developer] yet another problem with dependencies

2006-10-20 Thread Alfredo Portes
Gaby, On 20 Oct 2006 20:29:09 +0200, Gabriel Dos Reis [EMAIL PROTECTED] wrote: root [EMAIL PROTECTED] writes: | do a symbolic link from libreadline.so.4 to libreadline.so All suggestions I've seen so far look like that one. Can anyone explain why that is supposed to do anything sensible? I

Re: [Axiom-developer] yet another problem with dependencies

2006-10-19 Thread Alfredo Portes
This happens to me in Arch Linux also. They distribute a newer libreadline.so.5. Try a syslink to libreadline or libreadline.so.5 if you have it. That solved the problem for me. Regards, Alfredo On 19 Oct 2006 14:17:50 +0200, Martin Rubey [EMAIL PROTECTED] wrote: unfortunately, I still can't

Re: [oracle_br] FUNÇÕES DE UM DBA ???

2006-10-19 Thread Marcio Portes
; otimização de procedimentos e funcoes, segurança do banco, enfim... Alguém poderia me exemplificar melhor por favor... muito obrigado Alex Morales [As partes desta mensagem que não continham texto foram removidas] -- Marcio Portes Material Tecnico em Portugues - http

[sage-devel] Re: Fwd: Re: Sage Notebook CD

2006-10-19 Thread Alfredo Portes
An image of the Live CD with Sage 1.4.1 is in: http://sage.math.washington.edu/home/alfredo/sage-live-server-1.4.1.iso On 10/20/06, William Stein [EMAIL PROTECTED] wrote: SAGE Live CD howto's etc... see below. --- Forwarded message --- From: Alfredo Portes [EMAIL PROTECTED

[Gtk-sharp-list] DataBase Application?

2006-10-19 Thread Carlos Adriano Portes
Hi people! I am trying to develop a simple application that saves an Id and a name, but I am having some difficulty with it, let's see the problem: using System; using Gtk; using Npgsql; using System.Data; using ApplicationClientes; namespace ApplicationClientes { public class Clientes

[Axiom-developer] Doyen

2006-10-17 Thread Alfredo Portes
Hi Tim, I think we should remove, update, or link to the Fedora livecd the http://daly.axiom-developer.org/doyen/doyen04262005.iso image. What do you think? ___ Axiom-developer mailing list Axiom-developer@nongnu.org

[sage-devel] Re: Fwd: Re: Sage Notebook CD

2006-10-17 Thread Alfredo Portes
Thank you Bill. I will also wonder if anybody burned the Live CD (not in the virtual machine) and if it worked properly I untarred the tar.gz file and burned just the iso image to a CD. I booted the CD on a 2nd workstation attached to the same local network as my desktop workstation.

Re: [Axiom-developer] Re: doyen

2006-10-16 Thread Alfredo Portes
Hi Alejandro, Thanks for the feedback. Processor: Intel(R) Pentium(R) 4 CPU 3.00GHz (2 CPUs) Memory: 2048MB RAM SONY CD-RW CRX320E: 52X max CD-R write, 52X max CD read, 16X max DVD read, 32X CD-RW write. 2MB buffer memory. Note that out of these 5 minutes or so, the timeout for bringing up

[Axiom-developer] Sourceforge-Google

2006-10-13 Thread Alfredo Portes
Another issue has been to checkout from sourceforge from a windows box. Repeated attempts failed every time. I will try this for Google. OK, let us know. Ok, here we go again. In a checkout of silver trunk from sourceforge in a windows box I get this error: Error: REPORT request failed on

[Axiom-developer] Re: Sourceforge-Google

2006-10-13 Thread Alfredo Portes
Now, a checkout of Google trunk I get this other error: Error: In directory 'C:\Documents and Settings\alfredo\Desktop\axiom\axiom\src\hyper\pages' Error: Can't copy 'C:\Documents and Settings\alfredo\Desktop\axiom\axiom\src\hyper\pages\.svn\tmp\text-base\poly.pht.svn-base' to

Re: [Axiom-developer] Re: doyen

2006-10-13 Thread Alfredo Portes
let me know. Thank you very much, Alfredo Portes ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

[Gtk-sharp-list] Editing a TreeView?

2006-10-13 Thread Carlos Adriano Portes
Hi all I have created a TreeView with two columns Id and Name, these columns are a result of a database connection that returns a DataSet, I would like to let the user change the name column and when finished the column would take the new value, but it does not happen, what must I do in order to

Re: [Gtk-sharp-list] Editing a TreeView?

2006-10-13 Thread Carlos Adriano Portes
Thank you, exactly what I need! :) 2006/10/13, Peter Johanson [EMAIL PROTECTED]: On Thu, Oct 12, 2006 at 04:19:48PM -0300, Carlos Adriano Portes wrote: Hi all I have created a TreeView with two columns Id and Name, these columns are a result of a database connection that returns

Re: [Axiom-developer] RE: [M#73697383] Re: Disk-quota Request

2006-10-12 Thread Alfredo Portes
Doing: [EMAIL PROTECTED]:~/sandbox$ svn co http://code.google.com/p/axiom/source svn: PROPFIND request failed on '/p/axiom/source' svn: PROPFIND of '/p/axiom/source': 400 Bad Request (http://code.google.com) but this is not the address to the repository. Probably it was not clear on previous

Re: [Axiom-developer] RE: Google Repos

2006-10-12 Thread Alfredo Portes
On 13 Oct 2006 05:54:44 +0200, Gabriel Dos Reis [EMAIL PROTECTED] wrote: Bill Page [EMAIL PROTECTED] writes: [...] | SVK smerge seems like a good option. And it can be used in both | directions if we decide we also want to merge changes at the Google | repostiory back to the repository on

Re: [oracle_br] Off-Topic - Automação

2006-10-08 Thread Marcio Portes
: dbcom_it_experts Mobile: 551192344290 -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html [As partes desta mensagem que não continham texto foram removidas

[Axiom-developer] Re: Sage CD

2006-10-04 Thread Alfredo Portes
Hi Bill, I spent some time today learning how to use the DoyenCD to directly clone another DoyenCD. Actually it is pretty simple. 1) All you need is to copy the entire contents of the /boot directory (and *only* this directory) to some other place, say '/dev/hdb/tmp-boot' where it is

Re: [oracle_br] Separacao de codigo

2006-10-02 Thread Marcio Portes
desta mensagem que não continham texto foram removidas] -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html [As partes desta mensagem que não continham texto foram

[Axiom-developer] Re: [M#73697383] Re: Disk-quota Request

2006-09-29 Thread Alfredo Portes
Thanks for the explanation. Our service providers has modified the configuration of /tmp on our server to provide more space and the 'svk smerge' command is now working happy apparently re-creating the Axiom subversion repository on Google in the expected manner. :-) Good to hear Bill. :-) If

Re: [Axiom-developer] Re: Google Code repository

2006-09-28 Thread Alfredo Portes
On 28 Sep 2006 13:54:08 +0200, Gabriel Dos Reis [EMAIL PROTECTED] wrote: Alfredo Portes [EMAIL PROTECTED] writes: | Bill, | | Alfredo, will you please contact Google and ask them to reset | it? | | Sure, I will. I do not know if Gaby can also contact the person he | knows in google. I

[Axiom-developer] Fwd: [M#73697383] Re: Disk-quota Request

2006-09-28 Thread Alfredo Portes
-quota Request To: Alfredo Portes [EMAIL PROTECTED] Repository has been reset to revision 0. Quota is still 250MB. On 9/27/06, Alfredo Portes [EMAIL PROTECTED] wrote: Hi Mr. Collins-Sussman, I would like to request you for a reset of the Axiom repository on your servers. We had certain

Re: [oracle_br] Re: Interim Patch - 10.2.0.2 - Linux X86

2006-09-27 Thread Marcio Portes
. Foi então q descubri q o patch só copia os scripts para o RDBMS e nada mais.. (heheh), mesmo assim para garantir, executei o opatch rollback -id 5459871. Mas, vc tem instalado esse patch no OH. --- Em oracle_br@yahoogrupos.com.br, Marcio Portes [EMAIL PROTECTED] escreveu Hamilton

Re: [oracle_br] ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode

2006-09-27 Thread Marcio Portes
disco(HD novo). Alguém tem alguma idéia, por favor? :( Obrigada, Fabiana -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html [As partes desta mensagem que não

Re: [oracle_br] Interim Patch - 10.2.0.2 - Linux X86

2006-09-26 Thread Marcio Portes
esta reclamando eh o DBMS_METADATA q foi excluido pelo catnomta.sql. -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html [As partes desta mensagem que não continham

Re: [oracle_br] Indice da pk

2006-09-26 Thread Marcio Portes
removidas] -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html [As partes desta mensagem que não continham texto foram removidas

Re: [oracle_br] Indice da pk

2006-09-26 Thread Marcio Portes
] wrote: Márcio, mas quando o índice tiver um nome diferente do da constraint pk ? sds Fábio Gibon - Original Message - From: Marcio Portes To: oracle_br@yahoogrupos.com.br Sent: Tuesday, September 26, 2006 8:32 PM Subject: Re: [oracle_br] Indice da pk

[Axiom-developer] Re: Sage on Doyen

2006-09-24 Thread Alfredo Portes
Bill, I have finally updated the MathAction darcs repository http://wiki.axiom-developer.org/MathActionRepository to include the changes I made to MathAction to support Sage \begin{sageblock} and \sage{...} commands. Thanks. Do you have some time available to add this to the DoyenCD?

[Axiom-developer] Re: Google Code repository

2006-09-21 Thread Alfredo Portes
Bill, Well, this is open source development which mean release early and releas often. The more accessible our experimental branchs are, the more they will be tested and the better our software will become. Of course people have to be warned about exactly what they are downloading so that they

[Axiom-developer] Re: Google Code repository

2006-09-21 Thread Alfredo Portes
Bill, Thanks for doing this. I don't mean to be picky, but I wonder if there is some way we could just populate /branches and leave /trunk empty? By calling build-improvements /trunk I am afraid we might cause some confusion. On the other hand, if Goggle gives us enough space it would be good

[Axiom-developer] Re: Google Code repository

2006-09-21 Thread Alfredo Portes
Bill, When I try this anonymous checkout I get: $ svn checkout http://axiom.googlecode.com/svn/trunk/ axiom it fails immediately with: svn: PROPFIND request failed on '/svn/trunk' svn: PROPFIND of '/svn/trunk': Could not read status line: An existing connection was forcibly closed by

Re: [oracle_br] Erro ao Startar Banco

2006-09-21 Thread Marcio Portes
texto foram removidas] -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html [As partes desta mensagem que não continham texto foram removidas

Re: RES: RES: [oracle_br] Re: RES: Arqs de Trace no UDUMP

2006-09-21 Thread Marcio Portes
[As partes desta mensagem que não continham texto foram removidas] -- Gabriel Hanauer -- Gabriel Hanauer -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle

Re: [oracle_br] Erro ao Startar Banco

2006-09-21 Thread Marcio Portes
que não instalaram... sds Fábio Gibon - Original Message - From: Marcio Portes To: oracle_br@yahoogrupos.com.br Sent: Thursday, September 21, 2006 8:55 AM Subject: Re: [oracle_br] Erro ao Startar Banco Esse banco alguma vez já esteve no ar? Se sim... O que foi feito

Re: [Axiom-developer] Re: [build Axiom] updated Windows build instructions

2006-09-20 Thread Alfredo Portes
On 9/20/06, Ralf Hemmecke [EMAIL PROTECTED] wrote: svn co -r1 https://svn.sourceforge.net/svnroot/axiom/trunk trunk cd trunk svn update on Windows? Yes. Unfortunately it fails with the same error message as on Linux: svn: REPORT request failed on '/svnroot/axiom/!svn/vcc/default' svn:

Re: [Axiom-developer] RE: [build Axiom] updated Windows build instructions

2006-09-20 Thread Alfredo Portes
Bill, And http://gallery.menalto.com/node/53820 also did not help? :-( I tried this on Linux and it did not help. On Windows I do not know how to find the .subversion directory. On Windows I am using the following subversion version: I found it under \Documents and Settings\local

Re: [Axiom-developer] Axiom Conference Call Sept 18, 2006

2006-09-19 Thread Alfredo Portes
So, just to confirm: if you follow all 10 of Martin's steps starting with patch-49 do you obtain a working version of Axiom including Hyperdoc and graphics? Yes. I just finished a new trial again with 49 and 50 at the same time. 50 breaks, 49 doesn't. I hope somebody can reproduce this.

Re: [Axiom-developer] Axiom Conference Call Sept 18, 2006

2006-09-19 Thread Alfredo Portes
In spite of planning the mirror the SourceForge SVN archive on axiom-developer.org, I think maintaining a smaller archive on Google - containing only the most experimental branch, i.e. build-improvements, is still a good idea. Of course this needs someone to manage it and keep it up to date with

Re: Google Code repository (was: [Axiom-developer] Axiom Conference Call Sept 18, 2006)

2006-09-19 Thread Alfredo Portes
The terminology is still rather confusing, but from my point of view the axiom.build-improvements branch is a branch of Silver. So I guess you are asking whether you should put the Silver *trunk* branch into the Google Code archive? Sorry, I should be more explicit :) . Yes I meant having the

Re: Google Code repository (was: [Axiom-developer] Axiom Conference Call Sept 18, 2006)

2006-09-19 Thread Alfredo Portes
On 19 Sep 2006 23:10:44 +0200, Gabriel Dos Reis [EMAIL PROTECTED] wrote: Alfredo Portes [EMAIL PROTECTED] writes: | Apparently Google did not increase the size to 200 MB. I got an email that the hosting team would get into contact with me. I'll ping them. -- Gaby Thanks Gaby

Re: [oracle_br] Não consigo acessar a sequência

2006-09-19 Thread Marcio Portes
] Florianópolis/SC E o homem fez Deus à sua imagem e semelhança. [As partes desta mensagem que não continham texto foram removidas] -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical

Re: [Axiom-developer] Axiom Conference Call Sept 18, 2006

2006-09-18 Thread Alfredo Portes
3) Tim spent time this weekend looking into Martin's build issues without success. Suggestion that Jose send a diff of his changes to --patch-50 so Tim can see what approach he was taking Well, I just finished building using patch-49 as Bill suggested me. Hyperdoc worked fine after

[Axiom-developer] Re: colinux

2006-09-15 Thread Alfredo Portes
William, Just out of curiosity, what were the issues with colinux that forced you into using live Linux CD's, vmware, etc.?I never used colinux. The Doyen CD is based on Tim Daly's idea of a collaborative science platform: http://daly.axiom-developer.org/doyen/ . The goal of the project is to

[Axiom-developer] Re: colinux

2006-09-15 Thread Alfredo Portes
Probably Tim and Bill extend on the idea. That should be: Probably Tim and Bill can explain the Doyen idea better. :-) Alfredo ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

Re: [oracle_br] TAmanho em Disco

2006-09-15 Thread Marcio Portes
compartilhar seu conhecimento? Experimente o Yahoo! Respostas ! http://br.answers.yahoo.com/ -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html [As partes desta

Re: [oracle_br] Re: TAmanho em Disco

2006-09-15 Thread Marcio Portes
/ ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http

[Axiom-developer] Re: Doyen and Sage

2006-09-14 Thread Alfredo Portes
Tim,Can the two of you work on bringing the docs up to speedwith the Doyen CD distribution? The latest work to add Sage is not in the docs yet. However, the current docs should allow anybody to reproduce the latest CD. Of course the docs can always be improved. I will revise the documentation.

[Axiom-developer] Doyen Docs

2006-09-14 Thread Alfredo Portes
Hi Bill,While editing: http://wiki.axiom-developer.org/DoyenDocs , I got this error: Some or all of this page may not have rendered properly, because of the following error: noweb: cd '/var/zope/var/LatexWiki/'; /usr/local/axiom/mnt/linux/bin/lib/noweave -delay 'DoyenDocs.pamphlet'

Re: [Axiom-developer] Fwd: [M#73697383] Re: Disk-quota Request

2006-09-14 Thread Alfredo Portes
Gaby, Tell them, we're actively working on reducing zips (the can have a look at the build-improvements branch).Furthermore, what it contains is really necessary for building Axiom for many, common, target configuration.And, we cannot move the zips somewhere else. Is it possible that you or Tim

Re: [Axiom-developer] Fwd: Re: SAGE

2006-09-14 Thread Alfredo Portes
Hi Enrique,Hi,...sorry for the delay.Well, I downloaded the CD and tried it on my laptop and it didn't work, but then I tried it on my desktop computer and it did! Sorry to hear that you had problems. I think its a great thing to have and to distribute, although I had seriousproblems mounting my

Re: [Axiom-developer] Fwd: Re: SAGE

2006-09-14 Thread Alfredo Portes
that it should detect your NTFS partition and the mounting should work fine. Again sorry for this. Also another favor, if you can give me the exact model of your laptop. Probably I can look for one similar to try to reproduce the error. Regards, Alfredo Portes

Re: [oracle_br] Dúvidas de Tuning com OWI - Oracle Wait Interface

2006-09-14 Thread Marcio Portes
: SPARC Versão do OS: 5.10 (10). - Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora! [As partes desta mensagem que não continham texto foram removidas] -- Marcio Portes Material Tecnico em Portugues

Re: [oracle_br] Dúvidas de Tuning com OWI - Oracle Wait Interface

2006-09-14 Thread Marcio Portes
fazendo I/O, isso se refletiria na V$SESSION_EVENT e também no total de operações de I/O no trace. Portanto, cabe a pergunta: tem certeza que estava monitorando a sessão correta na V$SESSION_WAIT? Outra: no trace só aparece esta query ou tem outras? Veja as recomendações do Marcio Portes tb

[Axiom-developer] Re: Doyen and Sage (was: [SAGEsupport] SAGE)

2006-09-13 Thread Alfredo Portes
Hi Bill,I saw few emails regarding adding Sage to the Doyen CD.Would you want me to add it now or wait until a possiblesupport for Axiom inside Sage.I could have a CD only with Sage for now. Also, should add your work on LatexWiki to support Sageto the Doyen CD?Regards,Alfredo Portes

[Axiom-developer] Re: Doyen and Sage

2006-09-13 Thread Alfredo Portes
it an official release in MathAction. Thank you, Alfredo Portes ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

[Axiom-developer] Re: Doyen and Sage

2006-09-13 Thread Alfredo Portes
this? Of course I can arrange to publish it as a separateitem and I will also add it to the CafePress Axiom Gear - butyou know, I am disappointed by how little gear actually gets ordered :(I like my Axiom mug and my Axiom baseball cap! :) I think this is a very good idea. Regards, Alfredo Portes

Re: [oracle_br] Instalar Oracle 9i no Red Hat ES 4

2006-09-13 Thread Marcio Portes
:hm vou testar o comando em casa.. nao deve retornar nada.. eu acho.. mas tipo.. o terminal eu abro com BOTAO DIREITO DO MOUSE ne area de trabalho do GNOME e vou em abrir terminal.. Marcio Portes [EMAIL PROTECTED] escreveu:quando voce inicia uma sessão nova do unix, qual o resultado do

Re: [oracle_br] ERRO NA ATUALIZAÇÃO DO PACTH 9.2.0.7

2006-09-13 Thread Marcio Portes
9.2.0.6.0 -- diretorio de destino oracle home Me ajudem Por favor -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html [As partes desta mensagem que não

[Axiom-developer] Re: Live CD for Conference (urgent)

2006-09-12 Thread Alfredo Portes
/ Thursday morning. Regards, Alfredo Portes ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

[Axiom-developer] Disk Quota Google

2006-09-12 Thread Alfredo Portes
Higuer powers :-) (Bill, Tim, Gaby, Ralf...),Trying to commit the Silver source to the Google repository, I had the problemof going over the disk quota limit. (100 MB).I email google and they asking me what size we need. If you can advise me on what size would be good? Regards,Alfrdo Portes

Re: [oracle_br] Probremas na instalação

2006-09-12 Thread Marcio Portes
la tudo funciona correto, na maquina ja removi e instalei novamente e tudo ok, mas agora na outra que e o notebbok como falei nada feito. O que pode ser que esta errado. Abraço a todos... -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical

Re: [oracle_br] Re: Instalar Oracle 9i no Red Hat ES 4

2006-09-12 Thread Marcio Portes
] - Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora! [As partes desta mensagem que não continham texto foram removidas] -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http

Re: [oracle_br] Re: Instalar Oracle 9i no Red Hat ES 4

2006-09-12 Thread Marcio Portes
terminal.. Marcio Portes [EMAIL PROTECTED] escreveu:quando voce inicia uma sessão nova do unix, qual o resultado do comando env | grep LIBRARY e como voce está abrindo o terminal?? On 9/12/06, Willian Frasson [EMAIL PROTECTED] wrote: mas olha soh.. como coloquei no bash_profile do

Re: [Axiom-developer] axiom.silver

2006-09-11 Thread Alfredo Portes
Hi Bill, Maybe we should setup a mirror of the SourceForge SVN repositoryon the axiom-developer.org server? Then at least we would have analternate site in case there is a network problem. I wonder if anybody have thought of putting Axiom in the Google repositories.

Re: [Axiom-developer] axiom.silver

2006-09-11 Thread Alfredo Portes
know to add them as administrators ( I can send invitations to who ever needs one.) Regards, Alfredo Portes ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

Re: [Axiom-developer] axiom.silver

2006-09-11 Thread Alfredo Portes
to who ever needs one.)I have a gmail account -- dosreis. Gaby, you are listed as owner now. You can modify it as needed. Anybody else please let me know.. Bill??? Regards, Alfredo Portes ___ Axiom-developer mailing list Axiom-developer@nongnu.org http

Re: [Axiom-developer] axiom.silver

2006-09-11 Thread Alfredo Portes
://code.google.com/p/axiom/ Regards, Alfredo Portes ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

Re: [Axiom-developer] axiom.silver

2006-09-11 Thread Alfredo Portes
Tim,You are listed as owner on:http://code.google.com/p/axiom/Alfredo ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

Re: [oracle_br] Listar intervalos

2006-09-05 Thread Marcio Portes
1210 1211 1212 Da pra fazer usando o connect by? Sugestões? -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html

Re: [oracle_br] Exportar a SENHA dos Usuarios no DUMP

2006-09-05 Thread Marcio Portes
. Aprendiz -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html [As partes desta mensagem que não continham texto foram removidas

Re: [Axiom-developer] Re: Requiring LaTeX

2006-09-02 Thread Alfredo Portes
Ray,On 9/2/06, Raymond E. Rogers [EMAIL PROTECTED] wrote:Alfredo,Oh, please please; what good is literate programing if nobody understands what is said.Known error outs should automatically tell the user (typically inexperienced) what to do.RayAlfredo Portes wrote: and the error is shown

Re: [Axiom-developer] Re: Requiring LaTeX

2006-09-02 Thread Alfredo Portes
Gaby, I knew this part was going to be taken in another context, and by no meansI tried to underestimate the work you are doing. Plus, I do recall your emailexplaining that you did not want waste time testing on systems, when you could focus on your research or teaching.Here is a concrete proposal

Re: [oracle_br] Re: Performance de Query

2006-08-24 Thread Marcio Portes
Tabela BOP_RG_FONEMA: 2249330 Linhas O tempo esta muito alto, alguma ídeia para melhorar essa query? Att, Jorge Donato -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com

Re: [oracle_br] Procedure com Row_number() não executa

2006-08-23 Thread Marcio Portes
* - E-mail: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] [As partes desta mensagem que não continham texto foram removidas] -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning

Re: [oracle_br] Performance de Query

2006-08-23 Thread Marcio Portes
, Jorge Donato -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html [As partes desta mensagem que não continham texto foram removidas

Re: [oracle_br] duvida com arquivos de tablespace...

2006-08-23 Thread Marcio Portes
fazer um display dos objetos que contem o arquivo data_03.dbf ? Muito Obrigado…. -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http://mportes.blogspot.com/2006/02/practical-learning-oracle.html [As partes desta mensagem que

Re: [Axiom-developer] SAGE, Axiom, and usage

2006-08-22 Thread Alfredo Portes
On 8/22/06, Alfredo Portes [EMAIL PROTECTED] wrote: On 23 Aug 2006 00:36:39 +0200, Gabriel Dos Reis [EMAIL PROTECTED] wrote: I agree in principle -- and that is what I tried to do.However:(1) At the moment, Axiom does not look simple to build/installdespite efforts in that direction; Maybe you

[Axiom-developer] Re: Another question

2006-08-21 Thread Alfredo Portes
Bill,On 8/20/06, Bill Page [EMAIL PROTECTED] wrote: By complete do you mean the output of an entire Axiom session?Using just dvipng would result in one png file for each page ofthe latex document. Certainly it is possible to present the outputof LaTeX in this format but treating everything as an

[Axiom-developer] Re: Help/Guidance/anything...

2006-08-18 Thread Alfredo Portes
Thanks Tim for taking time to respond.The fundamental idea we are trying to achieve is to take a pamphlet file from an external website URL and somehow drag-and-drop it ontoa browser location. Ok this is clear. I ran into a big problem right now. The ondrag (start, end..) events are not

[Axiom-developer] Re: Help/Guidance/anything...

2006-08-18 Thread Alfredo Portes
Bill,Time is something that should be freely given ... :) Yes but I do not want to burn that bridge. :-). I think what Tim is talking about is more similar to the Sage Notebook interface than it is to MathAction. MathAction does not use a liveAxiom process running in the background. The only

[Axiom-developer] AxiomUI

2006-08-18 Thread Alfredo Portes
Bill,http://wiki.axiom-developer.org/AxiomUIwhat is the status of this project???Regards,JAPP ___ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer

[Axiom-developer] Axiom LatexWiki

2006-08-18 Thread Alfredo Portes
Bill any idea what is this:vp1:=draw(sin(x), x=%pi/10..%pi) System error: (SYSTEM gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -I/home/page/repository/axiom--main--1/mnt/linux/bin/../h -O3 -fomit-frame-pointer -c \/tmp/gazonk1.c\ -o \/tmp/gazonk1.o\ -w) returned a non-zero value 0. I get

[Axiom-developer] Another question

2006-08-18 Thread Alfredo Portes
Bill,Probably this has come out many times in previous discussions.Given the latex output from Axiom, what would be the best way to display it on a webpage. Complete as latex document - latex - dvipng??? or how is it done on MathAction?Regards,JAPP ___

[Axiom-developer] Axiom Session

2006-08-18 Thread Alfredo Portes
Bill,In http://toolbox1.sytes.net/~alfredo/axiomui/is any way to keep the Axiom session open in a server side script.With this I mean, when I call axiom, I open a FILE stream and call certain functions in Axiom and get the result like this:In perl, I am doing something like this:open (FILE, |

Re: [oracle_br] ORA-29857 JLChiapa / ou Quem Souber!!

2006-08-17 Thread Marcio Portes
?? att Welvis Douglas ___ Você quer respostas para suas perguntas? Ou você sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas ! http://br.answers.yahoo.com/ -- Marcio Portes Material Tecnico em

Re: [oracle_br] Bug no to_char?

2006-08-17 Thread Marcio Portes
, eu recebo como retorno o valor 0123 (com um espaço no inicio) e não 0123 como o esperado. Por que? Isso é algum bug ou é proposital? Nas versões mais novas (10g) isso tambem acontece? []s Ivan -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical

Re: [oracle_br] Vagas

2006-08-17 Thread Marcio Portes
, se possível. Pelo menos comigo, não houve uma vez sequer que tentei entrar e o site estava fora do ar. -- Reginaldo Ribeiro - DBA Oracle http://www.dbcom.com.br [EMAIL PROTECTED] skype: dbcom_it_experts 55 11 92344290 -- Marcio Portes Material Tecnico em Portugues - http

Re: [oracle_br] Conexão com o Banco Oracle 9i

2006-08-16 Thread Marcio Portes
. tentei instalar o Oracle 10g na C: mais não achou, copiei as instância do D: tnsname.ora para a do C: mais mesmo assim nada. Como poderiam me ajudar.. -- Marcio Portes Material Tecnico em Portugues - http://mportes.blogspot.com Practical Learning Oracle - http

<    1   2   3   4   5   6   7   8   9   >