Are there any full featured Brainfuck editors available? [closed] - editor

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Has anyone tried to implement the equivalent of a full featured editor for Brainfuck? What's the closest that is available?

Brainfuck Developer is an IDE for the Brainfuck language.

In 2008 I implemented a editor/debugger/interpreter for Brainfuck in JavaScript.
It's browser based, so you don't have to install anything.
You can put breakpoints and run brainfuck step by step.
There are also several examples included.
It's http://www.lordalcol.com/brainfuckjs/

Try the Brainfu** machine, I use it for years, and it seems really good.

Related

db40 - recommendation for file viewer tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anyone recommend me a good DB4O file viewer ?
Bonus : Does anyone have a recommendation of a tool that can look at corrupted files (made by db40)?
Thanks
Well db4o includes its object manager for Java and .NET
For .NET I've written a LINQPad driver. If it is missing a feature just tell me.
For broken databases. Hmm, not sure if there a great tool for that. But I would first check with the integrity check tool. (Java, .NET)

Keyword extraction software [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a piece of software that, given some text, will extract the "meaningful" keywords. For example, in the sentence:
StackExchange is an online community.
I want "StackExchange" and "online community" to be singled out as semantically-meaningful keywords, but not "is" or "an".
A bit of research led to Alchemy API, which does the job well. Are there other solutions out there, especially open source ones?
There is TexLexan, which is open source. This page also has good list of open source and commercial options.
It's a bit old, but I had really good luck building my own tools on top of MontyLingua.

Plugin for static code analysis of Rails app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to run a static code analysis over my Rails app. Is there a tool available that can help me do this?
Thanks,
Sivakumar.
Try metric-fu - it bundles various Rails analysis tools and outputs the results to your browser.
I did have some difficulty getting Saikuro (a cyclomatic complexity analyser) to work last time I tried it, but it was a while ago and I can't remember exactly what the problem was now...

What RoR programs are used in this tutorial [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm new to rails, and I'm watching this video tutorial online and I was wondering what programs are being using - I recognize terminal, but thats about it.
http://media.rubyonrails.org/video/rails_take2_with_sound.mov
Note that the video is from 2005, and most of it looks horribly out of date.
Safari
iTerm, which fell out of favor when Leopard's built-in Terminal got tabs
TextMate
CocoaMySQL, which has been superseded by Sequel Pro
Terminal, Safari (browser) and TextMate (editor)

Are there any open source word processors made with Delphi? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
If you know of one, I'd love to learn about it.
Thanks, as always -- Al C.
not exactly word processor but perhaps can fit well http://www.trichview.com/
The other major player is WPTools.
It's not open source, but I'm pretty sure there isn't an open source word processor in Delphi, unless it wraps the built-in TRichEdit. Sorry!

Resources