Search Results for "data structure" - Page 29

Showing 890 open source projects for "data structure"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1
    Data Structure & Algorithm Library(DSAL)
    The Data Structure & Algorithm Library (DSAL) is a library of classical data structure and algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Java HTTP REST interface

    Base for HTTP-REST Java application

    Simplified multithreaded Java HTTP server able to interpret GET/POST requests. Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client. ------- Requirements: For the Java HTTP server: - J2SE (SDK for compilation) For the exampe web app: - Apache2 with mod_rewrite and mod_proxy Client-side for the web app: - www browser supporting JS with jQuery --- Setup: - run Server.class from Java server files (java Server) in a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    SEFS - Self Expiring File System

    File system that expires files using an expire date

    ...In this file system we can highlight interested files with an expiration date so that they may get deleted or moved to a special location where we can attend to them and clear off what we do not want anymore. A separate data structure per file is used to store additional attributes about each file created in this file system and desired behavior is achieved by modifying these attributes accordingly. These additional attributes are saved in the Extended File Attributes which is a file system feature supported by most of the Linux file systems. This file system is implemented as an user space file system on top of FUSE framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    PostgreSQL recover deleted rows trigger

    PostgreSQL recover deleted rows trigger

    ...Más información mirar la wiki ------------------ Prevents purging of records using this utility (after installation), which lets you recover deleted records on any table regardless of the data types. If the table structure changes (adding or removing fields) after deleting records in that table, the function fn_RecuperarReg can recover deleted records, stored in the table deleted.borradoscopia using a filter on one field. More information in the wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Walley Language is written in C language. The name comes from Wall-E because I like Wall-E and I like AI. I want to make a true AI language. While I only make it like python now. Full codes written in C language. I am using mathomatic as my math-parse which is written in C language too. While I also wrote a math parser on my own, it does not work very well now. just use gcc and compile main.c, it is done.. Tested on Mac and Ubuntu. "gcc -g -o walley main.c -lm" That's all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    PercolaLand

    PercolaLand 1.0 A tool to calculate landscapes percolation probability

    PercolaLand software is a result implementing of new structural metric used to calculate percolation probability in binary landscapes. Much of the progress in spatial patterns and structure changes understanding have supported in percolation theory. Percolation theory aims to evaluate how connectivity is broken into spatially structured systems or quantifies the connectivity structure. Connectivity in this case refers spatial continuity of arrangements habitat areas. There are not a currently tools available to calculate percolation indices in landscapes files ascii.txt. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    HugeCPPNum

    definition huge integer number with 300 digits in cpp

    this project is huge integer number for my data structure course . it use array with 300 element it s better use queue instead if it .i define * - + % for integer number . in cryptography course i'm use it for Miller and Robbin prime test and add qiuck power to it .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SW2PSA

    SW2PSA (Stop & Wait and Sliding Window Protocol Simulator and Animator

    ...Since it is an open source program also helps the student who wishes to know the structure of a simple discrete event network simulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    AdPreqFr4SL

    Adaptive Prequential Learning Framework

    The AdPreqFr4SL learning framework for Bayesian Network Classifiers is designed to handle the cost / performance trade-off and cope with concept drift. Our strategy for incorporating new data is based on bias management and gradual adaptation. Starting with the simple Naive Bayes, we scale up the complexity by gradually updating attributes and structure. Since updating the structure is a costly task, we use new data to primarily adapt the parameters and only if this is really necessary, do we adapt the structure. The method for handling concept drift is based on the Shewhart P-Chart. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    IOS6 and recent iTunes updates have broken a few features. We have made some partial fixes, but they are not complete. If you'd like to help support our development, or take over the development please let us know. Explore the internal file structure of your iphone (or of a seized phone in the case of forensic teams) using either the iphone's own backup files or (for jail broken iphones) ssh. Viewing of plist, sqlite, and hex are supported. IOS 5 is now supported iOS 6 only partially...
    Downloads: 28 This Week
    Last Update:
    See Project
  • 11
    tinyHeb is a Web application for midwives in Germany to do the legal accounting with the health insurance companies. tinyHeb can produce paper and electronic bills, and meets the legal requirements of §301a, §302 SGB V, resp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PyOmnia

    Python 2 Solution to create an XML representation of a directory.

    This project is a directory to XML solution that aims to create an XML file that represents a directory. This project uses Python 2. Future plans for this project is to improve the visualization of the XML files, easier to understand documentation, and adding other meta data options to the XML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Templater Engine

    PHP/MySQL program to create dynamic websites easily.

    To create a new dynamic website: - Open sites.php, copy one of the entries and amend data as required by your host. - Insert info into database (templates and variables), creating the structure the first time. - Copy index.php and amend as appropriate. - Add/edit any required files like templates, logos, styles etc. The engine is tiny, even more so the stites.php configuration file and even more so the site itself (index.php).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CUO

    CUO

    Codon Usage Optimizer

    ...The future plan for CUO is to be developed into a multipurpose bioinformatics software where data, findings, planning and learning in biology labs can be created and shared at finger tips.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    XSeq

    XSeq, a new peak-calling program used Markov-modulated Poisson process

    XSeq, a new peak-calling program used Markov-modulated Poisson processes (MMPP) for analysis ChIP-Seq data of transcription factors (TFs). XSeq applied model-based statistic and a decomposed reads density function to fasten structure information of raw data, and then to infer genomic ChIP-enriched regions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    this is a php tool to manage your mysql database from your mobile phone. i'm still testing this so help is needed.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    Redis cplusplus client Win32 port

    A windows port of official Redis cplusplus client library

    Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. http://redis.io/ There are many Redis client as different language binding available: http://redis.io/clients For C++, there is a client library recommanded by official named redis-cpp-client but too bad it can neither build nor run on Windows platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    RELATED - REmotes LAboraTories extenED

    Java Framework for developing of remote/virtual laboratories

    RELATED framework proposes a structured methodology of remote/virtual labs development and, also, provides common facilities as user management, booking, basic visualization (trend graphs and direct interaction using interactives variables), data logging and experimental session’s control. In order to get these facilities, an RLAB (Remote LABoratory) system it defined using a formal specification of a virtual or remote laboratory (based on XML and used to structure components for laboratory). 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. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    FreeFuzzyTime

    It's a time reasoner that can be integrated in medical applications.

    FuzzyTime module is a time reasoner base on Fuzzy Temporal Constraint Networks (FTCN) which treats fuzzy temporal information efficiently. It can be integrated into applications for diagnosis. This is especially important in areas like Intesive Care Units where patients' data are handled by a temporal data base. The FuzzyTime module is a structure which consists of three levels of abstraction. The upper layer is the user interface where a translator transforms the expressions introduced by the user into temporal relations between temporal entities (points and intervals). The semantic of user’s expressions is analized and stored in the intermediate layer or temporal world. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The idea behind this project is to design a website database structure, language-independent and build & link the CRUD pages needed to manipulate this data consistently in a specific language (jsp, php, or another), the same applies for the DB manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DBEdit 2
    A database editor, suitable as front-end for all your relational databases. Connects to Oracle, DB2, MySQL and many other databases. Used to easily query, update and administer your database, create reports and synchronize data.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 22

    PHP MySQL DatabaseInterface

    PHP MySQL DatabaseInterface is a tool for generating MySQL statements.

    PHP DatabaseInterface is an open source tool, designed with a purpose to make a life of a web developer, using MySQL database as a back end, a little bit easier. Developer only needs to worry about formatting parameters and calling save, select or delete procedures on DatabaseInterface object. DatabaseInterface will make sure the parameters passed are sanitized, data is properly structured and decide what to do on each call (depending on which procedure was called). DatabaseInterface...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NLOPredict
    NLOPredict is a nonlinear optical prediction and data analysis tool. Nonlinear optical measurements can yield information about the structure of crystals, and orientation of molecules at surfaces and interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    eBook parser library

    Java library for parsing eBook structure

    eBook parser library - Java library, designed for parsing many formats of electronic books
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Software, components, utilities and XML schema model for automating the exchange of engineering data for the capital facility industry over the total facility life cycle, including design, procurement, construction, operations and maintenance. Detailed cfiXML guidelines and example data dictionaries for control valves, electric motors and pumps, including information on the HI 50.7-2010 Electronic Data Exchange for Pumping Equipment Standard, are available from the website.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB