Showing 3973 open source projects for "atom-project"

View related business solutions
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1

    SVCFRONT

    PHP Frontend to SVCMON for IBM SVC and V7000 Storwize

    *** This project has been terminated and no further work is planned in the forseeable future - Check out Stor2RRD (http://www.stor2rrd.com/) for an alternative *** A PHP Frontend to SVCMON* that provides a drilldown view to your SVC/Storwize performance data. Linked with FusionCharts and Floatbox it also provides historical graphs of every statistic on the pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Scripts4EasyLife

    Share Ideas

    Project with the objective of share my code with the world and make the life more easier to everyone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    futureopsis

    futureopsis is a social business platform and collobaration apps

    futureopsis is a social business platform.We help employees, customers and partners connect, collaborate and communicate to achieve breakthrough results in sales, marketing, customer service and workforce productivity.Start with world’s most powerful social collaboration platform. Implementing social business in an organization is much more than just deploying a system and inviting users. User adoption, integration with existing corporate systems, measuring achievement of business...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MangosWeb Cata SkyFireEMU

    MangosWeb Cata SkyFireEMU

    MangosWeb for Cata SkyFireEMU

    Original Project by SUPERGADGET and last modified by WILSON2012. The modified design by WILSON2012 is obsolete. The desired in this project and make appropriate updates. WEB SITE, CMS, ADMIN, USER PROFILE, ACCONT MANAGER AND NEWS +
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5

    ArduinoPHP

    Full control from browser of an Arduino

    CONTROL ARDUINO WITH PHP * PROJECT DISCONTINUED DUE NEW I2C RELESE * The project is temporary stopped due heavy work load; i am in trouble to find spare time and "clear head" to get it forw. I'am looking for anyone who wants to grow it, obviously with my support. The complete source is anyway available on my homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    envan

    Free IT inventory script.

    Bu proje artık geliştirilmiyor This project is not under active development. [English] Free inventory script for IT departments that can scan network or single machine, authorize users. [Türkçe] Ağ tarayan, makine tarayan, kullanıcı yetkilendirebilen Bilgi-işlem departmanları için özgür envanter uygulaması
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    itvOS - Video & Streaming Framework/CMS

    itvOS - Video & Streaming Framework/CMS

    With itvOS, you can create apps that provide premium TV service

    Whether you are a TV manufacturer, a computer maker or systems developer, our itvOS SDK will work for you. Want to provide premium TV service? The fastest and most efficient way is to embed iTVmediaPlayer into your own GUI, OS or app -- no dealing with TV content providers, content licensing fees, content database management, or billing nightmares. itvOS is the proprietary, cloud-based, premium TV platform that powers iTVmediaPlayer. It is embeddable in almost any GUI/OS/app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Arbeitsjournal

    Arbeitsjournal

    Ein Arbeitsjournal in PHP // A work log programmed in PHP

    Entstanden im Rahmen des Modul 318 der Ausbildung zum Informatiker am Berufs- und Weiterbildungszentrums Buchs, BZB. ------------------------------------------- Developed within the context of module 318 as part of our apprenticeship as a computer scientist (infrastructure management) @ "Berufs-/Weiterbildungszentrums Buchs", short "BZB" Bryan, Peter, Sarah
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The gaming ladder is an open source Elo-based competitive gaming ladder. The code is currently used for The Battle for Wesnoth at http://wesnoth.gamingladder.info. The project is stable and in use by thousands of players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    The minimum keyboard

    Minimal keyboard suited for use in web-projects and mobile devices

    This is a simple proof-of-concept which shows how to implement a custom minimalistic Keyboard and the according algorithms for selecting the right words. This Project was inspired by the "minuum" project, which was not available at the time of writing this, so i implemented my own version. A dirty implementation can be seen here: http://tyrael.homeip.net/minimum_keyboard/ I you think, there are Features misssing, just implement them yourself. It is easy. This Project is also an educational one. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    EasyWall

    Easy to use firewall for linux beginners.

    New improved iptables tool, based on my earlier project Easy Linux Firewall, but rewritten from scratch using Perl. It's a simple rewrite for now, but i am working on adding some new features like. Some of the improvements will be web administration panel, automatic filtering daemon, TCP listener providing easy to use API so you can integrate it on many servers and centralize them in to one Web interface to control all of them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PHP Websockets

    Provides Websocket RFC6455 functionality to PHP

    This project provides 6 new functions to PHP that are meant to interact with a websocket (RFC6455) peer. ws_get_frame_info() - Gets information about an upcoming websockets frame ws_read_frame() - Reads the data of a websockets frame from a client or server ws_send_close() - Sends a close frame to the websockets peer ws_send_ping() - Sends a ping frame to the websockets peer ws_send_pong() - Sends a pong frame to the websockets peer These functions are written in low level C so they are fast when compared with functions that are written in PHP, especially for operations like sending and receiving larger binary files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    eledSQL

    eledSQL

    Erlangen Learning Environment for Databases and SQL

    The Erlangen Learning Environment for Databases and SQL offers schools and teachers a new way to teach the subjects Databases and SQL. eledSQL was created as part of a bachelor equivalent thesis at the FAU Erlangen-Nuremberg, Didactics of Informatics. Currently available in English and German, but with support for language files. eledSQL is provided under the Creative Commons License CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) Some of the icons are part of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    The-Don

    Mafia MMORPG Browser-Based game

    First of all this project is an very old one and may have a lot of bugs and problems. I have started it in 2007 and abandoned in 2008. It is my first project. Here i have started to learn about web developing. The-Don actually is an mafia mmorpg browser-based game. As a player you have to fight for your place in top. You have a lot of places to earn money and respect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PartLogin Login System
    NOTE: Partlogin is no longer maintained. A modern login system is required as an alternative, such as Symfony's Security component. This page is kept as a historical reference. Partlogin: A login system written in PHP that connects to a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    zsphplibs

    I'm moving this project to GitHub as I'm not satisfied with SF.

    cute php and javascript libs that helps coding faster. - ajax support - multilang user interface - paypal class - vatera class - common database layer for postgres, mysql, oracle and sqlite3 - cache, command-line color php output and more Please note I'm moving to GitHub: https://github.com/ZsBT/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    tiki2epub

    tool for creating an ePub-ready archive from a live Tiki site.

    ...This script is intended to remove any non-publishable content and create a package ready for re-packaging using an external application, it is NOT intended to build the ePub directly (at this time). Once development has progressed to a semi-usable state, it is my intention to include it in the Tiki Wiki project. Update [Dec 9, 2012]: The project has not been abandoned, merely shelved whilst work on Tiki's new Parser is being completed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Slcnc Mini Player

    A flash-free minimal player to add audio to your website. Embedable

    ...See it working : http://meinthebath.com http://nicolaschartoire.com http://thekuangmusic.blogspot.com http://gorbiesstuff.blogspot.com Experimental, partially tested support for just any browser with iframes enabled (first introduced in 1997). Good & tested support for recent browsers (supporting HTML5 audio). See wiki for browser support information. If you want to support this project by donating money, you can use Flattr : https://flattr.com/thing/734565 or Paypal : http://slcnc.blogspot.fr/p/donatecontact.html#donate
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Incremental Scenario Testing Tool
    IST helps test teams managing complexity by adaptively selecting and prioritizing the test cases according to past test results. ISTT guides the testers through a test session with high-level test scenarios generated on the fly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Z-WAMP Server Pack
    A lightweight zero-install Web server package that runs on Windows. The project aims to provide the latest production/stable versions of Apache, MySQL, PHP, Adminer, MongoDB, MemCached, SQLite, eAccelerator, and Alternative PHP Cache (APC) to boost server performance.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 21
    Freeware Directory Script

    Freeware Directory Script

    Open Source Freeware Directory Script

    Open source freeware directory script with configurable categories and allowing webmaster and user ratings. Included in the project is sample data for data recovery freeware. The sample data has 400+ rows. My programmer tells me the script was programmed from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SUIT (Scripting Using Integrated Templates) is a template framework that allows you to define your own syntax through user-defined rules. There are PHP and Python versions. This page is also the home of subprojects, Such as TIE, a template manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    For arbitrary precision mathematics PHP offers the Binary Calculator which supports numbers of any size and precision, represented as strings. This project replicates this in JavaScript (bcadd, bccomp, bcdiv, bcmul, bcsub, etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PHP CRUD

    PHP CRUD

    Create, Read, Update & Delete Indexed Flat-File Records via PHP

    ...While fine for an SQL mindset, many old-timers got used to the acronym standing for "Create READ Update Delete" way back in the 1970's. Indeed, the term dates back even farther than ISAM. ... See the project web site (linked below) for a full discussion & code examples.)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    TaskPm - Project Management

    LAMP-based Project Management System

    TaskPm(Task-Based Project Management) is a project managerment software implemented with PHP / mySQL.
    Downloads: 0 This Week
    Last Update:
    See Project