[REBOL] Re: MD5 Lib and other questions

2004-03-27 Thread reboler

Thanks Gabrielle!!


-- Início da mensagem original ---

  De: [EMAIL PROTECTED]
Para: quot;rebolerquot; [EMAIL PROTECTED]
  Cc: 
Data: Sat, 27 Mar 2004 12:32:48 +0100
 Assunto: [REBOL] Re: MD5 Lib and other questions

 
 Hi reboler,
 
 On Saturday, March 27, 2004, 11:29:16 AM, you wrote:
 
 r 1. Do you have a lib to generate MD5 from Rebol?
 
  checksum/method Your data 'MD5
 == #{E4C59D4886A08FC06A4F37FACE87A26C}
 
 Regards,
Gabriele.
 -- 
 Gabriele Santilli [EMAIL PROTECTED]  --  
REBOL Programmer
 Amiga Group Italia sez. L'Aquila  ---   SOON: 
http://www.rebol.it/
 
 -- 
 To unsubscribe from this list, just send an email to
 [EMAIL PROTECTED] with unsubscribe as the 
subject.
 
 
 
__
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/



-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Text Mining, Summarizers, Bayesian learning

2004-02-18 Thread reboler

Hi Folks!,

Is there anybody developing tools or algorithms in 
Rebol for text processing such as:

clustering;
stopwords and steaming;
summarizing; or bayesian learning for social networks ?


Anybody?

thanks in advance,

--DJ
 
__
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/



-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] multitasking

2004-02-09 Thread reboler

Hi Folks!,

is there anyway to 'read in paralell?

I mean to 'read three or more sites simultaneously.

a: read site1
b: read site2

but in paralell, not waiting for each line execution.

thanks in advance,

--DJ



 
__
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/



-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] problems with 'read

2004-01-21 Thread Reboler

Hi Folks!,

Sorry to disturb you again..

But does anybody know how to read this url?

{http://www.scirus.com/srsapp/search?q=metadatacn=allt=allco=ANDq=cn=al
lt=allfdt=1930tdt=2005dt=allff=allds=sdsa=allg=a}

Well, I think the problem has to be with cookies.. because if you try to
read the same url using IExplorer.. it does handle the job..

REBOL []

a:
{http://www.scirus.com/srsapp/search?q=metadatacn=allt=allco=ANDq=cn=al
lt=allfdt=1930tdt=2005dt=allff=allds=sdsa=allg=a}
a: to-url a
b: read a
print b

Should it be so simple ? but it isn't.
Why RT doesn't build a full-compliant version of read that does handle
everything that a browser does ...

FYI.. using: REBOL/Core 2.5.6.3.1

Rebol Gurus, please help me.

Thanks in advance..

--DJ


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: problems with 'read

2004-01-21 Thread reboler

Thanks Sunanda and Gabriele!!
It worked!!

Best Regards,

--DJ

 
 DJ:
 
  Well, I think the problem has to be with cookies.. be
cause if you try to
   read the same url using IExplorer.. it does handle t
he job..
 
 Not quite, but even more annoying --
 they are checking the name of the 
 browser and ignoring anything that isn't IE. It won't w
ork with Opera or Mozilla 
 either.
 
 Try this:
 
 system/schemes/http/user-
agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 
 NT 5.0)
 
 print read 
 http://www.scirus.com/srsapp/search?
q=metadatacn=allt=allco=ANDq=cn=allt=allfdt=1930t
dt=2005dt=allff=a
 llds=sdsa=allg=a
 
 
 That user-
