Search Results for "void based linux" - Page 83

35559 projects for "void based linux" with 1 filter applied:

  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    QSint

    QSint

    Qt UI Development Library

    C++ library for Qt-based UI development. Includes several Qt widgets, charting, property editors etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    MaxBin2

    An automatic tool for binning metagenomics sequences

    MaxBin2 is the next-generation of MaxBin (https://sourceforge.net/projects/maxbin/) that supports multiple samples at the same time. MaxBin is a software for binning assembled metagenomic sequences based on an Expectation-Maximization algorithm. Users could understand the underlying bins (genomes) of the microbes in their metagenomes by simply providing assembled metagenomic sequences and the reads coverage information or sequencing reads. For users' convenience MaxBin will report...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3

    EmACT

    EmACT is an emacs clone for Windows and unix

    EmACT is a GNU emacs clone based on a very old Conroy's MicroEMACS (1985!!). It supports UNICODE and C/C++/Lisp syntax.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    BioModels Database is a data resource that allows biologists to store, search and retrieve published mathematical models of biological interests. Models presented are annotated and linked to relevant data resources and are available in various format
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Gradle Bintray Plugin

    Gradle Bintray Plugin

    The Gradle Bintray Plugin allows you to publish artifacts to Bintray

    The Gradle Bintray Plugin allows you to publish artifacts to Bintray. The plugin supports three methods to create groups of artifacts: Configurations, Publications and Copying specific files using filesSpec. One of the methods should be used to group artifacts to be uploaded to Bintray. Using the Configurations approach is the easiest, since this option attempts to infer what artifacts to upload based on the Gradle project and dependencies that are defined. Publications gives more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tux Math Scrabble

    Tux Math Scrabble

    12÷16×3=9÷4

    Latest version 0.9.1 runs on Python3. Date: June 15, 2023 Online/touch-screen version: https://www.asymptopia.com/tuxmathscrabble Encourages kids to construct compound equations and consider multiple abstract possibilities.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    chatbot_chung
    chatbot chung is a keywords based probabilities algorythm simple entertainment chatbot with 3D talking openGL avatars written in freebasic. Can import aiml simple question/answer or question/random/answers or single star/ multi srai data saved from "AIML_chung" open source application . Online html5 javascript version with 44 languages multilingual auto detection available on the website (source included in the zip file). SORT gentext text generation algorythm option added (desktop version) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    javalang

    javalang

    Pure Python Java parser and tools

    javalang is a pure Python library for working with Java source code. javalang provides a lexer and parser targeting Java 8. The implementation is based on the Java language spec.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GtkSQL is a graphical front-end for PostgreSQL, MySQL and SQLite. It provides an easy interface to write and run SQL queries. Currently working on: Database tree interface.
    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
    NumericalChameleon

    NumericalChameleon

    a free cross platform precise unit converter, supports 6000+ units

    The NumericalChameleon is a free, open source, cross platform software in order to convert units. It converts numbers with a precision of up to 1000 significant figures. It supports more than 6000 units in 94 categories. It has been localized in 10 languages.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 11
    This package contains a set of Ada95 container classes, both generic and inheritance based. It also contains a set of utilities, including an abstract I/O interface, a telnet protocol engine, and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A text-based MUD client originally derived from Anton Rang's TinyTalk.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Dragon Go Server

    Playing Go with web-based turn-based Go server

    Dragon Go Server is a web-based server for playing go (a.k.a baduk, weichi and igo). It's intended as a replacement for play-by-email, where the server keeps tracks of the moves. Tools used are php and mysql.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    phpexplorator is a web interface to remote explore, manage, preview , edit, create, copy, rename, download, upload, zip, unzip ..etc, files, images, and directory in the server site. Integrated with TinyMce, useful for computer programmer and admin.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    SCO - System Control
    Controle: Saúde e Segurança no Trabalho / Alvarás / Licenças
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Object-Role Modeling (ORM) standard version 2, associated schemas and generation tools, and a reference implementation in the form of the Natural Object-Role Modeling Architect for Visual Studio (NORMA) product.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Pinject

    Pinject

    A pythonic dependency injection library

    Pinject is a lightweight dependency-injection library for Python that favors explicit wiring and testability over magic. Instead of global singletons, you declare providers (bindings) that describe how to construct objects, and Pinject resolves the graph by inspecting call signatures. Its container supports constructor injection and fine-grained scoping so you can share expensive resources while keeping tests isolated. The library leans on Python’s introspection to minimize boilerplate,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    LoginApp

    X display management and authentication application

    Login.app is an X server management and authentication application. User authentication is performed with either a username/password or via SmartCard based authentication. At startup the app launches the X server and presents an authentication panel which also recongnizes several commands (reboot, halt, exit and console). SmartCard support relies on the OpenSSH authorized_keys file method for authentication and also requires OpenSC, pcsc-lite and OpenSSL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ComXe project has several aims: 01) Simplify development process of Compiere ERP-CRM system. 02) Integration between ERP and external systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    sharppcap

    sharppcap

    ully managed, cross platform

    Fully managed, cross-platform (Windows, Mac, Linux) .NET library for capturing packets from live and file-based devices
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A cross-platform, file-based weblog/mini-CMS. Aims to be feature-rich but still easy to use and low on requirements. Includes plugin and theme support, along with lots of other handy features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mea-familia

    Mea-familia

    Mea-family is a family management application

    Mea-familia allows : - to manage the members of your family, their activities, their household tasks - to manage your real estate and their equipments. - to manage your banking accounts, their transactions, your budget. - to manage all the aspects of your daily life with a calendar, the possibility to manage your to-do lists, the menus of the week, your recipes, your shopping lists... - to manage your hobbies with book, CD, DVD, video games libraries. Mea-familia is currently available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ADempiere ERP Business Suite

    ADempiere ERP Business Suite

    A full ERP system - moved to GitHub. See full description for details.

    NOTE: We're moving! See adempiere.net for more info. ADempiere Business Suite is a fully functional ERP/CRM/MFG/SCM/POS system suitable for large enterprise adoption. The software is fully open source and supported by an international community of developers and system experts.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 24
    AR.js

    AR.js

    Efficient Augmented Reality for the Web

    AR.js is a lightweight JavaScript library for delivering augmented reality experiences on the web. It supports image tracking, location-based AR, and marker-based interactions—all without requiring native applications or plugins. AR.js was among those great projects, with great technologies, often disruptive ones, that eventually were lacking from documentation and support. We tried to carry on the author's terrific work by maintaining this project, handling new versions, issues, pull...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Distributed Generic Information Retrieval (DiGIR) - developing and testing a protocol for single point access to distributed data sources. Based on HTTP, XML, and UDDI.
    Downloads: 0 This Week
    Last Update:
    See Project