The open stacks gallery has been updated!
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Livecode Opensource Backer
The open stacks gallery has been updated!
I propose to use this topic to provide information on any update in the
open stacks gallery
You will find there a collection of stacks falling in various categories of use: coursewares, cal generators, games, graphs, learning transcript, tools & plugins, widgets & ecards. Mosts of these stacks are distributed under a share-alike license. You are free to re-use the stack or re-use the code for your own projects... provided that if you happen to distribute the resulting stack, you do it under the same share-alike license. Some stacks are under a less restrictive license, where you are only asked to acknowledge the source and nothing else.
The gallery warmly welcomes contributions from any fellow user. Just use the private messaging in these forums, or download the Metadata file creator in the open stacks gallery and use it to send me an email. My email address has been updated and a "send by email" button has been added to make the task of sharing your stacks easier than ever before.
Note that a link can also be made to any stack stored on the internet or any stack stored on revOnline. Just let me know where the stack is stored and I will link to it!
open stacks gallery
You will find there a collection of stacks falling in various categories of use: coursewares, cal generators, games, graphs, learning transcript, tools & plugins, widgets & ecards. Mosts of these stacks are distributed under a share-alike license. You are free to re-use the stack or re-use the code for your own projects... provided that if you happen to distribute the resulting stack, you do it under the same share-alike license. Some stacks are under a less restrictive license, where you are only asked to acknowledge the source and nothing else.
The gallery warmly welcomes contributions from any fellow user. Just use the private messaging in these forums, or download the Metadata file creator in the open stacks gallery and use it to send me an email. My email address has been updated and a "send by email" button has been added to make the task of sharing your stacks easier than ever before.
Note that a link can also be made to any stack stored on the internet or any stack stored on revOnline. Just let me know where the stack is stored and I will link to it!
Last edited by marielle on Mon Apr 17, 2006 2:43 pm, edited 3 times in total.
-
- Livecode Opensource Backer
2 new stacks, character palette and use-list digest reader
Dear all,
The Open Stacks Gallery has been updated with new stacks.
Character Map, by Garrett Hylltun
A Character Map that shows the standard ascii character map. Simple to view, simple to use.
Use-list digests reader, by your servitor.
Provides a threaded view of use-list digests, for the ones like me who are in digest mode. Possibility to reply to any thread privately, to the user, or publicly, to the list. I left some formatting options that are probably not relevant for any person other than me (I use this to reformat the posts before posting them on the codes cms). Feel free to change the stack to better suit your needs.
Note that only stacks added in the last week are visible. Use "added any time" in the top menu to see stacks older than 7 days.
Take me to the Open Stacks Gallery
Best,
Marielle
The Open Stacks Gallery has been updated with new stacks.
Character Map, by Garrett Hylltun
A Character Map that shows the standard ascii character map. Simple to view, simple to use.
Use-list digests reader, by your servitor.
Provides a threaded view of use-list digests, for the ones like me who are in digest mode. Possibility to reply to any thread privately, to the user, or publicly, to the list. I left some formatting options that are probably not relevant for any person other than me (I use this to reformat the posts before posting them on the codes cms). Feel free to change the stack to better suit your needs.
Note that only stacks added in the last week are visible. Use "added any time" in the top menu to see stacks older than 7 days.
Take me to the Open Stacks Gallery
Best,
Marielle
-
- Livecode Opensource Backer
Accomplish Memopad
Little Memopad to keep track of the tasks you need to accomplish.
go url "http://tinyurl.co.uk/pm90"
(typed in the message box within your runrev IDE)
Download them all
A very crude download them all utility.
go url "http://tinyurl.co.uk/peb5"
(typed in the message box within your runrev IDE)
Little Memopad to keep track of the tasks you need to accomplish.
go url "http://tinyurl.co.uk/pm90"
(typed in the message box within your runrev IDE)
Download them all
A very crude download them all utility.
go url "http://tinyurl.co.uk/peb5"
(typed in the message box within your runrev IDE)
-
- Livecode Opensource Backer
Hopalong orbit fractal
Hopalong orbit fractal
Hopalong orbits were discovered by Barry Martin from the Aston University, Birmingham, England. A.K. Dewdney presented the Hopalongs in the magazine Scientific American 1986.
Stack content directly inspired by a page on hopalongn fractal at Ulli's Fractal Home.
Tested on a Mac only. Runrev 2.6.
Interactive drawing of hopalongs graphs, a sort of orbit-fractals. It illustrates how to very rapidly construct an image by relying on the "pen tool" utilities rather than the usual graphics objects.
Hopalong orbits were discovered by Barry Martin from the Aston University, Birmingham, England. A.K. Dewdney presented the Hopalongs in the magazine Scientific American 1986.
Stack content directly inspired by a page on hopalongn fractal at Ulli's Fractal Home.
Tested on a Mac only. Runrev 2.6.
-
- Livecode Opensource Backer
-
- Livecode Opensource Backer
Send them whenever you are ready.mcgrath3 wrote:Looks nice Marielle. I might have some gadgets here in a few weeks time.

I worked a bit on the Gallery of Open Stacks
That's an improvement in terms of functionality (quicker navigation) but not really in terms of design. More work needs to be done.
If anybody around has stacks that they would like to be added, let me know. Stacks there tend to be the hobbyist (week-end project) or education type but there is no real admission criterion. I check the stack. If it works I put it in. If it doesn't work, I let you know. That's all that is involved in terms of selection process.

