Showing 4907 open source projects for "web-based"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 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
  • 1

    Keyfile editor for Falcon BMS

    An editor for .key files for Falcon BMS 4.32

    This will help you edit those hard-to-understand .key files for your controller and keyboard setup with the game Falcon BMS 4.32 by Benchmarksims. Please refer to the thread on Benchmarksims forum for questions/suggestions/feedback where additional information and tutorial is avaliable (click Web Site-link below)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    IGNOU BCA Result Calculator

    IGNOU BCA Result Calculator

    IGNOU BCA Result Calculator http://myignou.com/IGNOU_BCA_Result.aspx

    IGNOU BCA Result Calculator Go to http://www.myignou.com/IGNOU_BCA_Result.aspx to calculate your result
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    C_Sharp_Calculator

    RPN based calculator in C#.

    Currently, this is the first version of an RPN calculator made to be easy to implement for any C# project requiring parsing of text into calculable data. Using RPN (Reverse Polish Notation) to place strings in a specific format to allow fast processing for parsing and evaluating the string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ReCaptcha plugin for Kooboo CMS

    ReCaptcha Validator Plugin for Kooboo CMS for add content or send mail

    ReCaptcha Validator Plugin for Kooboo CMS for adding content or sending feedback e-mail
    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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5
    Project habSock3t
    C# Habbo Hotel server made from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Porter

    Porter

    Lightweight web development server package for Windows

    Porter is portable web development server for PHP/Node/MySQL developers. Project home page - http://litporter.sourceforge.net News and info about project can be found at our Google+ page - http://gplus.to/litporter Donations are also welcome http://lit.lv/donate.php
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Graph Database

    Graph Database

    A robust, reliable, user-friendly, and high-performance Graph Database

    This is an academic project to build a graph database, supporting multiple users, with fully functioned data query, data manipulation and indexing mechanism. It is running in a distributed client-server mode. This project is assigned to final-year project from group IT121B, Bachelor of Computing, University of Wollongong.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Notes to Google Sync

    Notes to Google Sync

    Sync Lotus Notes calendar with Google Calendar

    ** PLEASE NOTE: My company is moving to Exchange, so the limited work I was doing on this application will be ending. Thanks for those that have been using it, I appreciate your comments. For those that tried using it but didn't get things working, I'm sorry I couldn't help you out ** Notes to Google Sync is an application developed to sync your Domino calendar with Google Calendar. It was developed for personal use; but figured I'd open it up for everyone using Sourceforge. The...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    GMail Email Sender

    Sending mail with your Gmail Account with out any Web browser support

    This project is written in C# and Windows Presentation Foundation with Visual Studio 2010. I like to develop this project as Open Source Project. and Improve by All of Developers. Also this is small Project Compare with other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    Securus

    Backup/Sync data reliably

    This project is aimed at creating a slick software capable of backing up specified folders regularly and reliably into the target storage mediums. Future functions intended are backing up to cloud drives / FTPs and other storage mediums.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    KeeFox

    Simple and secure password management for Firefox users with KeePass

    KeeFox adds free, secure and easy to use password management features to Firefox which save you time and keep your private data more secure. Download or learn more at http://keefox.org Source code is now at github: https://github.com/luckyrat/KeeFox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Dots and Boxes Standalone

    Dots and Boxes Standalone

    Dots and boxes game to practice vs your computer

    Dots&Boxes is becoming a super-charged multiplayer game based on the traditional Dot Game first published in 1889 by Édouard Lucas. This standalone version uses the minimax algorithm with alpha-beta pruning to enhance the computer game difficulty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project has moved to GitHub: https://github.com/bbadjari/stylecopcli Command-line interface to StyleCop source code analyzers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Its a small bugtracker with FAQ function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    .Net WCF Provider Proxy

    WCF wrapper for the Microsoft ASP.Net Providers

    This is a client/server wrapper to create a proxy between an secure application server inside a firewall and the less secure web server for the Membership, Profile, and Role providers. Although the main scenario is to enable a WCF communication channel to allow a web site to take advantage of the built-in SQL providers within a website that may not have access to the database directly, any provider meeting the provider model criteria can be used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    G+ FinanceC

    G+ FinanceC

    FinanceC

    Version 1.1 Released
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    doPersistence

    Data persistence with one line of code.

    doPersistence is a C# dll that persists any object to any database. Will save directly to tables with dynamic Sql or it will map to stored procedures (store, load, delete, list). For single objects add a class attribute: [Persistable("Customer", "CustomerId", true)] public class Customer { ... For list objects, inherit from a generic list: public class CustomerList : PersistentList<Customer> Bulk storage is extremely fast with data pagination available on loads. ~10,000...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    myQuotation

    myQuotation

    ส้ราง Quotation และ Bill อย่างง่าย

    เป็นโปรแกรมที่ใช้ในการ สร้าง Quotation และ ทำ Bill ง่าย ๆ และพิมพ์ ออกทาง printer พัฒนาด้วย C# .NET โดยใช้ Visual studio 2008 .NET Framework 3.5 ใช้ ฐานข้อมูล SQL Express 2005
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Gestum is a software develop to help on postural evaluation process
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ramazan Namaz Vakti Uygulaması
    Kodlar : http://hg.code.sf.net/p/ramazan/code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tree Layout Helper

    Tree Layout Helper

    Generates 2D layouts based on tree structures

    This .NET/Mono library provides some utilities for handling tree structures. Most importantly, it supports the display of tree structures as two-dimensional graphics. By using ready-made interfaces, you can specify the size of your nodes, and the Tree Layout Helper library will take care of placing those nodes appropriately.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    MST-PetTracker

    Track data from your Pet's

    All based uppon C# .NET (v4.0 Client Profile) and db4o (Database). No Installation needed for Database. Visit this Project regualary to see how it grows up :) Ps.: You can "unzip" the Files with 7-Zip ( http://www.7-zip.org/ )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ML.NET

    An XQuery Library for .NET developers

    ...Your XQuery applications can now call existing system or custom .NET assemblies, or create new classes on-the-fly. ML.NET consists of an XQuery library that communicates with a secure .NET web service, which is responsible for dynamically compiling, caching, and evaluating .NET code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    RSS Reader

    A small RSS client

    A small and lightweight RSS client that uses .NET 3.5 Client Profile frame work. It allows you to subscribe for feeds and read them. RSSReader was written in C# and is open-source and free project. You can download it binary and start to use or you can checkout source code from SVN repository and help to develop project. Any registered user can post new bug or feature request ticket. Any help would be appreciated. Thank you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Just a little text-based RPG game I made after plowing through an online tutorial.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB