Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.080 Times

Makefile Syntax software
Filter: All | Freeware | Demo
 

Makefile Syntax

< 1 2 3 4 5 > 
Added: March 24, 2010 | Visits: 972

Text::Highlight Text::Highlight is a syntax highlighting framework. SYNOPSIS use Text::Highlight preload; my $th = new Text::Highlight(wrapper => " %s n"); print $th->highlight(Perl, $code); Text::Highlight is a flexible and extensible tool for highlighting the syntax in programming code. The markup... Platforms: *nix

License: Freeware Size: 49.15 KB Download (102): Text::Highlight Download

Added: November 01, 2010 | Visits: 1.261

JHighlight JHighlight is an embeddable Java syntax highlighting library that supports Java, Groovy, C++, HTML, XHTML, XML, and LZX languages and outputs to XHTML. The library can be used in several ways: embedded into another tool (for instance a blog or forum), through the command-line to generate... Platforms: *nix

License: Freeware Size: 93.18 KB Download (102): JHighlight Download

Added: October 04, 2010 | Visits: 712

mod_highlight mod_highlight is an Apache module provides syntax highlighting. By Embeding the Colorer-Take5 library the module can process just about any programing language.. Platforms: *nix

License: Freeware Size: 1.7 MB Download (102): mod_highlight Download

Added: February 09, 2010 | Visits: 1.473

ERFAN WIKI ERFAN WIKI is powerful wiki engine without database supporting smart search, smart backup, wikipedia syntax, template, nice printable version, language and multiuser. Plus an easy and secure installer.. Platforms: *nix

License: Freeware Size: 163.84 KB Download (100): ERFAN WIKI Download

Added: May 16, 2010 | Visits: 708

SDoc 0.5.0 SDoc project is a fast, easy to use Java syntax highlighting library for Swing.. Platforms: *nix

License: Freeware Size: 53.25 KB Download (100): SDoc 0.5.0 Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 1.882

Module::MakefilePL::Parse Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", <$fh>) ); $info = $parser->required; The purpose of this module is to determine the... Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): Module::MakefilePL::Parse Download

Added: July 19, 2010 | Visits: 1.149

GNU Source-highlight GNU Source-highlight produces a document with syntax highlighting when given a source file. Source-highlight reads source language specifications dynamically, thus it can be easily extended (without recompiling the sources) for handling new languages. GNU Source-highlight also reads output... Platforms: *nix

License: Freeware Size: 614.4 KB Download (99): GNU Source-highlight Download

Added: September 08, 2010 | Visits: 1.035

GeSHi GeSHi is a generic syntax highlighter for PHP that takes any source code and highlights it in XHTML and CSS. It features case-sensitive or insensitive highlighting, auto-caps/non-caps of any keyword, an unlimited scope for styling, the use of CSS in which almost any aspect of the source can be... Platforms: *nix

License: Freeware Size: 399.36 KB Download (99): GeSHi Download

Added: October 06, 2010 | Visits: 842

RNV RNV is an implementation of Relax NG Compact Syntax validator. It is written in ANSI C and the command-line utility uses Expat. The project is a part of an on-going work, and the current code may have bugs and shortcomings; however, it validates documents against a number of grammars. Usage:... Platforms: *nix

License: Freeware Size: 184.32 KB Download (98): RNV Download

Added: January 11, 2010 | Visits: 752

OMake OMake is a build system with a similar style and syntax to GNU make but with many additional features, including support for large projects spanning multiple directories, default configuration files simplifying the standard compilation tasks, support for commands that produce several targets at... Platforms: *nix

License: Freeware Size: 2.8 MB Download (98): OMake Download

Added: October 07, 2010 | Visits: 718

execline execline projct consists of a (non-interactive) scripting language, like sh ; but its syntax is quite different from a traditional shell syntax. The execlineb program is meant to be used as an interpreter for a text file; the other commands are essentially useful inside an execlineb script.... Platforms: *nix

