source code module
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3260
View Source Code Page
This script generates a page akin to a browsers View Source option. The advantage of using this script is that you can customise the stlying to match your website user interface. more>> This script generates a page akin to a browsers View Source option. The advantage of using this script is that you can customise the stlying to match your website user interface.<<less
Added: 2006-06-25 License: Free for non-commercial use Price: Free
1289 downloads
PHP Source Code Viewer 1.0
A super simple way to create a browsable PHP code repository. Only one file to upload. Great for offering code snippets on your site, or to create a browsable CVS tree. Has syntax highlighting & displays optional line numbers. See it in action here more>> A super simple way to create a browsable PHP code repository. Only one file to upload. Great for offering code snippets on your site, or to create a browsable CVS tree. Has syntax highlighting & displays optional line numbers. See it in action here http://www.dew-code.com/s ource/ To install.. 1. Create a directory such as "source" within your website. You can name your source directory anything youd like. 2. Upload the index.php file to your new "source" directory as ASCII/plain text. 3. Create a "Project" directory within the "source" directory and upload any PHP source code to it. You can name your Project directory anything youd like. 4. Browse to your new "source" directory with a web browser. Thats it.<<less
Added: 2006-05-31 License: GPL Price: $0.00USD
14 downloads
Other version of PHP Source Code Viewer
License:GPL
Marquee Module
Marquee Module - A very simple module to create scrolling texts (marquees). more>>
Marquee Module is a module for producing scrolling texts (marquees). It allows to create an unlimited number of marquees and use them in 4 blocks. The module has been tested with Mozilla, Internet Explorer and Opera.
<<less Added: 2007-06-23 License: GPL - GNU Public License Price: GPLGNUPublicLicense
19 downloads
Sourceer 1.3.1
Sourceer is a easily and highly configurable single-file script to browse directories and view source code of .php, .htm, etc., files. Among other things, it can be useful for presenting source code of software projects (a much simple alternative to more>> Sourceer is a easily and highly configurable single-file script to browse directories and view source code of .php, .htm, etc., files. Among other things, it can be useful for presenting source code of software projects (a much simple alternative to Trac, PHPDoc, Doxygen, SVN / CVS systems, etc.). Sourceer produces XHTML 1.0 Strict-compliant output whose page layout and CSS-styling can be easily edited. Configurable parameters include optional IP address- or password-based authentication, ability to browse above the root level directory, file-types (like .php and .js) whose source code is viewable, syntax-highlighting of source code through external means like Geshi, and protected files and directories. Sourceer can be used independently or can be easily included in other systems as a plug-in, include, PHP class, etc.<<less
Added: 2007-08-09 License: GPL Price: $0.00USD
14 downloads
Other version of Sourceer
HTML source view utility
This tool displays the HTML code of any web site - learn how these sites was built and how they works more>> This tool displays the HTML code of any web site - learn how these sites was built and how they works<<less
Added: 2006-04-10 License: Freeware Price: $0.00USD
11 downloads
Resource for Programming
w3code is all about code. Links to popular applications, source code, tutorials, sample codes and SDKs. Ranging from most new and popular technologies like PHP5, XML, C# to past and obsolete techlogie more>> w3code is all about code. Links to popular applications, source code, tutorials, sample codes and SDKs. Ranging from most new and popular technologies like PHP5, XML, C# to past and obsolete techlogies like Assembly, COBOL and GW-BASIC.<<less
Added: 2004-09-29 License: Not Specified Price: Free
1853 downloads
Code2HTML
A tool to convert your source code to HTML with syntax highlighting. Very useful when you want to display your code in your blog. This tool produce less code and use CSS for syntax coloring. more>> A tool to convert your source code to HTML with syntax highlighting. Very useful when you want to display your code in your blog. This tool produce less code and use CSS for syntax coloring.<<less
Added: 2008-05-15 License: GPL Price: $0.00USD
11 downloads
JET Code Generator 0.7
The JET Code Generator connects to any JDBC based database and exports the schema as an XML formatted file. The user is free to write/modify XSLTs to generate virtually any type of source code from the XML representing your database schema. Then more>> The JET Code Generator connects to any JDBC based database and exports the schema as an XML formatted file. The user is free to write/modify XSLTs to generate virtually any type of source code from the XML representing your database schema. Then generates code based on XSL Transformations. A complete example is included; with a database, support classes, XSL Transformations, build scripts (ANT, and batch).<<less
Added: 2001-03-15 License: Freeware Price: $0.00USD
10 downloads
Other version of JET Code Generator
License:Freeware
Source.php 1.0
Source.php displays PHP, HTML, Javascript and other source code direct from file, unparsed, and presents it cleanly and professionally. An image link brands the displayed code, and refers viewers back to the main site. Released under the terms of the more>> Source.php displays PHP, HTML, Javascript and other source code direct from file, unparsed, and presents it cleanly and professionally. An image link brands the displayed code, and refers viewers back to the main site. Released under the terms of the GNU General Public License<<less
Added: 2006-05-08 License: Freeware Price: $0.00USD
12 downloads
Other version of Source.php
License:Freeware
PHP code sharing and source code repository 1.0.2
PHPsnaps.com focuses on simplicity, usability and on target search for PHP code snippets. more>> PHPsnaps.com focuses on simplicity, usability and on target search for PHP code snippets.<<less
Added: 2008-08-31 License: Freeware Price: $0.00USD
12 downloads
Code View 1.2
Code View is an automated Web page tool that formats code for posting snippets to your Website. more>>
Code View 1.2 is a useful utility which formats code for posting snippets to your Website. Present visitors with a very legible means of interpreting code.
Major Features:
- Pass along a plain text file or buffer containing source code, and beautify the code automatically with this source code formatter. Code View is capable of supporting most programming languages with varied syntax, structures and case sensitivity.
- Examples of raw code formatted and beautified into Web Pages as code snippets for good clarity and distinction of programming language variables, constants, keywords, delimiters and controls.
- Customize the styles, define your own languages or format readily supported languages such as XML, XHTML, HTML, PHP, JavaScript, C, C , VB/VBScript (ASP), SQL, CSS. Highlight portions of source code illustrated in tutorials on-the-fly. Word wrap code or allow code to span across entire lines as they are numbered... all without affecting the original source code!
- Enhance your articles, tutorials, courses and Web applications by integrating auto formatted programming language source code.
Added: 2007-11-30 License: Freeware Price: Freeware
14 downloads
One Source Code,different Results, MACROS v/s FUNCTIONS 1.0
his ones basically shows that MACROS when used in different compilers can give different results. This one teaches you to analyse C++ code and read it in Assembly and draw Conclusions about the results. Really interesting if you read it completely... more>> his ones basically shows that MACROS when used in different compilers can give different results. This one teaches you to analyse C++ code and read it in Assembly and draw Conclusions about the results. Really interesting if you read it completely...<<less
Added: 2005-03-28 License: Price: 0.00 Price: 0.00
11 downloads
Other version of One Source Code,different Results, MACROS v/s FUNCTIONS
License:Not Specified
Suggestion Box
Sample implementation (source code)illustrating how to implement a Suggestion Box style form using ASP and MS Access. Easily installed, and customized. more>> Sample implementation (source code)illustrating how to implement a "Suggestion Box" style form using ASP and MS Access. Easily installed, and customized.<<less
Added: 2004-03-15 License: Freeware Price: Free
2093 downloads
NArrange - .NET Code Formatter 0.2.7
NArrange is an open source tool for arranging .NET source code. This code beautifier automatically sorts and organizes class members into groups or regions. C# and VB.NET code files are supported. more>> NArrange is an open source tool for arranging .NET source code. This code beautifier automatically sorts and organizes class members into groups or regions. C# and VB.NET code files are supported.<<less
Added: 2009-01-07 License: Other Price: $0.00USD
12 downloads
PHP Encoder 1.2
PHP Encoder provides a free encoder to protect your source code from unauthorized modification and alteration. Also contains information and reviews on commercial encoders. more>> PHP Encoder provides a free encoder to protect your source code from unauthorized modification and alteration. Also contains information and reviews on commercial encoders.<<less
Added: 2006-07-06 License: Freeware Price: $0.00USD
13 downloads
Other version of PHP Encoder
License:Freeware
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above source code module search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed