12 Topics

Member Avatar for
Member Avatar for pty

Inbetween contracts over the last year or so I have been beavering away building a CMS with a difference. https://www.graphia.co.uk/ It's aimed at companies that have huge libraries of documents that every employee needs (operating procedures, handbooks, guides, etc) locked away in inflexible propriatory formats (aka Sharepoint/Confluence). * documents are …

Member Avatar for pty
0
422
Member Avatar for RikTelner

Assume you guys are done with your professional projects. Do you write explanation of working of your projects in the comments in the code. Or do you write entire documentation addressing every variable and function? Or do you do both? If you do both, how do you avoid repeating yourself? …

Member Avatar for rproffitt
0
210
Member Avatar for nagennaskar

Hi all, I would like to learn on the best practices in code nad software documentation. Also would be great to learn about tools if any for this purpose. Thanks and Regards Nagen

Member Avatar for happygeek
0
215
Member Avatar for Curious Gorge

Hello again! I want to understand how a particular software product works. Its a game and its completely moddable (uses lua for its game logic) yet most modders such as myself don't really understand how it all fits together. I asked something similar to this question a few months ago. …

Member Avatar for TrustyTony
0
196
Member Avatar for chriswelborn

I just wanted to show the basic usage of docopt, a module that makes parsing command-line arguments so much easier. I'm not affiliated with the creators of docopt, but I'm certainly thankful for their work and happy to post this little snippet. I will point you to [docopt.org](http://docopt.org) for more …

1
3K
Member Avatar for Dendei

Hey i just wonder if i can send the method comments with the OperationContract so i see it in my WCF Test Client. that way the php dude can see what each method does and how to work from that. /// <summary> /// Text text /// </summary> /// <param name="Kund"></param> …

0
153
Member Avatar for jarograv

I have used snippets of code from various sources to compile the following code: import java.awt.*; import java.awt.image.BufferedImage; import java.io.*; import javax.imageio.ImageIO; import javax.swing.JFrame; import java.util.Calendar; public class ShowImage extends Panel { static Calendar cal = Calendar.getInstance(); //gets system time BufferedImage image; private static final String holidaysimages[] = { //declares …

Member Avatar for NormR1
0
290
Member Avatar for utkarshsahu

I am new to learning assembly language. I wanted to know if using HLA assembler by Randall Hyde would be a good option for a beginner like me? It seems good on documentation and educational material available on author's site but i wanted to take recommendations from you guys on …

0
96
Member Avatar for jsparger

Hi guys, I'm looking for a little help with Apache Xerces. I am currently trying to use Xerces-C++, but I'll soon be using Xerces-Java. As I look the the C++ programming guide and the DOM programming guide, a lot of my questions remain unanswered. The sample codes lack comments on …

0
98
Member Avatar for Labdabeta

I am VERY confused by the Doxygen configuration file. I cant seem to figure out how to make it compile code between [ICODE]#ifdef __cplusplus[/ICODE] and [ICODE]#endif[/ICODE] Also I dont understand how to change what it does with preprocessor symbols or how to make it NOT generate documentation on something. Any …

Member Avatar for mike_2000_17
0
153
Member Avatar for epicrevolt

Hello fellow Daniwebbers, I have a question about choosing a CMS. I know what you're think "OMG another 'what cms' thread". Hold yer ponies because I want to be very clear and precise. Having worked with multiple CMSs over the years, I have acquired a knowledge of which CMSs are …

Member Avatar for epicrevolt
0
174
Member Avatar for b1izzard

In Ubuntu Is there any package which enables to view different 'C' command syntaxes. I am tired of 'man sprintf',man **** commands. Is there any GUI interface?

0
81

The End.