specman e free tool for learning purpose - specman

I am learning specman e for design verification, I have read some tutorials and learned some code, but i could not find a free tool to try some codes that I learn.
so, my question is there any free tool like DVT eclipse that I can use it to learn specman e?

I haven't tried it yet myself, but I read that https://www.edaplayground.com/ recently added support for Specman/e.

Related

C/C++ support (binding) of reporting tools?

From the last few days, i am trying to figure out best reporting tools for my work. I have mongoDB database server and now i need to integrate it with reporting tool. For mongoDB i used the C binding so i am looking for a reporting tool in C/C++. I came across some great tools like BIRT, Jaspersoft and Pentaho but i didn't get clean answer whether they have support for C/C++. So my question is do they have C/C++ binding or API?.
Also if you have some other tools recommendation for my work then please share that also.
To answer your question: No, these tools don't have a C/C++ API.
However, as Stennie pointed out in the comment, this shouldn't really be necessary, as you can use them with a http API. If you really want to use integrate them tightly with a C/C++ program, consider embedding Java into your program and see Embed Java into a C++ application?.

What is a good resource/method for me to learn making Qt GUIs for Perl?

I am decent with Perl, and I've chosen to start learning making GUI interfaces for my Perl programs. That said, I've found it hard to learning how to make a GUI with Qt. I have the bindings from http://code.google.com/p/perlqt4 which seem to be the most recent, but as to how to use them I'm still a bit stumped. All the books and tutorials on the net that I can find are either geared towards using Qt with C++ or with Python.
I'm an absolute Qt beginner and would like to learn how to use it with Perl, but unfortunately the net seems scarce on material for me to use. I can make a GUI design with QtDesigner but don't know how I can fit the code that it generates together with Perl. I can copy the examples from http://code.google.com/p/perlqt4/source/browse/qtgui/examples/tutorial , but those are simple programs withe no accompanying documentation that would allow me to know what is going on or why the code was written that way.
I don't know how Qt or the bindings work but I'd like to learn. Everything that I can find is either obsolete or written for bindings for other languages which I don't understand. I was hoping that some people who've already done this would give me some solid advice or point to some good resources so that I could start learning.
If making a GUI is what you want to do, please consider CitrusPerl that builds on top of wxPerl which is nothing more than a wrapper around wxWidgets. It also makes it very easy to create installers or packagers with the use of Cava Deployment Tools.
TIMTOWTDI
After struggling a further day with the stuff qt4 + perl ..it works in that (stackexchange) way. I use a standard debian wheezy distribution with the packages libqtcore4-perl and libqtgui4-qt etc. Sources from Chris Burel can be found under CPAN or GIT. Regards

Common Lisp; Paradigms of AI Programming examples not working

I got Paradigms of Artificial Intelligence Programming because I've read tons of good reviews about it, but every example have errors, I tried using SBCL and Lispworks on windows 7.
For example, I'm trying to write a scheme interpreter, this file has undefined functions, this file has undefined operators, and this file, there's something wrong with REQUIRE.
Google didn't help, it seems that I'm the only guy having these errors. The book is really amazing but I'm dying to see a working code. would you please copy/paste and see if it works for you? Is it only me who has these kind of errors?
Should i try a Clisp or something? Should i contact the author asking him to correct his code? but he is a director at google now, he won't reply to a stupid guy like me, therefore i'm coming here for help, you can't find lisp experts everywhere
Your problem is that you are treating each file as a stand-alone system. They are not independent, but build on each other.
You need to follow the instructions in the README file you link to instead of loading the individual files.

Syntax highlighting tool for Objective C compatible for Google sites?

I'm using Google Sites to share/store useful code snippets. Can anyone show me how I can make my code snippets look like this ?
I'd check out GeSHi, the Generic Syntax Highlighter. It has pretty good support for Objective C. I don't know if it'll work with Google Sites, though.

WebML frameworks or tools

I was asked about this, someone mentioned me about Webratio, is there any othe tool or framework comparable to this, preferable oss?
Thanks.
I don't think so. WebML was created by the same people that founded WebRatio. Even if now they are trying to push it as a standard OMG web modeling language I don't think right now there are other tools that support it.
Jordi, you are right. As far as I know there are no other industrial implementations of WebML.
WebRatio is not opensource, but it can be downloaded for free for non commercial purposes.
Furthermore, along the line of standardizing the WebML language within OMG (under the name of IFML), we plan to release an opensource modeling tool.
OOH4RIA is a valid option, although experimental, but is not covering the WebML notation. It's instead based on an extension of the OOH notation for rich interfaces.
[Disclaimer: I'm with Politecnico di Milano and WebRatio, and among the inventors of WebML/IFML]
I think Ooh4RIA could be an option.