And if you want to be really nice to me, you can use the "Metadata file creator" to encode the relevant information yourself. It hasn't been extensively tested on different platforms and systems, so please do report any problem you may have with it.
-
- Livecode Opensource Backer
New Stack in the Open Gallery - Stemmer Library
New Stack added to the open stacks gallery. Thanks to Eric for contributing this one.
Stemmer Library
English , French, Italian, Spanish, German and Portuguese stemmers. English stemmer originally written by Ken Ray, others by Eric Chatonet.
Porter algorithms are very handy to automatically isolate the stem of a word (that is, the main part of a word to which affixes are added). However they are known not to be 100% reliable. To address this issue, we adopt the following approach. Words are first checked against the list of words known to be parsed incorrectly (that is, incorrectly parsed when applying the algorithm on a corpus of 20 000 forms). If a match is found with an item from this list, the stem is defined by simple dictionary lookup. If not match is found, then the stem is defined using Porter's algorithm. With this approach, reliability was found to be higher than 99% for each one of the six languages.
Explanations on how to use this stack are in the lib itself.
Stemmer Library
English , French, Italian, Spanish, German and Portuguese stemmers. English stemmer originally written by Ken Ray, others by Eric Chatonet.
Porter algorithms are very handy to automatically isolate the stem of a word (that is, the main part of a word to which affixes are added). However they are known not to be 100% reliable. To address this issue, we adopt the following approach. Words are first checked against the list of words known to be parsed incorrectly (that is, incorrectly parsed when applying the algorithm on a corpus of 20 000 forms). If a match is found with an item from this list, the stem is defined by simple dictionary lookup. If not match is found, then the stem is defined using Porter's algorithm. With this approach, reliability was found to be higher than 99% for each one of the six languages.
Explanations on how to use this stack are in the lib itself.
-
- Livecode Opensource Backer
Calculator widget
http://revolution.widged.com/stacks/
Basic Scientific Calculator with an aqua theme. It can be used on its own or as substack of a main stack.
Kindly provided by Guy Petinon, from the Revolution FR (Yahoo Group) community.

Basic Scientific Calculator with an aqua theme. It can be used on its own or as substack of a main stack.
Kindly provided by Guy Petinon, from the Revolution FR (Yahoo Group) community.

-
- Livecode Opensource Backer
Diff and Comp tool
Diff & Comp Tool
Another stack added to the stack galllery.

A little utility that let you run Diff (en.wikipedia.org) and Cmp like comparisons. Comp compares all files in a folder for strict equivalence. Diff compares a file to another file for parts of text that would have been added or removed. Colors are added for faster read out.
Notes:
1. non mac users will probably want to change the font for the output fields to some monospaced font that works for them (the font is set to Monaco, which I believe to be a Mac only font
2. For some reason the Ok button doesn't work on the first attempt (when the pop up stack is opened for the first time) but works on all successive attempts
Another stack added to the stack galllery.

A little utility that let you run Diff (en.wikipedia.org) and Cmp like comparisons. Comp compares all files in a folder for strict equivalence. Diff compares a file to another file for parts of text that would have been added or removed. Colors are added for faster read out.
Notes:
1. non mac users will probably want to change the font for the output fields to some monospaced font that works for them (the font is set to Monaco, which I believe to be a Mac only font
2. For some reason the Ok button doesn't work on the first attempt (when the pop up stack is opened for the first time) but works on all successive attempts
Last edited by marielle on Wed Mar 14, 2007 3:48 pm, edited 1 time in total.
-
- Livecode Opensource Backer
list with numbers
A simplistic widget:

When you scroll down the list, the numbers on the left follow. If the number of lines gets changed, simply shift+click on the field to update the number values to exactly match the number of lines
[Note: the diff utility, mentioned in the previous post, has been improved to allow direct text to text comparison]

When you scroll down the list, the numbers on the left follow. If the number of lines gets changed, simply shift+click on the field to update the number values to exactly match the number of lines
[Note: the diff utility, mentioned in the previous post, has been improved to allow direct text to text comparison]
-
- Livecode Opensource Backer
A few more stack on the gallery
The open stacks gallery has been updated with nice stacks spotted on revOnline.
Visit the stack gallery
If you would like your work to be shown there, simply send me an email with information about your stack. Your stack don't need to be on revOnline for me to link to it. It can be on your own website or I happily host a local copy of it.
Best,
Marielle
PS. if at any point you would like me to stop linking to one of your stack, let me know as well.
Visit the stack gallery
If you would like your work to be shown there, simply send me an email with information about your stack. Your stack don't need to be on revOnline for me to link to it. It can be on your own website or I happily host a local copy of it.
Best,
Marielle
PS. if at any point you would like me to stop linking to one of your stack, let me know as well.
-
- Livecode Opensource Backer
RRDoc - Automatic Documentation Generation tool
Last addition to the open stacks gallery, an automatic documentation generator... at least a first draft of one.

If you follow the source commenting conventions of javadoc or jsdoc, and have each rr function preceded by a header of this type:
The code there automatically generate the documentation for your script.
The block above would be translated into the following:

If you follow the source commenting conventions of javadoc or jsdoc, and have each rr function preceded by a header of this type:
Code: Select all
/**
* :function.grabHeader
*
* When given a script content and the line number at which
* a function starts in this script, returns the header (i.e. block of
* comments on the code) and call parts of this function.
*
* @param text The script that needs to be parsed
* @param number The line at which the function starts in the script
*/
function function.grabHeader pScript, pStart
The block above would be translated into the following:
Code: Select all
function.grabHeader
function function.grabHeader pScript, pStart
When given a script content and the line number at which
a function starts in this script, returns the header (i.e. block of
comments on the code) and call parts of this function.
Parameters
pScript - text - The script that needs to be parsed
pStart - number - The line at which the function starts in the script
-
- Posts: 43
- Joined: Tue Apr 08, 2008 9:56 pm
Re: The open stacks gallery has been updated!
What ever happened to the open stacks gallery? I'm trying to track down the stemmer library.....
Re: The open stacks gallery has been updated!
You DID read the date of the last posting? 
