Showing 669 open source projects for "claw-code"

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
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    SQL!kE - PHP, SQL JS - Database Explore

    SQL!kE - PHP, SQL JS - Database Explore

    SQL!ke is a PHP mySQL RD Database Editing & Explorer

    SQL!ke is a new general project for mastering data effectively stored in a database using PHP and Javascript . This RD Explorer works with existing Databases with Embed SQL Query editor and your Custom Table Views. Keep track of this fresh project as it will include a simple blueprint to manipulate en view interconnected data entities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    PhpMyAdmin Remote Backup

    Simple script to do backups of a MySQL database with phpmyadmin

    ...You know how to "export" the database, but you'll like to do it every days/months..., to another server. This PHP script do the job : it behaves like a user of the export function of PHPMyAdmin. Download the code, nothing in the "Files" tab of SourceForge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Meta Tag Generator. Allows you to research SEO keywords generate proper compliant meta tags and output them to a HTML or text file for insertion into a finished web project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    handyq

    handyq

    Quality Office Online

    This is a humble aplication made by a non-programmer (me), to have a tool to work online with my clients, in the maintenace of their quality management systems. I made it with peaces of code from here and there... ´till it works. So, excuse the ugliness. Only contain simple events as edit, delete... and some other things that is better you see by yourself. You can go to the homepage of the aplcation listed above. Between those things, the are some bar / line graphs connected to de DB tables (completely dynamic), made with http://www.rgraph.net/. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    sPBM - Simple PHP Backup Manager

    sPBM - Simple PHP Backup Manager

    Php tool to create backups of your website: MySQL Database and Folders

    A free and open source PHP tool to create Backups of your website (MySQL Database, Folders and Files). The backups are saved in ZIP archives on server. The sPBM script can also restore the MySQL tables in your database from the SQL backup stored in ZIP archive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ToroSearch Search Engine
    ...You can add websites of your search engine or pages of your website, and you can search for websites on your own search machine or you can search for pages of your website. ATTENTION: This is not a crawler. It just lists websites or pages. Originally I hosted it myself, and nobody knew the source code. But now I don't have the time anymore to host and program it myself. And on SourceForge anyone can see it and change it for himself. I am still working on this project, so don't worry, I am still fixing errors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CommSy

    CommSy

    Web-based Community System

    CommSy is a webbased community system, originally developed at the University of Hamburg, Germany, to support learning/working communities. For a more indepth description see the project home page. For questions or comments contact finck@commsy.net. Code is now hosted at GitHub. See https://github.com/commsy/commsy Documentation is available under: http://docs.commsy.net You can grep the latest development build of CommSy from http://jenkins.effective-webwork.de/job/CommSy%20Dev/lastSuccessfulBuild/artifact/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Master Forum

    Master Forum

    Free and Open Source Forum Software

    ...If you have any questions please visit our community forum where our staff and members of the community will be happy to assist you with anything from configuring the software to modifying the code for individual needs. (Founded in 2015, achieved the proliferation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Zenario

    Zenario

    One of the world's leading multilingual website platforms

    View the Demo - http://zenar.io/demo Zenario is a web-based content management system. It can be used for simple sites, with many "wysiwyg" features, but is really designed to run extranet sites, such as customer portals. It also has multi-lingual features built in from the core.
    Downloads: 1 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
    Elite Bulletin Board

    Elite Bulletin Board

    simple but advanced bulletin board

    Elite Bulletin Board is an advanced Bulletin Board program that provides advanced features such as CAPTCHA, sub-board, skinning ability, multilingual and much more. This project has been archived and the code lives here for historic-purposes only.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PHPLM

    PHPLM

    A dynamic web menu based on PHP, Javascript and optionally a DB.

    A hierarchical, dynamic web menu generation system (group of classes) based on DHTML, CSS, PHP, PHPLIB Templates and Javascript. It provides various types of dynamic menus (simple, tree, with or without Javascript, CSS, horizontal or vertical). It was originally forked from the phplayersmenu project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    51Degrees-PHP

    51Degrees-PHP

    Mobile Device Detection for PHP - 4 Step Setup - 3 Minutes

    4 Steps - Download, Unzip, Include, Go Mobile with PHP Add mobile device detection to PHP the easy way with 51Degrees.mobi. No cloud services, no external plug-ins, all Mozilla Public Licence source code. It's a great alternative to WURFL or DeviceAtlas. Step 1 - Download the Zip file from SourceForge. Step 2 - Unzip the file into a directory of your choice within your project. Step 3 - Then add the following code to your PHP page file: include_once('path/to/51Degrees.php'); include_once('path/to/51Degrees.usage.php'); (It is recommended for performance purposes that these lines are included after a session_start();) Step 4 - Get the details about the device that is accessing your site with code like this: if ($_51d[‘IsMobile’] == TRUE) { //Start coding for a mobile device here. } Read the full user guide on our web site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Slcnc CMS

    A simple CMS for digital music shop (or freely downloadable music)

    ...This new version provides : -A large clean-up by removing various features that were never used on productions website, by anyone, to get a lighter and cleaner user interface -A total rework of the aesthetical aspect of the UI, for a much better looking app -A new navigation system, greatly reducing the number of clicks needed to achieve routine site browsing -Support added for French language, in addition to English -New options in the now stored separately config file option.php, band short biography, external links -Commercial support on its way, that can be used to have, for an small initial fee and an even smaller annual fee starting with the second year, to work only with the site for publishing music, support taking care of tasks like initial site configuration, hosting renewals, code update, etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DFD Mailer
    DFD Mailer is an ajax-driven PHP form mailer, which allows you to add form mail to any static html file or otherwise, with only minimal code integration required. Major features include email and required fields validation, and CAPTCHA spam protection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    phpformgenerator

    generate multi page html web forms for easy download to web server

    Easily create web forms and then download them as a zip for easy insertion into your web site. Online Demo. No need for installation. Create a multi-page web form and download it as a Zip for insertion into your web server. http://phpformgen.sourceforge.net/new_demo/phpformgen/ Requirements: * MySQL on Form Creation server * Sendmail on Public Web Server if you require email output Origins & Licensing: This project is a fork of "phpformgen" which appears to be dead. If that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    phpmypp

    phpmypp

    handle the administration of a web personal page

    phpmypp is a free software tool written in PHP, intended to handle the administration of a personal page over the Web. phpmypp comes with a wide range of documentation and users are welcome to update our wiki pages to share ideas and howtos for various operations. The phpmypp team will try to help you if you face any problem; you can use a variety of support channels to get help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SEEyp: code snippets

    SEEyp is a free collection of code snippets: PHP, Java, C++.

    SEEyp is a free collection of code snippets: PHP (PDO, Laravel, Slim, Yii), Java (Apache Commons, Hibernate, Solr) and C++ (statistics). Free for personal and commercial use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FLEKS

    FLEKS

    Forumowy Lekki, Elastyczny i Konfigurowalny Styl

    FLEKS (dawniej Jdevo) to program dla for opartych o punBB / fluxBB, generujący styl forum w zależności od godziny, urządzenia i konfiguracji ustawień przez użytkownika. Może być postawiony na oddzielnym serwerze niż forum, dzięki czemu może być użyty na hostingach oferujących gotowe fora, bez dostępy do bazy danych i plików forum. Pomoc na forum pun.pl: http://www.pun.pl/viewtopic.php?pid=279049#p279049
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    WP Embed Articles

    WP Embed Articles

    Embed and share articles or posts from your wordpress blog

    Enables your wordpress blog posts to be sharable through an embedded interface as a service by http://embedarticles.com Embed Articles is a viral content distribution plugin that enables your posts and articles to be embedable to other websites through a creative embed button interface. By installing this plugin into your blog, your blog will be automatically be added with proper Open Graph Protocol metadatas which are being respected and parsed by most search engines like Google, Bing,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Pac Quotes

    Pac Quotes

    Pac Quotes - A Quotation Website Creator.

    Pac quotes is a quotations management software that is coded in two editions, Co-re and Li-te. Li-te Edition: Lite edition is simple and low coded version of Pac Quotes PHP software. Li-te does not requires any type of database and works on simple php code. It stores all its quotations in a text file whoes name can be changed and kept at a secret place to make quotations private and display random quotations one by one on the main site. Co-re Edition: Co-re Version of Pac Quotes PHP software is an advance version of Pac Quotes Li-te version. Co-re edition uses database to save several quotations, Site settings (like meta, site title, social links, etc.) and uses a template engine that makes it fully dynamic in use. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Errorism

    Errorism

    Do More with the error pages. A small and easy PHP software for Errors

    ...Display Errors with multiple themes and be updated with all the changes and looks. No need of any type of database. Easy to Install, small in size and based on simple code, it is far above than great. You need not to worry about the Error Pages because we care about it. You only need to be updated to this php software and do the rest of your website coding. NEW: A new feature called Custom Error Creator and Muti-Theme support and active theme development. History: We gave it a tagline "Made with Love and Errors", as it was first launched on 14-Feb-2012 but then on Dec-2013 we stopped it's Developments. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WronnayCMS

    WronnayCMS

    The Wronnay Content Management System

    A content management system for web developer. Online editing your PHP code, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Addons for IOSEC - DoS HTTP Security

    Addons for IOSEC - DoS HTTP Security

    IOSec Addons are enhancements for web security and crawler detection

    ...IOSec Enhanced Websites: https://www.artikelschreiber.com/en/ https://www.unaique.net/en/ https://www.unaique.com/ https://www.artikelschreiber.com/marketing/ https://www.paraphrasingtool1.com/ https://www.artikelschreiben.com/ https://www.buzzerstar.com/ https://iosecaddons.sourceforge.io/ https://www.artikelschreiber.com/opensource/ https://www.sebastianenger.com/ Added Setup Instructions for Wordpress Content Management System. Added Facebook Bot Support for "Facebot/1.0". Add this code to your website to prevent unauthorized stealing of your valuable content & block malicious bots from crawling your site.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    ...Based on html form authentication and cookie authentication session. Cookie session are stored in memcache deamon. Can be used has an simple "Single Signe-On" (SSO). All the code source and the bug tracking has migrated to github: https://github.com/ZenProjects/Apache-Authmemcookie-Module All the documentation are here: https://zenprojects.github.io/Apache-Authmemcookie-Module/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    IP2Location
    IP2Location C library enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather, MCC, MNC, mobile brand name, elevation and usage type that any IP address or hostname originates from. It has been optimized for speed and memory utilization. Developers can use the API to query all IP2Location™ binary databases for applications written in C or supporting static/dynamic library.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB