AltME groups: search
Help · search scripts · search articles · search mailing listresults summary
world | hits |
r4wp | 430 |
r3wp | 4383 |
total: | 4813 |
results window for this page: [start: 2101 end: 2200]
world-name: r3wp
Group: All ... except covered in other channels [web-public] | ||
Gabriele: 15-Jan-2005 | anyway, i have the bootstrap node running right now. please try doing the test script if you can receive TCP connections on port 2222 | |
[unknown: 5]: 18-Jan-2005 | You might try from CTRL-A at boot up when the SCSI bios message apears | |
[unknown: 5]: 18-Jan-2005 | Yeah do the backup regardless but I would suggest before you go further than that - that you try and clear the NVRAM of the card and wipe the disk config and rebuild both and try not to initialize unless it forces you to. Then fail the second drive and see if you can rebuilt it then. But get the backup first. | |
Group: RAMBO ... The REBOL bug and enhancement database [web-public] | ||
Chris: 25-Nov-2006 | Try this: | |
Anton: 7-Dec-2006 | Try the above image-fit.r program, set it to 2-points and then play with the SIZE pair-edit. | |
Anton: 7-Dec-2006 | Ok, reorganised. Try image-fit.r again. | |
Cyphre: 8-Dec-2006 | Anton: the new image color problem you have found is 'by design' at the moment ;) The bilinear filter needs image data with premultiplied alpha when you want to use image with alpha/transparency. Another possibility is to use IMAGE-FILTER NEAREST which doesn't need premultiplied alpha in this case. I'll try to think how to solve this 'inconsistency' so it doesn't harm performance too much. | |
Cyphre: 11-Dec-2006 | Anton, according to the author of AGG the filter calculations would be much more complex and thus expensive if done in plain color space. Anyway, please submit a ticket to RAMBO I'll try to make the best to solve this issue. | |
BrianH: 13-Feb-2007 | Did he try the /as-is refinement to launch? That should solve the problem. | |
BrianH: 13-Feb-2007 | Did you try: launch/as-is {%t.r test} | |
Sunanda: 17-May-2007 | It's annoying! Sometimes just moving code around can fix it. Try making some local words global, for example. | |
Oldes: 17-May-2007 | you may try recycle/off and do it yourself | |
Oldes: 19-May-2007 | whith the patch above you should be able to do for example: trace/net on p: open/direct http://www.youtube.com/get_video?video_id=FVbf9tOGwno&t=OEgsToPDskKR0Ng6kANs3Z4VNG81T2tZ error? try [close p] | |
Gabriele: 25-May-2007 | i actually want to try that out before july... but not sure i'll have the time. | |
Volker: 30-May-2007 | + platform + swing-widgets. But did not try yet. | |
BrianH: 11-Jun-2007 | Try this: remove/part charset "abc" "a" | |
btiffin: 29-Jun-2007 | Can I get someone to try this before I report it. foreach [e s] to block! {thing 'word} [compose [e (get s)]] segfaults 1.3.2.4.2 and 2.7.5.4.2 | |
Group: Core ... Discuss core issues [web-public] | ||
Volker: 26-Sep-2005 | Pekr, if ugly is ok, try this: block/("my string") ;) | |
Alan: 5-Oct-2005 | Paul:try talking to Graham as his mailing list reader only dls the new mail and saves to the master.Probaly a way to modify for your task ? Graham ? | |
Pekr: 11-Oct-2005 | btw - what you think of following? - normally we can access paths in several ways ... block/5 (fifth element), block/literal (literal element), block/(expression) (expressionn to evaluate). Nonexistant elements do return 'none. But try block/("some string") - it returns error. Now the question is, if this is correct/consistent with other ways of how we access block elements, or not? | |
Volker: 11-Oct-2005 | you could try 1-1-1970 + unix-seconds and see what happens. | |
RebolJohn: 11-Oct-2005 | You might be on to something.. I did unix time (now) and it returned 24-Dec-13007. However, maybe I need to subtract not add. I will play with this SIMPLE solution. (I always try to look at it harder than it probably needs to be). Thanks. | |
Pekr: 15-Oct-2005 | try this - found some arcane version, hopefully it will work ... | |
Pekr: 15-Oct-2005 | I will look into it and try to post correct version ... | |
Pekr: 15-Oct-2005 | Try this one: | |
Ladislav: 17-Oct-2005 | yes, it is, try MOD and MODULO functions, if you need a different behaviour | |
Ladislav: 24-Oct-2005 | OK, try to put it there and let's see :-) | |
Gordon: 5-Nov-2005 | Lots to think about and try. Thanks a bunch guys for your help. | |
BrianH: 5-Nov-2005 | Sunanda, do you mean sort on the second field? Try passing an integer or block of integers to the compare refinement of sort. | |
Geomol: 8-Nov-2005 | Almost, no leading zero. Try: now/time + 12:00 | |
JaimeVargas: 28-Nov-2005 | You can try multimethods.r | |
Henrik: 28-Nov-2005 | you lost me :-) but it's ok, I'll try something with build-path... | |
Group: Syllable ... The free desktop and server operating system family [web-public] | ||
Kaj: 13-Dec-2007 | After that you may have hardware support problems, but there are several options to try in the boot menu | |
amacleod: 13-Dec-2007 | I'll try torrent | |
amacleod: 13-Dec-2007 | Ok, I renamed it with the bz2 ext and used 7zip to decompress. Buring now. will try again... | |
Kaj: 13-Dec-2007 | Did you try the alternative boot options? | |
Kaj: 12-Sep-2008 | I ran it for a few years to try it | |
Graham: 15-Sep-2008 | #!/sbin/rebol -qw Rebol [ file: %update.r purpose: {Update the system clock based upon the nist.gov time server} author: {Graham Chiu} date: 15-Apr-2007 ] get-nist-correction: func [/local nist-time cpu-time mjd hms] [ nist-time: read daytime://time-a.nist.gov cpu-time: now parse/all nist-time [skip copy mjd 5 skip 2 thru " " copy hms 8 skip] nist-time: 17/Nov/1858 + to integer! mjd nist-time/time: to time! hms nist-correction: difference nist-time cpu-time ] forever [ if error? set/any 'err try [ print [ "Current time was: " now ] current-time: now + get-nist-correction print [ "New time is: " current-time ] s: rejoin [ "date -s " {"} current-time/month "/" current-time/day "/" current-time/year " " current-time/time {"} ] probe s call s ][ probe mold disarm err ] wait 00:02:00 ;; wait 2 mins ] | |
Graham: 15-Sep-2008 | I did try using yahoo mail as the imap server but there was too much latency | |
Robert: 19-Sep-2008 | Kaj, please make a XEN DomU out of it. I will give it immediatly a try. I'm searching for a base distro that can be used to create a complete application stack. | |
Kaj: 23-Sep-2008 | Did he try Syllable Desktop or Syllable Server? | |
Kaj: 28-Oct-2008 | In any case, if you want to try you need our development build | |
Kaj: 23-Nov-2009 | Using Cheyenne to run tens of websites here, including Try REBOL | |
Geomol: 23-Nov-2009 | I really wish, I had more time, so I could also try this out. Well, hopefully some day, I'll see this in action. | |
Maxim: 13-Dec-2009 | the reason I want to try out syllable is that it seems to align with much of the sane Amiga principles while sheding those which seemed more closely related to religion. | |
Maxim: 13-Dec-2009 | would be nice to try to get the latest mesa project running on it with the gallium driver model. that would get you HW accelerated gfx without the need for your own HW drivers. | |
Kaj: 13-Dec-2009 | If you could settle for an FTP server you could try Desktop, but you can't trust your files to be safe | |
Paul: 14-Dec-2009 | I didn't Kaj, I will try again. | |
ddharing: 13-Aug-2010 | Is it possible to put the bootable ISO image onto a USB key to install from that? I would like to try both Syllable Desktop and Server on my Acer Aspire One. It doesn't have a CD-ROM, though. | |
Kaj: 14-Aug-2010 | We don't have an install image to put on a USB stick to install from there, but the steps from a USB install CD should be small. There is some preparation for it on the install CD, so if you know your way around such things you could try to complete that configuration | |
Kaj: 26-Aug-2010 | For REBOL people, Server is the only Linux distro that caters to their needs, shipping a collection of REBOL software preconfigured, including Boron and ORCA. The latter are hard to try out when you have to install them yourself, and because most REBOL people come from Windows, they generally have a hard time installing and configuring a REBOL server when they want to use Linux | |
Kaj: 28-Aug-2010 | Security could still be improved, but we are running the Try REBOL site on it to test it, which allows the public to run almost any REBOL expression, and although many tried, we haven't had any breaches yet :-) | |
Kaj: 1-Sep-2010 | I've upgraded the Try REBOL website | |
ddharing: 2-Sep-2010 | What kind of hardware is "Try REBOL" running on? | |
Kaj: 2-Sep-2010 | That snappy Try REBOL site is running on an old 650 MHz Pentium 3 with 128 MB of memory. :-) The website itself is quite inefficient compared to regular sites, because each REBOL evaluation request needs to be run in its own Linux process under a separate user account for security | |
Kaj: 2-Sep-2010 | To see for yourself, try | |
Pekr: 6-Sep-2010 | I also hope that some REBOL oldtimers will give R3 a try. It is nice that there is at least one OS (Syllable), who openly mentions REBOL to the user-base. Maybe similar situation could be done for AmigaOS and/or Haiku. | |
Kaj: 13-Sep-2010 | It works quite well as long as you don't try to install extra software | |
Kaj: 13-Sep-2010 | Only when you try to install more software you're on your own, because there are often more missing configurations, or conflicts between binary packages | |
Kaj: 24-Sep-2010 | I'm eying ArchBang and the TinyME development releases to try out, but I don't know yet if they're suitable | |
Kaj: 24-Sep-2010 | Anyway, a year ago I decided to stop distro hopping if at all possible, and try to develop Syllable Server so that I could work on it myself on all my machines; which I've now succeeded at apart from that installation CD | |
Maxim: 1-Feb-2011 | I'll be sure to try it on my laptop and give you feedback... :-) | |
Kaj: 15-Jun-2011 | Apart from the Alt-Function keys, did you also try the Preferences/Screen applet? I think the offered resolutions are a function of the video driver. Some drivers know some wide screen resolutions, but not many | |
Endo: 16-Jun-2011 | I tried Preferences/Screen applet, there was just 640x480 and 800x600. I will try live cd on my desktop pc this weekend also, it is an old amd athlon. | |
onetom: 30-Aug-2011 | so i think he might be happy to try it and would need just a little of your resources in form of a little guidance | |
Kaj: 12-Jan-2012 | It's not often that a PS/2 mouse doesn't work. Do you have another mouse you can try, maybe a USB mouse? | |
Evgeniy Philippov: 12-Jan-2012 | My OS of choice is however BlueBottle (bluebottle.ethz.ch) so I'd prefer to devote time to it. So that's a matter of time investments. E.g. I would not try hacking sources of Syllable... | |
Evgeniy Philippov: 12-Jan-2012 | Or maybe I will try to hack. I will decide later, now I must leave. | |
Evgeniy Philippov: 15-Jan-2012 | Ah. I got it. I will try to specify that "ppp/if" as a substitute for rp-pppoe.so. | |
Evgeniy Philippov: 15-Jan-2012 | I will try specifying "if" there, nevertheless. "man pppd" AFAIR says it's a privileged mode library | |
Evgeniy Philippov: 15-Jan-2012 | I will reboot and try. AFAIU it's installed. | |
Kaj: 15-Jan-2012 | And the next step would be to try to compile RP | |
Evgeniy Philippov: 21-Jan-2012 | I'll try to install Sy on a virtualbox... | |
Kaj: 7-Feb-2012 | That's a very long story. I can't speak for the motivation of the Haiku developers, and I can't predict the future of Syllable, so I won't try | |
Group: rebcode ... Rebcode discussion [web-public] | ||
btiffin: 1-Nov-2007 | Ok, played. 2.6.50.4.2 version insert takes word! series! so m: does [make image! 0x0] f: rebcode [] [apply j m [] insert j [1] return j] will assemble and run, but I get a mungled image when I try it. (Can't get the 256 count thingy to assemble) | |
GiuseppeC: 11-Feb-2008 | Ok, I will try later | |
Group: !REBOL3-OLD1 ... [web-public] | ||
Philippe: 8-May-2006 | Try a search on Carl's blog (not R3 blog) with the word : "module ". You will see a dozen of answers. See http://www.rebol.net/docs/modules.html, also. A first step to learn about modules. | |
Louis: 20-May-2006 | Ok. Thanks. I'll try that. | |
Anton: 24-May-2006 | Not yet. (The force of the explosion increases the more you try to contain it.) | |
BrianH: 5-Jun-2006 | Something to consider for REBOL 3: The current implementation strategy for symbols in REBOL has significant limits to the possible number of symbols available at one time. It might be a good idea to try a red-black tree for symbols instead - newLISP uses that strategy and can handle millions of unique symbols efficiently. | |
Anton: 9-Jun-2006 | Well, you could always try seeing how hard it is to implement from the available souce snippets. I think by the time you've finished doing that you'd be an expert. | |
Henrik: 31-Aug-2006 | I had a few problems with 'join and 'rejoin in the beginning because I somehow expected them to be a bit like form and reform, using the same arguments as input. That's of course not logical, but I think that the 'word and 're-word naming of functions, doesn't entirely fit and actually limits the naming scheme, making it a disadvantage rather than an advantage. Does 'recycle have anything to do with 'reduce? Or 'remove? No. One might think up a 'move function that does 'reduce. That would clash with 'remove, but 're- has two different meanings. Words in rebol usually have sensible naming, something you can pick out of the dictionary and it'll make sense, except for those with 're- in front of them. If you take them out of context and try to explain them, you have to know about 'reduce, but the dictionary meaning of the 're- words is something different. I don't have any suggestions on how to change this though, other than add a dash: re-form, re-join, re-mold...:-) | |
Anton: 7-Sep-2006 | Years ago, I successfully argued to Carl that SWITCH's VALUE argument should go before the CASES argument. My reasoning today is the same - it is easier to parse visually when the smaller or less frequently changing parts of an expression go together. As you can see above, all the conjoins with the same PAD argument are easy to see, and the more likely to vary DATA blocks begin sometimes at the same horizontal position (thus, easier to compare). Just scroll up and compare with the tests for your version; look at each line and try to see what the differences between them are. The reasoning that a standard argument order is a good memory guide isn't strong enough for me; there is always HELP, and I think the particularities of each function are more important when determining the order of arguments. | |
Anton: 7-Sep-2006 | Anyway, I knew I would encounter some resistence to the argument order in this version. The argument order is less important than all the other features, even though I feel strongly about it. If I have to reverse argument order to get it through, I will. (But I will try to make you rebut my argument first.) I keenly await your analysis of both functions. Maybe there are some cases I haven't considered? | |
Anton: 7-Sep-2006 | I try to avoid using extra variables. They can be a real pain when it comes to optimization and make things look messier. Of course, when using a variable the argument order becomes less important. It's only important when no variables are used and specified directly. | |
BrianH: 7-Sep-2006 | Looking at your conjoin with the /only and /pad-only refinements, it seems that with the /only you are trying to recreate the delimit function, but not as usefully. I thought of using pad as a variable name, but "delimiter" was more appropriate since padding functions usually pad outside the data, not within it. Let me try to add you fixes to my version and see what I get. | |
BrianH: 7-Sep-2006 | If you want to try something really fun, pass a no-argument function value as the delimiter argument. You can use this for all sorts of tricks, though if you are doing that the references to delimiter in the conjoin function should be put in parentheses for safety. Like this: | |
Volker: 7-Sep-2006 | Anton, "I try to avoid using extra variables". In my scenario its not an extra variable. I have a block of data from elsewhere, so it is in a variable. I want that nicely formed, with delemiters. If i want the data inline, i need no conjoin, i can join it by putting all in one string. | |
Cyphre: 14-Nov-2006 | Sure, ieven AGG2.3 (which Rebol is using) supports high quality downscaling of images(among other types of image filters). As I know lot of Rebolers would like to generate quality thumbnails ;) I'll try to talk with Carl about including this in future versions of Rebol. | |
Ladislav: 11-Feb-2007 | the lit-argument passing method is already present in the language (although I am against it, to express my preferences, since ++ 'count looks good enough to me being referentially transparent - try to write ++ pick [a b] 1 using the nontransparent argument passing method), so you are indeed requesting much more than that complicating the languge without offering an advantage that would justify it | |
Maxim: 5-Apr-2007 | but look at my last post and the code example its VERY simple... if I had had THAT 5 years ago, I would have been able to build up from REBOL to be able to at least support an array of data from the start and then try to understand the concept of the grammar tree. | |
Group: Postscript ... Emitting Postscript from REBOL [web-public] | ||
Graham: 24-Jun-2008 | well, if the way you're doing it now is not working ... I suggest you try my ways :) | |
Graham: 24-Jun-2008 | try sending some raw PCL to the printer to see what happens | |
Henrik: 14-Oct-2008 | it was wrong. please try again. | |
Geomol: 14-Oct-2008 | With the change, I can produce a PS file, but I still can't see the image. Will try some stuff... | |
Robert: 26-Feb-2009 | I will give it a try on my OfficeJet thing. Pretty old and I'm mostly sure it won't work. Any good PS file for the test? | |
Geomol: 12-Mar-2009 | Pekr, do you try to open this? http://www.fys.ku.dk/~niclasen/postscript/pdftest.pdf | |
Geomol: 12-Mar-2009 | Maybe encoding? ok, I'll try change encoding. one moment... | |
Geomol: 12-Mar-2009 | Pekr, try reload it again. | |
Henrik: 2-Jun-2009 | Geomol, did you try my VID->postscript conversion function? It might be able to do some of what you need. |
2101 / 4813 | 1 | 2 | 3 | 4 | 5 | ... | 20 | 21 | [22] | 23 | 24 | ... | 45 | 46 | 47 | 48 | 49 |