r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Announce] Announcements only - use Ann-reply to chat

Ingo
29-Mar-2006
[249x2]
Oh, by the way, it's called imapx-handler.r, and adds some handling 
of mail-folders and and the possibility to fetch only specific headers 
to the imap protocol.
And I'd call it pre alpha, though it works for me.
Robert
29-Mar-2006
[251x2]
Ok, yesterday (28-Mar) I became father as well. Here are the current 
features of my daugther "Vanessa Marie":
- weight 2980g
- measures 49cm

mom and she are in perfect condition. I will setup a web-page soon.
Jaime, so your son has the same birthday?
[unknown: 10]
29-Mar-2006
[253]
Congratulations Robert ...!
[unknown: 9]
29-Mar-2006
[254x2]
Wow!  upload a photo!
Sorry...on behalf of Sunanda: [Please respond to announcements in 
Ann-Reply]
JaimeVargas
30-Mar-2006
[256x3]
Robert, My son birthday is March 29, he was born at 2:25am
Congratulations to you too on your daugther. ;-)
Here are some pictures of Tadeo and family http://tinyurl.com/e7w7o
Kaj
30-Mar-2006
[259]
I see you couldn't resist bringing your computer ;-)
Thør
2-Apr-2006
[260]
.
Vincent
6-Apr-2006
[261]
crc-32.r script updated to work on big files:

http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=crc32.r

One can either uses the /direct mode (crc-32/direct %file buffer-size) 
or 

the /continue refinement to calculate a checksum part by part (new-crc: 
crc-32/continue next-data old-crc)

- rebcode version for 1.3.61 included (as fast as the 'checksum native)
Maxim
7-Apr-2006
[262x2]
I am publicly announcing a new (working) project of mine.
REAVER -  Rebol Asset versioning. a versioning engine built over 
database.  but it does not version files. it versions data itself.
Robert
7-Apr-2006
[264]
Sounds cool. What's the use case for it?
Maxim
7-Apr-2006
[265x2]
going to ann-reply ;-)
(actually !Reaver group)
JaimeVargas
7-Apr-2006
[267x2]
Information on the ICFP Programming contest for 2006 are up. It's 
being held on July 21-24, 2006 and run by Carnegie Mellon University.
 
http://icfpcontest.org/index.shtml
I hope to see a Rebol group participating, it will be a good way 
to get some promotion.
Graham
26-Apr-2006
[269]
This is really a testament to Beer and Rebol, but the EMR I was writing 
feels so much like a desktop client that I have partnered with a 
company to release it as an ASP.  http://www.synapsedirect.com...
eFishAnt
2-May-2006
[270]
Visit  http://www.TGD-Consulting.de/Download.htmland take a look 
at

the final release of Hex-It!. (I posted on behalf of Dirk Weyand, 
since he cannot reach AltME)


Hex-It! is a small but powerful hex-editor. You can use this tool 
to analyse
or alter the "fingerprints" for any kind of files.

Known first as a contribution to the REBOL Demo 2006 contest, the 
final
release with enhanced features is available now.
Features of Hex-It! v1.2.0:
---------------------------
* cross platform hex-editor

* free "save-feature" for small files sized lesser 15 KB, to edit 
larger
  files purchase a license-key that unlocks this limitation
* enhanced spot navigation with mouse scroll-wheel support
* non blocking file access 

* support of large files (a maximum chunk of 1MB file-data is only 
held in
  memory at once)
Some notes and useful tips & tricks on the usage of Hex-It!:
------------------------------------------------------------

- Modifications of files were automatically saved on exit, if you 
load

another file or if a different chunk of the same file is selected.
- Byte selection:

  + Select a byte with a left mouse button (LMB) click on the hexadecimal
    values to the left. The byte is highlighted then.

  + If a byte is selected, either use the cursor keys or the scroll-wheel 
  of
    the mouse to scroll through the bytes of the file.

  + Change a selected byte with plus (+) & minus (-) or just enter 
  its

    new value. Single characters, three digit numbers or single hexadecimal
    values are valid.

  + Use the right mouse button (RMB) to deselect a highlighted byte.
- Spot-navigation:

  + The spot specifies the index/position of a byte in the file. If 
  no byte

    is selected it shows the position of the top left byte displayed. 
  + Enter a number to set directly the spot to a byte-position.

  + Skip a certain amount of bytes relative to the current spot by 
  using

    plus (+) & minus (-), e.g. "+10000" skips 10000 bytes forward and
    "-1000" skips 1000 bytes backwards. 

  + Skip to end of file: Click with the RMB on the arrow-down Spot-button
    or use the "End"-Key.

  + Skip to first byte of file: Click with the RMB on the arrow-up
    Spot-button or use the "Home"-Key. 
- Seek:
  + ASCII- or Hex-Strings are valid queries.

  + LMB click on the "Seek"-button seeks from the current position.

  + RMB click on the "Seek"-button seeks from the beginning of the 
  file.

Please note, that the license of this release is not BSD like anymore.
Maarten
9-May-2006
[271x4]
SURFnet Detective version 3 "soft launch"  on http://detective.surfnet.nl/en/index_en.html
Let me know if you like it (private), what your experiences are (especially 
on Linux). Note that the sourcecode is published!
If you like it, pass it around to all your friends that have networking 
problems. That's what it's for!
And if you want a co-branded Detective, let *me* know: there is a 
free builder portal for that as well.
Graham
14-May-2006
[275x2]
http://www.compkarori.com/reb/download-manager.r


