Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

C++ Mathematical Expression Library

Compare

  Analyzed about 16 hours ago

The C++ Mathematical Expression Library (ExprTk) is a simple to use, easy to integrate and extremely efficient and fast mathematical expression parsing and evaluation engine. The parsing engine supports various kinds of functional, logic processing semantics and is very easily extendible. ... [More] http://www.partow.net/programming/exprtk/index.html Mathematical operators (+, -, *, /, %, ^) Functions (min, max, avg, sum, abs, ceil, floor, round, roundn, exp, log, log10, logn, root, sqrt, clamp, range) Trigonometry (sin, cos, tan, acos, asin, atan, atan2, cosh, cot, csc, sec, sinh, tanh, d2r, r2d, d2g, g2d, hyp) Equalities, Inequalities and Assigment (=, ==, , !!=, , >=, :=, <-) Boolean logic, conditional statements and while-loop construct (and, or, xor, not, nand, no [Less]

42.9K lines of code

2 current contributors

over 1 year since last commit

1 users on Open Hub

Very Low Activity
5.0
 
I Use This

sshmap

Compare

  Analyzed 1 day ago

Parallel SSH multiplexer designed for performing parallel map operations via ssh. Sshmap uses a hostlist module to determine hosts to operate on from a number of sources, it supports host names, dns/reverse dns, database backends and load balancers (haproxy). This functionality supports ... [More] recursion (dns gives a list of vips, which are then used to query the load balancers to get a list of hosts actually serving the traffic). Sshmap supports running a single command on a host or streaming a script to the hosts over the ssh connection and it can handle sudo authentication to run the resulting scripts using sudo privileges. The resulting data can then be handled in batch after completion on all hosts or asynchronously as the results come back via callback script pipelines. [Less]

3.17K lines of code

1 current contributors

about 5 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

hostlists

Compare

  Analyzed about 19 hours ago

Python module to generate lists of hosts from various sources

1.73K lines of code

1 current contributors

over 3 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Take.io NetworkAddress

Compare

  No analysis available

TakeIo.NetworkAddress is a small library to handle IP/Mask operations (network mask tasks), like matching same network address between two IPs and a network mask. It also handles parsing of IP/Mask input strings like "192.168.0.0/24" or "192.168.0.0/255.255.0.0", and handle IP range addresses like "192.168.0.1-192.168.2.1".

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...