AltME groups: search
Help · search scripts · search articles · search mailing listresults summary
world | hits |
r4wp | 119 |
r3wp | 1313 |
total: | 1432 |
results window for this page: [start: 120 end: 219]
world-name: r3wp
Group: !AltME ... Discussion about AltME [web-public] | ||
Maxim: 20-Jan-2005 | this being said, if it can be done as part of your rewrite, the ability to run altme on command-line to be able to post to a group, would be VERY powerfull. | |
[unknown: 9]: 16-May-2005 | Yeah, I'm REALLY anti FTP. It took us writing our own FTP Client to realize, FTP is simply not worth supporting, the people who originated it were kids, that did not know what they were doing. We waste too much time, as has everyone that has written FTP client or Server software. Basically, the standard should be rewritten such that every command that a normal DOS would use are available, even the simple stuff like getting the size of the volume the data is being stored on, and remaining space. But also there needs to be systems in place for check-summing files in usable chunks, and also for doing metrics from both sides so that better predictions can be made about the time it will take to synch. It goes on and on, just throw FTP away… Build an x-internet interface to something new, and build it correctly to be global not local. For example, every block (some unit of bytes) of a given file should be able to exist in multiple places (on the web, not just on a server), etc. Let's solve everything in one place once and for all. | |
Group: Core ... Discuss core issues [web-public] | ||
ICarii: 6-Jan-2005 | Component: "REBOL Mezzanine Extensions" 1.2.0 (1-Aug-2004/22:34:12) Component: "REBOL Internet Protocols" 1.71.0 (4-Nov-2004/21:08:24) Finger protocol loaded Whois protocol loaded Daytime protocol loaded SMTP protocol loaded POP protocol loaded IMAP protocol loaded HTTP protocol loaded FTP protocol loaded NNTP protocol loaded Component: "Command Shell Access" 1.9.0 (3-Jan-2005/21:08:57) Component: "System Port" 1.4.0 (1-Aug-2004/18:58:28) | |
shadwolf: 14-Jan-2005 | well now i know better how to handle REBOL -> C and C-> REBOL the idéal thing could be a convert-reb-to-c multi type, multi size native! function in Command and in REbol/view Pro (I think it will be added to core any way than accessible if you have the licence.key file) | |
Geomol: 23-Jan-2005 | I figure, the problem is with strings, not with to-block or any other command. | |
Group: Script Library ... REBOL.org: Script library and Mailing list archive [web-public] | ||
Volker: 16-Dec-2005 | write-io call-port command length? command read-io call-port result 4 | |
Gabriele: 11-Jul-2009 | Sunanda, what usually creates problems is the shebang line ending. If it's CRLF, the CR becomes part of the command line. | |
Group: I'm new ... Ask any question, and a helpful person will try to answer. [web-public] | ||
Normand: 22-Jun-2005 | I am trying to add a newline to separate blocks of hashs I add to a file withe the save command. [idkey: 1 objectname: "article" creator: "Lec, Norm" fulltitle: "Title 1" pageread: "1"] {#"^^/"} [idkey: 2 objectname: "article" ... with the line: append bib mold/all newline Unfortunately I dont find the way to dispose the blocks in a pleasing format because the newline separating them is in source format. I did try a dozen of combination with reduce, form mold and compose and the various newline forms I know ^/ "^/" but to no avail. It shure is stupid but I am stock with this. If I use write I am OK, but would like to learn the trick with save. Thanks. | |
Bobik: 6-Oct-2005 | uuoop, i don't know this command :-) | |
Group: MySQL ... [web-public] | ||
DideC: 25-Feb-2005 | I have a table with some Products. I need to copy each line from the Products table in a Command table (with a different structure, but same key) IF THEY ARE NOT ALREADY THERE, and add a quantity value. | |
Dockimbel: 3-May-2005 | You can try to disengage the auto-reconnect feature and test if the connection is still active by yourself (send a ping command for example). | |
François: 7-Aug-2005 | Hello, is there anyone working with Rebol Command and Mysql 4.1.x ? It appears that the authentication protocol has changed and Rebol/Command can not connect to MySQL 4.1.x. But it works fine with MySql 4.0.x. | |
François: 7-Aug-2005 | I have heard that the driver from DocKimbel has the seem issue... But my point is that Rebol/Command should be updated to work with version 4.1 which is currently the recommended version for peoduction environment! | |
sqlab: 9-Jan-2006 | Only the /pro, /command and sdk versions have this functions exposed | |
Anton: 9-Jan-2006 | Doc probably wanted his script to work independently of Pro and Command. (or, that method wasn't implemented at that time). | |
Pekr: 13-Jan-2006 | Doc, what would be needed for the driver to work like Command driver? I mean the ability to db-conn: first db, and have multiple connections/channels to have available? | |
Dockimbel: 13-Jan-2006 | You already can have several connections opened at the same time with the current driver. I don't see the benefits of the /Command way. If you really need to have exactly the same behaviour, I guess that you have to overload the 'first function in my code and return a new port! using the connection port as 'sub-port. | |
Maarten: 13-Jan-2006 | Actually, I used to install Docs driver in Command anyway because it was much faster :-) | |
Gabriele: 14-Jan-2006 | yep, our detective portals use Doc's driver even though we run on command. | |
Dockimbel: 8-May-2006 | james: use the 'ping command: insert db [ping] (see driver documentation for more info on this command). | |
Group: Syllable ... The free desktop and server operating system family [web-public] | ||
Kaj: 7-Sep-2005 | If you're familiar with a Unix command line, there are a lot of standard CLI and Curses apps you could use to fill the gaps | |
Anton: 14-Nov-2005 | ok I'll have a look. Is there a tree command of some sort that can do the looking for me ? | |
Kaj: 14-Nov-2005 | No tree command in the standard distribution | |
Anton: 14-Nov-2005 | Then I typed 'reboot', set my bios to boot from C only, and now it's just sitting with GRUB _ and a blinking command prompt, but no interactivity possible. | |
Kaj: 15-Nov-2005 | The thing to remember about the file system is that journaling works well, unless you had a lot of file activity just before hard booting. This can damage your file system. A good thing to do after heavy file activity like big copies or downloads is to issue a "sync" command in the terminal | |
Group: Linux ... [web-public] group for linux REBOL users | ||
Henrik: 31-Dec-2004 | It is missing important apps like CVS and SSH for instance, and I'm not a typical Linux user who can spend hours to find and download the GNU sources for an app, configure the build, and compile it. <--- don't know how Mandrake handles packages other than it's RPM, but Debian handles these things in seconds with a single CLI command, and it surely isn't necessary to hunt down sources manually. :-) I always regarded Debian as a bit harder to start with but many times easier to maintain once it runs. | |
Bouba: 31-Dec-2004 | Shouldn't urpmi command be easy to use? | |
Volker: 4-Jun-2005 | seems iptables can be changed on the fly from the command line. i guess you can switch things on and of, or just change them to what they are. | |
Oldes: 8-Jun-2005 | I thoght it's the nohup command but it stops anyway | |
François: 9-Jul-2005 | I see that all platform have since 6-jun Base, Pro, Core and Command, but linux is missing Commandµ | |
François: 9-Jul-2005 | Carl told that the command build for linux was done on 15-Jun, with Pro, Base and Core, but I cannot find it!! | |
Carl: 9-Jul-2005 | www.rebol.net/builds/042 -- but, you are corrrect... I see no rebcmd there, just pro, etc. Will upload command soon (perhaps the transfer failed). | |
Pekr: 12-Sep-2005 | encap? that could be way to go ... but I am not sure what SDK I have, not probably /Command sdk - do I have shell enabled? :-) | |
Maarten: 12-Sep-2005 | All SDKs have shell, library and encryption. Command adds ODBC/Oracle and SSL (client side) | |
Terry: 24-Nov-2005 | 50mb and includes.. XMMS (MP3, CD Music, and MPEG), FTP client, Dillo web browser, links web browser, FireFox, spreadsheet, Sylpheed email, spellcheck (US English), a word-processor (FLwriter), three editors (Beaver, Vim, and Nano [Pico clone]), graphics editing and viewing (Xpaint, and xzgv), Xpdf (PDF Viewer), emelFM (file manager), Naim (AIM, ICQ, IRC), VNCviwer, Rdesktop, SSH/SCP server and client, DHCP client, PPP, PPPoE (ADSL), a web server, calculator, generic and GhostScript printer support, NFS, Fluxbox window manager, games, system monitoring apps, a host of command line tools, USB support, and pcmcia support, some wireless support. | |
Geomol: 25-Feb-2006 | Robert, you may find the right glibc rpm here: http://rpmfind.net/linux/RPM/index.html Be sure to read about the different ones, so you get the right one. You should be able to have more than one version of glibc installed at the same time (so everything will work). There are programs with GUIs in RedHat Linux to install rpms, or you can use the rpm command from the command line. It's been a while, since I used Linux, and it can be a hazzle to update sometimes. | |
DideC: 20-Apr-2006 | Q: How to know witch Distro I have in command line ? What is the command ? | |
Gabriele: 19-Jun-2006 | robert, when you have circular dependencies the only way is to install both pkgs with the same command (i.e. rpm -i pgk1.rpm pkg2.rpm) | |
Gabriele: 8-Aug-2006 | write access means you can add files to the dir, but to write on them you need to be able to access files in the dir which is the execute bit. i think you can probably use the touch command to create new files on dirs with rw- (not sure though) but for complete access to a dir you need rwx. | |
Pekr: 14-Nov-2006 | Ammon - the thing might be, that maybe Linux version of Command does not support ODBC at all? | |
Ammon: 14-Nov-2006 | I was using a Linux version of Command to set it up. | |
Graham: 14-Nov-2006 | since Command on Linux does not support ODBC, I think that must have been the case! | |
Ingo: 18-Nov-2006 | Well, you don't ... rebol does not support sending email using sendmail, but if you have a version with command-shell support ( call ) you can probably create the command line to call sendmail yourself ... I don't know how to do this, though. | |
Kaj: 19-Nov-2006 | I think interfacing with sendmail via the command line would be through the standard "mail" command, if sendmail is properly configured as standard MTA | |
Group: CGI ... web server issues [web-public] | ||
PeterWood: 17-Feb-2005 | Rondon: I think he's referring to the fact that the Shebang, ( the first line of the CGI) is a Shell command to tell the OS to load the Rebol interpreter. But I could be wrong. | |
Tim: 20-Feb-2005 | Holy moly, I just changed the rebol command line switch to -csq (q to suppess usage) and the problem went away. I will upload to http://www.johnsons-web.com/cgi-bin/test1.rso that you can see the difference. | |
Tomc: 28-May-2005 | what do you get calling it from the command line | |
BrianW: 28-May-2005 | The command line output is towards the end of my plea for help up above | |
Volker: 28-May-2005 | IIRC correctly command can do that, without text. and there are some betas published, maybe they run? | |
BrianW: 28-May-2005 | Oh wait, I don't have the money for command. Drat. | |
BrianW: 28-May-2005 | I mean, I am getting okay results from the command line (no aborted message), but still get the same error message when run as cgi. | |
François: 26-Aug-2005 | The Rebol Directory Project (www.rebolgique.net/rdir/) is an exemple of application developped with FastCGI and Rebol/Command. This application is in its early stage, but is intended to become a database with as much inforamtion as possible about the members of the rebol community... | |
Graham: 5-Dec-2005 | well, rebol will take a url as a command line parameter | |
Pekr: 5-Dec-2005 | ah, but the console would have to get that command (wait 4) - do you think it is passed to it? | |
Pekr: 11-Aug-2006 | not sure what dependencies are there ..... there might be some library missing, as happened with my Command due to AGG | |
Ryan: 15-Aug-2006 | When I tried it, View seemed to want to try to install itself, and errored out when it tried to show an installation window. Various combinations of command line options were no help. I didnt try using old versions of view, or tricking view into thinking its already installed. | |
Anton: 16-Aug-2006 | Ryan, are you sure that the -i or --noinstall command-line argument option does not help ? | |
Gabriele: 31-Aug-2007 | usually PHP uses the sendmail command directly, not SMTP, so it can't be compared unfortunately (ie the fact tha php can send mails does not guarantee that rebol can). but, you could use CALL and call sendmail directly too if there is no other option. | |
Group: XML ... xml related conversations [web-public] | ||
BrianH: 3-Jan-2010 | The semantic model of REBOL protocol schemes, implemented with the port! type, would fix well with the semantic model of SAX pull. SAX pull generates the same SAX events, except they are not propagated through callbacks - instead they are returned from function calls. SAX pull is sort of like an generator (in the Icon or Python sense) of SAX events. That is very similar in model to the behavior of command ports (like database ports). | |
Group: PgSQL ... PostgreSQL and REBOL [web-public] | ||
Oldes: 2-Mar-2007 | this should the best way (I just don't remember the correct command) | |
Pekr: 3-Dec-2007 | my friend uses MSSQL with its command line tool .... | |
BrianH: 3-Dec-2007 | Even the command line tools connect through oledb or odbc. | |
Maarten: 4-Dec-2007 | If you have Command or the SDK write a wrapper using C Callbacks (google for that + rebol) and the /Library component | |
Group: Sound ... discussion about sound and audio implementation in REBOL [web-public] | ||
amacleod: 16-Mar-2009 | I read that you could start it from teh command line and get it save in .wav but I could not get it to work.. THere are a lot of annyoing things about vista...but I have it on my wife's laptop and I'm forced to use it now and again.. | |
Group: Rebol School ... Rebol School [web-public] | ||
Pekr: 4-Apr-2006 | how is that? Core Command View ... how-tos, cookbook, reference to outer docs - e.g. Viktor Pavls rebol-tutorial (iirc he is a teacher too or something like that ...) | |
[unknown: 9]: 4-Apr-2006 | For example: Find | Select | Pick | First | Second | Third | Forth | Fifth | and Sixth are all really the same command: If you picture a master command with lots of settings (refinements) and even some conditional code (if refinement set, do x). | |
eFishAnt: 4-Apr-2006 | >> source send ;you can get the source code of a function by using the source command. Documentation is built-in. | |
Group: Rebol/Flash dialect ... content related to Rebol/Flash dialect [web-public] | ||
Oldes: 25-Oct-2007 | Version 2.10.0 - Now with new command ImageStream which creates Sprite with sequence of images on each frame Usage example is here: http://box.lebeda.ws/~hmm/rswf/example/mx-imagestream (more will be soon) | |
Oldes: 25-Oct-2007 | And I have Import-swf command in the dialect (not documented yet as I still change it a little bit). I'm using it to include large animations made in IDE. As I have a caching mechanism already, I can include it in my dialect and control it in miliseconds, don't have to wait many seconds to compile all the animation in the IDE every time when I change a bit of a code. | |
Oldes: 26-Oct-2007 | Version 2.11.0 - Improved ImportStream command, new example here: http://box.lebeda.ws/~hmm/rswf/example/swf8-bbpositioner | |
james_nak: 4-Nov-2007 | Oldes, is there something special about the getURL command. I have a function in "doAction" and it clearly gets to it as the cmsg is displayed, but I can't get it to actually go to another URL. My flash settings are good because your "horse" link works. Any ideas? Thanks, | |
Group: RT Q&A ... [RT Q&A] Questions and Answers to REBOL Technologies [web-public] | ||
Gabriele: 30-Nov-2005 | Alberto: AFAIK, that is correct. Only CLOACK if you don't have /Pro or /Command. | |
Pekr: 11-Jan-2006 | Louis - php uses its "own function", called iconv. AFAIK, iconv is unix utility, maybe you can use that command-line tool or maybe it is available as a library? Dunno ... | |
Louis: 11-Jan-2006 | I found this: http://www-306.ibm.com/software/globalization/icu/downloads.jsp Now I'll have to see if I can get it to work with REBOL Command SDK. | |
Louis: 11-Jan-2006 | Documentation here: http://icu.sourceforge.net/userguide/icu.pdf Does this look to you pros that it will work with REBOL command. | |
Group: Windows/COM Support ... [web-public] | ||
BrianH: 14-Oct-2005 | I do all of my command line scripting in REBOL, why not more? | |
Anton: 13-Dec-2005 | Brett, I've noticed many of the code examples have small delays in between each command (eg. wait 0.1) which supposedly makes it more reliable. Don't know if that can help you. | |
Pekr: 28-Jun-2006 | just ask DocKimbel to release his xy years old version. He did not do that, because RT asked him not to do so. IMO fastcgi is not feature which would ruin RT sales. Except secure mode there is very little value in the rest of Command - outdated ... | |
Henrik: 28-Jun-2006 | for continous value in Command, you'd need something bigger. a different business strategy comes to mind. | |
BenK: 19-Jul-2006 | Is there any way to get around the fact that Rebol faces are not native Windows "windows"? (i.e. don't have a handle on the system). Speech recognition command & control does not work with Rebol apps as long as that is the case and I need that... | |
Anton: 19-Jul-2006 | Hmm.. the system port can be used to trap windows messages, perhaps if the command & control uses windows messages you can handle them that way... Can you give more information about the speech recognition software used ? (Is it MS software ? etc..) | |
Volker: 21-Jul-2006 | Speech recognition command & control does not work with Rebol apps as long as that is the case and I need that... Terry claims speech recognition worls pretty well with his products. | |
Group: Plugin-2 ... Browser Plugins [web-public] | ||
Henrik: 3-May-2006 | is it in any way tied in with the SDK? is it possible to do /pro or /command stuff? | |
JoshM: 3-May-2006 | Not sure on that, I need to check with Carl....I think I understand your overall question though, can we make a version of the plugin that supports pro/command right? | |
Henrik: 3-May-2006 | I had this (wild?) idea that the plugin would be able to run normal rebol scripts, but with signed scripts encapped with the SDK would turn the same plugin into /Pro or /Command. I'm just brainstorming, but that would be a nice way to keep everything within one plugin. I don't know... | |
Graham: 4-May-2006 | I have the sdk/command. | |
[unknown: 9]: 6-May-2006 | I agree with Maxim as well, there needs to be UI somewhere to stop automatic downloads. With that said, is it possible to clean this whole thing up and reduce it to one place where you either have what you need or you don't. Using Adobe Acrobat as an example, they have one plug-in interface. When you download stuff, it asks you if you want any of the other modules Adobe has for you. In fact a close friend of mine created one of those modules (Atmosphere), which is funny that Adobe's interface even asks if you want this, since almost no one know what Atmosphere is. So a single consistent dialogue should pop up with something like this: You have: Rebol command 1.3 for OSX Rebol view 3.0 for OSX New modules that are available: [_] Rebol view 3.0 for OSX [_] VID2 interface Alpha for OSX [X] Always ask before downloading [Skip] [Download all now] | |
JoshM: 11-May-2006 | Or take security/licensing......we could have the plugin DLL automatically download the correct version EXE (View/ViewPro/Command/etc.) based on the version the script requires (so the initial download could be quite small, with a "download as needed" architecture) | |
Group: !Cheyenne ... Discussions about the Cheyenne Web Server [web-public] | ||
Dockimbel: 10-Oct-2006 | there's a -p command line option to set the listening port (80 by default). Example: cheyenne -p 8000 | |
Dockimbel: 11-Oct-2006 | Maxim: I plan to support SSL natively in REBOL. I'm waiting for Carl to send me a test version of /Command with server-side SSL enabled. In the meantime, I recommand using a SSL proxy rather that Apache. See STunnel for example. | |
Dockimbel: 11-Oct-2006 | The SSL support will be available only in Cheyenne binary releases. You'll need a /Command or /SDK license to make it work with the sources. | |
Dockimbel: 11-Oct-2006 | Pekr: The protocol is not specific to Cheyenne, but you'll have to "extract" it from the module to be able to reuse it. But, we're talking about a FastCGI CLIENT implementation, and what you have in mind, I guess, is a SERVER implementation (like in /Command)... | |
Dockimbel: 11-Oct-2006 | It connect to a server application, like php-fastcgi or a REBOL FastCGI server built with /Command, or any other server accepting FastCGI clients. Then it sends the HTTP request and wait for a response back. | |
Pekr: 11-Oct-2006 | The trouble is with Windows, we still have no-solution. Command Windows fastcgi was never fixed - 'external mode is pretty useless | |
Maarten: 11-Oct-2006 | Doc: there is a SSL serverside command version (I know bcause I can see it...somewhere) so you should really push it. | |
Maarten: 11-Oct-2006 | On windows, a 2.6.2 Command version, no encap | |
Maxim: 11-Oct-2006 | does fast-cgi need /command license? | |
Dockimbel: 11-Oct-2006 | No, it's a client implementation of my own (/Command implements a server-side FastCGI protocol) | |
Dockimbel: 25-Feb-2007 | It's a command-line tool acting as a SSL daemon frontend for any server requiring SSL decryption. | |
Group: Games ... talk about using REBOL for games [web-public] | ||
Geomol: 5-Jun-2007 | There are 2 OpenGL implementations for REBOL already. One by Cyphre, that require REBOL/Command (I think), and mine requiring GLServer (compiled C program, only for OS X so far). |
101 / 1432 | 1 | [2] | 3 | 4 | 5 | ... | 11 | 12 | 13 | 14 | 15 |