Search Results for "call tree generator" - Page 3

Showing 150 open source projects for "call tree generator"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1

    VPTree

    Implementation of Vantage-Point Tree

    How to use: 1-Create a class that inherits vptree.Point 2-Create vptree.VPTree 3-Add points to VPTree by using VPTree.addPoint 4-Call VPTree.mount 5-Search points near to a point of interest by using VPTree.searchNodes, this method returns nodes that contains points. 6-For each node, get the points by calling vptree.Node.getPoints. Restrictions: 1-You can add point to the tree, but can not remove them 2-After you mount the tree, the statistics will not be calculated again...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ObjectBuilder2

    ObjectBuilder2

    C++ CASE tool, full life cycle code generator

    ObjectBuilder is a C++ code generation CASE tool (CASE, code generation, refactoring, documentation generation). It lets you create, manipulate and navigate classes, class relations, class members and class methods at a high level of abstraction. ObjectBuilder dramatically simplify work with C++ project architecture. I use it and think that tree OO interface targeted to C++ more fast and power than UML class diagrams. ObjectBuilder perfectly organize C++ header files with any level...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    UniCC LALR(1) Parser Generator

    UniCC LALR(1) Parser Generator

    Parser generator, targetting C, C++, Python, JavaScript, JSON and XML

    UniCC (UNIversal Compiler-Compiler) compiles an augmented grammar definition into a program source code that parses the described grammar. Because UniCC is intended to be target-language independent, it can be configured via template definition files to emit parsers in almost any programming language. UniCC comes with out of the box support for the programming languages C, C++, Python (both 2.x and 3.x) and JavaScript. Parsers can also be generated into JSON and XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CLIck

    CLIck

    a CLI generator and and SW library

    CLIck allows you to create flat or hierarchical CLI (command line interfaces) in an extremely easy and quick way, supporting very popular features like history with command recalling, context-based auto-completion, tab-based command list, automatic command-line help, special characters, automatic structure builder, and much more. CLIck is written in ANSI C and tested on C and C++ applications on several architectures. It doesn't depend on any external library and uses only a very small...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Engage for Amazon Connect, the Pre-built Contact Center Platform Icon
    Engage for Amazon Connect, the Pre-built Contact Center Platform

    Utilizing the power of AWS and Generative AI, Engage provides your customers with highly personalized, exceptional experiences.

    Engage is a pre-built, intelligent contact center platform that transforms customer service.
  • 5

    CoRTOS Simple Cooperative Embedded RTOS

    A truly simple cooperative RTOS for bare-metal embedded applications

    ... themselves, picking up where they left off after making a call to the OS. The intended audience includes: • Those needing a small footprint RTOS; • Students learning about real time systems; • Makers wanting to program "close to the metal." CoRTOS is released by Cleveland Engineering Design, LLC - developer of PRTOS pre-emptive RTOS https://sourceforge.net/projects/prtos-preemptive-rtos/ and the CTREE analysis tool https://sourceforge.net/projects/ctree-graphic-tree-generator/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    PrydeWorX Library

    The PrydeWorX C++ Library of workers, tools and utilities.

    The PrydeWorX Library project has been moved to: https://pwxlib.prydeworx.com The page here is kept as historical reference. The information is outdated, and won't get updated any more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PRTOS Preemptive RTOS for embedded aps

    PRTOS is a simple, compact preemptive RTOS for embedded systems

    ... source code, and a test suite demonstrating the features; The system is proven - it has been in use since 1982 with applications in in-vitro medical equipment, process control instrumentation and industrial machinery; PRTOS is released by Cleveland Engineering Design, LLC - developer of the CoRTOS cooperative RTOS https://sourceforge.net/projects/cortos-simple/ and the CTREE analysis tool https://sourceforge.net/projects/ctree-graphic-tree-generator/ Commercial licensing is available
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    vcproj2cmake

    Visual Studio .vc[x]proj to CMakeLists.txt (make, Ninja ...) enabler

    Elaborate Visual Studio .vcxproj / .vcproj projects to CMakeLists.txt converter, enabling Makefile or Ninja or IDE builds, i.e. full multi-platform CMake functionality (Linux, Mac, Windows...). Live Update capability: supports side-by-side tracking of evolving original proj files, within build tree!! Script hooks for static CMake defs, powerful definition-to-variable mapping. Access to project data content is via git repository _only_ (it's a developer infrastructure project, thus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RapidJSON

    RapidJSON

    A fast JSON parser/generator for C++ with both SAX/DOM style API

    RapidJSON is a JSON parser and generator for C++. It was inspired by RapidXml. RapidJSON is small but complete. It supports both SAX and DOM style API. The SAX parser is only a half thousand lines of code. RapidJSON is fast. Its performance can be comparable to strlen(). It also optionally supports SSE2/SSE4.2 for acceleration. RapidJSON is self-contained and header-only. It does not depend on external libraries such as BOOST. It even does not depend on STL. RapidJSON is memory-friendly. Each...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 10

    Call Generator for Avaya

    Bulk call generator for Avaya

    This program makes bulk calls for Avaya platform testing. It is used in load test of IVR application and agent CTI application.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    VisitorGenerator

    Generator for visitor code providing no Visitor Pattern in Java

    New version 1.0.1 is available since April, 4th 2017. The Visitor Generator creates Java Source Code for classes traversing non-visitable component tree in a half-automated way. Please note that the Visitor Generator does not generate code according to the Visitor Design Pattern. The Visitor Generator generates code for components having no Visitor Design Pattern implemented by customer or design restrictions but there is a need to traverse the component tree. The generates code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    OllyDbg plugin: advanced labels

    OllyDbg plugin: advanced labels

    OllyDbg plugin: advanced labels with user datatypes support. Pointers and arrays are supported too. Datatypes support embedding. Compiled in RAD XE2 w/o addons. In https://sourceforge.net/p/ollyadvlabels/code/6/tree/trunk/addon_msvs_def_lib_generator/ folder of repository there are also right header and lib-generator for msvs-based plugins available. Everyone is free to upgrade project right there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Front provides a compiler front end generator that can generate a parser, pretty printer, symbol table handling, and Abstract Syntax Tree data structures and traversals. It also provides a C preprocessor library, and an AST rewriter generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Mocker++

    C++ Mock object with automatic generator

    Unlike Java or other languages where reflection / introspection is available, mocking is not easy with C++. Even with Google Mock, we need some hand writing. I solved this problem by using home made class definition parser/generator that reads the class definition (header file), then generates a mock class. What you need is to run the generator and full featured mock class is there for your unit test. ---- How to use: You need Ruby. Obtain it if you don't have it yet. Go to https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    yagodu

    yagodu

    password safe / manager for linux and windows (and mac ?) via qt

    Password safe for Windows and Linux. If you want to manage your passwords (or other information) in one file and access that file with Windows and with Linux, this could be your choice. You create trees where each knot and leaf contains as many key/value pairs as you like. Then the whole thing is written encrypted to one file. Windows binaries and Debian32/64 binaries are downloadable. If you want to build it yourself - I suggest Linux users do that - get Qt4, call qmake and make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Generatore di alberi in php
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    DataGenerationLanguage

    Generates random data for software/hardware testing

    DGL (DataGenerationLanguage) is a declarative language based on probabilistic context free grammars. The aim is to enable the generation of test data for software and hardware systems. One provides a context-free grammar describing the data to be generated. These specifications are transformed into C/C++ code which is then compiled to create the data generator. The context-free productions are enhanced in many different user-selectable ways to go beyond what is normally definable using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    mk-slack64-multilib

    Slackware64+multilib tree/iso generator

    mk-slack64-multilib is a simple script to create, from a Slackware64 tree and a multilib mirror, a Slackware64+multilib tree, and optionaly, a Slackware64+multilib ISO image.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    f2cwrap

    Python utility to generate C(++)-wrappers of FORTRAN code.

    Utility to analyze FORTRAN source and generate C-bindings. This Python module requires GFORTRAN to be installed to operate correctly. The main class, Source, does the following: 1: Open the source provided as an argument. 2: Build the source using GFORTRAN and grabbing the internal parse tree. 3: Read the parse tree and create a Python structure representing it. The two members of Source that are relevant are "procedures" which is a dictionary of all the identified FORTRAN...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Orabra

    3D tree generator

    This project was designed as fork of Arbaro tree generator. But later it was totally rewritten since 1.0.7 version. Main goal is creating tree generator which can create tree modes to be used in computer games(low poly).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Coco/S Parser Generator

    Coco/S Parser Generator

    Parser Generator based on Coco/R

    Coco/S is a compiler generator that takes plain EBNF grammar files and features a SAX style call back API. It is written in Java and produces a Java Scanner (Lexer) and Parser for the language described by the input grammar. Coco/S is a branch of the 2010/11 release of Coco/R for Java. While Coco/R takes an attributed grammar file, Coco/S has a callback API. This has the advantage of a clean separation between grammar (EBNF) and Compiler/Interpreter.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    CallBilling

    Phone Call Bill Generator

    Bill Generator & reporting tool for cell phone calls
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    tceetree

    Makes a C function call tree as Graphviz DOT file from CScope output.

    The purpose of the project is generating a function call tree for a software application written in C. This utility takes as input an uncompressed CScope (http://cscope.sourceforge.net/) output file. With a few options, an output DOT language file can be generated. The DOT file may be used as input for Graphviz (http://www.graphviz.org/) to make an image of the function call tree (see screenshot examples for tceetree run over its sources). For more information, see the Wiki page.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    The "Call Manager DK" is created and managed by the staff at DKTechnologies (dktext.com) and functions as a Call management system that will allow the user to track employees, customers and call information. This is an old project and does have some bugs. I will work them out at a later time. Feel free to download and update to your needs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Shiny is a lightning fast, fully documented & by-far-easiest-to-use C/C++/Lua profiler with no extensive surgery. Results are smoothed & shown in run-time as a call-tree or sorted-by-time. Output also renderable as graphs in Ogre3D or your custom engine
    Downloads: 0 This Week
    Last Update:
    See Project