library » Page 162 » Developer.Team - Developers Paradise!

Bestcode JbcParser 4.2

Bestcode JbcParser 4.2
Bestcode JbcParser 4.2 | 121 kB


JbcParser is a Java library to parse and evaluate mathematical expressions given as strings at runtime. JbcParser source code can be compiled with JDK 5, 6, 7 and 8. The binaries are compiled with JDK 1.5 for backward compatibility. You get the source code and the compiled jar when you buy this parser library.
Read more

Bestcode bcParserPHP 1.6

Bestcode bcParserPHP 1.6
Bestcode bcParserPHP 1.6 | 31 kB


mathparser.php implements a MathParser class that parses and evaluates math formulas given as strings at runtime. PHP already has an eval() function for similar purposes. However eval() has security problems where a user supplied expression can cause havoc when executed on a web server or elsewhere. bcParserPHP works around this problem by parsing and evaluating the mathematical expression without using eval() function. bcParserPHP is tested with PHP version 5.2.9 and 5.6.8. The library utilizes newer PHP constructs such as classes, constructors, exceptions.
Read more

HierCube VCL 5.11.0

HierCube VCL 5.11.0
HierCube VCL 5.11.0 | 34 Mb


Hierarchical dimensions support. HierCube library supports all types of hierarchical dimensions possible in Data Warehouses. It's possible to combine several flat dimensions into single hierarchical one (support of "snowflake" schema). Also you can define a hierarchical dimension using "Parent-Child" relation in the dimension table. At this time the library is the only "desktop" product supporting "snowflake" schema.
Read more

NGS.Templater-NET 2.1.5

NGS.Templater-NET 2.1.5
NGS.Templater-NET 2.1.5 | 82 kB


Templater is a small reporting library with a minimal interface. Use your favorite editor (Word, Excel) to create report templates and just fill them with data. It's really as simple as that. Templater is not just a mail-merge library. It supports collections, nested collections and can create very complex reports.

var myFile = "MyDocument.docx";
var data = new { Tag = "a tray" };

using (var document = Configuration.Factory.Open(myFile))
  document.Process(data);

Process.Start(myFile);
Read more