Showing 2094 open source projects for "two"

View related business solutions
  • 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
  • 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
  • 1
    soccerPitchTeamEdition

    soccerPitchTeamEdition

    Edition of football teams on HTML canvas- javascript source

    This javascript code provides tools to compose your own football teams on real soccer pitch which is drawn on a html canvas and therefore this could be rendered on image PNG . This code also use an other open source library (jscolor) editor site here : http://jscolor.com which help this code to use color picker this tool also provides some report match features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Rendr

    Rendr

    Render your Backbone.js apps on the client and the server

    ...In the last few years, we've seen more of the application moved to the client-side, with JavaScript representations of views, templates, and models. This enables us to build interactive, native-style single-page apps, but splitting your app into two distinct codebases (often using different languages for client and server) also creates challenges for performance, maintainability, and SEO. Rendr is intended to be a building block along the way to this envisioned future of web apps that can be run on either side of the wire according to the needs of your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    cool-ascii-faces

    cool-ascii-faces

    Get some cool ascii faces

    ...It serves as a simple utility to inject character and humor into otherwise dry terminal output, making it popular among programmers who enjoy expressive, meme-style text art. With nearly two thousand stars, the repository provides a broad catalogue of emotive and whimsical face strings that can be programmatically accessed via code. This simplicity is part of its charm—there’s no framework or heavy dependency, just a fun-to-use asset for creative text interfaces. The project’s broad use makes it a light-hearted dependency in tooling, bots, or other interactive console experiences, embraced by developers who want to add personality to their projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    f90lafg

    Diffraction related calculations in Fortran 2003

    full snapshots of CRYSFML code and parts of SXTALSOFT code
    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
    restful.js

    restful.js

    A pure JS client for interacting with server-side RESTful resources

    A pure JS client for interacting with server-side RESTful resources. Think Restangular without Angular. All examples written in this README use the ES6 specification. The dist folder contains two built versions which you can use to include either restful.js or a standalone version. Standalone version already embeds fetch. Restful.js needs an HTTP backend in order to perform queries. A custom endpoint acts like a member, and therefore you can use one and all to chain another endpoint with it. Once you have collections and members endpoints, fetch them to get entities. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    EamonWeb

    EamonWeb

    A web port of the classic Eamon adventure RPG

    This project is a port of the classic 'The Wonderful World of Eamon' gaming system originally developed by Donald Brown for the Apple computer. Eamon was a fairly sophisticated text-based RPG written in BASIC. This port of the game runs entirely in a modern web browser using HTML, JavaScript and local storage. The original adventure modules have been converted to JSON data for easy utilization by the gaming engine. Learn more about Eamon here:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    simproj

    Project planner with a simple to use todo list.

    Simproj is a project planning software that focuses on managing multiple, small, simultaneous projects. It features a simple and fast to use todo list that shows all current activities in all these projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CatBlock

    CatBlock

    The continued maintenance of Michael Gundlach's CatBlock

    After the creator of AdBlock, Michael Gundlach, retired official support of the CatBlock project, and made it Open-Source under the GNU GPLv3, two people decided to continue maintenance, albeit unofficially. This is that project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Speakeasy

    Speakeasy

    Two-factor authentication for Node.js

    Speakeasy is a Node.js library for two-factor authentication, providing one-time passcode generation (HOTP/TOTP) with support for Google Authenticator and other compatible apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Guild Wars 2 Wiki ToolTips

    Guild Wars 2 Wiki ToolTips

    JavaScript library to generate GW2 ToolTips based on official Wiki

    The aim of this project is to provide a simple way for web sites and forums to display official Guild Wars 2 Wiki information by the way of a tool tip. Demo: http://www.gw2-pnj.fr/viewtopic.php?f=47&t=568&p=4527#p4527 ID: guest_tooltips PASSWORD: guest_tooltips#1234
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Visual NMS

    Visual Network Management System

    VisualNMS is a network management system with powerful visualisation features due to its vectorial based rendering (SVG). It is built using perl, javascript, SVG, HTML. It includes Layer 2 autodiscovery based on LLDP and other discovery protocols (Cisco's CDP, Extreme Networks' EDP, etc.). Other features include: real time SVG graphs on links, web2cli engine (AJAX to Telnet/CLI), editable maps, auto layout (based esentially on GraphViz), VLAN mapping (work in progress) based on SNMP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HTML5 Placeholder jQuery Plugin

    HTML5 Placeholder jQuery Plugin

    A jQuery plugin that enables HTML5 placeholder behavior for browsers

    HTML5 Placeholder jQuery Plugin is a jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet. You’ll still be able to use jQuery.val() to get and set the input values. If the element is currently showing a placeholder, .val() will return an empty string instead of the placeholder text, just like it does in browsers with a native @placeholder implementation. Calling .val('') to set an element’s value to the empty string will result in the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Arif

    Arif

    Relationship Intelligence Application

    "Arif" is a comprehensive Relationshipt Intelligence Web Application that exceed the ordinary Address Book capabilities to improve communication among team members and with the suppliers, partners and customers. "Arif" is originated from arabic word "عارف" and refers to the one who knows. It expresses the objective and functionality of this pro
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pomegranate Framework

    Pomegranate Framework

    A PHP + Javascript framework to facilitate web2 projects.

    Pomegranate framework is a library of code written in PHP and Javascript in order to help developers create Ajax-based web applications easier. It is based on: PHP5.3+, Javascript, HTML5 and Zend Framework. For a demo visit: http://pome-framework.sourceforge.net NOTE: The demo is working partially due to the PHP version and limitations imposed by SF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WebChunks

    WebChunks

    Simple and effective java web framework

    WebChunks is an experiment to create a simple and effective java web framework. The basic idea of WebChunks is hide processing of user interaction with the interface and sending/receiving of http-requests, providing instead a convenient mechanism of events. This as well as automatic monitoring of changes in the interface and flexible components system allow the developer to concentrate on solving the basic task and forget about placing and updating the related elements on the page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Youtube URL Finder

    Youtube URL Finder

    HTML & Javascript based Youtube's video URL finder

    ...The generated URLs can also be pasted into download accelerator to have multi threaded download. The program generates URL of Youtube's format: 1. Non-DASH URLs contains video & audio. 2. DASH URLs contains video only or audio only. 3. Closed caption or subtitle in SRT format. Read more about DASH in section "Comparison of YouTube media encoding options" of http://en.wikipedia.org/wiki/YouTube To play DASH MP4 files in players other than VLC, repack the files using GPAC MP4BOX tool: a. Create iTunes m4a: mp4box -add dash_audio.mp4#1 -new itunesfile.m4a b. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Boy Scout Advancement

    Boy Scout Advancement

    Joomla! component to track Boy Scout advancement.

    The Boy Scouts of America now supports their own internet-accessed advancement tool, Scoutbook. That is now the preferred tool for BSA units. I am no longer supporting this Joomla app, and recommend users transition to Scoutbook. I will keep this Sourceforge site available for those who want to use the code.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Clue is an experimental C compiler that generates code for high-level dynamic languages such as Lua, Javascript, Perl5 and Common Lisp, as well as non-dynamic languages like C and Java. It supports the complete ANSI standard, including pointer arithmetic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AngularStrap

    AngularStrap

    AngularJS 1.2+ native directives for Bootstrap 3

    ...It has been built from the ground up to leverage ngAnimate! AngularStrap is tested against the latest patch release of the 1.2, 1.3 and 1.4 branches. AngularStrap provides two different files, angular-strap.js: library javascript code, and angular-strap.tpl.js: default HTML inline templates used by the directives. By keeping the HTML template definitions in a separate file, it makes it easier to customize the templates used by the directives by creating a custom copy of the file or by overriding some of the templates. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    QuizProvaS

    QuizProvaS is a multiple choice quiz management Web-based system.

    QuizProvaS is a complete multiple choice quiz management system, that allows you to register teachers, disciplines and students, create a questions and tests database, and apply a quiz to and entire class simultaneously. Based on MariaDB (MySQL), Apache and PHP language,it's a web based application that can generate tests and classes result reports. It's randomize the selected questions and alternatives for each student.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ScreenCat

    ScreenCat

    Webrtc screensharing electron app for mac os (Alpha)

    ...Although still in alpha status, it provides a rare open collaborative alternative to proprietary screen sharing solutions. The architecture includes native dependencies for simulating input events, enabling real-time remote control across systems. Users can also screenshare between two ScreenCat applications or with a normal web browser, making it versatile for remote assistance and pairing scenarios.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A small new open source content management system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Collaborative infrastructure for Collaborative Product Development (manufacturing) within Extended and Virtual Enterprise.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MyOpenSoftware

    MyOpenSoftware

    New generation Rapid Application Developement

    Based on an EAV meta-model (Entity-Attribute-Value), MyOpenSoftware is a new generation of RAD (rapid application development) engine. So you can create complete web applications without any programming knowledge, just using XML. This Framework writen in J2EE is ready-use to generate graphical screens with the opensource Library "SmartClient". Starting with blank page, and zero business entity, you are able to build any web application in any business domaine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pigger 2

    Pigger 2

    2D HTML5 arcade

    Downloads: 0 This Week
    Last Update:
    See Project