Showing 1705 open source projects for "linux-kernel-webassembly"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Leverage AI to Automate Medical Coding Icon
    Leverage AI to Automate Medical Coding

    Medical Coding Solution

    As a healthcare provider, you should be paid promptly for the services you provide to patients. Slow, inefficient, and error-prone manual coding keeps you from the financial peace you deserve. XpertDox’s autonomous coding solution accelerates the revenue cycle so you can focus on providing great healthcare.
    Learn More
  • 1
    citrusdb is the open source customer care and billing software that can be used in many service industries, internet service, subscriptions, consulting, and telecommunications. Provides CRM, Ticketing, Invoicing, and Credit Card Batches.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Maux is a database monitor system made on php, using apache server and mowes. The program is useful to monitoring Oracle 10G express/standart edition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Description Reveal Desktop is a web 2.0 data entry tool applicable for archaeological or other types of hierarchical relationships. Is makes use of the following open source tools and frameworks. Extjs 3.3 qwikiOfice php 5+ apache2 mysql
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    N.E MySQL Wrapper

    Small PHP & MySQL wrapper class

    Simple and powerful basic php and mysql wrapper class. Includes optional error reporting with error log file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 5
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Perzisztenciát megvalósító osztálykönyvtár PHP-ben.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    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
  • 8
    phpCodeGenie Reloaded

    phpCodeGenie Reloaded

    phpCodeGenie Reloaded is an automated code writer...

    phpCodeGenie Reloaded is an automated code writer which allows you to generate CRUD (create, read, update, delete) interactions with any MySQL database. It includes an intuitive interface, integrated help documentation, and a project template to help you get your project started quickly. Just design your database and let phpCodeGenie Reloaded do the coding for you. This is a continuation of Nilesh Dosooye's phpCodeGenie project. I hope to take this project to new levels with new features...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JDBWC - Type 3 Java JDBC driver
    JDBWC is a Java JDBC Driver with its own server written-in-PHP. Suited to Java applications that require JDBC access across wide area networks like the internet but do not wish to expose the remote database-server through the remote hosts firewall. The driver is well suited for connecting Java client applications to a (dynamic) websites database without risking the security of the database server since all exchanges use PHP as a relay agent. Java client applications can connect from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10

    Security Management System

    A management system for sensitive system and security information

    A management system for sensitive system and security information. This system is designed to aid IT/Security professionals in maintaining a repository of sensitive information for their systems, to include: sensitive system information (architecture, assets and inventory, vulnerability data, remediation strategies, assessments) and so on. This is an ever evolving project and will take shape over a given amount of time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a PHP Volunteer Management software. Keep track of Volunteer hours worked and location assignments. This system is built on PHP/MySql. Track Hours, Tasks, Share Documents, Send Messages, Personal Documents and Documents for each volunteer that only Admins can see.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    phpMyBackupPro 2.3 Portugues do Brasil

    phpMyBackupPro 2.3 Portugues do Brasil

    Atualização do phpMyBackupPro 2.2 para 2.3 pt-BR

    phpMyBackuPro 2.3 Portugues do Brasil - Tradução e Atualização do phpMyBackuPro 2.2 para a versão 2.3 Corrigido alguns Bugs relacionados a funções do PHP que não existem mais e toda a interface de usuario traduzido para o Portugues do Brasil. Estou trabalhando na Tradução de toda a Documentação, disponibilizo em breve, logo que estiver pronto. ATENÇÃO: Esta versão é baseada no trabalho do Dirk Randhahn que começou a desenvolver o phpMyBackuPro em 2004, portanto que fique bem claro que este...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MySQL log analyzer and profiler. Extracts the most popular queries grouping them by their normalized form and shows the statistics for each group. Helps developers to recognize most frequently run queries to be able to optimize overall db performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TooDue is a PHP-based To-Do manager. It supports labeling and prioritizing, and you can have subitems as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A pet grooming management system that allows the operator to sale items, manage dogs and owners, schedule dogs for services and/or training, accept the dog, and cash out the dog. Dogs/services are now related by breeds. Many reports available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    MySQL DB Cleanup Script

    PHP Script to drop tables on all/some databases with wildcards

    I see there is no way in MySQL to drop tables using wildcards like 'temp_%', this simple PHP will help us do the following. 1. specify databases like 'anything%', so you check only the databases you need to. 2. specify tables like 'temp_%' , 'temp3_%' in an array so any number of temp wildcards possible. 3. loop through all databases and tables matching to drop the temp tables. This makes it easy for you dropping many temp tables but be very careful about the wildcard, things...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PhpLabware is a web-based groupware application suite tailored to research laboratories. Initial services include databases for reagents (strains, antibodies, plasmids, proteins), pdf files (a 'reprint' repository), and protocols.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PHP Class Generator Eclipse plug-in

    PHP Class Generator Eclipse plug-in

    Eclipse Plugin to generated PHP classes from existing database schema

    PHP Class Generator Eclipse plug-in creates multiple PHP classes based on an XML template and a MySQL database table. Each generated class represents an access object for one database table, offering getters and setters for each database table field.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ziel des Projektes ist es, ein universelles Interface zu Datenbanken zu entwickeln, mit dem Gruppen, wie Ehemalige Schueler einer Schule, oder von anderen Gruppierungen verwaltet werden koennen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    cbMySQL is a PHP Wrapper Class for (multiple) MySQL Connections, backing up whole databases, export data into csv files and so on
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Recipe-management-system for unix-like systems. Written in PHP, using MySQL or PostgreSQL as database-backends.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    # Cap is an easy to use web-access to sqlite written in PHP. # Cap can be customized via a configFile written in Json. # Cap might be used for open or temporary data or as a template if use of a framework is not an option or not desirable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Online-Bilddatenbank, LAMPP-basiert
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This Tool is an easy to use webbased Oracle Object Browser written in PHP 4. It supports Oracle 8 Databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    nuBuilder is a database development tool where all forms, reports, company data and custom code is stored in MySQL and displayed dynamically.
    Downloads: 0 This Week
    Last Update:
    See Project