agent name is a common way IE identifies itself (yes, it 
spoofs 
 itself as Mozilla. It's a strange world we live in)
 
 Sunanda.
 -- 
 To unsubscribe from this list, just send an email to
 rebol-
[EMAIL PROTECTED] with unsubscribe as the subject.
 
 

 
__
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/



-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Rebol for Openbsd 3.4

2003-12-24 Thread Reboler

Hi Folks!,

I really don't know why is so different the versions of OpenBSD
3.0/3.3/3.4..
My ISP was using OpenBSD 3.0, I've download the last version of my Rebol for
OpenBSD 3.3, but unfortunately rebol for OpenBSD 3.3 was not running on
OpenBSD 3.0.
Then I asked my ISP to upgrade the systems.. What a surprise.!!

The Rebol for OpenBSD 3.3 is not running on OpenBSD 3.4!!
I receive the message Wrong Architecture

Well, How can I get out of this.. months and months bothering the sysadmin
to upgrade the system.. well :(

Is there anybody suffering with the same problem?

Thanks in advance.

Best Regards and Merry Christimas for all !!!

--DJ


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Rebol for Openbsd 3.4

2003-12-24 Thread Reboler

Thanks you very much Jaime.. I'll be here waiting..

Merry  Christimas!!

Best Regards,

--DJ


- Original Message - 
From: Jaime Vargas [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 24, 2003 9:36 PM
Subject: [REBOL] Re: Rebol for Openbsd 3.4


 
 DJ, You probably can get Rebol/Core for 3.3 to run on 3.0. You just
 need to link to the proper libc.  I will try to test this and let the 
 list
 know.
 
 Regarding 3.4-- the problem is that RT needs to generate new
   distros. OpenBSD has changed from a.out binary format to ELF.
 ELF was used for all the other architectures (68K, PowerPC, Sparc)
 and a.out was used for the x86 architecture.  Due to this change
 at the core of the OpenBSD for x86, we need a new distro of rebol.
 
   I wanted to request this new obsd build to RT, but I have
 not done it yet. I want Carl to keep focused in bringing View 1.3,
 but maybe it doesn't take that much time. I will send an email to
 Carl or Cindy and ask them.
 
 Merry Xmas and Happy New Year from a real silent lurker.
 
 Cheers, Jaime
 
 -- The best way to predict the future is to invent it -- Steve Jobs
 
 On Dec 24, 2003, at 10:41 AM, Reboler wrote:
 
 
  Hi Folks!,
 
  I really don't know why is so different the versions of OpenBSD
  3.0/3.3/3.4..
  My ISP was using OpenBSD 3.0, I've download the last version of my 
  Rebol for
  OpenBSD 3.3, but unfortunately rebol for OpenBSD 3.3 was not running on
  OpenBSD 3.0.
  Then I asked my ISP to upgrade the systems.. What a surprise.!!
 
  The Rebol for OpenBSD 3.3 is not running on OpenBSD 3.4!!
  I receive the message Wrong Architecture
 
  Well, How can I get out of this.. months and months bothering the 
  sysadmin
  to upgrade the system.. well :(
 
  Is there anybody suffering with the same problem?
 
  Thanks in advance.
 
  Best Regards and Merry Christimas for all !!!
 
  --DJ
 
 
  -- 
  To unsubscribe from this list, just send an email to
  [EMAIL PROTECTED] with unsubscribe as the subject.
 
 
 -- 
 To unsubscribe from this list, just send an email to
 [EMAIL PROTECTED] with unsubscribe as the subject.
 
 


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: HTTP Headers

2003-12-04 Thread Reboler

Thank you.. Anton


- Original Message - 
From: Anton Rolls [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 03, 2003 11:44 PM
Subject: [REBOL] Re: HTTP Headers


 
 select system/options/cgi/other-headers HTTP_REFERER
 
 ?
 
 Anton.
 
  Hi Folks!,
  
  I was wondering how to track where the users come from 
  using HTTP_REFERRER.. 
  
  I've try to get this environment variable.. but I didn't 
  receive it. Am I doing something wrong?
  
  thanks in advance..
  
  Regards,
  
  --DJ
 
 -- 
 To unsubscribe from this list, just send an email to
 [EMAIL PROTECTED] with unsubscribe as the subject.
 
 


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] HTTP Headers

2003-12-03 Thread reboler

Hi Folks!,

I was wondering how to track where the users come from 
using HTTP_REFERRER.. 

I've try to get this environment variable.. but I didn't 
receive it. Am I doing something wrong?

thanks in advance..

Regards,

--DJ

 
__
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/



-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Sending Email

2003-11-22 Thread reboler

Hi Folks!,

I'd like to know how can I send emails treating the 
errors?

If I send to my ISP, sometimes it returns an error 415.. 
timeout..
Other senders.. to others domain, I receive an error 
553..

Maybe it's the version of my Rebol/Command 2.00091.. :(((

But if you try to send an e-mail directly to me at 
[EMAIL PROTECTED], you will what kind of message I'm 
talking about.

I was always using 

error? try [send email emailmessage]

Am I doing anything wrong ?

Any tips?

Thanks in advance!!

Regards!

--DJ

 
__
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/



-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Invalid data type during recycle

2003-11-17 Thread Reboler

Hi Folks!,

How can I avoid this kind of error?

Invalid data type during recycle

Any tips?

Thanks in advance

Best Regards!

--DJ


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Invalid data type during recycle

2003-11-17 Thread Reboler

No Max,

I'm using the Rebol/Command. Sometimes this error appears.. Sometimes not..
How come?

Any tips?

Thanks in advance.

--DJ
- Original Message -
From: Maxim Olivier-Adlhoch [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 17, 2003 2:19 PM
Subject: [REBOL] Re: Invalid data type during recycle



 Are you using an old(er) version of rebol

 -MAx
 ---
 You can either be part of the problem or part of the solution, but in the
end, being part of the problem is much more fun.


  -Original Message-
  From: Reboler [mailto:[EMAIL PROTECTED]
  Sent: Monday, November 17, 2003 3:47 AM
  To: [EMAIL PROTECTED]
  Subject: [REBOL] Invalid data type during recycle
 
 
 
  Hi Folks!,
 
  How can I avoid this kind of error?
 
  Invalid data type during recycle
 
  Any tips?
 
  Thanks in advance
 
  Best Regards!
 
  --DJ
 
 
  --
  To unsubscribe from this list, just send an email to
  [EMAIL PROTECTED] with unsubscribe as the subject.
 
 

 --
 To unsubscribe from this list, just send an email to
 [EMAIL PROTECTED] with unsubscribe as the subject.




-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Cookies again!

2003-11-11 Thread Reboler

Hi Folks!

Sorry to bother you again. But how can I read the
Net-log: [low level read of  2048 bytes] ?
Net-log: [low level read of  2048 bytes]

does anybody know what it is? Any people from RT?

I saw with trace all that it is reading a cookie (low level of reading), at
least search for one.. do you know how can I read this?
Because in the end I can get the cookie from http_header.. as you can see..

Net-log: [Opening ssl for https]
Net-log: {GET
/entry/default.asp?pagfim=http%3A%2F%2Fwww%2Esite%2Ecom%2Ebr%2Fonline%2Fpais
%2Fdefault%2Easp HTTP/1.0
Accept: */*
Connection: close
User-Agent: Mozilla 4.0
Host: somesite.site.com

}
Net-log: HTTP/1.1 200 OK
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
Net-log: [low level read of  2048 bytes]
ASPSESSIONIDQSCAABDR=KFJPEKADCKFAIMFMMFBNADFJ; path=/


Any tips?

Thanks in advance

Best Regards,

--DJ


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Cookies again!

2003-10-20 Thread Reboler

Hi Folks!,

Do you know how to set multiple cookies in Rebol.. to read and set multiple
cookies.. such as:

Set-Cookie: infgleiglo=; expires=Sun, 19-Oct-2003 13:14:34 GMT; path=/
Set-Cookie: infgregest=; expires=Sun, 19-Oct-2003 13:14:34 GMT; path=/
Set-Cookie: infgcodest=; expires=Sun, 19-Oct-2003 13:14:34 GMT; path=/
Set-Cookie: infgsexo=; expires=Sun, 19-Oct-2003 13:14:34 GMT; path=/
Set-Cookie: infgnome=; expires=Sun, 19-Oct-2003 13:14:34 GMT; path=/
Set-Cookie: infgdatnas=; expires=Sun, 19-Oct-2003 13:14:34 GMT; path=/
Set-Cookie: habilitacookies=ok; path=/
Set-Cookie: infgemail=; expires=Sun, 19-Oct-2003 13:14:34 GMT; path=/
Set-Cookie: TEMPMOVID=; expires=Sun, 19-Oct-2003 13:14:34 GMT;
domain=.oglobo.com.br; path=/
Set-Cookie: infgmailparceiros=; expires=Sun, 19-Oct-2003 13:14:34 GMT;
path=/
Set-Cookie: infgmailglobo=; expires=Sun, 19-Oct-2003 13:14:34 GMT; path=/

Thanks in advance,

Best Regards,

--DJ


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Handling Cookies

2003-10-09 Thread Reboler
Hi Folks!,

Sorry to bother you again, but I'm having problems how to handle cookies.

I'm accessing a site that has a form processing of the user entry in https scheme.
When I run it using http-tools.r (by Grahan Chiu), I can get the the 
'ASPSESSION=#'

and then there is a redirecting 302 to the url that I was trying to access. But as I 
have to keep it alive emiting the cookie back to the server, for every single url in 
normal http scheme, the server redirects me to the secure server just to check the 
cookies.

I've try also RebOldes' Cookie-daemon, but it doesn't handle https requests, I think. 
Just to remember I have the Rebol/Command.

Do you know how can I handle cookies in HTTPS and HTTP schemes without getting jumping 
from one side to another ?

Thanks in advance.

Best Regards!!

--DJ

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Cookies and Redirected URLs

2003-09-22 Thread Reboler

Hi RebOldes,

Thanks.. I was really needing the cookie-daemon.

Best Regards,

-DJ


- Original Message -
From: rebOldes [EMAIL PROTECTED]
To: Reboler [EMAIL PROTECTED]
Sent: Monday, September 22, 2003 5:51 AM
Subject: [REBOL] Re: Cookies and Redirected URLs



 Hello Reboler,

 Sunday, September 21, 2003, 8:17:20 PM, you wrote:


 R Hi Folks!,

 R Sorry to bother you, but I'm really needing of your guru advices.
 R How can I read all the cookies set by the server?

 R I'm reading an URL that sets a cookie, then redirects to another URL,
set
 R another cookie, then redirects to another URL and set another cookie,
this
 R process takes five steps.
 R I just can read the first URL, because after I set the cookie it
redirects
 R to another url, then I receive the error 404.

 R I've also tried:

 R port: open http://www.somesite.com/?xasfsnfÇNDF;;;
 R headers: port/locals/headers
 R urls: port/locals/list
 R if empty? urls [ urls: port/url ]
 R close port

 R If I could get all the new urls and the cookies great, but it's not
working.
 R Any tips?
 R What about RebOldes' cookie-daemon?

 R Thanks in advance,

 R Best Regards,

 R --DJ




 The cookies-daemons was not able to staore cookies during redirection,
 but it was not difficult to fix it. Just try the latest version
 bellow. The %http-patch.r  also contains Rebol's http bug fix related
 to setting proper referer value (it was not possible to set custom referer
 value if you were using POST command).

 1. run %cookies-daemon.r
 2. read the page - all related cookies should be sent with the request and
 new one stored in the cookies-daemon/cookies block.

 If you set trace/net on you can see something like that:

 URL Parse: none none 127.0.0.1 85 test/ redirect.php
 Net-log: [Opening tcp for HTTP]
 connecting to: 127.0.0.1
 Net-log: {GET /test/redirect.php HTTP/1.0
 Accept: */*
 Connection: close
 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
 Host: 127.0.0.1:85
 }
 Net-log: HTTP/1.1 302 Found
 Net-log: [Cookie new {redirected=yes; expires=Mon, 22-Sep-2003
08:37:38 GMT; path=/; domain=127.0.0.1}]
 URL Parse: none none 127.0.0.1 85 test/ cookie.php
 Net-log: [Opening tcp for http]
 connecting to: 127.0.0.1
 Net-log: {GET /test/cookie.php HTTP/1.0
 Accept: */*
 Connection: close
 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
 Host: 127.0.0.1:85
 Cookie: redirected=yes
 }
 Net-log: HTTP/1.1 200 OK
 Net-log: [Cookie new {name1=hura; expires=Mon, 22-Sep-2003 08:37:38
GMT; path=/; domain=127.0.0.1}]
 Net-log: [Cookie new {name2=hura2; expires=Mon, 22-Sep-2003 08:36:08
GMT; path=/test/}]
 Net-log: [Cookie new {name2=test; expires=Mon, 22-Sep-2003 08:36:08
GMT; path=/test}]
 Net-log: [Cookie new {TestCookie2=hodnota; expires=Mon, 22-Sep-2003
08:36:08 GMT}]
 Net-log: [low level read of  2048 bytes]
 Net-log: [low level read of  2048 bytes]


 and here is the cookies-daemon:

 change-dir dirize to-file ask Choose directory to extract: 
 write/binary %cookies-daemon_0.3.1.rip #{
 5B0A202020205245424F4C205B0A20202020202020205469746C653A20225245
 424F4C2053656C662D65787472616374696E672042696E617279204172636869
 766520285249502922200A2020202020202020446174653A2032322D5365702D
 323030332F31303A33323A33352B323A3030200A202020202020202046696C65
 3A2025636F6F6B6965732D6461656D6F6E5F302E332E312E726970200A202020
 20202020204E6F74653A207B546F20657874726163742C207479706520524542
 4F4C20636F6F6B6965732D6461656D6F6E5F302E332E312E726970206F722072
 756E205245424F4C20616E6420747970653A20646F20636F6F6B6965732D6461
 656D6F6E5F302E332E312E7269707D5D200A2020202066696C653A2025636F6F
 6B6965732D6461656D6F6E5F302E332E312E726970200A2020202073697A653A
 2034343036200A20202020706174683A2025636F6F6B6965732D6461656D6F6E
 2F302E332E312F200A20202020766572626F73653A206E6F7420616C6C205B73
 797374656D2F7363726970742F617267732073797374656D2F7363726970742F
 61726773203D202771756965745D200A2020202066696C65733A205B25687474
 702D70617463682E7220323735322025636F6F6B6965732D6461656D6F6E2E72
 20313635345D200A20202020636865636B3A2035363936303239200A20202020
 6966206E6F74206578697374733F2070617468205B6D616B652D6469722F6465
 657020706174685D200A20202020617263686976653A20726561642F62696E61
 72792066696C65200A20202020617263686976653A206E6578742066696E642F
 636173652F7461696C206172636869766520746F2D62696E617279206A6F696E
 202221444154412220223A22200A20202020696620636865636B203C3E206368
 65636B73756D2061726368697665205B7072696E74205B22436865636B73756D
 206661696C65642220636865636B20636865636B73756D20617263686976655D
 2068616C745D200A20202020666F7265616368205B66696C65206C656E5D2066
 696C6573205B0A2020202020202020696620766572626F7365205B7072696E74
 205B7461622066696C655D5D200A2020202020202020656974686572206C656E
 203D2027444952205B0A2020202020202020202020206966206E6F7420657869
 7374733F20706174682F3A66696C65205B6D616B652D6469722F646565702070
 6174682F3A66696C655D5D205B0A202020202020202020202020646174613A20
 6465636F6D707265737320636F70792F706172742061726368697665206C656E