Showing 29 open source projects for "delphi usb source"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 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
  • 1
    Lazarus

    Lazarus

    Rapid applications development tool and libraries for FPC

    The Lazarus IDE is a stable and feature rich visual programming environment for the FreePascal Compiler. It supports the creation of self-standing graphical and console applications and runs on Linux, FreeBSD, MacOSX and Windows.
    Leader badge
    Downloads: 14,492 This Week
    Last Update:
    See Project
  • 2
    BalenaEtcher

    BalenaEtcher

    Flashes OS images to SD cards & USB drives.

    BalenaEtcher (commonly known as Etcher) is a free and open-source utility designed to write disk images to various removable media devices such as SD cards, USB flash drives, and external SSDs. It is developed by Balena (formerly Resin.io) and has become the de-facto standard for reliably creating bootable media, especially for single-board computers like the Raspberry Pi, as well as for flashing live USBs for other operating systems.
    Leader badge
    Downloads: 223 This Week
    Last Update:
    See Project
  • 3

    Report Manager

    Reporting tool, libraries and designer

    Report Manager is both a print scheme designer (report) and a high level printing (reporting) engine. Also a TCP Report Server and a Web Report Server (PDF on the fly), supports Windows and Linux. Connectivity to almost all databases is provided.
    Downloads: 62 This Week
    Last Update:
    See Project
  • 4
    Pascal-to-Ada
    P2Ada is a Pascal to Ada translator. Recognizes particularities of several Pascal dialects: Turbo/Borland/Delphi (mostly), CodeWarrior, ISO, ISO Extended (a bit). Includes a full ayacc / aflex parser & lexer for Ada 95+ with sources. Mirror: https://github.com/zertovitch/pascal-to-ada
    Downloads: 6 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    inc_builder

    inc_builder

    Save your source code (Delphi/Pascal) inside the compiled application

    Save your source code inside the compiled application Сохраните свой исходный код внутри скомпилированного приложения
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    deej

    deej

    Set app volumes with real sliders! Arduino project to build hardware

    deej is an open-source hardware volume mixer for Windows and Linux PCs. It lets you use real-life sliders (like a DJ!) to seamlessly control the volumes of different apps (such as your music player, the game you're playing and your voice chat session) without having to stop what you're doing. Control your microphone's input level. Lightweight desktop client, consuming around 10MB of memory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Asphyre

    Asphyre

    Asphyre is a cross-platform framework for Delphi and FreePascal.

    Asphyre, also known as Platform eXtended Library, is a cross-platform framework for developing video games and scientific applications in Delphi, and FreePascal/Lazarus. The framework provides facilities for real-time rendering of graphics (using DirectX, OpenGL or Software Renderer), text output, mathematics (including vectors and matrices) and networking communication, among other features. It also supports singleboard devices such as Raspberry PI, Intel Galileo, BeagleBone Black and...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    AppM Build Automation

    AppM Build Automation

    Automated software application for constructing and building projects.

    AppM Build Automaiton is an open source and automated software application that is used to construct and build projects on different operating systems and using different development environments. General principles of implementation: -Each project must have a Build Project File, containing the necessary information on the construction of the project. For example, a unique name of the project, dependence on other projects and libraries, methods of construction, etc. Thus, the entire...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    User Control Package

    Open source Delphi component for user access control

    Delphi (and Kylix) component package to user and profile management and access control. Supports ADO, DBX, IBX, BDE, IBO, UIB, Midas, FIBPlus, ZeosDBO, DBISAM, MDO, MyDAC, MySQLDAC and ASTA3. Access control auto-extract TMenu, TActionList and TAction
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    fx3load

    fxload utility from linux-hotplug project updated for the FX3

    This is a branch from the fxload project, originally part of the linux-hotplug SourceForge project which seems to be abandoned. This branch incorporates the patch from Steven J. Magnani that adds support for Cypress FX3 USB 3.0 endpoint to the fxload utility. It has been tested on Ubuntu 12.04 with the FX3 development kit (part number CYUSB3KIT-001). Oddly, as of January 2013 Cypress doesn't include this utility with its (open source) Linux SDK but requires developers to purchase a copy of MS Windows to be able to program the board. This SourceForge project contains no new code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    JCruiseMonitor
    JCruiseMonitor monitors the state of builds on your team's continuous integration server (Hudson, CruiseControl/.NET/.rb, Continuum or Bamboo), providing feedback through a set of devices including a tray icon, USB light and audible warnings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Software GNU ! Para o Brasil e para o Mundo !!! Dando assistencia a outros programadores :) Pelo menos tentando :)) GNU Software! For Brazil and the world !!!! Helping other programmers :) Well, where trying to :))
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Finds Text in Delphi *.Pas files e.g. : button1.caption:='Hello' Replaces Text with a function call button1.caption:=TXT(0) {##Hello##} Generates a function „TXT“ with a String List with all found Texts at the beginning of your source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This helper allows you to write NSIS scripts in Delphi code using Ctrl-Space style and compile them into Software Distribution using NSIS installation system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Omorphia is a graphic, multimedia and gaming library containing Delphi and Freepascal components to simplify multimedia based apllication development on W9xNT and Unix platforms including support for various graphic and sound interfaces and libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a programmer software+hardware+firmware for Atmel AVR family (and more), using USB connection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Graph Package (GPack) is a solution for developing simple graphics in Delphi environment. GPack includes 2 components TGraph & TGraph3D which help users to create 2D/3D graphic applications in an easiest and quickest way.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    HelpMaker is a Help Authoring Tool to make WinHelp, HTML-Help, HTML-Website and RTF (i.e., manuals) files. HelpMaker is fully functional GUI help authoring tool written in Delphi. Many open-source developers use this to document their open-source project
    Downloads: 17 This Week
    Last Update:
    See Project
  • 19
    A FrameWork to develop Pascal Applications. This includes Integrated Development Environment (Rapid Application Development -RAD-), Virtual Machine, Web Services (Pascal Server Pages -PSP-) and too many tools
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    A component library for borland delphi 7 to create a small modular IDE for everything you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Dante is a build management tool for Delphi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Passant is a task for Apache Ant which invokes the Borland Delphi / Kylix compilers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Open Source Microsoft VC to Delphi translator is the translation utilities toolset with IDE that support translating Microsoft VC 7.0 projects, libraries, API’s to Delphi 7.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Unnamed-RPG project's goal is to create a system of tools for developers to create games or software that takes advantage of the power and complexity of Rolemaster(TM) style of role-playing guidelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A joint effort to provide system level support for the LegoŽ Mindstorms v2.0 USB IR Tower under Linux and possibly other Unixes; in the form of a linux kernel driver. Eyes also looking towards userspace tools (our own config utilities, and patches for 3
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next