Loading
+ Reply to Thread
+ Post New Thread
Results 1 to 1 of 1

SourcePublisher *

You are currently viewing thread SourcePublisher * in forum Windows Apps, which is a part of forum --Apps-Listings--.



  1. #1
    Simpson's Avatar
    mali gad
    Status : Simpson je offline
    Join Date : 09.05.2007
    Location : Gdje treba
    Posts : 2,638
    Post Thanks / Like
    Rep Power: 67
    Simpson je jedan od najboljih Simpson je jedan od najboljih Simpson je jedan od najboljih Simpson je jedan od najboljih Simpson je jedan od najboljih Simpson je jedan od najboljih Simpson je jedan od najboljih Simpson je jedan od najboljih Simpson je jedan od najboljih Simpson je jedan od najboljih Simpson je jedan od najboljih

    SourcePublisher *

    SourcePublisher C++ v1.4.410

    SourcePublisher C++ - Publish information about your code. SourcePublisher publishes your code, and information about it, to detailed Adobe Acrobat PDF or HTML reports. The resulting PDF, when printed, is a very useful tool when reviewing code alone or in groups. Interactively both the PDF and HTML output offers quick, intuitive browsing of the code, with information about where you are visiting shown in separate frames. The source code is syntax/keyword colorized and structure bars also help you easily separate nested constructs.

    Bring CodeReview PDF printouts to your next code walk-through
    SourcePublisher includes technology we call "CodeReview". CodeReview generates very handy and informative printouts that make reviewing code much easier and faster.

    The printouts include colorized source printouts, are indexed completely, and provide footnotes for each used object telling you where in the printout you can find more information about it.

    See a sample PDF document here. The sample, about 2MBs, will load in a new browser window. For an explanation of how to read the printout, check the features page.

    HTML Output for Easy Sharing and Browsing
    SourcePublisher generated reports (documentation) show you Class Hierarchies (inheritance and base classes), Call and CallBy Trees, Include and Include By Trees, as well as a cross-reference showing where and how everything in your C++ source was used. The source may be searched, with results found quickly even when the output is published to a remote web server.

    Output may be published to your local network server for file based browsing, to a web server for HTTP server based browsing, or to a CD-ROM for off-line browsing/archival documentation. No fees or royalties are charged for the output - it is yours to share.

    Browse Sample Output
    We've run SourcePublisher C++ on many millions of lines of code. Here we have published source for a few of the open source projects whose source code we grabbed off the Internet:

    Astyle - 3000 lines of C++ Code implementing a C++ indent reformatter.

    Httpchat - 36,000 lines of C Code implementing an HTTP server.

    Apache - 93,000 lines of C code implementing the most widely used web server on the net. This example shows how you can provide your own "starting" page for SourcePublisher C++ output.

    Licq - 40,000 lines of C++ code that implements a Linux clone of ICQ. This example shows how a URL can be used to provide a dynamic home page.

    Groff - 68,000 lines of mix C/C++ code that implements the GNU groff text processing/formatting system.

    Code: 
    Download Link
    Last edited by smrad; 02.12.2010 at 12:34.
    And now when you are not here, when I have you only in my dreams, you know that I love you more then my life, I miss you soo much....

+ Reply to Thread
+ Post New Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
eXTReMe Tracker

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166