Front-Ends for Windows

View 203 business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    JDFeditor

    JDFeditor

    GUI application for editing database files.

    The purpose is to be a cross-platform, quick and simple database manager, main goal is to provide developers with a tool to produce small to medium size databases efficiently. If you need a database at its simplest form, without any extra hassle of knowing how to access the produced library. Then JDFeditor is the right tool for you. JDFeditor is bundled with an easy-to-use Python library: jdf_lib. jdf_lib will quickly load the content of your database into a variable. All you need to know is the filename! Check out the MANUAL.txt for more information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    GUI Generator creates screens folks can use 2 do CRUD (create, review, update, delete) on tables in a DB. Makes fully internationalized & accessible screens so users can search, edit, run reports & much more. Help buttons work! Uses any DB w/JDBC drivers
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    JavaScript SQL (JSSQL)

    JavaScript SQL (JSSQL)

    A database engine entirely in JavaScript (AJAX)

    JSSQL is a database engine developed entirely with JavaScript. It is a tool for developers to interpret and execute SQL statements on a offline database. It has a conversion class developed in PHP for use with relational databases (ex. PostgreSQL, MySQL, etc..) that generates a series of data files, then the database engine in JavaScript (JSSQL) accesses the data through SQL querys and return a set of records, similar to any database engine. This is useful for querying offline databases dynamically without increasing the work of the web server or better yet: without the need for a database server A database engine entirely in JavaScript (AJAX). Un motor de bases de dato enteramente en JavaScript. Es una herramienta para desarrolladores que permite interpretar y ejecutar sentencias SQL sobre una base de datos de manera offline. JavaScript (JSSQL) accede a datos mediante consultas SQL devolviendo un conjunto de registros de manera similar a cualquier motor de bases de datos.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    A command line/console interface for Microsoft Access databases, very similar to the MySQL client application.
    Downloads: 1 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
  • 5
    JspMyAdmin2

    JspMyAdmin2

    JspMyAdmin 2 - A Java Web tool for MySql database administration

    JspMyAdmin 2 is the software for MySql database administration over Web. It provides a user friendly design to manage most of the MySql database administration. Create and Manage database objects (Databse, Table, View etc..) with simple mouse clicks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    High performance database independent java web framework. Provides a generic SQL variant to speed up development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Get your database online quickly using configuration not code. Use this secure, scalable and proven enterprise technology to publish any relational data, any custom process on the internet. MySQL, Java, XML, XSL. xHTML GUI, beta voiceXML and WML/WAP.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    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: 1 This Week
    Last Update:
    See Project
  • 9
    This is a GUI for the MaNGOS server platform. This is based on the GUI developed by Angelus so many credits go to him. This is a rewrite using his core.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    Museum Collection Management using MS Access. An MS Office installation is recommended, since this project also utilizes MS Word for merging data into templates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    MyOleDB is an OleDB driver for MySQL. Note: This is old software, and not maintained or supported in any way. It is left here for archive purposes
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    A Browser based program that uses php and javascript. It is designed to make it easy to manage mysql. Many features and It\'s very easy to use. Supports Multiple databases/tables. Also Simple installation!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Nailer is a tool written in PHP intended to handle the management contents of MySQL over the WWW.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Narya is a forum/incubator software, based on a Python/Zope/MySQL platform. Emphasis on graphics support and collaboration for space and technology development. Compare PHP/MySQL forums.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    NetSite Navigator gives you control over all your web content inside oracle apex database. Easily update the text and images of any web page on your site. No longer do you have to wait on you web site to be updated, with this easy to use software.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    The Netjuke is a Web-Based Audio Streaming Jukebox powered by PHP 4, a database and all the MP3, Ogg Vorbis and other format files that constitute your digital music collection. Supports images, language packs, multi-level security, random playlists, etc
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    This is a small mysql query builder using the nodejs mysql driver by felixge. Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select( select_details, function( err, rows ){ if( err ) console.log( err ); else console.log( rows ); }); ``` By this, we can generate a query something like this: ```sql SELECT `field1`, `field2` FROM `table_name` WHERE `field1` = 'value1' AND `field2` = 'value2' ``` For more information, visit the github project. https://github.com/sarahseguenza/nodejs-mysql-query-builder
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    ORS (On-line Resource Scheduler) is a full featured web interface for scheduling resources (aircraft, boats, rooms, time-shares) by members of an organization. It provides a graphical interface, e-mail notification of changes and account administrati
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ``Modeling'': an Object-Relational Bridge for python. Please note: this project is not maintained anymore. Make your objects persistent in a RDBMS, just by designing how your classes map to an RDBMS schema, without having to write a single line of SQL!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    8. Mai 2005: We have discontinued SourceForge as a download place for our open source projects. You can now download these projects directly from the XLOG Technologies GmbH web site at http://www.xlog.ch/omonia.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Its a full tournament engine that supports modular additions of new tournament types. It features team,single, and draft tournaments. Engine is entirely coded in php 4.X.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    PHP Mailman allows the integration of Mailman into a dynamic website without using Python or requiring permission to Mailman binaries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    DSP stands for Data Server Pages, the APACHE HTTP server module, that provides PL/SQL Server scripting with variable injection preprocessor and features an efficient authorization and authentication framework on the Oracle database backend.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    ASP based Content Management System. The aim is to make it as user friendly as possible with the end user having to add only 2 lines of code to their site to add PSnews into it. add/edit/del news and add/edit/del members features to start with.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    This database was programmed back in 1999, when there was no widespread adoption of MySQL, PostgreSQL or any other free database by ISPs, particularly in Mexico. It is not intended to replace a larger relational database, but to provide really simple data
    Downloads: 1 This Week
    Last Update:
    See Project