Search Results for "delphi code source" - Page 18

Showing 3116 open source projects for "delphi code source"

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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Comet MS/MS search engine

    Comet MS/MS search engine

    Comet open source tandem mass spectrometry (MS/MS) search engine.

    September 2021: the code repository has migrate to https://github.com/UWPR/Comet Comet is an open source tandem mass spectrometry (MS/MS) sequence database search engine. It identifies peptides by searching MS/MS spectra against sequences present in protein sequence databases. Comet currently exists as a simple Windows or Linux command line binary that only does MS/MS database search. Supported input formats are mzXML, mzML, ms2, and Thermo RAW files. Supported output formats are tab...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    DSC Keybus Interface

    DSC Keybus Interface

    An Arduino/esp8266/esp32 library to directly interface with DSC

    This library directly interfaces Arduino, esp8266, esp32, and esp32-s2 microcontrollers to DSC PowerSeries and Classic series security systems for integration with home automation, remote control as a virtual keypad, notifications on alarm events, unlocking installer codes, and emulating DSC panels to use DSC keypads as general purpose input devices. This enables existing DSC security system installations to retain the features and reliability of a hardwired system while integrating with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Robot KAREL

    Robot KAREL

    programming language for children

    The robot knows commands step, left, right, pick, put, paint, delay. You can use integer variables, multidimensional arrays, arithmetic and logic operators, procedures and functions with parameters. The application includes a text editor, compiler, interpreter and debugger.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    INDIface6

    INDIface Six public code and supporting resources

    INDIface Six public code and supporting resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    JSON Parser

    JSON Parser

    JSON Parser written in C that outputs JSON into D-List list objects

    JSON parser is a highly efficient JSON data decoder written in C, that parses JSON data into a form that is very easy to use from within C code. You only need to include the json-parser.h file in your source code. If your project does not already incorporate D-List, you will also need to include dlist.h The JSON parser package also includes a JSON validator that does not parse or create resources, but allows the caller to validate JSON data from unknown sources, prior to any parsing...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    A easy basic in order to make games in 2d style amos for linux and windows The basic it comprises a module runtime, ide examples and games.
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 7
    Triton

    Triton

    Triton is a dynamic binary analysis library

    Triton is a dynamic binary analysis library. It provides internal components that allow you to build your program analysis tools, automate reverse engineering, perform software verification or just emulate code. Linux, Windows and OS X compatible. You can directly compile source code from our Github repository. The Triton library is Linux, Windows and OS X compatible. A potential way to getting started is to see our Python examples already bootstrapped.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    TSNE-CUDA

    TSNE-CUDA

    GPU Accelerated t-SNE for CUDA with Python bindings

    This repo is an optimized CUDA version of FIt-SNE algorithm with associated python modules. We find that our implementation of t-SNE can be up to 1200x faster than Sklearn, or up to 50x faster than Multicore-TSNE when used with the right GPU. You can install binaries with anaconda for CUDA version 10.1 and 10.2 using conda install tsnecuda -c conda-forge. Tsnecuda supports CUDA versions 9.0 and later through source installation, check out the wiki for up to date installation instructions. Time...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    TPlot is a component for Borland Delphi, Kylix and BC++ Builder to graph and manipulate sets of real X/Y (and Z) data, and to do all the usual GUI things such as file opening and saving, printing, copying, and saving in different image formats.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 10
    FileLowerCaseExtension

    FileLowerCaseExtension

    Make lower case the extensions of all files in a specific folder

    ... the source code and ALSO THE EXECUTABLE FOR LINUX! -Tested with Kubuntu 18.04, 20.10, 21.04 -Tested with OpenSUSE Tumbleweed -Tested with Ubuntu 20.04 -Tested with Linux Mint 20.1 (XFCE interface)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Qt-Generator for YAKINDU SCT
    This project provides a generator for conneting the YAKINDU Statecharttools with a Qt application. Since the concept of incoming and outgoing events is similar to the Qt signal and slot concept it is logical to link both together. Note that the generated code is an Addon onto the already generated C++-Code from SCT. So you need two sgen-files. One to generate the C++ statemachine and one to generate the link layer between the statemachine and your Qt application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    D-List

    D-List

    An extensive list subsystem, written in C

    ... of both sequential and random element access, bi-directional movement within a list, and an extensive set of list and element manipulation and reordering features. It also provides for an expansive set of user functions that can be added to lists and called automatically, to efficiently implement a broad range of services using the list primitives as underlying technology. It was written primarily for accuracy and speed, and provides extensive debugging support for easy code development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PixelBuilds

    PixelBuilds

    Latest Android builds from PixelBoot.

    Builds and images, yet to be tested, both stable and unstable from several different custom ROMs, with different changes in source code for further experimentations to fix build bugs and issues. If installing on your own personal device, proceed with caution, and kindly follow instructions given by builder.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 14
    Free Auto Clicker

    Free Auto Clicker

    Mouse Auto Clicker is a free auto clicker, mouse clicker, auto click

    .../ + Click "Create Profile" + Enter First Name, Last Name, Email(Key will send to) + Download + Finish, Setup file and key will send to your email - CASE Renew when current key was expired(FREE): + Go to Mouse Auto Clicker at https://www.mouseautoclicker.org/ + Click "Renew Activation Code" on the main menu bar + Fill the current email using for Mouse Auto Clicker before + "Submit" + Finish, The new activation key
    Leader badge
    Downloads: 102 This Week
    Last Update:
    See Project
  • 15
    RickyD

    RickyD

    Another clone of Rick Dangerous classic game

    Rick Dangerous was one of my favorite games for the spectrum (and Amiga), it already has a very good clone (xrick), but it lacks the ability to easily create new maps and enhance the graphics since they are built in the code itself. RickyD uses xml extensively to configure all aspects of the game, from objects to tiles and sound, maps are also written in xml, so they can be easily edited. Creating completely new maps is very easy, just create a new tileset and use a tool like tiled to put...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    MACE

    MACE

    Deep learning inference framework optimized for mobile platforms

    Mobile AI Compute Engine (or MACE for short) is a deep learning inference framework optimized for mobile heterogeneous computing on Android, iOS, Linux and Windows devices. Runtime is optimized with NEON, OpenCL and Hexagon, and Winograd algorithm is introduced to speed up convolution operations. The initialization is also optimized to be faster. Chip-dependent power options like big.LITTLE scheduling, Adreno GPU hints are included as advanced APIs. UI responsiveness guarantee is sometimes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SuperTux

    SuperTux

    SuperTux source code

    SuperTux is a classic 2D side-scrolling platformer game inspired by titles like Super Mario Bros. Players control Tux, the Linux mascot, navigating through various levels filled with obstacles and enemies. The game features a rich set of levels, engaging gameplay mechanics, and a level editor for creating custom stages.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    Xyris

    Xyris

    The Xyris Kernel

    Xyris is a microkernel-based operating system developed with a focus on modularity, simplicity, and modern code practices. Written in C++, Xyris separates drivers and system services into isolated components using message passing, in line with microkernel philosophy. It’s designed as a research and hobbyist OS, with a clean codebase and early implementations of multitasking, system calls, and filesystem abstractions. Xyris serves as a foundation for further exploration into reliable OS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Red Panda Dev-C++

    Red Panda Dev-C++

    A powerful and lightweighted C/C++ IDE

    This project is mainly for users of windows XP. Users of windows 7/8/10/11 should consider Red Panda C++ ( https://sourceforge.net/projects/redpanda-cpp/ ). Red Panda Dev-C++ (Dev-Cpp) is a greatly improved fork of Bloodshed Dev-C++ and Orwell Dev-C++. It provides many features that old versions (and Embarcadero dev-c++) lacks, and lots of bug fixes and enhancements. Highlights of its new and enhanced feature: * Code intellisense (Code Completion suggestion while editing...
    Leader badge
    Downloads: 460 This Week
    Last Update:
    See Project
  • 20
    gbDoom3

    gbDoom3

    A fork of dhewm3 with an emphasis on modernisation and vanilla Doom 3

    gbDoom3 is a fork of dhewm3 with a series of modernisations, performance improvements and an emphasis on being bug-compatible with vanilla Doom 3. This does NOT support the BFG edition of Doom 3. This fork was created to give an overhaul to Doom 3 that the parent project isn't willing to do. Performance improvements for macOS (Intel and M1) as well as additional assembler code for such systems, removing legacy code for SSE support, making Carmack's reverse standard and reverting all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Sourcetrail

    Sourcetrail

    Free and open-source interactive source explorer

    Sourcetrail is a free and open-source cross-platform source explorer that helps you get productive on unfamiliar source code. Building Sourcetrail requires several dependencies to be in place on your machine. However, our CMake based setup allows disabling indexing support for specific languages which reduces the number of dependencies to a minimum. Sourcetrail is an interactive source explorer that simplifies navigation in existing source code by indexing your code and gathering data about its...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 22
    TestButton

    TestButton

    Button appearance tester

    A Test button is free software that helps display the appearance of button status. * It has different options for customizing button appearances * It is used for shows from the button (two to five) statuses as limited ( normal, click, disabled hover, selected) * it has a fully virtual test status of a button * it has a full option of controlling the appearance of the status button * The source code is included in the setup file for (MSVC) and has been tested with a fully working against...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SHADERed

    SHADERed

    Lightweight, cross-platform & full-featured shader IDE

    SHADERed is a lightweight, cross-platform, and full-featured shader Integrated Development Environment (IDE). It allows developers to write, debug, and test shaders in real-time, providing tools like a shader debugger, variable tracking, and code editing features. SHADERed supports various shader types and is suitable for both beginners and experienced graphics programmers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24

    QModMaster

    Modbus TCP,RTU Master Software.

    ... not require instalation, just unzip and run. You can download the latest stable version from here <https://sourceforge.net/projects/qmodmaster/files/qModMaster-Win32-exe-0.5.2-3.zip/download>. Source code is availiable for Windows and Linux for compilation using Qt <http://www.qt.io/download>. Check out my modbus slave project <http://sourceforge.net/projects/pymodslave/>. Checkout the following youtube videos : <https://www.youtube.com/channel/UC3Tk2gE-KGtwOq8WWmb2R7g>
    Leader badge
    Downloads: 1,721 This Week
    Last Update:
    See Project
  • 25
    An open source NES Emulator for Windows and Unix that features solid emulation accuracy and state of the art tools for power users. FCEUX's source code is now hosted at https://github.com/TASVideos/fceux/ win32 autobuilds @ https://ci.appveyor.com/project/zeromus/fceux/build/artifacts
    Leader badge
    Downloads: 200 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.