AltME groups: search
Help · search scripts · search articles · search mailing listresults summary
world | hits |
r4wp | 26 |
r3wp | 331 |
total: | 357 |
results window for this page: [start: 27 end: 126]
world-name: r3wp
Group: Ann-Reply ... Reply to Announce group [web-public] | ||
Ingo: 30-Aug-2005 | REBOL [ Title: "Local Index" Type: 'index dynamic: true plugin-pane: 0.5 ] title "Local Files" app 0.3 group "A" effect [multiply green] group "B" icon %action.png action "a\gitarre" do [explore %/f/gitarre/] action "a\view-root" do [explore view-root] action "a\hamster" do [call "H:\prog\Hamster\Hamster.exe"] action "b\Internet" do [ call "H:\Programme\offline-proxy-mm3\MM3-WebAssistant.bat" call "C:\Programme\discountsurfer\discountsurfer.exe" call "H:\Programme\Mozilla\Firefox\firefox.exe" call "C:\Programme\Opera75\Opera.exe" ] action "b\Firefox" do [ call "H:\Programme\Mozilla\Firefox\firefox.exe"] icon %web-surf-action.png action "c\desktop" do [editor view-root/desktop.r] action "c\imap" do [editor %imap-handler.r] file "Info" %info.txt file "T\Test" %test1.r file "T\Test2" %test2.r file "T\Test" %test3.r ; this is composed ---- file (form now/date) %dummy.r action "Click me" #clickme do [ alert "hi" [Text "This will be displayed within the desktop" [alert "ho"]] ] action "Click me 2" #clickme2 do [ alert "hi" ; no return value, so nothing displayed in the desktop ] action "PRINT" do [print "^/^/----------------------^/^/^/"] action "prin somethin" do ["yea"] file "t\Test" %dummy.r ; this will draw the plugin app-draw [face /local cl-size][ cl-size: to pair! reduce [face/size/x 50] face/pane: layout/offset[ at 0x0 text "00:00:00" cl-size center 255.155.40 with [ font: [size: 24] rate: 1 user-data: none feel: make feel [ engage: func [face action event i] [ if user-data <> now/time [ i: form user-data: now/time if 7 > length? i [append i ":00"] face/text: i show face ] ] ] ] text "TEST" button "hi" [alert "you!"] button "CLOSE" [unview/all] ] 0x0 face/size ] ; if you need to redraw after a resize, not yet used app-resize [new-size][] | |
ICarii: 11-Jul-2007 | Coming Soon ;-) http://rebol.mustard.co.nz/rebtower-ne-lobby.png | |
Joe: 22-Jul-2007 | save/png img: make binary! 25000 draw 300x120 [box 10x10] | |
Joe: 22-Jul-2007 | ** Script Error: draw has no value ** Near: save/png img: make binary! 25000 | |
Anton: 25-Jul-2007 | By the way, Joe, that should be better written: save/png %file.png img: draw make image! 300x120 [box 10x10] | |
Maxim: 9-Jun-2010 | the whole page is generated with just this markup. <!page-header> <!main-menu> <center><img src="/images/under-construction.png"></center> <!page-footer> | |
Group: !AltME ... Discussion about AltME [web-public] | ||
Henrik: 13-May-2005 | small feature request: allow images typed in here, such as http://someurl.com/an_image.jpg to be viewed in a popup-window rather than launching in a browser. would that be 3-5 lines of code? just allow the url to be recognized as a jpg, gif, png, bmp or whatever and view it here much faster and more convenient. | |
[unknown: 9]: 31-Mar-2006 | Brain, I posted an icon in Qtask/Rebol-SIG http://www.qtask.com/files.cgi/AltME-icon32.png?projectid=198&action=get&fileviewid=6108&filename=AltME-icon32.png | |
Group: RAMBO ... The REBOL bug and enhancement database [web-public] | ||
Cyphre: 17-May-2005 | DideC: here is result of the test on my machine: http://www.rebol.cz/~cyphre/agg-ansi.png It looks normal here imo. But Rebol is not unicode yet so this is problematic area. Which version of Windows are you using? What default codepage/keyboard/national settings? | |
Group: Core ... Discuss core issues [web-public] | ||
Janeks: 10-May-2005 | Thanks Gabriele. It was the reason. But to continue regarding status bar functions fired by read-thru. Than it is a problem just to kBox/image: read-thru/progress myUrl :myProgr . It is possible just by using local file i.e. kBox/image: read-thru/to/progress myUrl %tmpImg.png :myProgr | |
Maarten: 2-Jul-2005 | Henrik: yes. Command has grafx capabilities without VID and without requiring X. So you can typically save/png etc. | |
Group: Script Library ... REBOL.org: Script library and Mailing list archive [web-public] | ||
Maxim: 20-Mar-2009 | sunanda: I have a feature proposal for you :-) it would be nice to be able to supply a single picture to link with the scripts. this image (jpg, png, gif) would have hefty size limitation and I think only one image per script should be enough, but having this alongside the various listings of the application and within searches, new scripts, etc would be really cool. sometimes, if you see a thumbnail (ui grab, console example, logo, output gfx, whatever), it will help raise people's curiosity. this could probably benefit quite a few scripts, which are possibly overlooked. having a simple search filter of scripts with pics, could also help people to quickly find usefull things at a glance. what do you think? it could start out really simple, and slowly thumbnails could creep into various listings of scripts. | |
Janko: 29-Dec-2009 | I am enhancing the rebol Haru PDF binding again , in the meantime I added support for getting position of current "text cursor" (which was the problem back then).. I needed it to detect when to go to new-page with pdf. Now I also added support for images (jpg and png). I am using Git so code is here: http://github.com/jankom/RebHaruPDF .. it's still heavy in progress and there is a nicer OO interface than the one in sample_images.r (that is using the lowest level direct functions from binding because I am testing if it works at all with it) | |
Group: View ... discuss view related issues [web-public] | ||
Chris: 7-Mar-2005 | ; Yep, 'merge instructs the effects engine to compose effects using underlying faces: dots: http://www.ross-gill.com/r/grid-teal.png img: http://www.ross-gill.com/r/find-file.png view center-face layout [ backtile dots image img image img effect [blur blur blur] image img effect [merge blur blur blur] ] | |
[unknown: 10]: 3-Apr-2005 | If have a problem with Caching in rebol..seems everytime i need to restart view/console to make sure the PICTURE is reloaded to the currect on... im using 'IMAGE %file.png to load it... and a recycle does not fix the problem | |
Group: Make-doc ... moving forward [web-public] | ||
Ashley: 21-Jan-2005 | You want to use =image with an URL? That's possible. For example: =image %myimage.png http://mysite.com click on the image to go to the site. I don't think the MD2 standard currently supports this. | |
Robert: 21-Jan-2005 | I would suggest something else: =url http://www.mysite.com%image.png | |
Chris: 21-Jan-2005 | =url http://www.mysite.com%image.png Alt Text, but code sensitive parts of the line are getting more numerous... | |
Group: PDF-Maker ... discuss Gabriele's pdf-maker [web-public] | ||
[unknown: 9]: 21-Sep-2006 | PDFCreator Overview: PDFCreator is an application for converting documents into Portable Document Format (PDF) format on Microsoft Windows operating system. Once installed, it allows the user to select PDFCreator as their printer, allowing almost any application to print to PDF, PNG, JPEG, BMP, PCX, TIFF and EPS format. Besides being installed as a printer driver, PDFCreator can be associated with .ps files to manually convert Postscript to PDF format. | |
Oldes: 29-Sep-2006 | I'm embedding JPGs into SWF files without problem, there is not required any special operation on the JPG's data to embedd. With the other formats I have to count pallete and use Rebol's compress (zlib) to embedd such an image (gif or png). It's not so fast, but it does what I need (and I don't mind if it takes a second more time to compile) | |
Graham: 23-Aug-2010 | I tried this append new-page compose/deep [ textbox 10 10 100 100 [ image 0 0 40 40 (load %247logo.png) ] ] and not seeing any image in the pdf .. | |
Gabriele: 24-Aug-2010 | graphic commands such as image are separate from text commands. inside a text "context", you can use box or vbox to enter a graphic "context". (also, you don't need the compose, as the dialect will try to evaluate arguments anyway.) So: textbox 10 10 100 100 [ box [image 0 0 40 40 load %247logo.png] ] The difference between BOX and VBOX is that the former is treated like a character, while the latter is treated like a paragraph. (So you can have the former in the middle of a text line.) | |
Graham: 24-Aug-2010 | there's no png there... | |
Graham: 25-Aug-2010 | append new-page compose/deep [ textbox 10 10 100 100 [ box 60 60 10 [image 0 0 40 40 load %247logo.png] ] ] Doesn't work either | |
Group: Linux ... [web-public] group for linux REBOL users | ||
Cyphre: 23-Mar-2006 | you can see the grabbed result here: http://www.rebol.cz/~cyphre/tests/font-test.png | |
Micha: 13-Apr-2007 | Core not load image.png | |
Group: CGI ... web server issues [web-public] | ||
François: 25-Jul-2005 | With Apache 2.x (normal CGI), we have: make object! [ server-software: "Apache/2.0.54 (Fedora)" server-name: "localhost" gateway-interface: "CGI/1.1" server-protocol: "HTTP/1.1" server-port: "80" request-method: "GET" path-info: "/sample01.rhtml" path-translated: "/var/www/html/sample01.rhtml" script-name: "/cgi-bin/magic.cgi" query-string: "" remote-host: none remote-addr: "127.0.0.1" auth-type: none remote-user: none remote-ident: none Content-Type: none content-length: none other-headers: [ "HTTP_HOST" "localhost" "HTTP_USER_AGENT" {Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4 Firefox/1.0.6} "HTTP_ACCEPT" {text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5} "HTTP_ACCEPT_LANGUAGE" "en-us,en;q=0.5" "HTTP_ACCEPT_ENCODING" "gzip,deflate" "HTTP_ACCEPT_CHARSET" "ISO-8859-1,utf-8;q=0.7,*;q=0.7" "HTTP_KEEP_ALIVE" "300" "HTTP_CONNECTION" "keep-alive" "HTTP_COOKIE" "PHPSESSID=7f84fd7766f23e1462fed550ecbbfda4" ] ] | |
Group: AGG ... to discus new Rebol/View with AGG [web-public] | ||
shadwolf: 21-Jun-2005 | here is the png to be useas reference for tuning the SVG rendering Engine http://shadwolf.free.fr/fraisier.png | |
Cyphre: 2-Feb-2006 | Also there is quality difference(nearest vs. bilinear) when downscaling pictures. See: http://www.rebol.cz/~cyphre/tests/filters.png | |
Oldes: 2-Feb-2006 | Sorry Cyphre, but if you want to make thumbnails, you need possibility to save them as JPG. PNG is too big for thumbnail and there are still problems with this format. Forexample today I had problem when I wanted to use PNG as a background texture with IE. | |
Rebolek: 2-Feb-2006 | It's not problem with PNG but with IE. Result is the same, I know. | |
Cyphre: 2-Feb-2006 | Oldes. The discussion was about image quality when rescaling. Not about distirbution formats. But anyway, you can convert the PNG output from Rebol using some third party tool or library on-the-fly to JPG. This is no problem. AFAIK jpg saver is not included in rebol because of its binary size. But maybe in Rebol 3.0 we could porvide it as an module? ;) | |
Group: Dialects ... Questions about how to create dialects [web-public] | ||
Chris: 4-Aug-2008 | rfc: I have a (not so) little function that attempts to match a block of values to a given specification. Example: >> probe match [%image.png :red 300x100 /old][ [ file: file! | url! [ size: opt pair! [ attributes: any get-word! | refinement! [ ] make object! [ file: %image.png size: 300x100 attributes: [:red /old] ] There's not much to the rules, they are -- one (default), opt (zero or one), any (zero or many), some (many). If they don't match, they return an error. Any suggestions? Optimizations? http://www.ross-gill.com/r/match.r | |
Chris: 4-Aug-2008 | One of the desired effects is precedence, for example: match [http://rebol.com%image.png][ link: file! | url! image: file! | url! ] Returns: [link: http://rebol.comimage: %image.png] | |
Group: Web ... Everything web development related [web-public] | ||
Chris: 16-Feb-2005 | IE7? -- Security updates, apparently. No changes to the rendering engine? *cough* PNG *cough* CSS http://www.mezzoblue.com/archives/2005/02/15/ie7/index.php | |
Pekr: 16-Feb-2005 | Chris - today one MS defender on Czech phorum argued following way - W3C are morons, who did everything to have the main word in defining standards. According to such person, only IE supports properly xsl, SMIL and VRML and that PNG can be used with some trick ... | |
Chris: 16-Feb-2005 | Who uses XSL, SMIL or VRML? And the PNG trick privides marginally better alpha PNG support -- but only 32-bit and not in CSS. Look, there is a standard document format -- XHTML. There is a standard way to make it look nice on multiple mediums -- CSS. And a standard way to add images -- PNG. As the major web browser, IE limits these standards (CSS + PNG) through limited support -- that sucks. | |
yeksoon: 21-Jun-2005 | For those on Firefox, a RIX search plugin here: http://neusteps.com/sw/rix.zip 1. Unzip 2. Move rix.src, rix.png to firefox searchplugin folder 3. Close and launch browser. | |
Group: Announce ... Announcements only - use Ann-reply to chat [web-public] | ||
Maxim: 7-May-2007 | AS A TEASER FOR DEVCON... HERE IS THE FIRST EVER PUBLIC SCREEN SHOT OF ELIXIR ! http://www.pointillistic.com/open-REBOL/moa/steel/elixir/elixir_0_3_5.png | |
Maxim: 20-Aug-2009 | REBOL natively Generated OpenGL hardware accelerated graphics. :-D http://www.pointillistic.com/open-REBOL/moa/steel/R3-OGL.png | |
Group: SDK ... [web-public] | ||
Chris: 7-Apr-2005 | IconSushi. It's not so much an editor as a compiler, importing PNG (including 32-bit) and BMP... | |
Ashley: 7-Apr-2005 | Thanks Chris, that's a handy little util. The only thing it can't do is change PNG color depth (useful if you generate your PNGs from REBOL). Any ideas on that score? | |
Ashley: 7-Apr-2005 | Hmm, I tracked down pngcrush (http://sourceforge.net/project/showfiles.php?group_id=1689&package_id=6641), and while its usage seems clear enough: pngcrush.exe -bit_depth 4 24bit.png 4bit.png it dosen't seem to work. | |
Ashley: 7-Apr-2005 | Not quite the batch solution I had in mind, but MSPaint lets you save a PNG as a 4, 8 or 24 bit BMP ... which is good enough for IconSushi ... which works with good old ResHacker ... which lets me, wait for it, change the default REBOL icons in an encapped program ... and folks wonder why REBOL isn't mainstream yet! ;) (An "Encap: [icons %my-icons.ico]" type option would be a good thing IMHO). | |
Chris: 8-Apr-2005 | Oh, almost forgot: http://www.libpng.org/pub/png/apps/pngquant.html | |
Cyphre: 8-Apr-2005 | the best tool for PNG optimization in size is pngout.exe from famous ken Silverman: http://advsys.net/ken/utils.htm | |
Graham: 3-Mar-2009 | I have this in mine arrow.png: load #include-binary %3flex/assets/arrow.png | |
Group: !RebGUI ... A lightweight alternative to VID [web-public] | ||
Graham: 29-Mar-2005 | I'm missing a new_folder.png | |
Chris: 3-Apr-2005 | OT: the problem with AGG AA on smaller glyphs (not just arrow) is that it tends to have an adverse effect on glyph weight. 'course it beats bitmaps when it comes to scaling, but even pre-AA Draw gave more precise control -- hence the deterioration of the Arrow glyph post-AGG. Illustrated here: http://www.ross-gill.com/r/chevron-test.png | |
BrianW: 13-Jul-2005 | There's no %images/logo.png for the tour.r script to load in the archive. I just grabbed one myself, but thought you might want to know for others. | |
Mchean: 23-Aug-2005 | with 3.4 when i run the tour.r i get: Access Error: Cannot open /C/Temp/Rebol View/RebGui/images/logo.png ** Near: image: load %images/logo.png size: image/size | |
Volker: 10-Oct-2005 | do i need something else for logo.png? | |
Group: SVG Renderer ... SVG rendering in Draw AGG [web-public] | ||
Ashley: 2-Jul-2005 | I've spent quite a bit of time looking at Inkscape (http://www.inkscape.org/) and it seems to be the only / best SVG game in town (their command-line driven SVG to PNG conversion seems to be particularly well regarded). Looking forward to their 0.42 release as it supports OS/X as well. The Clip Art site that they link to (http://www.openclipart.org/) is also a treasure trove of Public Domain files (which solves the GPL concerns I had with many of the dedicated KDE / Gnome icon sets). I'm also looking forward to their release 15 which seems to be just around the corner. Lots of good news in the SVG world, I wonder how long before mainstream browsers start supporting it? (without plugins). | |
shadwolf: 24-Jan-2006 | surfing around on internet i found another common application for SVG -> graphs representation. The idea is inspired by a ruby project http://www.germane-software.com/software/SVG/SVG::Graph/#N10034. To do this in rebol we need teh ability to save data in an image PNG. The way we can use a thing like this could be to use a simple rebol draw based dialect to write the graphs if we are in REBOL/view application the graph is isealy shown if we need to show the graph in webrowser we can have 2 external sources SVG and PNG. For importing graphs from another application the SVG is the best way. So our REBOL::SVG::GRAPH would be able to import graphi content from a SVG file, output SVG and PNG files, render graphs to REBOL/view draw pane, propose a simple way to implement graphs using a rebol dialect. | |
shadwolf: 1-Feb-2006 | hum new rebol/view have save/png hability woooooooooooopy so there is nothing that prevent us to make a graph /AGG/SVG/PNG dialect ^^ | |
Anton: 1-Feb-2006 | View 1.2.1 has save/png, it's not very new... | |
shadwolf: 1-Feb-2006 | so for me it's new lol but more serriously until AGG was not available i think the use of save/png to-image was really not meaning | |
shadwolf: 1-Feb-2006 | on a project like an svg graph system save.png take really all it's sens imagine a way to make easyly graphs with your rebol GCI to display graph stats in your web pages for example | |
shadwolf: 1-Feb-2006 | as svg or as png in a simple and easy way | |
Group: Rebol/Flash dialect ... content related to Rebol/Flash dialect [web-public] | ||
Oldes: 18-Nov-2007 | if you want use different image, just change the path. Now it uses this image http://box.lebeda.ws/~hmm/rswf/gui/img/arrows.png | |
Oldes: 18-Nov-2007 | the compiler cou use precompiled image data which are here read/binary http://box.lebeda.ws/~hmm/rswf/gui/img/arrows.png.36 | |
Will: 18-Nov-2007 | as an exampe, in GUI_Arrows.swf there is this line: bitmaps images [alpha %gui/img/arrows.png] with what can I replace it? | |
Oldes: 4-Jan-2008 | Rebol/Flash dialect updated http://box.lebeda.ws/~hmm/rswf/rswf_latest.r Added support for loading ICO, BMP and PNG images without need to use Rebol/View. It's possible that some types of these images will not be loaded correctly yet, as I didn't tested all possibilities. The 'KEY word is not supported now with ImageCore loader, use PNG instead if you want transparent images. Also all images are stored as DefineBitsLossless2 type (with alpha). Also it's written just in Rebol - I would like to optimize it in RebCode in the future. | |
Graham: 8-Oct-2008 | Do you have a annotation program that can load up a png that one can draw on? the png will be on the server. | |
Group: rebcode ... Rebcode discussion [web-public] | ||
Geomol: 2-Apr-2006 | I've made a test of a voxel landscape engine in rebcode. As I did it on my Mac, it's written in the version of rebcode found in the version 1.3.50 of REBOL/View from around Oct-2005. I haven't tested it with the Windows version of View, but I guess, it should work with that same version 1.3.50. I first did a plain REBOL version and got a framerate of around 3-4 fps (frames pr. second). With the rebcode version, I get around 20 fps. The script is found here: http://home.tiscali.dk/john.niclasen/voxel/NicomVoxel.r I've also made a snapshot here: http://home.tiscali.dk/john.niclasen/voxel/snapshot.png | |
Geomol: 3-Apr-2006 | To new readers: We're testing this Voxel Landscape script, I've made in rebcode: http://home.tiscali.dk/john.niclasen/voxel/NicomVoxel.r Too see what it is, screengrab is here: http://home.tiscali.dk/john.niclasen/voxel/snapshot.png You need View 1.3.50 to run it: Windows: http://www.rebol.net/builds/031/rebview1350031.exe Mac OSX: http://www.rebol.net/builds/024/rebview1350024.tar.gz Linux: http://www.rebol.net/builds/042/rebview1350042.tar.gz | |
Geomol: 3-Apr-2006 | Q to quit and F1 to save snapshot.png | |
Group: Tech News ... Interesting technology [web-public] | ||
btiffin: 16-May-2007 | Volker; Can Microsoft handle alpha? giggle. They caused me no end of grief with transparency layers and .png files with IE. I think it might seem a little beyond them. I mean, maybe someone has the patent and they didn't want to infringe. I'm trying not to bad mouth anymore, man, it is working out to be harder than I first envisioned. In tune with that, check out http://www.ctrlaltdel-online.com/comic.php?d=20060513 Just to play fair. Personally I love the Mac ads. | |
Henrik: 29-May-2007 | http://rebol.hmkdesign.dk/list-view0.0.50.png | |
Group: Postscript ... Emitting Postscript from REBOL [web-public] | ||
Geomol: 13-Apr-2006 | New version of postscript.r uploaded! I've add the prolog %! and epilog %%EOF as Graham suggested. I also wrapped paths in the postscripts commands gsave and grestore, so transformations give less trouble. Try this: do http://home.tiscali.dk/john.niclasen/postscript/postscript.r write %test.ps postscript load http://home.tiscali.dk/john.niclasen/postscript/test.txt You now have a postscript file "test.ps" produced by the dialect. It's content looks like this: http://home.tiscali.dk/john.niclasen/postscript/test.png To see, how using the dialect look in use, see the "test.txt" file. | |
Geomol: 12-Jun-2006 | http://home.tiscali.dk/john.niclasen/postscript/postscript.r http://home.tiscali.dk/john.niclasen/postscript/test.txt http://home.tiscali.dk/john.niclasen/postscript/test.png | |
Geomol: 12-Jun-2006 | Some old news. REBOL PostScript dialect: http://home.tiscali.dk/john.niclasen/postscript/postscript.r Example of use:http://home.tiscali.dk/john.niclasen/postscript/test.txt Result should look like this:http://home.tiscali.dk/john.niclasen/postscript/test.png The dialect is useful for simple postscript output, even if I think, it has some design flaws. It require too many blocks, I think. I haven't had time to evolve the dialect further, but anyone is welcome to pick it up. There's no documentation, so you have to look in the source to figure out the keywords. | |
Geomol: 6-Nov-2006 | The test output looks like this: http://home.tiscali.dk/john.niclasen/postscript/test.png We would like tests on different PS-printers! Hopefully it should work everywhere!? | |
Rebolek: 8-Nov-2006 | geomol:)) OK but if I will, who's going to finish this? http://bolek.techno.cz/pix/app/request-color.png ;-) | |
Geomol: 23-Feb-2008 | So images in postscript files take up a lot of space! Most people knows this already. I tried to put a 100k png image in a postscript file, and it then was > 11MB. | |
Graham: 23-Feb-2008 | exactly because postscript can not handle gif, tiff, png, jpeg etc. | |
Group: Plugin-2 ... Browser Plugins [web-public] | ||
Graham: 9-Oct-2008 | the fax is on a remote site and will be converted to png by imagemagick | |
Group: !Liquid ... any questions about liquid dataflow core. [web-public] | ||
[unknown: 9]: 3-Jan-2007 | Where did you get the formula for teh Help and close button: http://www.pointillistic.com/open-REBOL/moa/steel/images/regraph/regraph-0-1-4-main.png | |
Maxim: 7-May-2007 | AS A TEASER FOR DEVCON... HERE IS THE FIRST EVER PUBLIC SCREEN SHOT OF ELIXIR ! http://www.pointillistic.com/open-REBOL/moa/steel/elixir/elixir_0_3_5.png | |
Group: !Cheyenne ... Discussions about the Cheyenne Web Server [web-public] | ||
btiffin: 2-Jun-2007 | It's not a short paste... [HTTPd] ================== NEW REQUEST ================== [HTTPd] Request Line=>GET /testapp/ HTTP/1.1 [HTTPd] Request Headers=> Host: localhost:8080 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1) Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive [HTTPd] Phase url-to-filename done ( mod-alias ) [HTTPd] Phase url-to-filename done ( mod-rsp ) [HTTPd] Phase url-to-filename done ( mod-fastcgi ) [HTTPd] Phase url-to-filename done ( mod-static ) [HTTPd] Phase access-check done ( mod-action ) [HTTPd] Phase set-mime-type done ( mod-action ) [HTTPd] Phase make-response done ( mod-rsp ) [HTTPd] Response=> HTTP/1.1 302 Moved Temporarily Server: Cheyenne/0.9.11 Connection: close Location: /testapp/login.rsp [HTTPd] Phase logging done ( mod-static ) [HTTPd] Phase clean-up done ( mod-rsp ) [HTTPd] Connection closed [HTTPd] ================== NEW REQUEST ================== / [HTTPd] Request Line=>GET /testapp/login.rsp HTTP/1.1 [HTTPd] Request Headers=> Host: localhost:8080 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1) Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive [HTTPd] Phase url-to-filename done ( mod-alias ) [HTTPd] Phase url-to-filename done ( mod-rsp ) [HTTPd] Phase url-to-filename done ( mod-fastcgi ) [HTTPd] Phase url-to-filename done ( mod-static ) [HTTPd] Phase access-check done ( mod-action ) [HTTPd] Phase set-mime-type done ( mod-action ) [HTTPd] Phase make-response done ( mod-rsp ) [HTTPd] Response=> HTTP/1.1 200 OK Server: Cheyenne/0.9.11 Content-Length: 482 Content-Type: text/html Connection: Keep-Alive Set-Cookie: RSPSID=EISPOMAZTPDFKVIWJAFONZDE; expires=Sat, 02 Jun 2007 11:54:30 GMT; path=/testapp; HttpOnly Pragma: no-cache Cache-Control: no-cache, must-revalidate Expires: Thu, 01 Dec 1994 16:00:00 GMT [HTTPd] Phase logging done ( mod-static ) [HTTPd] Phase clean-up done ( mod-rsp ) [HTTPd] Phase task-done done ( mod-rsp ) [HTTPd] ================== NEW REQUEST ================== \ [HTTPd] Request Line=>POST /testapp/login.rsp HTTP/1.1 [HTTPd] Request Headers=> Host: localhost:8080 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1) Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Referer: http://localhost:8080/testapp/login.rsp Content-Type: application/x-www-form-urlencoded Content-Length: 23 [HTTPd] Phase url-to-filename done ( mod-alias ) [HTTPd] Phase url-to-filename done ( mod-rsp ) [HTTPd] Phase url-to-filename done ( mod-fastcgi ) [HTTPd] Phase url-to-filename done ( mod-static ) [HTTPd] Posted data=>login=test&pass=letmein [HTTPd] Phase access-check done ( mod-action ) [HTTPd] Phase set-mime-type done ( mod-action ) [HTTPd] Phase make-response done ( mod-rsp ) [HTTPd] Response=> HTTP/1.1 301 Moved Permanently Server: Cheyenne/0.9.11 Connection: close Location: /testapp/ Set-Cookie: RSPSID=YDADUIONKJPHLFBWEDZDFCXN; expires=Sat, 02 Jun 2007 11:54:37 GMT; path=/testapp; HttpOnly [HTTPd] Phase logging done ( mod-static ) [HTTPd] Phase clean-up done ( mod-rsp ) [HTTPd] Phase task-done done ( mod-rsp ) [HTTPd] Connection closed [HTTPd] ================== NEW REQUEST ================== [HTTPd] Request Line=>GET /testapp/ HTTP/1.1 [HTTPd] Request Headers=> Host: localhost:8080 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1) Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Referer: http://localhost:8080/testapp/login.rsp [HTTPd] Phase url-to-filename done ( mod-alias ) [HTTPd] Phase url-to-filename done ( mod-rsp ) [HTTPd] Phase url-to-filename done ( mod-fastcgi ) [HTTPd] Phase url-to-filename done ( mod-static ) [HTTPd] Phase access-check done ( mod-action ) [HTTPd] Phase set-mime-type done ( mod-action ) [HTTPd] Phase make-response done ( mod-rsp ) [HTTPd] Response=> HTTP/1.1 302 Moved Temporarily Server: Cheyenne/0.9.11 Connection: close Location: /testapp/login.rsp [HTTPd] Phase logging done ( mod-static ) [HTTPd] Phase clean-up done ( mod-rsp ) [HTTPd] Connection closed [HTTPd] ================== NEW REQUEST ================== [HTTPd] Request Line=>GET /testapp/login.rsp HTTP/1.1 [HTTPd] Request Headers=> Host: localhost:8080 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1) Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Referer: http://localhost:8080/testapp/login.rsp [HTTPd] Phase url-to-filename done ( mod-alias ) [HTTPd] Phase url-to-filename done ( mod-rsp ) [HTTPd] Phase url-to-filename done ( mod-fastcgi ) [HTTPd] Phase url-to-filename done ( mod-static ) [HTTPd] Phase access-check done ( mod-action ) [HTTPd] Phase set-mime-type done ( mod-action ) [HTTPd] Phase make-response done ( mod-rsp ) [HTTPd] Response=> HTTP/1.1 200 OK Server: Cheyenne/0.9.11 Content-Length: 482 Content-Type: text/html Connection: Keep-Alive Set-Cookie: RSPSID=RTJSUKAVYBNOLCJCJBSTNUHP; expires=Sat, 02 Jun 2007 11:54:37 GMT; path=/testapp; HttpOnly Pragma: no-cache Cache-Control: no-cache, must-revalidate Expires: Thu, 01 Dec 1994 16:00:00 GMT [HTTPd] Phase logging done ( mod-static ) [HTTPd] Phase clean-up done ( mod-rsp ) [HTTPd] Phase task-done done ( mod-rsp ) | |
btiffin: 2-Jun-2007 | Hello again. Tried the following... dev [ root-dir %www/ default [%dev.rsp %dev.cgi %dev.html] ] added to httpd.cfg (dev is 192.168.1.102 in /etc/hosts) %dev.rsp is <html> <head> <title> Manual Sessions</title> </head> <body> <img src="logo.png"> <center> <h2>Manual session mode</h2> <% help session help request session/start help session response/redirect "show.rsp" %> <BR><BR>Your ID is : <%=session/id%><BR><BR> <a href="show.rsp">Test RSP script</a> </center> </body> </html> %raw.r is REBOL [] port: open tcp://dev:8080 insert port {GET / HTTP/1.1 Host: dev:8080 User-Agent: REBOL/Core Connection: close } result: copy port close port print result | |
btiffin: 2-Jun-2007 | Output is >> do %raw.r Script: "Untitled" (none) HTTP/1.1 301 Moved Permanently Server: Cheyenne/0.9.11 Content-Length: 1625 Content-Type: text/html Connection: close Location: show.rsp Set-Cookie: RSPSID=IOERCVPFSDASSCXECGDFCTFG; expires=Sat, 02 Jun 2007 19:54:16 GMT <html> <head> <title> Manual Sessions</title> </head> <body> <img src="logo.png"> <center> <h2>Manual session mode</h2> SESSION is an object of value: content none! none timeout none! none events none! none id none! none active? logic! false init? logic! false add function! [name [word!] value /local pos] remove function! [name [word!]] exists? function! [name [word!]] start function! [] reset function! [] end function! [] REQUEST is an object of value: content block! length: 0 headers block! length: 6 method word! GET posted none! none client-ip tuple! 192.168.1.102 server-port integer! 8080 translated file! %www/dev.rsp parsed object! [headers status-line method url content path targe... config block! length: 4 web-app none! none query-string function! [/local out] SESSION is an object of value: content block! length: 0 timeout none! none events none! none id none! none active? logic! false init? logic! false add function! [name [word!] value /local pos] remove function! [name [word!]] exists? function! [name [word!]] start function! [] reset function! [] end function! [] >> | |
btiffin: 2-Jun-2007 | Output from a Ice Weasel http://dev:8080 - dev.rsp redirects to show.rsp... Back Timestamp: 2-Jun-2007/19:37:48-4:00 Request parameters : * HTTP Method: GET * HTTP Port: 8080 * Client IP address: 192.168.1.102 Request headers : * Host : "dev" * User-Agent : {Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)} * Accept : {text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5} * Accept-Language : "en-us,en;q=0.5" * Accept-Encoding : "gzip,deflate" * Accept-Charset : "ISO-8859-1,utf-8;q=0.7,*;q=0.7" * Keep-Alive : "300" * Connection : "keep-alive" Request variables : * No variable passed Session : * No session | |
Graham: 3-Jun-2007 | <html> <head> <% include-file %button-header.js %> <title>Welcome to TestApp web application</title> </head> <body> <img src="logo.png"> <center> <% include-file %button-form.js %> <a href="logout.rsp">Logout</a> </center> </body> </html> | |
Group: Games ... talk about using REBOL for games [web-public] | ||
Geomol: 16-Jan-2007 | The editor, I made, look like this: http://home.tiscali.dk/john.niclasen/pictures/editor.png I haven't released any code related to this project. | |
Maxim: 5-Jun-2007 | would it be hard to make a button which basically does ?: write/binary %tileset.png read/binary http://www.lelldorin.de/beos/whatevertiles.png | |
Maxim: 5-Jun-2007 | with watevertiles.png pointing to other tiles (one tileset per button) | |
Mario: 5-Jun-2007 | Mahjong also has Italian rules afaik, it was imported, I don't know when or by whom, in central Italy. It is also played in Japan and I had a Japanese computer game of Mahjong that it's defined unplayable by Chinese people I know. About the tileset: on Linux I had problems with the capitalised filename as %TileSet.png differs from %tileset.png | |
ICarii: 29-Jun-2007 | For the Icons at the top: Blue = Crystal Mines, Green = Forests, Red = Gold Mines. These are your base resources that reproduce each turn. They create stockpiles of Energy, Wood and Gold respectively. These stockpiles are used to activate cards in your hand. card.png is the 'hidden' or deck card face. This is used to hide the computer's cards and the deck and discard piles. card1.png is a sample of the format that the card images are in. This can be used as a basis for creating new cards to the correct size. (86x64 pixel size with a 7x7 pixel offset into the card1.png template). I have a card editor that can add in the card details to match their stats etc. Regarding image names - ill compile a full list and place it on the website later today once i finalise the deck size :) | |
ICarii: 11-Jul-2007 | Coming Soon ;-) http://rebol.mustard.co.nz/rebtower-ne-lobby.png | |
Ashley: 23-Sep-2010 | This may be of interest to those of you who need to [quickly] create hexagonal game maps ... but don't want to master a complex CAD program. My QAD attempt at a declarative solution yields results like this: http://dl.dropbox.com/u/8269768/ACW.png The prototype code can be found here: http://dl.dropbox.com/u/8269768/MapMaker.zip No documentation, but the sample map file (ACW.r) shows how the PNG above was generated. Note you can drag the map around by click-moving it. Map, game and software still WIP. | |
Group: !CureCode ... web-based bugtracking tool [web-public] | ||
Dockimbel: 26-Aug-2008 | Btw, here's also the data model used by Curecode : http://softinnov.org/dl/DB-schema.png | |
Dockimbel: 24-May-2009 | Bugzilla exporter: sure, it's possible, but requires a significant amount of work to make the mapping between the Bugzilla and CC data models. Bugzilla: http://www.bugzilla.org/docs/2.16/images/dbschema.jpg CureCode: http://softinnov.org/dl/DB-schema.png(not the latest version, but close enough) Btw, I did some similar work when I migrated tickets from AltMe tracker to CC. You can find the migration script in R3-alpha world (cached locally at altme\worlds\r3-alpha\files\Users\DocKimbel\migrate.r) | |
Dockimbel: 24-May-2009 | CC data model : http://softinnov.org/dl/DB-schema.png Yes, it's possible to switch to a composite key (ID+project or project+localnumber), but I often rely on a unique key (even if it is for internal use). | |
Anton: 6-Aug-2009 | Hey Doc, is this picture of CureCode schema still current ? http://softinnov.org/dl/DB-schema.png | |
Henrik: 30-Aug-2009 | ** Script Error : draw has no value ** Where: generate ** Near: [save/png img: make binary! 25000] Looks like it. | |
Henrik: 30-Aug-2009 | BTW, I spotted another error with the captcha: URL = /bugs/captcha.rsp File = /home/henrikmk/serve/www/bugs/captcha.rsp ** Access Error : Port none not open ** Where: confirm ** Near: [save/png img: make binary! 25000] At that time I noticed the image was not displayed in the browser, but it only happened once. | |
Dockimbel: 30-Aug-2009 | Port none not open on save/png...odd one. | |
Group: DevCon2008 (post-chatter) ... DevCon2008 [web-public] | ||
Reichart: 19-Dec-2008 | OK...I knocked out a very quick mock up of a DevCon page that should work. The logic is, everything on the main page, but if you want the details, you can drill in one more level. https://www.qtask.com/files.cgi/REBOLDevCon.png?actions=get&projectid=198&fileviewid=52216&filename=REBOLDevCon.png (if you need a membership to Qtask, just post to me your email) | |
Reichart: 24-Dec-2008 | OK, I can chop up my art, and turn it into a syndicated Wiki, which we can then update quickly. But I need content: https://www.qtask.com/files.cgi/REBOLDevCon.png?tab=get&uuid=SUEG8343C26V82PWP5BLFKSMU4QT&filename=REBOLDevCon.png t would be good to have: - 3 items of news (Perhaps an update on R3, something about products that are being worked on, and something else)? - A list of speakers (is it really just Chris and me, and perhaps a couple of the Qtask team?) - List of when they want to talk - Exact sign up instructions I can put this all together easily enough. |
1 / 357 | [1] | 2 | 3 | 4 |