Search Results for "concept-graph.js" - Page 3

253 programs for "concept-graph.js" with 1 filter applied:

  • 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.
  • Sage Intacct Cloud Accounting and Financial Management Software Icon
    Sage Intacct Cloud Accounting and Financial Management Software

    Cloud accounting, payroll, and HR that grows with you

    Drive your organization forward with the right solution at the right price. AI-powered continuous accounting and ERP to support your growth now and into the future.
  • 1
    GaloisExplorer provides a user-friendly interface for basic functionalities of Formal Concept Analysis (FCA) with different lattice generation algorithms and an interactive viewer to explore a 3-dimensionally laid out lattice.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    PHP Random Videochat Roulette

    PHP Random Videochat Roulette

    PHP random webcam chatroulette script.

    Random Webcam Video Chat key features: + Facebook integration (exclusive mode supported) + Filters: users choose their chat partners by gender, location + Cirrus independent (can stream using rtmp server) + Logs including text chat and webcam snapshots, log comments + Latest girls and boys (with profile links for members) + Monetization: ads inside chat (supports rotator and paid cam site feeds) Sites with similar concept and features: ChatRoulette, Omegle, ChatRT, ChatRevolve...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Open Object Oriented ANSI C provide API to build Object Oriented application in ANSI C language. It provide common base classes that allow inheritance to develop application with your own reusable objects, and smart exception recovery support
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    G.A.S.I.

    G.A.S.I.

    Webcam Gesture and Voice Recognition OS proof of concept

    Inspired by interfaces from sci-fi movies like Iron Man, Gesture Analytical Sonic Interface (GASI) is a proof of concept of a Webcam gesture (Kinect like) and Voice recognition based computer interface, constraining itself to only components included in average laptops (A simple webcam and microphone, no Kinect)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
  • 5
    Plinko was originally an experiment with Prefix Trees and log parsing. The general concept is to have a single end point you can send any data to, in a "fire and forget" fashion. Plinko should identify and parse the data completely without the sending system caring what it sent. The latest version supports named fields in the STL files for tagging data parsed in the Prefix Tree and anonymous functions for parsing dynamic message payloads. We now output JSON objects and I'm working on HBase...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TML - Text Mining Library for LSA & CMM

    TML is a Java Library for LSA and extracting Concept Maps from text

    TML has moved to http://www.villalon.cl/tml.html and the code to https://github.com/villalon/tml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    cextools

    Command line helpers for Conexp files.

    Some small command line programs and a file parser for Concept Explorer (conexp) written in C++. Currently features include: Converters from concept explorer into PDF, PostScript, SVG and PovRay, a modified 3D Freese layout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    phpLESSON is a web-based marking system for schools. The concept is that a teacher inputs the marks and the minute they are input, the students can check their marks. It is written in PHP and uses the Pear::DB interface to interact with a database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Otodidak

    Otodidak

    GUI application for learning Linux

    Otodidak is a Java application created in click and run concept aimed for learning Linux. Otodidak is dedicated for all newbies in Linux, so they can learn Linux basic quickly and safely. Otodidak created in EXE and Linux format so Windows users can learn Linux without having it. This version is still have only Indonesia interface (no English).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Network Performance Monitoring | Statseeker Icon
    Network Performance Monitoring | Statseeker

    Statseeker is a powerful network performance monitoring solution for businesses

    Using just a single server or virtual machine, Statseeker can be up and running within minutes, and discovering your entire network in less than an hour, without any significant effect on your bandwidth availability.
  • 10

    The minimum keyboard

    Minimal keyboard suited for use in web-projects and mobile devices

    This is a simple proof-of-concept which shows how to implement a custom minimalistic Keyboard and the according algorithms for selecting the right words. This Project was inspired by the "minuum" project, which was not available at the time of writing this, so i implemented my own version. A dirty implementation can be seen here: http://tyrael.homeip.net/minimum_keyboard/ I you think, there are Features misssing, just implement them yourself. It is easy. This Project is also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Conzilla is a concept browser. It browses and edits 'context-maps', a construct similar to conceptual models, UML diagrams or mind-maps. Conzilla uses RDF to describe and distribute such models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    cZUI is a Zoomable User Interface framework, allowing the creation of zoomable interfaces in C++. It uses the scene graph concept, with the possibility of panning and zooming cameras on various parts of the scene. Multiple cameras can be painted on the same window, each with its own painting rectangle. Multiple demos and a tutorial are available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    HTTP Anti Flood/DoS Security Module

    HTTP Anti Flood/DoS Security Module

    Detect Flooder IPs, Reduce Attack Surface against HTTP Flood Attacks

    This module provides attack surface reduction enhancements against the HTTP Flood Attacks at the web application level. Massive crawling/scanning tools, HTTP Flood tools can be detected and blocked by this module via htaccess, firewall or iptables, etc. (like mod_evasive) You can use this module by including "iosec.php" to any PHP file which wants to be protected. You can test module here: http://www.iosec.org/test.php (demo) Watch the Proof of Concept video: http://goo.gl/dSiAL...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Csmusgen (Csound music generator), is a music generator based on the concept of musical series, not intended as in the integral serialism, but rather as a module in continuous stochastic evolving.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    type_pool

    Pool of Ts.

    A resource pool concept implemented in C++11. Pool is tied to a single type. Instances of a type can be retrieved as raw pointer, shared_ptr or unique_ptr. Resource management is move-enabled. Pre-allocation of instances is possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Galois sub-hierarchy builder

    Visualize Galois sub-hierarchy of 2d matrix

    GSH builder is a free Galois Sub-Hierarchy visualization tool. The algorithm for calculating GSH is called Pluton and the present Java realization is based on two articles. "Efficiently computing a linear extension of the sub-hierarchy of a Concept Lattice" by Anne Berry, Marianne Huchard, Ross M. McConnell, Alain Sigayret and Jeremy P. Spinrad. "Performances of Galois Sub-hierarchy-building algorithms" by Gabriela Arevalo, Anne Berry, Marianne Huchard, Guillaume Perrot...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    uniPress will be a press-review and press-publishing system whose target group univerities and their departments are. The main concept is based on the Bachelor Thesis of christoph, you could find here (german): http://ch-becker.de/extern/bsc/bsc.pdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NEXD is a native XML-Database. It uses a relational database as mass storage and is implemented in Java. NEXD provides a flexible component architectur, a soap interface and a new concept for virtual documents that reuse existing xml fragments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Quiver-A Decision Support System for SE

    Quiver is concieved -Decision Support System for Software Engineering

    ... of Quiver 2 are discussed at: http://sourceforge.net/projects/quiver-dss/files/Requirements_Project002.pdf/download SEAMLESS SOFTWARE ENGINEERING– A STEP TOWARDS AUTOMATION OF SOFTWARE DEVELOPMENT LIFECYCLE Software engineering the entire of software development lifecycle, still requires human intervention in every step. . With automation as the final goal, they put forward a concept called seamless engineering as a step towards achieving automation..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Lightning Notes

    A simple web-logging system in PHP using an XML database.

    A simple web-logging system, created as a proof-of-concept. Fully standards compliant and accessible, it is designed to quickly set up a functional and structured site to conveniently track related and unrelated items. Written in PHP, using a flat-file, XML database, outputting an XHTML page with CSS skins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CAJUN is a C++ API for the JSON data interchange format with an emphasis on an intuitive, concise interface. The library provides JSON types and operations that mimic standard C++ as closely as possible in concept and design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Semtinel is an application framework for the semi-automatic creation, maintenance and analysis of hierarchical concept schemes (thesaurus, classification or ontology). Semtinel supports the development of new analysis methods and visualization techniques
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Foxtrot is a small and powerful API for using threads with the Java(TM) Foundation Classes (JFC/Swing) and with Java Web Start. It is based on a new concept, the Synchronous Model, that greatly increases ease of use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    SiZoop, Simple zooming presentations, is a simple software for create Concept Maps and view them by a zooming interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Knowledge Workbench is an AJAX based, collaborative DB environment using XML documents to capture data and relationships between the data. This is a new project in early development and based on the Knowledge Workbench project in concept and design.
    Downloads: 0 This Week
    Last Update:
    See Project