1. Sharing shrouded code on this forum?
- Posted by mindwalker Feb 20, 2011
- 1666 views
There was a word squares contest posted on this forum some time ago. I was thinking about posting a shrouded version of my boggle solver in response to this challenge, but I am not sure how I would go about doing this. Is this possible?
2. Re: Sharing shrouded code on this forum?
- Posted by euphoric (admin) Feb 21, 2011
- 1645 views
- Last edited Feb 24, 2011
There was a word squares contest posted on this forum some time ago. I was thinking about posting a shrouded version of my boggle solver in response to this challenge, but I am not sure how I would go about doing this. Is this possible?
There is no provision for receiving/hosting files on the OpenEuphoria site, yet (afaict)... In the meantime, you can upload any source as a User Contribution to the RapidEuphoria Web Site. I can also host it at UsingEuphoria from whence the contest originated.
3. Re: Sharing shrouded code on this forum?
- Posted by mindwalker Feb 22, 2011
- 1607 views
There was a word squares contest posted on this forum some time ago. I was thinking about posting a shrouded version of my boggle solver in response to this challenge, but I am not sure how I would go about doing this. Is this possible?
There is no provision for receiving/hosting files on the OpenEuphoria site, yet (afaict)... In the meantime, you can upload any source as a User Contribution to the RapidEuphoria Web Site. I can also host it at UsingEuphoria from whence the contest originated.
The links you listed all go to wiki problem reports and I don't see a way to pass the shrouded file to you in there.
4. Re: Sharing shrouded code on this forum?
- Posted by jimcbrown (admin) Feb 23, 2011
- 1520 views
There was a word squares contest posted on this forum some time ago. I was thinking about posting a shrouded version of my boggle solver in response to this challenge, but I am not sure how I would go about doing this. Is this possible?
There is no provision for receiving/hosting files on the OpenEuphoria site, yet (afaict)... In the meantime, you can upload any source as a User Contribution to the RapidEuphoria Web Site. I can also host it at UsingEuphoria from whence the contest originated.
The links you listed all go to wiki problem reports and I don't see a way to pass the shrouded file to you in there.
The correct links are http://RapidEuphoria.com and http://UsingEuphoria.com
5. Re: Sharing shrouded code on this forum?
- Posted by euphoric (admin) Feb 24, 2011
- 1494 views
The links you listed all go to wiki problem reports and I don't see a way to pass the shrouded file to you in there.
Sorry. I didn't realize the creole link maker didn't work without longform URLs.
This [[OpenEuphoria.org|OpenEuphoria Web Site]] should render <a href="openeuphoria.org">OpenEuphoria Web Site</a>
but it gives me this: <a href="/wiki/view/OpenEuphoria.org.wc">OpenEuphoria Web Site</a>
6. Re: Sharing shrouded code on this forum?
- Posted by mattlewis (admin) Feb 24, 2011
- 1422 views
The links you listed all go to wiki problem reports and I don't see a way to pass the shrouded file to you in there.
Sorry. I didn't realize the creole link maker didn't work without longform URLs.
This [[OpenEuphoria.org|OpenEuphoria Web Site]] should render <a href="openeuphoria.org">OpenEuphoria Web Site</a>
but it gives me this: <a href="/wiki/view/OpenEuphoria.org.wc">OpenEuphoria Web Site</a>
You need to put the http:// in there:
[[http://OpenEuphoria.org|OpenEuphoria Web Site]] -> OpenEuphoria Web Site
Matt
7. Re: Sharing shrouded code on this forum?
- Posted by ArthurCrump Feb 24, 2011
- 1400 views
This seems to be a very common problem. Many of the links I have tried in several forum topics send me to a Wiki problem report.
8. Re: Sharing shrouded code on this forum?
- Posted by mattlewis (admin) Feb 24, 2011
- 1433 views
This seems to be a very common problem. Many of the links I have tried in several forum topics send me to a Wiki problem report.
My understanding is that the forum is very aggressive in trying to identify wiki words. So just about anything capitalized or camel cased is treated as a wiki word. Of course, when talking about programming, it's common to use these sorts of things.
Matt
9. Re: Sharing shrouded code on this forum?
- Posted by DerekParnell (admin) Feb 24, 2011
- 1452 views
This seems to be a very common problem. Many of the links I have tried in several forum topics send me to a Wiki problem report.
My understanding is that the forum is very aggressive in trying to identify wiki words. So just about anything capitalized or camel cased is treated as a wiki word. Of course, when talking about programming, it's common to use these sorts of things.
Matt
That's what I thought at first but it seems like a bug. Have a look at this ...
[[no caps here -> abc.def.org]] is transformed into http://openeuphoria.org/wiki/view/abc.def.org.wc
10. Re: Sharing shrouded code on this forum?
- Posted by mattlewis (admin) Feb 24, 2011
- 1435 views
This seems to be a very common problem. Many of the links I have tried in several forum topics send me to a Wiki problem report.
My understanding is that the forum is very aggressive in trying to identify wiki words. So just about anything capitalized or camel cased is treated as a wiki word. Of course, when talking about programming, it's common to use these sorts of things.
Matt
That's what I thought at first but it seems like a bug. Have a look at this ...
[[no caps here -> abc.def.org]] is transformed into http://openeuphoria.org/wiki/view/abc.def.org.wc
Yes, in this case, again, it's missing the http stuff, which is probably a bug. In this case, I was thinking more of naked camelcase, like: HeapAlloc. But maybe that's what Arthur was thinking, too.
Matt
11. Re: Sharing shrouded code on this forum?
- Posted by petelomax Feb 25, 2011
- 1310 views
Isn't this what the PreviewButton is for?