Source code of a real time application [closed] - c

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 working on a project to develop a Scheduler Framework for Real Time Systems . I need the source code of a sample realtime application in C language to test my framework . The application is expected to submit periodic tasks with soft deadlines .

you should look into ecos real time operating system.
http://ecos.sourceware.org/docs.html

Related

What is the graphical user interface used to access PostgreSQL? [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 PostgreSQL accessible via phpMyAdmin (like MySQL) or any other similar graphical user interface that could manage it?
Note: the the database is being developed locally using MAMP.
Sure, default GUI for pgSQL is http://www.pgadmin.org/

Alernative to Neo4j Graph database [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
Looking for graph db which could be alternative for Neo4j, can any one suggest a better one which could be easily integrated with Java application and has better performance in migrating data from MSSQl to that graphdb.
Have you tried http://github.com/thinkaurelius/titan - it's open source, free, supports data distribution.
Also OrientDB looks good.

Control flow graph from executable? [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
Is there a tool available to do so, for x86 programs that is. What I want is for that tool to take the binary executable as an input and show me a control flow graph.
IDA can produce nice control-flow graphs, both for individual functions and the whole program.
You can try out freeware or demo version.
Disclaimer: I work for Hex-Rays.

Is there any software or tools for the cassandra GUI? [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 found it not convenient to do CURD operation in command line.
How about ops center? You can see it here.
http://www.datastax.com/what-we-offer/products-services/datastax-opscenter
When I work with cassandra I use OpsCenter for administrative tools, and I use Astyanax from Netflix as framework to write CRUD operations in java.

Tool for automated testing of WPF Application [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 an automated testing tool for our WPF application. I've tried QTP and am not interested in its price. I am looking for a lower priced solution with some good reviews. Thanks.
Have you looked at White?
Microsoft's UI Automation framework can be used for automated testing. My last experience with it was not particularly enjoyable, but it's an option

Resources