Select a tag to browse associated projects and drill deeper into the tag cloud.
Stylo is a project to boost creativity in writing synopsis or screenplay. Characters and scenes can be specified individually, and all interesting elements of text editors will be available. Operating system : Mac OS X (PPC and Intel). Will be ported to Windows. May be ported to Linux.
Simple Script Markup Plugin is a Wordpress plugin that allows bloggers to publish screenplay-formatted text to their blogs. Simple Script Markup Plugin parses SimpleScriptMarkup, an extremely simple markup language to define things like transitions, scene headings, character names, dialogue
def fib(n): if n == 0 or n == 1: return n else: # This recursion is not good for large numbers. return fib(n-1) + fib(n-2)
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.