Showing 222 open source projects for "information"

View related business solutions
  • Synap is the world's leading online solution for question-based learning and assessment Icon
    Synap is the world's leading online solution for question-based learning and assessment

    Intuitive, intelligent exam preparation and delivery software

    The online exam platform for schools, universities and other educational bodies. Provide your learners with the tools and insights to facilitate long-term learning ahead of live exams. Deliver engaging online exam preparation, practice tests and live, high-stakes exams all from one place with Synap’s easy-to-use platform.
  • Foxhunt Security Awareness Platform for Businesses Icon
    Foxhunt Security Awareness Platform for Businesses

    For enterprises requiring a cybersecurity training platform to train their employees and reduce potential risks and threats

    Awareness isn’t enough. Hoxhunt uses interactive, bite-sized trainings that employees love to dramatically increase engagement, ensure compliance, and (measurably) reduce risky behaviors.
  • 1
    Fcalgs is a collection of standalone tools implementing algorithms for formal concept analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FreeMat
    Freemat is an interpreted, matrix-oriented development environment for engineering and scientific applications, similar to the commercial package MATLAB. Freemat provides visualization, image manipulation, and plotting as well as parallel programming.
    Leader badge
    Downloads: 303 This Week
    Last Update:
    See Project
  • 3

    tv16k7

    trace viewer and bus decoders for data captured by Agilent 16700 LA

    A tool for graphical analysis of digital traces recorded by Agilent's Logic Analyzers like HP16700. It is possible to perform higher level bus protocol decoding and parsing with help of "search" tab. These tabs are used to select the Bus Decoder (plugin shared library), configure Bus Decoder parameters and execute higher level analysis. The tool tries to be self descriptive and get as many information as possible from HP16700 for better documenting labor: e.g. test cases, spotted issues and so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
  • 5
    LinAsm

    LinAsm

    Collection of fast and optimized assembly libraries for x86-64 Linux

    ... types (ADT) such as hash tables b-trees, and much more. LinAsm libraries are written on FASM assembly language. They are stable and have appropriate benchmarks for many units. All libraries are well documented and grouped by their functionality. To get more information about this library, please visit the official web site: http://linasm.sourceforge.net
    Downloads: 46 This Week
    Last Update:
    See Project
  • 6

    OpenShoe

    ZUPT aided INS software components for an embedded platform

    The project aim at developing open source software components for an embedded foot-mounted inertial navigation system. The platform is an Atmel AVR32UC3C2512c microcontroller with MPU9150 IMUs (previously Analog Devices iSensor 16367 IMU). However, the mechanization equations and filtering implementation should be independent of the hardware and easily compiled for other platforms. The project is a part of the larger OpenShoe project aimed at developing a full open source hardware and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    hexcompare

    hexcompare

    console-mode visual binary diff

    hexcompare is a curses-based utility to compare and identify differences between two binary files. These differences are then represented visually with an interactive block diagram.
    Leader badge
    Downloads: 45 This Week
    Last Update:
    See Project
  • 8

    ooPorter

    A Porter stemming or stemmer algorithm coded in ooRexx

    This is an ooRexx line-by-line port from Ansi-C to ooRexx of the stemming routine published by Martin Porter 1980. The original source code from Porter has been commented out and emulated by the corresponding (oo)Rexx code as far as possible. This is not an example of good or fast (oo)Rexx programming, it is merely a demonstration of the Porter stemming routine ported to ooRexx, use and modify as necessary. Input to the program is a textfile with words to be stemmed, one per line. Output...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DemuxFS is a live filesystem to aid on the analysis of transport streams in digital TV systems such as the SBTVD (ISDB-T), DVB and ATSC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ​Simple property management software designed by real estate professionals​. Icon
    ​Simple property management software designed by real estate professionals​.

    You don't have to be an ​Accountant to manage your Rental Properties.

    Whether you're a property manager with 2000 units or a landlord with 1 property our rental software will make your accounting, reporting, and other time consuming tasks quick and easy so you can focus on growing your business.
  • 10

    xlsLib

    C++/C library to construct Excel .xls files in code.

    A multiplatform C++ library for dynamic generation of Excel .xls files containing multiple worksheets. Unlike .csv files, these can be directly opened by Excel and thus provide an excellent way to output large data sets that require further analysis. To see the latest changes, select "Files" and view the README text displayed at the bottom of that pane. IMPORTANT: Major changes are contained in the current SVN source. If you have time please try to use it or the xlslib-package-2.4.0b1.zip...
    Leader badge
    Downloads: 74 This Week
    Last Update:
    See Project
  • 11
    Part-of-speech tagging is the task of assigning symbols from a particular set to words in a natural language text. ACOPOST implements and extends well-known machine learning techniques and provides a uniform environment for testing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    yalotto

    Basic interpreter with primitives to play lotto games

    Yalotto is yabasic interpreter with specific extensions that allow to easily write basic programs to manipulate the combinations of these games. It can help in building covering set, generating openwheel or sorting existing wheel. It support that each combination of the game have differents weights and compute the coverings according these weights. It can support up to pick 10 games with a number of balls in the game over 70 in many cases.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    quickplot

    quickplot

    interactive 2D plotter

    Quickplot is a fast interactive 2D plotter with infinite zooming, value picking, pipe input, and unlimited plots displayed. Quickplot is meant for looking at your data quickly and of secondary importance is making static pictures of your data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    ACCORD
    ACCORD is a C library for composition of scanning electron or helium-ion microscope images with correction of drift. It produces significantly more accurate images than the traditional imaging techniques and also provides drift trajectories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    gtkhst is a collection of GLib2 objects to compute statistics (mean, variance, correlations) in 1 and 2 dimensions and a set of Gtk2 widgets to display 1D and 2D histograms as well as trace plots showing the evolution with time of the monitored quantity
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Automalator

    State Dependency deconstructor and mapper for C source code.

    Flowcharts not telling you what you want to know about some C source code? Try a State Dependency map! Every C source file is an implemention of a state machine. Implicit in the definition of a state machine is a network of dependencies between the states. The Automalator * deconstructs the C code into the core state machine * collates the transactions into the dependency net * generates a diagram-format file with the states and dependencies as the nodes and edges. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PetaVision

    PetaVision

    Accelerated Open-Source Neuromorphic Computing

    ... of existing algorithms and/or to gain insight into the computational mechanisms underlying biological neural processing. Installation instructions and documentation is available at <https://petavision.github.io/doxygen/index.html>. Additional information on the project and its members can be found on our home page at <https://petavision.github.io/>. Please report any bugs to: pv_debug at rfd.newmexicoconsortium.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    starrynite is an image analysis tool for tracking fluorescently-labeled nuclei during C. elegans embryogenesis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    P-VCD

    Content-Based Video Copy Detection

    Software for Video Copy Detection. The software has been described in some scientific papers, e.g. http://dx.doi.org/10.1109/ICME.2011.6012212 and http://dx.doi.org/10.1007/s11042-011-0915-x. This software is the result of my PhD at the University of Chile and the participation at TRECVID Content-Based Copy Detection (CCD) evaluation task 2010 and 2011. More details in http://www-nlpir.nist.gov/projects/tv2011/tv2011.html#ccd and in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ProC 3.0

    smart Workflow Engine

    ProC 3.0 is a scientific workflow engine to build, manage and execute workflows (pipelines) in heterogeneous environments, supporting GRID and other means of parallel processing. It includes a data management component (DMC) to transparently access databases for storage of results and automatically adds metadata to track the processing of data products, so that at every time a full processing history is available. The software was developed and used within the ESA Planck satellite mission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    MetricKnn

    Fast Similarity Search using the Metric Space Approach

    .... The intended users are software developers, academics, students and data scientist who need to efficiently compare objects according to some criteria. MetricKnn is an open source project released under the BSD 2-Clause License. The source code is available in GitHub https://github.com/juanbarrios/metricknn. For more information please visit the project's homepage: http://metricknn.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A multiparticle tracking postprocessor library for accelerator physicsists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    QUASI is a toolkit to rapidly assess the quality of shRNA-Seq based data and call differential abundance using common statistical inference methods (DESeq, edgeR, baySeq).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Text Analyzer

    Text analyzing software

    An application developed in C using the list and the AVL tree data structures, which analyzes a text (.txt file) giving the following information as an output: 1. the total occurrences of every word in the text 2. the exact line of every occurrence of every word 3. the exact position in the line of every occurrence of every word 4. the exact paragraph of every occurrence of every word 5. the exact sentence of every occurrence of every word The output is also written in a .txt file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    qspline CC0

    qspline (Quaternion Cubic Spline) under the CC0 license

    Quaternion Cubic Spline by James McEnnan Qspline does quaternion interpolation such that the quaternion and angular rate and acceleration vectors are continuous functions of time, while maintaining quaternion normalization. This project releases the core functions (in qspline.c) under the CC0 license (Public Domain). The original project can be found here: http://sourceforge.net/projects/qspline/ The documentation can be found in the original project...
    Downloads: 0 This Week
    Last Update:
    See Project