World: r3wp
[All] except covered in other channels
older newer | first last |
Brock 5-Mar-2005 [1526] | In the other Rebol worlds we had a group of books |
Ashley 5-Mar-2005 [1527] | The main stat I use is do I like it?"" ... mine is "time to market". |
Graham 6-Mar-2005 [1528] | which core versions allow you to do 'launch or 'call ? |
[unknown: 5] 11-Mar-2005 [1529x2] | Anyone else use quintessential mp3 player? |
It has a drop directory for playlist updating | |
Louis 11-Mar-2005 [1531] | Graham, REBOL/View 1.2.48.3.1 29-Jul-2004 Core 2.6.0 does, so I assume Core 2.6.0 does. I don't know about the other versions. |
[unknown: 5] 15-Mar-2005 [1532x2] | Just wanted to give everyone a piece of advice regarding spyware and how to really keep it from effecting you. Permissions is the key word here. Disable all access to prone registry keys and startup directories and other entry points. Its extremely effective. |
I might make a util some time for doing all this so that before you install software you can quickly undo the changes. | |
Graham 15-Mar-2005 [1534] | another tip : make everyone run as a limited user in XP |
Colin 15-Mar-2005 [1535] | which Keys specifically Paul? |
[unknown: 5] 16-Mar-2005 [1536] | There are many Colin. I would get more specific if I had more time. But the browser keys for internet explorer in both and default users key as well as any established user keys. Also a mus tis the RUN keys in the same. Deny access for the proper group your account or others accounts on the machine are using. There is also the shell key you would want to protect also as many viruses like to alter the shell line. Put permissions on autoexec.bat autoexec.nt win.ini system.ini config.sys and config.nt also. |
Maxim 17-Mar-2005 [1537] | any one here have mathlab software? |
Pekr 17-Mar-2005 [1538] | I used it 6 years ago, but only coded small example for one of my friends. I am imo no more fluent with the tool ... |
Maxim 17-Mar-2005 [1539] | hum, I need a dll built up from a mathlab project... |
Pekr 17-Mar-2005 [1540] | never did anything like that .... you seem to like matlab functionality :-) It kind reminded me of rebol ... |
Maxim 17-Mar-2005 [1541x3] | oh its, not my project, its the opposite, trying to find someone to convert a third party mathlab project into a easy to use stand-along rebol dll with only one .h file to translate... |
its current a multi-file ordeal with some mathlab scripts ... | |
and cpp, + .h files all mixed up... and a dll for some funcs... | |
Pekr 17-Mar-2005 [1544] | so no special math functions? |
Maxim 17-Mar-2005 [1545] | I don't know... but mathlab has a compiler which is supposed to allow creationg of C object modules or dll files for easier integration outside of mathlab... (thats what it says on the web site anyways) |
Pekr 17-Mar-2005 [1546] | yes, it came after version 5, the last I used was 4 |
Ladislav 17-Mar-2005 [1547x2] | I once "translated a matlab script to Rebol and was amazed how Matlab computed square-root |
square-root -4 is -2 according to Matlab | |
Maxim 17-Mar-2005 [1549x2] | is square-root -4 even possible? |
cause -2 X -2 obviously doesn't amount to -4 ;-) | |
Ladislav 17-Mar-2005 [1551] | exactly, that was the reason why I was surprised, nevertheless the author of the program was content with it, so I had to "translate" to Rebol as follows: (sign? x) * (square-root abs x) |
Maxim 17-Mar-2005 [1552] | eeks.. |
Ladislav 17-Mar-2005 [1553] | anyway I doubt about the correctness of such a program |
Maxim 17-Mar-2005 [1554] | yet there lies a paper which has code along with it which allows us to select obects in an image merely by painting vague strokes on them... and its coded in mathlab... |
DideC 17-Mar-2005 [1555] | square-root -4 only exists with complex number, not real one. |
Ladislav 17-Mar-2005 [1556] | yes, the correct result is an imaginary number 2i |
Maxim 17-Mar-2005 [1557] | ahhh |
[unknown: 5] 17-Mar-2005 [1558] | Seems that request-file/file doesn't work |
eFishAnt 17-Mar-2005 [1559] | EE degree is based on the square root of -1, to create sine waves...but in high school the Algebra teachers told us it was just imaginary...so I guess I have an imaginary degree. |
[unknown: 5] 18-Mar-2005 [1560x3] | Anyone know how I can find my password for the Developer IOS server? |
nevermind I think I found it | |
Had to change the registry entry to the correct path. | |
Graham 27-Mar-2005 [1563] | was there another outage about 20 mins ago ? I see everyone who was on logged off at the same time - including myself, involuntarily |
eFishAnt 27-Mar-2005 [1564] | yup |
Robert 28-Mar-2005 [1565] | Can anyone give me a good tip for a free tape backup program that is able to backup workstations (windows) on a LAN via UNC names like \\my-system\c$ |
[unknown: 5] 28-Mar-2005 [1566] | why not just script it up with rebol? |
Graham 28-Mar-2005 [1567x2] | How would rebol connect to the taps driver ? |
*tape | |
[unknown: 5] 28-Mar-2005 [1569] | I wasn't thinking of tape actually, I was thinking more along the lines of backup to other harddrive storage |
Graham 28-Mar-2005 [1570] | Bo has written such a utlity .. that also backs up to a ftp directory |
[unknown: 5] 28-Mar-2005 [1571] | I have a program I made myself also. |
Graham 28-Mar-2005 [1572] | It would be nice for a rebolish way to interface to tape drives and dvd writers |
[unknown: 5] 28-Mar-2005 [1573] | Yeah - Carl should try to chime in sometime on some suggestions on how to do that. |
Robert 29-Mar-2005 [1574] | Graham, right, I need to access the tape. The next problem is to handle things like: open-files, system state for Windows machines etc. IIRC Windows provides an API for backup-programs. If you want to do live backups of things like running DBs or Exchange etc. you need special APIs as well. |
Robert 8-Apr-2005 [1575] | Hi, does someone know a good development environment which can create DLLs and simplifies COM programming? I want to create some wrapper DLLs for Rebol that use COM objects. But I really don't want to hack through MBs of MS header files etc. |
older newer | first last |