Do I need to include the source code for such Program with the object code distribution?
Common Public License (CPL) Frequently asked questionsNo. But you do need to include a statement that the source code is available from you and information on how to obtain it. Yes. The object code for the product may be distributed under a single license as long as it references the CPL portion and complies, for that portion, with the terms of the CPL.
Where is the source code?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...Source code is included for everything in the Debian system. Moreover, the license terms of most programs in the system require that source code be distributed along with the programs, or that an offer to provide the source code accompany the programs. The source code is distributed in the pool directory (see What's in the pool directory?, Section 5.10) together with all the architecture-specific binary directories.
Can I have a source code example of calling...?
OpenVMS FAQ -&- page 14Please use the available SEARCH command on OpenVMS, and please remember to search the available resources, including the support databases and the newsgroup archives. Please also realize that most OpenVMS system services use similar calling sequences, meaning that an example of calling sys$getjpi can be used as an example for sys$getsyi and sys$getdvi. Students: please do not expect folks to write your homework for you.
Where can I get example source code for MPEG-4?
MPEG Industry ForumReference software was developed as a normative part of the MPEG-4 standard and is used to help understand and implement the specification. It is sepearated into 3 parts, audio, visual and systems and each piece of software implements a different part of the standard. Example source code (reference source code) for MPEG-4 can be found on the ISO website or click here. There are some restrictions regarding its use, so read carefully.
Question: What is the difference between source code and object code?
FAQ about Reverse Engineering -- Chilling Effects Clearingho...Answer: Source code is the category of computer language instructions that is most frequently written and read by software programmers. A computer cannot generally run a program in source code form though. The source code is translated, with the use of an assembler or compiler, into a language form that contains instructions to the computer known as object code.
When would I need to buy source code ? Does the source code license include any object licenses ?
Frequently Asked QuestionsGenerally source code customers need to port to an unsupported platform, have an escrow requirement or need to enhance the WM_MOTIF API. Source code also gives you full control over the implementation of the API functions. Source is intended to meet those special needs and does not include nor does it substitute the object license. Source code owners still need an object license per developer for each platform where you will be linking applications with WM_MOTIF.
Do you provide source code for the benchmark?
SPECjAppServer2004 Frequently Asked QuestionsYes, but you are required to run the files provided with the benchmark if you are publishing results. As a general rule, modifying the source code is not allowed. Specific items (the load program, for example) can be modified to port the application to your environment. Areas where you are allowed to make changes are listed in the SPECjAppServer2004 Run and Reporting Rules. Any changes made must be disclosed in the submission file when submitting results.
What's the size of MediaPortal source code?
FrequentlyAskedQuestions - MediaPortal Wiki DocumentationThe MediaPortal source code is about 160MB. However, SVN uses compression so only 66MB need to be downloaded, if you download the needed main trunk only. All other branches should not be downloaded.
Is LimeWire's source code available?
Frequently Asked Questions - LimeWireYes it is. LimeWire is open source, which means that anyone can view or change the source code. Please check http://www.limewire.org. You can sign up and obtain the source code there.
Where can I find Flash game source code?
Forum FAQ - GameDev.Net Discussion ForumsMany of the tutorials listed above contain example code for games, however here's a few extra links for full Flash game source.
Can I get a copy of the source code for SpamCop?
SpamCop FAQNo. While Julian did try to open up the program by putting it under General Public Licence (GPL) at SourceForge, the project never generated much interest among developers. SpamCop has since been sold to private interests. The SpamCop Reporting and Blocking List services are owned by Ironport Systems, Inc. The SpamCop Filtered Mail Service is owned by Corporate Email Services (CESMail).
Do you have some example code for me?
AnnoCPAN - GD::Graph::FAQThe distribution has a large set of examples in it. If you don't have the original distribution, please get it from CPAN (http://www.cpan.org/ or some local mirror).
Can you give me some example code?
Uno/FAQ - OpenOffice.org WikiThe example shows how to build up an interprocess bridge to an OpenOffice.org document. There are no differences if you write a component for Windows or Linux. We lack a good document on how to start developing using Java. You have a look at the source directly. There are also some examples in the jurt project, which you can check out using $ cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs co udk/jurt Here some sample code can be found on how to setup a JavaComponent.
How do I know which object code to use for a GL transfer?
GL FAQsExpenditure Projects are used in GA and are set up to receive all expenditure (Labor and OTPS) charges. Note: It is common for a single project to be used in GL to accept revenue and be used in GA to accept expenditures. This is referred to as a P-A-P project/award structure. When viewed in GA, all expenditure detail is available. When viewed in GL, all deposit detail and expenditure summary information is available.
How do I make my object references persistent?
Support - Frequently Asked Questions - The ACE ORBIn CORBA terminology a transient object reference is one that is only good for the lifetime of a given server's execution. If you run a server, distribute a transient reference to a client, and then kill the server, then the object reference is now useless (even if the server is restarted). A persistent reference allows you continue to use the reference even if the server is restarted. All of this is standard CORBA except for step 4, which requires an ORB-specific option.
Q: Is there any sample source code to look at?
D-Mod Author's FAQ Revision 1.3A: The entire source code to Dink Smallwood (the game, not the engine) is included. If you copied everything from your CD's "develop" dir, then you'll notice a ZIP file called source.zip in your main Dink dir. It has all the .C source files for Dink. Many of them, just as enemy scripts & weapon scripts, are totally easy to use in your own D-Mod! Make a directory under your main Dink directory called SOURCE and unzip this file into it.
