What is the largest open source project written in Visual C++? [closed] - visual-c++

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
What is the largest open source project written in Visual C++ ?
I can see that eMule project is pretty big, but what is largest?

I think some of the largest pieces of software that you will find are some of the open Source Game engine, such as
Ogre3D: http://www.ogre3d.org/
or
Irrlicht: http://irrlicht.sourceforge.net/
These are a couple of quite large open source projects if you want to get your teeth in to something.

Panda3d is another one wrote in c++ ( altho its better used with there nice python based API )

Google Chrome is build with Visual C++. According to Ohloh it has 2-3M lines of code, but I have no idea if that's an accurate number.

Related

EAGLE 6.3 library with basic parts [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Hello i haven't been using EAGLE for a while now and had mostly forgot where to get any good and complete library of basic parts like resistors, LEDs, transistors... I have tried to find a library i need on EAGLE web page, but i haven't found any, that would offer quite large amount of basic parts.
If anyone could point me to a library with a good and large set of basic parts he would really save my day.
The Sparkfun Eagle libraries are quite good. Download at https://github.com/sparkfun/SparkFun-Eagle-Libraries
dear you can use "ORCAD" software rather than using EAGLE as it is easy in use and easy availability of its libraries on net.

Code Compare for Two Excel Files that contain Visual Basic Code [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Do you know of a tool that allows you to code compare two excel files (file1.xlsm vs. file2.xlsm) to see the code difference in the Visual Basic code?
I know that there is a tool called Beyond Compare. This lets you compare the contents of the sheets inside the two excel files, but I can't find a tool that compares the contents of the visual basic code.
Thanks
Neo
Ok I figured it out. Beyond Compare actually has downloadable plug-ins to let you compare VBA between 2 excel files. :)
http://www.scootersoftware.com/support.php?zz=kb_moreformats_alt
If you don't have a copy of Beyond Compare handy, try VbaDiff. I built it for the purpose of comparing VBA code as you describe.
www.technicana.com/products/vbadiff.html

Open source projects in groovy? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am a java programmer who recently took interest in groovy. I want to dabble further into the language as I enjoy programming in groovy. So, I am looking for projects to start with. I find many projects in C, C++ and java but not many in groovy.
I do not know where to start. Can you please suggest me some good open source projects in groovy, if any?
This question is probably going to get closed as overly vague or off topic, but what sort of things are you looking for?
There's Grails of course as one example of Open source projects
Or of course, you could just look at all the repositories on GitHub with Groovy as their base language...

Automated transcription software [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I've noticed that the wiki transcriptions for some of the recent Stack Overflow Podcasts are kind of weak. Clearly, this task calls for a computer program. Is transcribing audio to text (ideally with speaker labels so we know who said what) something that could feasibly be accomplished in software? Are there any active open-source software projects attempting to implement such functionality?
Believe me, I have searched for this before. There are slim to none text to speech that are open source or free to use. From my search there weren't any free speech to text synthesizers. These things are so hard to code and expensive that they can't really be made with an open source approach. If you really need this you would have to purchase it from a company. (although I don't know any off the top of my head).
I've looked into this a little. I tried the Microsoft Speech API but got very poor results. I've been wanting to look into the CMU Sphinx project, especially the Transcriber demo.

Open source Magic Eye generator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Do you remember those Magic Eye images that contain a 3D object? I love them!
Are there any open source programs for generating Magic Eye pictures, which ideally work on Linux.
I found a Gimp plugin, but haven't managed to get it working yet.
There's a package in Ubuntu for a program called Stereograph. It's website is here:
http://stereograph.sourceforge.net/index.html
Here's a tutorial on how to make them using GIMP, Blender and Stereograph:
http://linuxgazette.net/104/kapil.html
It's pretty basic, but you should try openstereogram, it's OS independent:
http://code.google.com/p/openstereogram/
There's also this JavaScript app:
http://guciek.github.com/imagzag.html (use the "Magic Eye" option)

Resources