Showing 89 open source projects for "claw-code"

View related business solutions
  • 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.
    Try it free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    YHTML

    YHTML

    YHTML, HTML5 Components for Lazarus

    Standalone Server. Generate optimized HTML5 code to manage file, pictures or data. Applications created in memory. YHTML uses a package of extended packages. Les applications YHTML sont des application WEB qui ne nécessitent pas d’installation de serveur. YTHML génère du code HTML5 de manière optimisée ce qui limite le transfert des données HTML sur le réseau. YHTML fonctionne entièrement en mémoire et ne va pas utiliser le disque dur, le temps de réponse est alors immédiat. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3

    Map My Data

    Simple SQL data mapper

    Map My Data (MMD) is a code generator for Freepascal. It generates persistence classes that perform mapping between business objects and SQL statements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    HTMLViewer
    ...TFrameBrowser * Also displays frame and single HTML documents. * TFrameBrower is oriented for use with local file systems and toward Internet style protocols and URL usage. * Additional code and/or components are generally required to get data from other sources than the local file system. These components Support most of the HTML 4.01 specifications with many additional popular HTML 5 enhancements. Many Cascading Style Sheet properties are also supported.
    Leader badge
    Downloads: 63 This Week
    Last Update:
    See Project
  • 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
  • 5
    FPCDoom

    FPCDoom

    Source port of the game Doom developed in FPC/Lazarus

    Source port of the game Doom developed in FPC/Lazarus Source code repository: https://github.com/jval1972/FPCDoom
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Lazarus Wiki Projects

    Lazarus Wiki Projects

    Source code for various macOS Lazarus + Free Pascal Wiki projects

    Project source code for various macOS Lazarus and Free Pascal code examples found in the Lazarus and Free Pascal Wiki. To build and run a downloaded Lazarus project: * Change to the project dir and run: xattr -r -d com.apple.quarantine * * In Lazarus, Project > Project Options > Create Application Bundle * Compile and run
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Money-Talks

    Money-Talks

    accounting software Pascal

    Accounting software written with FPC / Lazarus/MySQL It can be used for a small business or private. The binaries are not included. The source is available and can be used by Lazarus / Delphi progammers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    X32 Live Toolbox

    X32 Live Toolbox

    Designed to enhance the X32 digital console

    The Live Toolbox is designed to enhance the very popular Behringer X32 and Midas M32 digital mixing consoles. Even though the X32/M32 firmware has been updated frequently over the years with new improvements and features, it does not seem to be able to keep up with the numerous feature requests. This toolbox is an attempt to supplement the current features. As with any toolbox, tools can be added or removed as necessary.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9
    DelphiDoom Voxel Editor

    DelphiDoom Voxel Editor

    A tool for creating voxels for the DelphiDoom Engine

    This program is a simple voxel editor. It can generate voxel images. Output voxels can be used either with DelphiDoom, either with any application that supports the slab6 vox format. Source code repository: https://github.com/jval1972/DD_VOXEL
    Downloads: 4 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    PasCop

    PasCop

    Static code analysis for Freepascal

    PasCop is a tool for static program analysis of Object Pascal source codes. It helps to comply with the principles of Clean Code Development and supports the developer in creating readable source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Screen Magnifying Glass

    Screen Magnifying Glass

    smg - screen magnifying glass

    smg (Screen Magnifying Glass) shows the area around the mouse cursor in a small window with magnification factor of 2, 3, 4, 6 or 8. The program window can be resized from 100x100 to 600x480 px. It can be shown or hidden by a single click on the tray icon. Other features include hair cross, adjustable opacity, adjustable scan rate to reduce flicker, and mouse coordinated shown in the title. When the cursor goes into the program window it becomes completely transparent to avoid positive...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12

    .Net Native Interface Library for Delphi

    The best library to work with .Net Assemblies in Delphi.

    ...Access to .Net Framework Class Library. 2. No COM registration of .Net Libraries is required when deployed. 3. Allows any programming language to consume .Net libraries as if they were native code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    .Net Native Library for Lazarus

    The best library to work with .Net Assemblies in Pascal.

    ...Access to .Net Framework Class Library. 2. No COM registration of .Net Libraries is required when deployed. 3. Allows any programming language to consume .Net libraries as if they were native code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CRC

    CRC algorithms, test code, libraries and tables

    This is a modified version of the CRC algorithms by Lammert Bies. It supports more algorithms and has been ported to several languages. It's also useful for learning how to do hexadecimal calculations and bitwise operations in various programming languages. Disclaimer: These test programs demonstrate the calculation of CRC. I made these translation with a basic knowledge of each language. They may or may not be appropriately formatted / secured / robustified / idiot proofed or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Doom BSP node builder

    Doom BSP node builder based on bsp v5.1 source

    Doom BSP node builder based on bsp v5.1 source developed in FPC/Lazarus. Source code repository: https://github.com/jval1972/BSP-Builder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pascal NUCLEUS (GUI/VM)

    Pascal NUCLEUS (GUI/VM)

    Portable Pascal GUI Library for Atari ST/TT/MSDOS

    ...The code current compiles with Highspeed Pascal (Atari ST) or FreePascal. I hope to have it compiling for the Amiga (also using Highspeed Pascal), and supporting a built in p-code compiler/interpreter for cross platform development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MRH Text QuickViewer

    MRH Text QuickViewer

    A simple windows rapid text file viewer

    ...Take a look at the Facebook site I made as well. This is broken down into two zip files: MRH_TQV_setup.exe - The Windows 32-bit install program TxtViewer-v_x_xx_Source.zip - The Lazarus/Free Pascal source code
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    Free Manga Downloader

    Free Manga Downloader

    Forked from https://sf.net/p/fmd/

    The Free Manga Downloader (FMD) is an open source application written in Object-Pascal for managing and downloading manga from various websites. This is a mirror of main repository on GitHub. For feedback/bug report visit https://github.com/riderkick/FMD
    Leader badge
    Downloads: 325 This Week
    Last Update:
    See Project
  • 19
    lazautoupdate

    lazautoupdate

    In-line updating from a Sourceforge or GitHub project for Lazarus

    ... * It is designed for developers who host their projects on SourceForge or GitHub, though it can be used elsewhere. * It consists of two parts: 1) The LazAutoUpdate visual component 2. The UpdatePack application * The LazAutoUpdate component is very easy to code: Just drop it on a form, set a couple of properties and call the AutoUpdate method * The Update pack is designed to make deploying updates to the web as easy and painless as possible * The applications are designed for Windows 32bit/64-bit and also Linux 32-bit/64-bit Wiki Page: http://wiki.freepascal.org/LazAutoUpdater -minesadorada
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Simple Hex Viewer

    Simple Hex Viewer

    Simple Hex Viewer for Windows

    Simple Hex Viewer for Windows developed in FPC/Lazarus Source code repository: https://github.com/jval1972/SimpleHex
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 21
    nik4nix

    nik4nix

    Nik plugins on Ubuntu standalone or with Picasa3

    Main idea here is that you can use Nik Plugins stand-alone without officially supported 3rd party host application (Lightroom, Photoshop, Spark, Portfolio). On Windows or Linux. Source code can be compiled natively for Linux or for Windows with Lazarus IDE. The program is dedicated to Ubuntu users, where you can install Nik Collection using wine. On Ubuntu you can either use native Linux version, or native Windows version running via wine. In fact, currently the latter is recommended, because there are some UI glitches related to gtk widgetset if you compile for Linux - the UI looks better in native Windows version (this can be fixed in the future). ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 22
    Debio-Sql

    Debio-Sql

    A Firebird Sql Management Tool

    Debio-Sql is a database tool for the Firebird RDBMS, Cross platform without Serious dependency! Lite and efficient! Code completion, Object finder, Syntax highlighter with customization, User/Portable Mode, Work with FB 2.x And FB 3.x Api. Embedded connection support. Altering the Stored procedures and the Functions(FB 3.x). Release binaries in (Linux x86_64 Gtk2/3 Qt4/5 , Win32/64) for every version, (XOS will be added in future versions).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PascWallet

    PascWallet

    PAWA (PascWallet) for PascalCoin crypto currency.

    PAWA (PascWallet) for PascalCoin is a simple GUI build on the original PascalCoin source code. Download binaries for Windows, Linux or source code. Warning This is an BETA TEST VERSION!!!!! Don't use it unless you know what you are doing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Radge - [RA]ndom [D]oom [GE]nerator

    Radge - [RA]ndom [D]oom [GE]nerator

    A tool for generating random levels for Doom

    Radge - [RA]ndom [D]oom [GE]nerator based on SLIGE v. 490 This is a command line tool for generating random levels for Doom (1993). Source code repository: https://github.com/jval1972/R.A.D.G.E
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EvsSimpleGraph

    EvsSimpleGraph

    This code has been move to github https://github.com/taazz/EvsSimpleGr

    This code has moved to https://github.com/taazz/EvsSimpleGraph This project will stay frozen in time, no releases will be posted in this site with the sms horseshit.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB