Anyone think it''d be useful to make a WriteBoard type application that supported ruby, html, etc. and allowed programmers to collaborate on writing scripts or just code in general and track each others changes? Just a thought. - Jim
On Oct 3, 2005, at 4:47 PM, Jim Jeffers wrote:> Anyone think it''d be useful to make a WriteBoard type application that > supported ruby, html, etc. and allowed programmers to collaborate on > writing scripts or just code in general and track each others changes? > Just a thought. > > - Jim >I think codepaste.org is/was supposed to fill that niche (see http://codepaste.org/pastes), but it (the development) moves at a snail''s pace. No idea what''s up with it, it''s a shame really :(. I''m crying. -- Scott Barron Lunchbox Software http://lunchboxsoftware.com http://lunchroom.lunchboxsoftware.com http://rubyi.st
On 10/3/05, Jim Jeffers <rails-u78NUfcIof50Y1uG8So6J1aTQe2KTcn/@public.gmane.org> wrote:> Anyone think it''d be useful to make a WriteBoard type application > that supported ruby, html, etc. and allowed programmers to > collaborate on writing scripts or just code in general and track each > others changes? Just a thought. > > - JimWriteBoard + Snippets + Paste!!! Seriously though, I find myself using darcs/svn to collaborate on anything not realtime. It would be interesting if it was integrated into something like Collaboa. Instead of saving to the database, save to an svn repository. -- rick http://techno-weenie.net
Rick Olson wrote:> On 10/3/05, Jim Jeffers <rails-u78NUfcIof50Y1uG8So6J1aTQe2KTcn/@public.gmane.org> wrote: > >>Anyone think it''d be useful to make a WriteBoard type application >>that supported ruby, html, etc. and allowed programmers to >>collaborate on writing scripts or just code in general and track each >>others changes? Just a thought. >>Moonedit allows collaborative text editing. It is quite sweet, and it keeps a history of all changes, that you can watch like a movie. It doesn''t support syntax highlighting for different programming languages, but works very well. It may be something for folks to look at if they think of implementing their own. http://moonedit.com/ Zach