an editor for specman [closed] - emacs

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 started working with specman recently and I am looking for a good editor for my code.
I am used to working with vi and Emacs - if there is any add-on that can help with one of those, that would be great.
Thanks.

I recommend the Emacs/XEmacs specman-mode from https://github.com/hackonteur/specman-mode. We will continue to improve it and you are welcome to contribute.

There is a Specman mode for Emacs. It used to be available here http://www.specman-mode.com but now it moved to Cadence here http://www.cadence.com/Community/error.htm?aspxerrorpath=/community/forums/T/28436.aspx
Note: At the time of posting the link didn't work, but I checked it out about 5 days before and it was working.

The new Specman mode was just posted in Cadence Shared code forum and can be find directly here:
http://www.cadence.com/community/forums/T/28436.aspx

Related

Is there Emacs version of VimGolf? [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
Does anyone know Emacs version of VimGolf? I can't find it. But there should be any site. I want to know how others use Emacs and learn more productive way. Thanks.
Is this what you're looking for?
Tim Visher has a series of videos on the subject. I guess this is most comprehensive resource you can find.
In the Irreal blog, you'll find many posts related to vimgolf in emacs, where readers post and compare their solutions.

Open source Machine learning Project with Scala [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 pretty new to Scala and I think that the best way to learn a language is to learn from others. Is there any good scala open source project focusing on machine learning? Thanks a lot.
You should checkout Breeze, it has quite a few built in ML algorithms, though the documentation can be sparse, I would recommend looking at the source:
http://www.scalanlp.org/
That's not an OS project, but i just have to sugest you to watch the talk given by Christopher Severs and Vitaly Gordon on ScalaDays'13 on Machine Learning With Scala

Is there an Eclipse plugin for collaborative editing? [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 setup etherpad and showed my co-worker, and he swears there is an Eclipse plugin that does the same thing but can not remember the name. Neither of us use Eclipse regularly except if we were both interested in making the switch.
Have a look into Saros project: http://www.saros-project.org/
Have a look at http://wiki.eclipse.org/DocShare_Plugin
This is the current "official" solution to collaborative editing in Eclipse.
I think a similar project should exist based on the framework ECF.
(DocShare as mentioned by Tonny Madsen)
There was a SOC project for real-time sharing named Cola, but I don't know its current status.

Is there an example project that contains Core Plot? [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 wonder if anyone ever posted an example project that uses Core Plot?
I would suggest the best website for iOS development tutorial.
Here is the simplest core data example what you are looking for, with great explanation and source code.
http://www.raywenderlich.com/13269/how-to-draw-graphs-with-core-plot-part-1
http://www.raywenderlich.com/13271/how-to-draw-graphs-with-core-plot-part-2
Hope this helps.

Any good introductions and resources for gettext? [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 looking into frameworks for translation, and have been considering gettext. Because it's supposedly quite good, and lots of projects use it. Now I read part of the official manual, but it sucked. I kind of have an idea how it works now, but I have no idea where to get started.
In particular my project spans C++, Lua and Javascript, so I'd love to be able to unify the i18n with a single tool, but I'm also not having luck finding gettext good support for Lua or Javascript, are they supported, has anybody used gettext with these?
Thanks.
How about this tutorial? Another example is at O'Reilly.