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.432.957 Times

Simple Compiler freeware
Filter: All | Freeware | Demo
 

Simple Compiler

1 2 3 4 5 > 
Added: November 05, 2010 | Visits: 747

Text::MicroMason::Mason Text::MicroMason::Mason is a simple compiler for Mason-style Templating. SYNOPSIS Mason syntax provides several ways to mix Perl into a text template: < %args > $name < /%args > % if ( $name eq Dave ) { Im sorry < % $name % >, Im afraid I cant do that right now. % } else { < %perl >...



Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Text::MicroMason::Mason Download

Added: November 06, 2010 | Visits: 722

Text::MicroMason::HTMLMason Text::MicroMason::HTMLMason is a simple compiler for Mason-style Templating. SYNOPSIS Create a MicroMason object to interpret the templates: use Text::MicroMason; my $mason = Text::MicroMason->new(); Use the standard compile and execute methods to parse and evalute templates: print...





Platforms: *nix

License: Freeware Size: 69.63 KB Download (92): Text::MicroMason::HTMLMason Download

Added: August 05, 2013 | Visits: 68

pyjsiocompile Simple compiler for jsio scripts, apps, and packages. #md5=90844af7e7ff2b7312159966f4b54749


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): pyjsiocompile Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 763

PiXCL Advanced Imaging PiXCL 10 is the latest version (see the development history here ) of a complete suite of scanner and digital camera image acquisition and advanced image processing APPLICATION development tools, designed for the imaging professional or power user like you. Based on a high level interpreted...


Platforms: Windows

License: Freeware Size: 36.2 MB Download (51): PiXCL Advanced Imaging Download

Added: January 18, 2010 | Visits: 1.996

Ragel State Machine Compiler Ragel State Machine Compiler compiles finite state machines from regular languages into executable C/C++/Objective-C code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (175): Ragel State Machine Compiler Download

Added: July 09, 2010 | Visits: 1.385

Simple Sound for Small Devices Simple Sound for Small Devices (libsssd) is a simple cross-platform audio library. Simple Sound for Small Devices is designed primarily for games on portable devices such as smart phones, PDAs, and hand-helds. Simple Sound for Small Devices is designed as a very portable, cross-platform API for...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (90): Simple Sound for Small Devices Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 765

FX Batch Compiler FX Batch Compiler is a program designed to help you compile FX effect files and HLSL shader files using fxc command line compiler included in DirectX SDK. You can compile many files at time or one file with different settings. This is not shader IDE, just a font-end for fxc compiler. The...


Platforms: Windows

License: Freeware Download (49): FX Batch Compiler Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 874

Batch Compiler Batch Compiler is a small and very easy top use application designed to help you script batch programs and compile them in to exe file with integrated help utility and a user friendly interface. Batch Compiler has a simple and comprehensive interface that will quickly guide you through all its...


Platforms: Windows, Windows Vista, 7

License: Freeware Download (63): Batch Compiler Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 575

Anne Compiler This is a compiler which produces ANNs out of a simple, procedural programming language. Those programs can then be subject to genetic algorithms and neuro-evolution to enhance them automatically.


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 380.55 KB Download (51): Anne Compiler Download

Released: August 06, 2012  |  Added: August 06, 2012 | Visits: 439

Simple Object Oriented Lanaguage (SOOL) Simple Object Oriented Language and Compiler (SOOL): using for students taking Compiler Design course


Platforms: Windows, Mac, Linux

License: Freeware Size: 408.37 KB Download (52): Simple Object Oriented Lanaguage (SOOL) Download

Added: October 27, 2013 | Visits: 717

Simple TCP FUSE File System Simple TCP FUSE File System is a FUSE based networked file system. It consists of 2 parts. A network server daemon that is started on the (remote) host and a FUSE module running in user-space on the local host. Server component is launched via SSH and after client and server have communicated and...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (35): Simple TCP FUSE File System Download

Added: August 22, 2010 | Visits: 1.531

Simple Backup Simple Backup is a shell script to create basic backups using tar, grep, sed, and bash. Simple Backup works by using a file that contains the folders to be backed up and a file that contains expressions to exclude certain folders/files. Usage: backup.sh < backuplist > < excludelist > Free...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (109): Simple Backup Download

Released: February 19, 2011  |  Added: February 26, 2011 | Visits: 4.862

Simple Home Budget Lite Simple Home Budget Lite is a personal budget manager for home users. The program lets you enter transactions of all kinds and analyze income and expenses shown in the summary color-coded Overview chart. At a glance, you'll see what you have and will have coming in, going out, and most...


Platforms: Windows

License: Freeware Size: 2.46 MB Download (365): Simple Home Budget Lite Download

Released: September 07, 2009  |  Added: August 04, 2010 | Visits: 2.360

Simple Sticky Notes It's a simple, easy-to-use, absolutely free, fast and efficient taking notes software. Simple Sticky Notes is 100% safe and ads free. Features; -Full unicode support -RichText support -Colourful and Transparent notes -Printable -Snap to desktop edges -Hide/Show all notes option...


Platforms: Windows

License: Freeware Size: 780.33 KB Download (532): Simple Sticky Notes Download

Added: January 18, 2010 | Visits: 1.115

Simple Monitor Simple Monitor is a SuperKaramba theme inspired by the simple but effective "Very Simple Monitors" theme by the user humanthing. Some values are not displayed properly though in Very Simple Monitors (network values and IP). This could be because of different setups. My computer is pretty standard...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (97): Simple Monitor Download

Added: January 18, 2010 | Visits: 1.051

Secret::Simple Secret::Simple are secure secrets in configurations and code. SYNOPSIS # OOP style my $ss = Secret::Simple->new(); my $ciphertext = $ss->encrypt($plaintext); my $plaintext = $ss->decrypt($ciphertext); # procedural style my $ciphertext = ssencrypt($plaintext); my $plaintext =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): Secret::Simple Download

Added: January 18, 2010 | Visits: 1.676

Very Simple Control Protocol Daemon Very Simple Control Protocol Daemon is a daemon for home automation tasks. VSCP protocol is a very simple and free protocol for SOHO automation tasks & friends. The protocol is so easy that everyone can grasp the idea behind it in a few minutes. Therefore its also very easy to construct and...


Platforms: *nix

License: Freeware Size: 240 MB Download (112): Very Simple Control Protocol Daemon Download

Added: January 18, 2010 | Visits: 1.598

XML::Writer::Simple XML::Writer::Simple is a Perl module to create XML files easily! SYNOPSIS use XML::Writer::Simple dtd => "file.dtd"; print para("foo",b("bar"),"zbr"); USAGE This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the module in...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): XML::Writer::Simple Download

Added: July 05, 2010 | Visits: 1.124

XML::Simple::DTDReader XML::Simple::DTDReader is a simple XML file reading based on their DTDs. SYNOPSIS use XML::Simple::DTDReader; my $ref = XMLin("data.xml"); Or the object oriented way: require XML::Simple::DTDReader; my $xsd = XML::Simple::DTDReader->new; my $ref = $xsd->XMLin("data.xml");...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): XML::Simple::DTDReader Download

Added: October 22, 2010 | Visits: 1.329

Simple Page Archive Simple Page Archive is a mirror and archiving tool to copy Web pages you are interested in. The CGI script downloads all images and CSS files to preserve the mirrored Web page. It works with the ZEUS (www.zeus.com) and Apache (www.apache.org) web servers. SPA is an simple CGI script which...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Simple Page Archive Download

1 2 3 4 5 >