Colloborative programming with compiler [closed] - google-docs

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 of any software like Google Docs, or collabedit that allows you to edit realtime collaboratively and even compile a .cpp or other program over the web?

I haven't used this website, but seems like http://codebunk.com/ does the job.
It doesn't work for Java though.

I know of this website that will compile the code for you:
http://ideone.com/
Unfortunately, I cannot help in the real time editing front.

I wrote a little webapp that does exactly that, i.e. it lets you compile Google Docs documents: http://compiler.m01.eu
You can write C++ code into a Google Document (and do that collaboratively if you like), and then click on a bookmark (provided on the site) to compile your code, which will either start the download of your binary or show a compiler error message.

Related

Book On Making /rdb [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
I was told once there is a book that shows you how to make a database from scratch using sed, awk, and the Linux filesystem. I thought I had the name, but now I cannot find it. What is this book called?
Edit:
My understanding is this book was meant for learning how databases work, and how to build your own entirely from scratch using awk and the filesystem. From how it was explained, you could build your own version of /rdb, then when you finished you could just use /rdb itself, but now you'd know how it was made.
So, at the end of the book, you'd have almost completely remade /rdb yourself.
Is it "Unix Relational Database Management: Application Development in the Unix Environment (/RDB)" http://www.amazon.com/exec/obidos/ISBN=013938622X/cbbrownecompu-20/ ?

Beautify HTML Code in Sublime Text 3 [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
How can I do this? I have Package Control installed and I'm running Ubuntu. There are similar questions that detail some faulty plugins, and I'm wondering if this is still the case as of 2014
Check out HTML-CSS-JS Prettify. It requires node.js to work, so make sure you read through the entire README to get your system set up properly. I've been using it for a while, and I really like it. There are lots of configuration options, so you can customize it to your particular needs.

OLE microsoft.office.interop.excel and better documentation [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 using the microsoft.office.interop.excel msdn site to be able to learn how to manipulate excel using OLE. However it is very difficult to be able to navigate through these documentations. For a trivial example, the Application.LanguageSettings should have members of its own, but from the site it's impossible to be able to locate them (http://msdn.microsoft.com/en-us/library/microsoft.office.interop.excel._application.languagesettings(v=office.14).ASPX).
Does anyone know of a better way to get this information? Is there another manual/reference? Or can one 'inspect' the object returned (for example Application.LanguageSettings returns an object, can we explore what its members are without actual documentation?). Thanks
and then you're sent to the Object iteself
theres nothing hard about it
There is an object browser that's built into VBA, under the View menu:

Examples of ridiculously simple but useful web apps written in JavaScript? [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 curious if anyone is using any web app that is extremely simple (very few lines of code). Something that helps you with something practical in your daily life? I'm learning JavaScript and I would like to see examples so that I can build my own, but I want it to be useful so I feel motivated enough to build it.
The d3 page has some awesome examples of really neat yet simple applications: http://mbostock.github.com/d3/

What are some websites where I can search for public source code? [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 know of Google Code, which I presently use to search through publicly available source code.
However, is there a better website where I can search through public source code? Specifically, it would be nice if I could easily locate code in Sourceforge and CodePlex.
Few questions which might be of interest to you! You can also check out the related questions.
https://stackoverflow.com/questions/90300/in-house-full-text-search-engine-for-source-code-and-sql-scripts
What are the open source code search engines you know about?
Source code of big/popular websites
koders.com
Google code search

Resources