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

Volker
1-Jun-2006
[292]
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
yeksoon
12-Jun-2006
[299x2]
from DocKimbel :


MySQL driver 1.0 released today. See http://www.softinnov.org/rebol/mysql.shtml
June 12, 2006
post wrongly again.

meant for REBOLWeek tracking.
Sunanda
12-Jun-2006
[301]
Mailing List Archive tagging project has reached a major milestone:

http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-message.r?m=rmlWJKC
Brett
17-Jun-2006
[302]
Get a parse tree result from Parse


http://www.rebol.org/cgi-bin/cgiwrap/rebol/documentation.r?script=load-parse-tree.r


For fans of REBOL's Parse function, it could be particularly useful 
used with Gabriele's Rewrite function.
Rebolek
23-Jun-2006
[303]
First public beta version of Sintezar PM-101, The Digital Phase Distortion 
Synthesizer has been released. See http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=pm-101.r
(please reply to Sound group, thanks).
Anton
27-Jun-2006
[304]
First release of  COMLib-anton    (Benjamin Maggi's COMLib, reengineered)
http://home.wilddsl.net.au/anton/rebol/os/windows/COMLib/
Pekr
28-Jun-2006
[305]
It is my pleasure to announce, that Cyphre was contracted to bring 
what I regard latest limiting factor for RebGUI database experience 
- a grid. The grid should support following features - visible/non-visible 
columns, both vertical/horizontal scrolling, keyboard support, programmable 
navigation, tri-state columns sorting, possibility to put other styles 
in cells. Expect it being in the middle of capabilities of RebGUI 
table, and Henrik's grid. The grid should be also easily portable 
to VID. The license - BSD.


Other things Cyphre will look into with regards to Rebgui is, how 
to make RebGUI a bit more pretty, centralising other things or simply 
allowing gradients for tabs etc. That is subject to change.


On non RebGUI front, we should have better sys-tray support under 
Windows, probably via .dll ....

The time-frame is three weeks from today. Stay tuned!
Maarten
29-Jun-2006
[306]
Good news!
james_nak
29-Jun-2006
[307]
Anton...Incredible. Thanks for this.
Carl
30-Jun-2006
[308x2]
Very good!   Also, if Cyphre can work with us on R2 update, we can 
add those systray features native.
(To prevent requirement of DLLfor systray  if possible.)
Cyphre
30-Jun-2006
[310]
Yes, that would be great.
Dockimbel
1-Jul-2006
[311]
Fix for MySQL driver released today (v1.0.7):


 o Fixes a comptability issue in handshaking with new servers using 
 old passwords format.

See http://www.softinnov.org/rebol/mysql.shtml
Gordon
1-Jul-2006
[312]
That's amazing.  Thanks Dockimbel.
Henrik
7-Jul-2006
[313]
TOOLBAR version 0.0.3 released.


Toolbar is a new layout function for creating a MacOSX or Windows 
style toolbar for VID.

Files:

http://hmkdesign.dk/rebol/toolbar/toolbar-manual.html
http://hmkdesign.dk/rebol/toolbar/toolbar.r
http://hmkdesign.dk/rebol/toolbar/toolbar-demo.r
Henrik
13-Jul-2006
[314]
TOOLBAR version 0.0.5 released.

Files:

http://hmkdesign.dk/rebol/toolbar/toolbar-history.html
http://hmkdesign.dk/rebol/toolbar/toolbar-manual.html
http://hmkdesign.dk/rebol/toolbar/toolbar.r
http://hmkdesign.dk/rebol/toolbar/toolbar-demo.r
http://hmkdesign.dk/rebol/toolbar/toolbar-demo-2.r
Gabriele
9-Aug-2006
[315]
Updated: http://www.rebol.net/projects.html
Anton
19-Aug-2006
[316]
My site is operational once again (athough not all files available 
yet, lots of good stuff)
http://anton.wildit.net.au/
[unknown: 9]
19-Aug-2006
[317]
Cogitation.swf = 404 error
Henrik
21-Aug-2006
[318]
PAN-IMAGE version 0.0.1

http://www.hmkdesign.dk/rebol/panimage/pan-image.r


This is just a face which allows panning of an image larger than 
the face, by dragging the mouse around on the image. Supports keyboard 
and scrollwheel.

USAGE: view layout [pan-image 300x300 <huge-image>]
james_nak
22-Aug-2006
[319]
Henrik, very cool and useful.
Gabriele
23-Aug-2006
[320]
Client side QML Editor released: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=qml-ed.r
Volker
24-Aug-2006
[321]
shrinkwrapt

 graphics/network-demo: http://polly.rebol.it/test/test/game/istaba.exe
Oldes
4-Sep-2006
[322x2]
Just found this amazing Rebol application: do http://www.rebolution.net/ccsinogrammes.r
( http://www.rebolution.net/sinogrammes.html)
Sorry if you know it, I found it by accident and I really like it, 
just a shame, that the france chars are wrong with my czech regional 
settings (but the chinnese chars look good and the animations... 
really good work)
Coccinelle
10-Sep-2006
[324]
A UPnP pilot is on the library here : http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=upnp-igd.r


Run it and you will discover all your UPnP device on your lan if 
any (lan printer, internet gateway and other lan equipement). It 
will also list your port mapping on your internet gatway if any. 
To run it, if needed, open your firewall for UPnP connection.


The objective is to help anyone how wants to develope and run server 
on their PC with an automatic port mapping for incomming connection.


For example, if  AltMe embed this tool, running a world on my PC 
would be more simple as no more NAT configuration is needed to route 
incoming connnection.
Oldes
12-Sep-2006
[325]
PDB-to-TXT convertor - http://oldes.multimedia.cz/rebol/pdb.r
Ladislav
13-Sep-2006
[326]
Site http://www.fm.tul.cz/~ladislav/rebol/updated (Spider.r, REBOL 
identity article). Tried to post the info to the ML, but didn't succeed
Pekr
13-Sep-2006
[327]
can whole package be downloaded somehow? running spider.r yields 
you need lfunc, which is 'included, so you need 'include, then 'lfunc 
'includes other 4 funcs etc .... :-)
Ladislav
13-Sep-2006
[328x2]
there is a zip file containing everything
(see index.html)
MikeL
13-Sep-2006
[330]
It's http://www.fm.tul.cz/~ladislav/rebol/rebol.zipunder 1.3 The 
contents of this site
Good work in documenting your articles.
Is there sample data to run for spider.r ?
Ladislav
13-Sep-2006
[331x2]
try the one in the COMMENT
OTOH, it is possible to not download anything, just say: INCLUDE-PATH: 
union include-path [http://www.fm.tul.cz/~ladislav/rebol/] and everything 
will work
Louis
19-Sep-2006
[333]
rebol [
Title: "Stopwatch"
    Date: 23-Mar-2005
    Version: 1.0.0
    File: %stopwatch.r
    Author: "Louis Turk"
    Purpose: "Simple desktop stopwatch."
]
kbhit: does [
    con: open/direct/binary/no-wait console://
    until [wait con]
    choice: to-char pick con 1
    close con
    choice
]
forever [
	prin "Hit any key to start: "
	kbhit
	start-time: now/time/precise
	print [start-time]
	prin ["Hit any key to stop : "]
	kbhit
	end-time: now/time/precise
	print [end-time]
	print [newline newline end-time - start-time newline newline]
]
Oldes
19-Sep-2006
[334]
forever [ask "hit to start" t: now/time/precise ask "hit to stop" 
print now/time/precise - t]
Louis
19-Sep-2006
[335x2]
rebol [
Title: "Stopwatch"
    Date: 19-Sep-2006
    Version: 2.0.0
    File: %stopwatch.r
    Author: "Louis Turk"
    Purpose: "Simple desktop stopwatch."
    history: "v.2 works across midnight thanks to Gabriele"
]
kbhit: does [
    con: open/direct/binary/no-wait console://
    until [wait con]
    choice: to-char pick con 1
    close con
    choice
]
forever [
	prin "Hit any key to start: "
	kbhit
	start-time: now/precise
	print [start-time]
	prin ["Hit any key to stop : "]
	kbhit
	end-time: now/precise
	print [end-time]

 print [newline newline difference end-time start-time newline newline]
]
Oldes, you either have very fast hands or a very fast computer or 
both. I can't get close to your record even using your code. But 
isn't it amazing what be done with just one line of rebol code?
Oldes
19-Sep-2006
[337]
It's easy, I just hit enter and watch the times:-)
Henrik
28-Sep-2006
[338]
HTTP Tools. A small script containing a few functions to read the 
HTTP header of a webserver. It doesn't do much, but the main purpose 
is to determine which scripting language is used on a specific webserver. 
I use it to upload ASP and PHP scripts to various webservers, without 
having the user needing to know the scripting language in advance. 
It's not very strong yet and some servers will not reveal this information, 
but I hope it can be built into a reliable tool for determining scriping 
language over time.

http://hmkdesign.dk/rebol/http-tools/http-tools.r

Example:

>> server-type http://rebol.com
== "Apache"
>> x-power-type http://www.hmkdesign.dk
== "php"
>> x-power-type http://www.microsoft.com
== "asp"
Oldes
28-Sep-2006
[339]
maybe you should change name as there is already script with such 
a name in the library http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=http-tools.r
Carl
4-Oct-2006
[340]
Added this: http://www.rebol.com/news/cheyenne.html
Claude
5-Oct-2006
[341]
we don't find it !!!!!