License: Freeware Size: 65.54 KB Download (98): execline Download

Added: June 01, 2010 | Visits: 933

Syntax::Highlight::HTML Syntax::Highlight::HTML is a Perl module to highlight a HTML syntax. SYNOPSIS use Syntax::Highlight::HTML; my $highlighter = new Syntax::Highlight::HTML; $output = $highlighter->parse($html); If $html contains the following HTML fragment: < !-- a description list --> < dl... Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): Syntax::Highlight::HTML Download

Added: November 27, 2010 | Visits: 1.017

Make Make is a Perl module for processing makefiles. SYNOPSIS require Make; my $make = Make->new(...); $make->parse($file); $make->Script(@ARGV) $make->Make(@ARGV) $make->Print(@ARGV) my $targ = $make->Target($name); $targ->colon([dependancy...],[command...]);... Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Make Download

Added: May 10, 2013 | Visits: 1.159

SHJS SHJS (Syntax Highlighting in JavaScript) is a JavaScript program which highlights source code passages in HTML documents. Documents using SHJS are highlighted on the client side by the web browser. SHJS uses language definitions from GNU Source-highlight. This gives SHJS the ability to highlight... Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (96): SHJS Download

Added: October 18, 2010 | Visits: 1.127

text-vimcolor text-vimcolor is a command-line program to syntax color a file in HTML, XML or PDF. SYNOPSIS $ text-vimcolor --format html --full-page FILENAME > OUTPUT.html $ text-vimcolor --format xml FILENAME > OUTPUT.xml $ text-vimcolor --format pdf FILENAME --output OUTPUT.pdf This program uses the... Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): text-vimcolor Download

Added: February 20, 2010 | Visits: 606

ObjectivePerl ObjectivePerl is an Objective-C style syntax and runtime for perl. SYNOPSIS use ObjectivePerl; @implementation MyClass { $someInstanceVariable; @private: $privateInstanceVariable; @protected: $normalInstanceVariable, $anotherInstanceVariable; } + new { return ~[$super new]; } -... Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): ObjectivePerl Download

Added: January 11, 2010 | Visits: 584

Glib::MakeHelper Glib::MakeHelper is a Perl module for Makefile.PL utilities for Glib-based extensions. SYNOPSIS eval "use Glib::MakeHelper; 1" or complain_that_glib_is_too_old_and_die(); %xspod_files = Glib::MakeHelper->do_pod_files (@xs_files); package MY; sub postamble { return... Platforms: *nix

License: Freeware Size: 235.52 KB Download (96): Glib::MakeHelper Download

Added: August 11, 2010 | Visits: 968

File::Basename::Object File::Basename::Object is a Perl module with object-oriented syntax sugar for File::Basename. SYNOPSIS my $file = File::Basename::Object->new("/path/to/a/file.html", ".htm", ".html"); if(open(my $fh, <, $file)) { print "Now reading ", $file->basename, "n"; ... } if($file ==... Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): File::Basename::Object Download

Added: October 04, 2010 | Visits: 1.101

Syntax CMS SyntaxCMS simplifies publishing various types of content to a site, facilitates creating and managing arbitrary relationships among content items, automates and accelerates custom development, and encourages reuse of site components with other SyntaxCMS installations. Syntax CMS is built using... Platforms: *nix

License: Freeware Size: 2.9 MB Download (95): Syntax CMS Download

Added: August 08, 2010 | Visits: 735

PDL::NiceSlice PDL::NiceSlice Perl module contains a nicer slicing syntax for PDL. SYNOPSYS use PDL::NiceSlice; $a(1:4) .= 2; # concise syntax for ranges print $b((0),1:$end); # use variables in the slice expression $a->xchg(0,1)->(($pos-1)) .= 0; # default method syntax $idx = long 1, 7, 3, 0; # a... Platforms: *nix

License: Freeware Size: 2.1 MB Download (95): PDL::NiceSlice Download

< 1 2 3 4 5 >