is a wrapper around Anton's batch download script.  It reads a configuration 
file(s) from a site and loads the data into the script.

This is as: file description url and then extended file description.

Defaults are embedded into the script and are used if the read fails.
You can use it to download iso files etc.
Any urls in the extended file description are clickable.
Ryan
14-May-2006
[277]
printout.r, windows print function. www.practicalproductivity.com/files/printout.r
Graham
14-May-2006
[278x2]
404s
http://www.practicalproductivity.com/files/PRINTOUT.R
Ryan
14-May-2006
[280x3]
Thanks, you identified a problem with my ftp send-to utility!
Also, I think I may have uploaded the wrong version, make sure you 
have 0.9.2.
BTW: fixed my ftp send-to utility, so make sure to use the lowercase 
link!
Gregg
15-May-2006
[283]
Cool Ryan. Thansk for posting that!
Ryan
15-May-2006
[284x2]
http://www.practicalproductivity.com/files/xls2txt.xls- excel macro 
I made to convert excel spreadsheet into tab delimitted text. Pretty 
handy!
http://www.practicalproductivity.com/files/xls2txt.r- example code 
for xls2txt.xls
Maxim
15-May-2006
[286]
The Rebol Week  --  your weekly source of   "what's going on in the 
REBOL world?" 
http://rebolweek.blogspot.com
[unknown: 9]
15-May-2006
[287]
I really like the blog look.
Graham
15-May-2006
[288]
haha ... don't look too long, Max is going to change it!
Anton
16-May-2006
[289]
http://home.wilddsl.net.au/anton/rebol/util/batch-download.r

http://home.wilddsl.net.au/anton/rebol/util/demo-batch-download.r
  ; <--- this will get my SITE variable wrong, but look in it for 
usage
Rebolek
31-May-2006
[290]
http://krutek.info/rebol/hardcode.zip- This is first version of 
Search'n'replace-kind of utility. Please, let me know what do you 
think about it.
Volker
1-Jun-2006
[291x2]
some motivation for faster view. preview, installation is somewhat 
complicated, and the (few) texts  still german. http://polly.rebol.it/test/test/game/run.r
run the script. it needs some mb  sprites, which i get from another 
website. http://reinerstileset.4players.de/T_dino_green.zipand http://reinerstileset.4players.de/Tblue knight.zip 
.

when you run it, it makes a %sprites/ - folder in its dir. unzip 
the sprites in folders, %T_dino_green.zip in T_dino_green/ etc. and 
put these folders in the %sprites/-folder .

click "zum spiel" and avoid the dino.. (or, ctrl+cursor  swings sword 
:)
Carl
1-Jun-2006
[293]
Rebolweek blog nice to see it there!!


I wonder why at the top it says May 15, when there are entries below 
it with newer dates? An error?
Graham
1-Jun-2006
[294]
It says that because that is the date the original entry was created. 
 We created a few blank records and update them at the right week. 
I guess we should look at the template and remove that information.
Ryan
8-Jun-2006
[295]
A few announcements...


A simple to use progress indicator I use in my automation scripts...

www.practicalproductivity.com/files/progress.r

Snip and splice, must-haves for text processing...

www.practicalproductivity.com/files/snippers.r


The following is not well tested, so feedback is welcome. Its some 
tools for working with headers and allows you to disable http redirects...

www.practicalproductivity.com/files/http-tools.r


If you have wrist issues from using the mouse, try Joystick Navigator 
(windows). No rebol inside, but it may help make more rebol software.

www.practicalproductivity.com/joy-nav/


btw, I have a patch for sending html emails. Its pretty rough at 
this point, so contact me if you must have it.
Maxim
10-Jun-2006
[296]
Standalone VPRINT (verbose print)  implementation released on rebol.org. 
 This is the most advanced output/logging management utility for 
REBOL AFAIK.


features:  Extremely easy to setup and use (direct drop-in equivalent 
Print/Prin/probe/??  implemented ... even in logs :-),   hierarchical 
nesting of any output (tracing),  transparent logging,  on-the-fly 
selection of output,  "allow and deny"  any combination of individual 
tags to be output/logged ,   postponed output buffer for tight loops 
(not implemented for log). 

BSD license.


Instead of using pre-defined "levels" of verbosity, you associate 
individual print statements with (one or more) conceptual tags.  
Then you can programatically switch the desired output tags on the 
fly.  Effectively allowing only one function or a whole group of 
them to be displayed OR logged with one setup call when they are 
next encountered.    


The logging tag selections are independent from the console output 
so you can choose to display more or less of what you log out.  In 
fact, you can even log different output than what is printed.


This tool is not beta, it is being used in commercial environment. 
 It is very stable AFAIK and fully-featured.
Maxim
11-Jun-2006
[297]
New installement of "The REBOL Week" available.   A LOT happening, 
and a fresh new layout.   :-)
http://rebolweek.blogspot.com/
Dockimbel
11-Jun-2006
[298]
MySQL driver 1.0 released today. See http://www.softinnov.org/rebol/mysql.shtml