db40 - recommendation for file viewer tool [closed] - db4o

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)

Related

What are some good free charts that can be used at ASP.NET MVC website? [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
What are some good free charts that can be used at ASP.NET MVC website?
The chart should be able to display data from my website. (I need a dynamic chart)
RaphaelJs and plugin for charts is very useful. Take a look
http://dmitrybaranovskiy.github.io/raphael/
http://www.highcharts.com/
it's a js lib too; but i think almost lib is js lib.
i know only one solution not js lib
see this http://weblogs.asp.net/gunnarpeipman/archive/2010/10/10/asp-net-mvc-3-beta-built-in-support-for-charts.aspx

Are there any tutorials for MVVM using 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 9 years ago.
Improve this question
I am interested in learning MVVM. Sadly I cannot find examples and/or tutorials on the internet that use Delphi with database applications.
Can you post links or point me in the direction that I should go?
Thank you in advance.
Take a look at this CodeRage session.
This session will look at Model-View-ViewModel, one technique that leverages LiveBindings to not only minimize the effort required to slide different UIs in front of your code, but also increases the maintainability and testability of your app as a bonus.

SQLite3 browser for mac [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
Please i want program for mac to make sqlite3 database with db3 extension.
I test sqlite manager from firefox add-on but the extension is sqlite.
Please give me name or link to download it.
I use SQLite Database Browser.
It's not perfect but it's free, open-source and works for most usage scenarios. Usability could be better though.
I have never had a problem with using whatever extension I want for the DB file. .sqlite3, .db, .db3, they should all work without a problem.
This should work. Lets you browse your sql lite database
http://sourceforge.net/projects/sqlitebrowser/

Is there is a good library in opencv for blob handling? [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
Is it better to implement blob(connected component) handling manually in openCV or are there any good libraries for the same? I found cvblob and cvBlobsLib? Are these libraries used on a standard scale?
I also looked into this and decided in the end to write my own CCL routine. It seems like a serious omission from OpenCV and no doubt a lot of people are "reinventing the wheel" as a result. Note however that you may be able to use findContours, depending on your exact requirements - see this question.
You should take a look at the new opencvblobslib. It has great features like multi core support.

Are there any full featured Brainfuck editors available? [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
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.

Resources