Search Results for "dev-c packages" - Page 18

Showing 658 open source projects for "dev-c packages"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 1

    DigitalEnlightenment.Net

    DotNet Wrapper for Digital Enlightenment DMX IF

    This is a .net wrapper to access the digital-enlightenment DMX Interface. You can find all information related to digital enlightenment on http://www.digital-enlightenment.de (german page) To run the application, you have to get the usbdmx.dll from the digital enlightenment website (http://www.digital-enlightenment.de/usbdmx.htm). The dll is part of the project archive linked at the bottom. You also need nlog for the library to compile. The project is configured with nuget to make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Packware Project has been founded to support Slackware Linux users. The flag product is pwbuilder, a tool to easily create software packages for Slackware. We also provide a big set of build scripts for pwbuilder, as well as ready-to-use packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A library to install/uninstall/update sourcecode packages. The intention is automatize as much as possible the configure/build/install routine and future uninstallations or updates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    libpkg is a library to fetch, install, remove and modify packages in a package management system. It is initialy designed for FreeBSD but could be extended for any system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Start Free
  • 5
    Pakoo aims to be an easy-to-use package manager for Gentoo Linux using KDE. It's currently just a package browser, and will be extended to be able to install, uninstall and update packages on your Gentoo system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A package manager for Slackware Linux. Install and uppdate trought FTP, HTTP... Choose between current or release. Search for files in packages, Serach with wildcards. Use blacklist. Run as non-root. Checks md5s and deps
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Basic package management for the Minix 3 Operating System. Install, remove and build packages. Some small side-projects are also hosted here (for example a pkg-config replacement written in Bourne shell).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LG MediaCenter Menu
    Customization of LG MS400H/MS450H firmware and additional software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Fast S-Transform
    Note: This project is no longer maintained. An updated pure Python and experimental MatLab versions are located at https://github.com/robb-brown/GFT. The Fast S-Transform package implements a novel algorithm that solves the S-Transform with O(NlogN) computational complexity. This Fast S-Transform algorithm is fully invertible, and requires only O(N) storage space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 10
    GTK-based BitTorrent client. You can find Ubuntu packages of Flush at http://bit.ly/cYBYQf. Git repository: http://bit.ly/cdwdPE.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    QArgumentsParser

    Library using Qt for parsing command line arguments

    This is an arguments parser library for Qt. The only dependencies are the Qt libraries and Qt development packages. The library is dealing with the command line arguments sent to the application. To use the library, just pass the argc and argv to the class constructor and then indicate which are the arguments that your application is expecting, using the setKnownArguments. Once this are set, to retrieve an argument value all you have to do is to use the "get" function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Mando - Low cost interactive whiteboard

    Mando - Low cost interactive whiteboard

    Low cost interactive whiteboard for GNU/Linux

    Mando is a human computer interface using a camera and a projector. The camera is calibrated against a projection area to determine the position of physical pointer(pen, LED, laser pointer light...) which is then used to virtually move X11 pointer. Packages for Ubuntu may be found here: https://launchpad.net/~shoden/+archive/mando
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PiSiDo

    PiSiDo

    Pisi package maker for Pardus Linux.

    PiSiDo is a graphical user interface tool which creates pisi install packages for Pardus Linux.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    FileRefresh

    FileRefresh Utility: upload, download and restore files on a Server!

    Using Servlets and JSP, MVC Framework and Commons-io packages it is a Java EE application which lets user do the following: a) Upload a file from the Client to Server (after selecting a directory on server) b) Download a file or a folder (recursively Zip) from the server c) Restore an earlier version of a particular file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    iPFaces

    iPFaces

    mobile framework

    iPFaces is a framework for easier development of applications for mobile devices, such as iPhone or Android. All mainstream server platforms are supported, such as Java, PHP and ASP.NET. Here you can download server packages for free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A Load Balancer for a VoIP software on a Mobile Node device that choose among three net interfaces to send packages to an other Load Balancer on a Fixed Node. The LB's aim is to lose the lowest number of packages, choosing the best net interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    go-gtk

    go-gtk

    Go binding for GTK

    ...It allows Go developers to build native-looking GUI applications using GTK (2.x) under Linux (and Windows, with proper GTK binaries). The repository contains folders mapping GTK modules (gtk, gdk, glib, etc) to Go packages, along with example programs to demonstrate usage. The README notes that GTK development packages must be installed (e.g., libgtk2.0-dev) to build the examples. Go-GTK has over 1,100 commits and shows a serious commitment to bridging Go with desktop GUI frameworks. Because it ties into GTK's C libraries via cgo, it enables event-driven UI programming in Go rather than being purely browser/web based. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Listaller
    Listaller is a simple software installation system which helps to create software packages that work on many Linux distributions. It also makes it easier to remove applications on Linux machines without touching the package management system directly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JauntePE
    Windows portable app maker: launcher(s), runtime, and gui designed to help you run non-portable applications in a portable manner.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 20
    The Open Reflective Component Architecture , ORCAN, is designed to build the basis for a rapid incorporation of existing software packages into large-scale software projects Project is dead, however - please feel free to check and reuse code!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    WixEdit

    WixEdit

    Project moved to Github: https://github.com/WixEdit/WixEdit

    WixEdit is an editor for XML source code of the Windows Installer XML (WiX) toolset. WixEdit lets you create MSI and MSM setup packages with the WiX Toolset. It provides a visual representation of the dialogs and an easy way to edit the WiX source files. (Project moved to Github: https://github.com/WixEdit/WixEdit)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    BIL++
    BIL++ is a set of standalone C++ packages for data processing in Bioinformatics (Graph mining, Bayesian networks, Genetic algorithm, Discretization, Gene expression data analysis, Hypothesis testing).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Deb-Creator
    Deb-Creator is a tool to quickly create Debian packages. The program provides a simple graphical user interface written in C++ using Qt Creator. It uses the dpkg command in Linux to build the final Debian package.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    File Collection Manager is a small program for checking small or large file collections. It can calculate and verify checksums for items in the collection, as well as check that file in the collection that depend on other provided packages in the collect
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Nadir - Screen Scanner

    Nadir - Screen Scanner

    Screen scanner utility for GNU/Linux

    Screen scanner utility for GNU/Linux which allows the user to control the mouse pointer by using the keyboard or by producing sounds which are captured by a microphone. Packages for Ubuntu may be found here: https://launchpad.net/~shoden/+archive/nadir
    Downloads: 0 This Week
    Last Update:
    See Project