Showing 31 open source projects for "data structures"

View related business solutions
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • SysAid multi-layered ITSM solution Icon
    SysAid multi-layered ITSM solution

    For organizations spanning all industries and sizes from SMBs to Fortune 500 corporations

    SysAid is an ITSM, Service Desk and Help Desk software solution that integrates all of the essential IT tools into one product. Its rich set of features include a powerful Help Desk, IT Asset Management, and other easy-to-use tools for analyzing and optimizing IT performance.
  • 1
    Data Structures and Algorithms in JS

    Data Structures and Algorithms in JS

    Data Structures and Algorithms explained and implemented in JavaScript

    Are you a JavaScript developer looking to improve your craft? Then, this algorithms book is for you. This material contains the fundamental concepts to move your career to the next level. You will be able to solve problems faster in your day-to-day work and ace technical job interviews. Simply put, algorithms are several steps to solve a specific problem (e.g., sort number, search value, transform data, etc.). Algorithms are an essential toolbox for every programmer. Even if you don't realize...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Elementary Algorithms

    Elementary Algorithms

    Book of elementary algorithms and data structures

    This book introduces elementary algorithms and data structure. It includes side-by-side comparison of purely functional realization and their imperative counterpart. From 2020/12, I started re-writing this book. The PDF can be downloaded for preview (EN, 中文). The 1st edition in Chinese (中文) was published in 2017. I recently switched my focus to the Mathematics of programming, the new book is also available in (github). To build the book in PDF format from the sources, you need the following...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Programming Without Coding Technology

    Programming Without Coding Technology

    Create software without writing a single line of code

    PWCT is not a Wizard for creating your application in 1 2 3 steps. PWCT is a general-purpose visual programming language designed for novice and expert programmers. A novice programmer can use PWCT to learn programming concepts like Data Structures, Control Structures and Programming Paradigms. An expert programmer can use PWCT to create any large and complex software. Using PWCT we developed a textual programming language Compiler and Virtual Machine without writing a single line of code...
    Leader badge
    Downloads: 2,440 This Week
    Last Update:
    See Project
  • 4
    Jmol

    Jmol

    An interactive viewer for three-dimensional chemical structures.

    Over 1,000,000 page views per month. Jmol/JSmol is a molecular viewer for 3D chemical structures that runs in four independent modes: an HTML5-only web application utilizing jQuery, a Java applet, a stand-alone Java program (Jmol.jar), and a "headless" server-side component (JmolData.jar). Jmol can read many file types, including PDB, CIF, SDF, MOL, PyMOL PSE files, and Spartan files, as well as output from Gaussian, GAMESS, MOPAC, VASP, CRYSTAL, CASTEP, QuantumEspresso, VMD, and many other...
    Leader badge
    Downloads: 1,022 This Week
    Last Update:
    See Project
  • ContractSafe: Contract Management Software Icon
    ContractSafe: Contract Management Software

    Take Control Of Your Contracts Without Wrecking The Budget

    Ditch those spreadsheets, shared drives & crazy-expensive solutions with too many bells & whistles. ContractSafe offers the simplest way to manage your contracts efficiently without breaking the bank.
  • 5
    Gato (Graph Animation Toolbox): Animate graph algorithms for example for computing shortest paths, minimal spanning trees, maximum flows or maximal cardinality or weight matchings. Create your own animations using the Animated Data Structures (ADS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Object-oriented crystallographic library and program, for the analysis of Crystal structures from scattering experiments: optimized scattering computation, Graphical interface for structures and data, global optimization algorithms.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7

    java data structures

    Java package that provides some data structures.

    The package contains matricial operations, BST, double chained list, heap, queue, stack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MoCalc2012

    MoCalc2012

    GUI for MOPAC, DFTB+, GAMESS, Firefly, NWChem, ORCA and PSI4

    MoCalc2012 is a simple, efficient Graphical User Interface for MOPAC, DFTB+, GAMESS(US), Firefly, NWChem, ORCA and PSI4.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9
    ALEPH-w

    ALEPH-w

    Data structures and Algorithms library

    Aleph-w is a library of data structures and algorithms implemented in and for C++. It contains the main data structures: single and double lists, special arrays (dynamic and of bits), many types of trees: multitrees, binary search trees, avl, red-black, randomized, treaps, splay and other interesting types. Several types of hash tables are implemented: separated chaining, open adressing with linear probing and double function hash; this last one has a garbage colector mechanism that allows...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10
    Write a hash table in C

    Write a hash table in C

    Learn how to write a hash table in C

    Hash tables are one of the most useful data structures. Their quick and scalable insert, search and delete make them relevant to a large number of computer science problems. Understanding of how a fundamental data structure works under the hood. Deeper knowledge of when to use hash tables, when not to use them, and how they can fail. Exposure to new C code. The language doesn't come with one included. It is a low-level language, so you get deeper exposure to how things work at a machine level...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LP Molecular Viewer

    LP Molecular Viewer

    ActiveX/ATL molecular viewer component

    This is a ActiveX/ATL component that shows molecular structures in 3D. It can read atomistic .pdb and .xyz file formats. This control is made very simple and flexible. It may be useful for chemists or other scientists to put molecular structures in presentations such as power point, with the ability to rotate or zoom using the mouse. It can also be used in developing graphical user interface for molecular calculations, and in any programming IDE that allows insertion of ActiveX controls...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CSharp MARC

    CSharp MARC

    Full featured editor for reading and manipulating MARC Records

    *** THIS PROJECT HAS MOVED TO GITHUB *** https://github.com/frozen-solid/CSharp_MARC/ ********************************************************** C# MARC: C# class structures for reading and manipulating Library of Congress MARC records using the MARC21 standard. Based upon the PHP Pear package File_MARC (http://pear.php.net/package/File_MARC) by Dan Scott. C# MARC Editor: A full featured SQLite based editor for quickly modifying MARC records and exporting them to MARC21 or MARCXML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Animal-AV

    Animal-AV

    Animal Algorithm Animation System

    Animal is a Java-based system for visualizing and animating algorithms and data structures. Available since 1999, it is one of the established AV systems, and provides one of the largest collections of supported algorithms. Animations can be generated on the fly based on user input - for a large selection of algorithms and topic areas, including, but not limited to, the topic areas of backtracking algorithms, compression, cryptography, basing, searching and sorting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    New Server Setup
    New Server Setup was designed from the floor up to be a one stop solution for standardising, installing and configuring new server installs within an Educational Establishment. It has grown from a basic AD Structure import tool to be a comprehensive installer that covers many aspects and processes that need to be completed in a logical manner to achieve the highest quality result. This script takes the hassle out of having to manually create OU's, GPO’s and File Structures leaving you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Pascal's Canvas

    Pascal's Canvas

    Expanding Pascal's Triangle like structures in 2D

    Alg entry is simplified by being able to choose from 21 preset algs. Or, they may be adjusted or entered from scratch. Six different "Pascalloid" output modes allow the data to be graphically explored and browsed. Help is self-contained. Now there is a way to copy data from the output into the clipboard, and to paste tab-deliniated data from the clipboard to make an algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    XLogo4Schools

    A Logo interpreter and programming environment specialized for schools

    A Logo interpreter and programming environment specialized for schools. It is a revised version of XLogo, published on http://xlogo.tuxfamily.org/. The Logo dialect is almost the same as Xlogo's, but some Logo commands were reimplemented to fit with the new programming environment and workspace. Some commands which were buggy in the original XLogo have been fixed. The interpreter works now more efficient due to the usage of more suitable data structures. The output of turtle graphics is now...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    gMol

    gMol

    gMol molecular graphics

    We've moved to https://github.com/tjod/gMol/wiki gMol is an interactive visualization system used to display and manipulate 3-dimensional models of scientific data, such as molecular structures and surfaces. It contains both OpenGL and web browser widgets that enable flexible user interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    S-Match

    S-Match

    S-Match is a semantic matching framework.

    S-Match is a semantic matching framework. S-Match takes any two tree like structures (such as database schemas, classifications, lightweight ontologies) and returns a set of correspondences between those tree nodes which semantically correspond to one another. S-Match contains implementations of the semantic matching, minimal semantic matching and structure preserving semantic matching algorithms. S-Match applies as a solution in many fields, including: information integration, ontology...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    A collection of pure Python algorithms and data structures
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Assignment Collector/Grader

    A webapp that collects and grades student labs

    Assignment Collector/Grader (what a mouthful!) was conceived in 2010 as a way to reduce the workload of an over-worked professor teaching a CS data structures class. It proved not only to reduce the grading workload, but also improved the lab completion rates among students, and grades overall improved as a result. Since it has turned out to be such a successful tool, it is now released under the AGPL license for others to use in their classrooms. Planned improvements include: automatic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The project's purpose is to implement different types of data structures (Avl trees, Red-black trees, Binary heaps, etc.) using easy-to-read C code so it may be helpful to newbies to the world of data structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project aims to be a repository of most popular data structures written in C# language, like stacks, queues, lists, linked lists, heaps, graphs, trees, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CGTutorial is a computational geometry tutorial written in Java. It implements various CG algorithms and animates some of them. A library of CG methods and data structures is provided, in the form of Java packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Electronic Laboratory Notebook (ELN) - a collaborative, web-based analog of the paper notebook. The ELN can be used to share and record text, images, 3-D molecular structures, live graphs, etc. and can be extended to support additional data types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Automated computer program grading solutions designed for trainings on computer languages, data structures and algorithms. See http://openjudge.net for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next