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.
Related QuestionsWhere can I see a sample of MetaL programs source and generated code?
MetaL - Frequently asked questionsThe source code of the Hello world! program written in Metal and the generate code in the target languages PHP and Java. A template document definition written in MetaL for generating class documentation independent of the target format.
Related QuestionsCompiler concepts Q: What is the source code for the compiler?
Code Style: Java compiler frequently asked questions (FAQ)The source code for a Java program is also known as a compilation unit, which contains the code for a top level Java class or interface. A Java compilation unit is usually created in the form of a file with a .java extension and is passed to the compiler as a file path reference. The Java source file naming convention is not a standard specified by the Java language but is a common feature of Java compilers, such as javac, to help locate source code.
Related QuestionsWhere can I find sample code?
Frequently Asked Questions for Simple Sharing Extensions (SS...Sample code is available today for download from MSDN as part of the SSE Tutorials. We expect to publish additional sample code around the time when we finalize the 1.0 version of the specification.
Related QuestionsFAQThe location is the same. Go to support pages and download the .NET source codes for our test application. We also provide VB6 sample project.Related Questions
Unix Socket FAQThe sample source code is no longer included in the faq. [mirror] To get it, please download it from the unix-socket-faq www page at http://www.developerweb.net/sock-faq/ To get the sample source by mail, send mail to ftpmail@decwrl.dec.com, with no subject line and a body like this: This will create a directory called socket-faq-examples which contains the sample code from this faq, plus a sample client and server for both tcp and udp.Related Questions
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.
Related QuestionsIs there sample plugin code that I can look at?
WBI Development Kit -- FAQsYes. The WBI DK includes several sample plugins. Each of these comes complete with source code, class files, and documentation. The source code and class files are located in the com/ibm/wbi/examples directory. The documentation is located in the doc/examples directory and can be reached from the Programming section.
Related QuestionsQ: How do I keep people from stealing my source code and/or images?
HTML: FAQ (Frequently Asked Questions)Because copies of your HTML files and images are stored in cache, it is impossible to prevent someone from being able to save them onto their hard drive. If you are concerned about your images, you may wish to embed a watermark with your information into the image. Consult your image editing program's help file for more details.
Related QuestionsQ#9.1: What programs/utilities should I have to port UNIX source code to GNO?
news.answers/apple2/GNO-faqA#9.1: Strictly speaking, all you need is a C compiler (since UNIX source tends to be in C). However, there are a few programs that can be considered "essentials" for doing ports. All of these are mentioned in the section on "Compiling": ORCA/C, occ, dmake A#9.2: The first thing to watch for is known compiler and library bugs. Soenke Behrens maintains the current ORCA/C bug report list. You should keep the contents of this list in mind when examining the target source code.
Related QuestionsWhere can I find a code sample to do <something>?
Yet Another Code Site - FAQsThere are many sites with sample code and web rings and search sites to help locate these sites. Of course, the Borland newsgroups are also a great source of information.... However, BCB comes with lots of useful sample code that is easy to overlook.
Related QuestionsDo 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.
Related QuestionsWhat'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.
Related QuestionsIs 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.
Related QuestionsWhere 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.
Related QuestionsCan 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).
Related QuestionsCan I get access to Haxial source code?
Haxial FAQNo, sorry. Most software companies do not give their customers access to source code. Haxial is no exception.
Related Questionsedit] What about the source code?
World Wind FAQ - World Wind WikiThe source code is for developers. It is an additional download to the Full Install. If you just want to use World Wind and look around, all you need is the Full Install. If you want the source code as well, download both. Once you run the full install, copy the Data directory from your World Wind full install directory into your source directory. World Wind was not designed for Windows Vista but can run on it.
Related QuestionsQ Are there any sample scripts that I can look at?
PowerDynamo FAQ (Frequently Asked Questions) FAQ - Technical...A PowerDynamo comes with a sample application. To install it, the first time you connect to a PowerDynamo site in Sybase Central it will ask if you want to install the sample application. Click in the box and it will install.
Related Questionsback to top Q: Is LimeWire's source code available?
Free Microsoft SoftwareYes it is. LimeWire is now open source. Please check http://www.limewire.org. You can sign up and obtain the source code there.
Related QuestionsWhat goes wrong when I copy and paste the code from code sample?
Mandarin Design: Frequently Asked QuestionsEach time you hit the ENTER key most blogging tools will insert a line break. The tool is saving you the time by automatically setting line breaks. Problem? You can't have a line break (hit of Enter key) inside the opening DIV tag. When copying and pasting code your blogging tool may insert line breaks <br >. They get in the way of code. If you copy and paste from here your tool will not insert the line breaks. Let us go verify this real quick at a test site.
Related QuestionsCan I give X applications a Windows look and feel, without changing my source code?
MKS Toolkit, D?veloppement UNIX et Windows - FAQsYes. MKS Toolkit for Enterprise Developers includes Wintif, a Motif replacement that lets you and your users select either a Windows or a Motif look and feel at runtime, without changing source code, without recompilation, and without relinking.
Related QuestionsAre there any programs that will let you look at VRML source code?
comp.lang.vrml FAQAny plain text editor will let you see VRML source code. If the code appears to be binary, see the answer to another FAQ. Some VRML modelers save files in Unix format, which is tough to read in some Windows text editors. Here's a quick way to convert the file that takes advantage of the fact that most Internet Service Providers (ISP) have Unix systems: You can also use Vorlon from Trapezium to save worlds (thanks to Joh Johannsen for this answer): vorlon http://www.whereever.com/file.wrl -fetch
Related Questions