Showing 6797 open source projects for "linux is"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    QAL

    QAL

    Query Abstraction Layer

    Project has moved to: https://github.com/OptimalBPM/qal QAL is a collection of libraries for mining, transforming and writing data from and to a number of places. Sources and destinations include different SQL and NoSQL backends, file formats like .csv, XML and excel. Even untidy HTML web pages. It has a database abstraction layer that supports connectivity to Postgres, MySQL, DB2, Oracle, MS SQL server. JSON and MongoDB is coming. It uses XML/JSON formats(self-generated SQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    STON

    Translator of SBGN PD and AF maps into Neo4j graph database.

    STON, Sbgn TO Neo4j, is a Java-based framework that imports and translates metabolic, signalling and gene regulatory pathways presented in SBGN (Systems Biology Graphical Notation, http://www.sbgn.org) Process Description (PD) and Activity Flow (AF) languages to a graph-oriented format compatible with Neo4j (http://neo4j.com/). STON1.2 allows also to link common processes between two different PD maps. This framework uses two sets of libraries: LibSBGN and Neo4j...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Document Object Model Structured Query Language! Example: 'SELECT {//title[1]=>innerCode} FROM {http://example.com}';
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    QDAC3.0

    QDAC3.0

    QDAC 3.0 is a VCL & FMX data access component

    [IMPORTANT NOTICE] This project is moved to my self website.The new SVN urls : svn://www.qdac.cc/QDAC3 GIT url is: git://www.qdac.cc/QDAC3.git Please check out with the new urls. QDAC 3.0 is a new version of Quick Data Access Component.Compare with version 2,the new version is base on XE6 and support all OS with XE6:Win32/Win64/Mac OSX/iOS/Andriod. QDAC 3.0 Include follow sub components: QXml/QJson/QLog/QWorker/QSort/QExp/QDB etc. QDAC now is in progress. Follow is from QDAC...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Payments you can rely on to run smarter. Icon
    Payments you can rely on to run smarter.

    Never miss a sale. Square payment processing serves customers better with tools and integrations that make work more efficient.

    Accept payments at your counter or on the go. It’s easy to get started. Try the Square POS app on your phone or pick from a range of hardworking hardware.
    Learn More
  • 5
    qtHarbour is a set of Harbour language bindings for Qt. Providing a portable multi-platform GUI toolkit for Harbour (a 100% Clipper & xBase compatible compiler).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    yourCMDB

    yourCMDB

    A free, easy to use, generic CMDB written in PHP

    We moved to GitHub. Please see https://github.com/michael-batz/yourCMDB yourCMDB is a web based CMDB which easily allows you to define your own object types in a XML configuration file. Functions: - Add/Edit/Delete objects - Show objects - Define links between objects - Import and export objects (at the moment from CSV file) - Search over all fields Environment: - PHP - MySQL For Changelog, RoadMap and other documentation have a look at http://yourcmdb.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    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...
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    SIM-PKH

    SIM-PKH

    Aplikasi untuk mengelola data peserta PKH

    Untuk saat ini project SIM-PKH dihentikan, sudah digantikan oleh HaPe-PKH (Harian Pendamping PKH). Info lebih lanjut kunjungi http://www.sitejo.id dan untuk petunjuk instalasi kunjungi http://www.sitejo.id/artikel-6-bagian-2instalasi-hape-pkh.html
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Cybernetics GUI TO MySQL

    Cybernetics GUI TO MySQL

    Its The Graphicsl User Interface to MySQL, providing wide coverage.

    Cybernetics Is creating many different kinds of software application like Bank Management, Accounting Software, and many more Management Software on proprietary basis. Cybernetics GUI To MySQl is an software which assists Students or professional to execute there mysql operations within this application with very limited command base executions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 10
    wxHarbour is a set of Harbour language bindings for wxWidgets. Providing a portable multi-platform GUI toolkit for Harbour (a 100% Clipper & xBase compatible compiler).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Scalaris

    Distributed, transactional key-value store

    Scalaris is a scalable, transactional, distributed key-value store. It was the first NoSQL database, that supported the ACID properties for multi-key transactions. It can be used for building scalable Web 2.0 services. Scalaris uses a structured overlay with a non-blocking Paxos commit protocol for transaction processing with strong consistency over replicas. Scalaris is implemented in Erlang.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    lmdb++

    C++11 wrapper for the LMDB embedded B+ tree database library.

    This is a comprehensive C++ wrapper for the LMDB embedded database library, offering both an error-checked procedural interface and an object-oriented resource interface with RAII semantics. • Designed to be entirely self-contained as a single <lmdb++.h> header file that can be dropped into a project. • Implements a straightforward mapping from C to C++, with consistent naming. • Provides both a procedural interface and an object-oriented RAII interface. • Simplifies error handling by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    csvdiff

    csvdiff

    compare csv files with any separator you want

    csvdiff is a Perl script to diff/compare two csv files with the possibility to select the separator. Differences will be shown like: "Column XYZ in record 999" is different. After this, the actual and the expected result for this column will be shown.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    CyberGestionnaire

    Administration website for EPN

    Ce pro-logiciel vous aidera à gérer votre Espace numérique, il comporte les rubriques suivantes : Adhérent : adhésion/réinscription, forfait atelier, forfait connexion avec historique et statistiques Planning : réservations actuelles et futures pour la connexion internet, avec statistiques d'utilisation Matériel : gestion des interventions sur les postes Impressions : gestion des comptes d'impression selon la tarification choisie Ateliers : programmation et base de sujets d'ateliers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sikher

    Sikher

    Sikher gives you access to the Sikh Scriptures in multiple languages

    Sikher gives you access to the Sikh Scriptures in multiple languages. To this end, through the GurbaniDB project, we have made available the world's most accurate database of the Sikh Scriptures with 53 translations and 22 transliterations. We now have various open source projects hosted on GitHub here: https://github.com/sikher/ Three important projects include: Sikher for Mobile, Tablet & Desktop - https://github.com/sikher/sikher GurbaniDB -...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Fixed Data Tables for React

    Fixed Data Tables for React

    React table component to allow presenting thousands of rows of data

    FixedDataTable is a React component for building and presenting data in a flexible, powerful way. It supports standard table features, like headers, columns, rows, header groupings, and both fixed-position and scrolling columns. The table was designed to handle thousands of rows of data without sacrificing performance. Scrolling smoothly is a first-class goal of FixedDataTable and it's architected in a way to allow for flexibility and extensibility. FixedDataTable does not provide a layout...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tpda3 is a classic desktop database application framework and run-time, written in Perl. Has PerlTk and (experimental) wxPerl support for the GUI part and Firebird, PostgreSQL, SQLite and CUBRID (new) support for the RDBMS. Tpda3 is the successor of TPDA and, hopefully, has a much better API implementation. The look and the user interface functionality of Tpda3 is almost the same as of TPDA, with some minor improvements.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Transumanza

    Transumanza

    Simple data migration tool

    Simple data migration tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Generic Model Organism Database Project
    GMOD is a set of interoperable open source software components for visualizing, annotating, and managing biological data. See http://gmod.org for more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    FTNDB

    Fidonet/FTN SQL Database processing application

    Application which can be used for Fidonet/FTN related processing in an SQL database supported by a Perl DBD module, defaulting to SQLite, and which includes FTN Nodelist processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    RJDump

    Sample Mysql dump viewer

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    lsn

    lsn

    Free social network.

    Free social network written on C++. - Messaging - Catalogue - Trading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Gui Multi XAMPP

    Gui Multi XAMPP

    GUI pour multi versions XAMPP (serveur local LAMPP)

    Interface graphique pour faciliter l'utilisation de plusieurs versions de XAMPP en parallèle (serveurs Apache MySQL PHP Perl pour tester des sites internets en local). Après installation d'une version de XAMPP, un simple lancement de GUI MULTI XAMPP permet de la répertorier, une autre version de XAMPP peut alors être installée, etc. L'interface graphique permet de sécuriser, démarrer / stopper XAMPP, lancer le manager, voir les fichiers du répertoire XAMPP, naviguer sur localhost,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Semantic MediaWiki

    Semantic MediaWiki

    Lets you store and query data within the wiki's pages.

    Semantic MediaWiki is an extension to the MediaWiki software (powering Wikipedia), which extends the Wiki with ideas from the Semantic Web. We focus on usability and tight integration. See the web site for further details and GitHub at https://github.com/SemanticMediaWiki/SemanticMediaWiki/releases for the file releases! (since version 2.4.0).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CQL

    CQL

    an all new query language and a sequel to SQL

    The project was developed for C/C++ programmers who are not familiar with SQL syntax.
    Downloads: 0 This Week
    Last Update:
    See Project