Showing 268 open source projects for "paradigm"

View related business solutions
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 1
    N-Angulator

    N-Angulator

    N-Dimensional sparse array, editor, and browser in (x)emacs lisp.

    A new paradigm in content management and multi-media data storage/retrieval wherein the data is located by a method of triangulation on meta data in hierarchical menus (except the number of "angles" is essentially unlimited hence "N-Angulation").
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Redis-JD

    Fast and simple Java client for Redis datastore

    Java client for Redis allows programming most commands and reading replies in Java according to the Redis paradigm. The core module takes care of the byte protocol and management of connection via a connection pool. Separate modules are supporting Apache MINA - asynchronous messaging framework and the new Java 7 asynchrounous I/O.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    minder

    minder

    Monitoring your infrastructure for free.

    This software presents a flexible and configurable proposal for monitoring and management of real and virtual HPC infrastructures, compatible with paradigm of cloud computing. We help you to answer: 1) What is the performance of my resources? 2) What equipment and resources do we have already? 3) What do we need to upgrade or repair? 4) What can we consolidate to reduce complexity or reduce energy use? 5) What resources would be better reused somewhere else? Status: PreAlpha, so any help shall...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    IdSay

    IdSay

    IdSay is an Open Domain Question Answering System

    IdSay (short name for “I would say”, or “I dare say”) is a Question Answering system whose aim is to answer open domain general knowledge questions automatically by extracting the answers from a large collection of texts. The answers are based on what is written in the texts explicitly. This means the system works according to a purely extractive Question Answering paradigm, in which no reasoning or deduction is used. Currently IdSay uses only the Portuguese language, but we intend to introduce...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
  • 5

    RapidDevelop R#

    RapidDevelop is an IDE and Compiler for a new programming language!

    RapidDevelop R# is an IDE and Compiler for a programming language called RapidLang. RapidLang (or r#) is a programming language based on c# and .Net which introduces some new paradigms and shorthand to improve development times and to help ease the creation of software in general. Being an extension of C#, you can link, build or compile native C# assemblies or Classes and Libraries so that you can very easily port existing code. The programming language also exists in a managed shared...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    JSAnimation

    A JavaScript library which animates objects or interact with functions

    ...! "Maximum of adjustability!" this is the slogan. The concept and the paradigm is taken from the flash technology, cause the primary task of this engine is to replace Flash on web-pages where it is possible, by reason of growing popularity of HTML5 and mobile devices. The library has a lot of usefull easing functions, animation methods like stop, play, pause, reversePlay, yoyo etc. It has frames like it is in Flash, timelines, groups of animation... We hope it will serve in creating quite good web apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    RELATED - REmotes LAboraTories extenED

    Java Framework for developing of remote/virtual laboratories

    ...). The main component is experiment, so students could run these experiments using RELATED facilities as painting data from the laboratory, change any relevant variable or take a look on laboratory structure. In order to integrate a laboratory as an RLAB system, the researchers and lecturers only have to develop local access to equipment using Java technology, using the “module” paradigm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ical - intelligent collector algorithms

    ical - intelligent collector algorithms

    Monitoring your infrastructure for free.

    This project (ICAL - Intelligent Collector Algorithms) presents a flexible and configurable proposal for monitoring and management of real and virtual HPC infrastructures, compatible with paradigm of cloud computing. Made for LINUX. Note: This is not a calendar. This project can now be found here: https://sourceforge.net/projects/theminder/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ceres is an interpreted computer language based on C, that can be used as a script language. Its purpose is to be minimal and simple and it is being developed as a hobby, so do not expect much of it. Its interpreter is written in C/C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 10

    SciChart

    Interactive Swing based Charting library to display science data

    This free charting library supporting in the initial version line plot and bar plots. Provides: Axis sharing independent rescaling and panning of axis and datasets. Basic tooltips Legend displayer component with ability to select the active dataset. It is designed upon the Model View Controller paradigm. This mean that the dataset related API is abstracted in a model. This model is used by the swing components. Display related functionality is limited to the swing components...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Spark is an expressive, dynamic programming language. It is a multi-paradigm language with strong support for explorative programming. It is easy to learn and has an extensive library. Spark runs on GNU/Linux and Windows (Cygwin).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ENIGMA 2000

    ENIGMA 2000 is a reliable file encrypter for DOS shell

    ENIGMA 2000 is a symmetric cryptographic algorithm developed in C++ for Windows, to encrypt any file. It is not optimized for speed processing but it is extremly reliable. Tests state that a huge input file just with zeros, will return an output file whose frequency analysis is white noise. It uses six phases to encrypt any file and the phases sequence depends on the password. On phase 5, it uses the Rubik's cube paradigm to encrypt the data. It's extremly reliable and the password varies...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    beantobean

    Java bean to java bean mapper

    Most of java application developped using the layer paradigm needs to map java beans to java beans. This process is used to exchange data between the different layers of the application. As an example, the well known Data Transfer Object Pattern which is used to transfer data between software application subsystems heavily uses mapping between beans of the different layers Transfer. The mapping between beans includes : - Mapping of object fields, - Complexe property mapping (property...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Vortex is a near real time IDS and network surveillance engine for TCP stream data. Vortex decouples packet capture, stream reassembly, and real time constraints from analysis. Vortex is used to provide TCP stream data to a separate analyzer program.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    Lioness (Languages Interop Framework)
    Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PERIMETER’s main objective is to establish a new paradigm for user-centricity. Furthermore seamless mobility is streamlined according to user preferences, enabling mobile users to be “Always Best Connected” (ABC) in networks of the Future Internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Castor is a pure C++ library that seamlessly integrates the Logic Paradigm into C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DACML stands for Digital Audio and Computer Music Language. It is implemented as a Common Lisp library and low level C routines for efficiency. The aim is to apply functional paradigm to Computer Music composition. Licensed under GPL v. 3 or later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Aivika is an extensible multi-paradigm simulation library written in F#. It allows you to use System Dynamics, Discrete Event Simulation (activity-oriented, event-oriented and process-oriented paradigms) and Agent-based Modeling in one hybrid model.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 20
    AGL Suite is a software suite comprising two programs (AGL Automata Maker and AGL Reader) for conducting experiments in the Artificial Grammar Learning paradigm in cognitive science.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CAMBIUM is a mathematically well-defined process language whose semantics are defined by operator algebras. It can function as a multi-paradigm intermediate representation for structure-altering models in developmental biology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Common sense computing is an AI paradigm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Mars Rover Simulator project is based on the evolutionary robotics paradigm where an artificial agent acquires its skills through the process of artificial evolution. This simulator can be useful to evolve neural network controllers for the rover
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Salvi's ObjectDB
    Database in PHP is incompatible with OO paradigm and complicates the process of store/retrieve information from the system objects. Salvi's ObjectDB is an ORM solution to help programmers to manage the database using classes instead complex queries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Universal Queue and Unified Communications core implementation upon the Platform as a Service paradigm. An abstraction layer for the hardware communications platform among a plugin based model brings independence from technology and media to the project
    Downloads: 0 This Week
    Last Update:
    See Project