Showing 8478 open source projects for "source"

View related business solutions
  • 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Qt Mandelbrot Browser
    Interactive, user friendly, Mandelbrot set browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Reason to leave source forge: Rather no download counter than an add-ware trap for end-users. Also the license can not seem to be corrected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    QProjector is an application to present different types of media on a projector. It supports texts, lyrics, images, movies... It's easy to handle, expandable through plugins and uses a database. It's for example usable in church services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Motion JavaScript viewer

    JavaScript and PHP frontend for Motion webcam storage

    This simple application provides a simple Javascript front-end for Motion-generated images. The interface should be simple and multiplatform (should work on Android phone or tablet, too) For Motion, see http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome Exact configuration for motion storage is required and described within the README file. If you like my work, donate any amount to 19bSSGqVQ8VoqpBgtyLCWx15ybw4swS6yB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    A self-contained native-PHP class for producing QR Codes in image or text (console or document). Uses no other files or modules, less than 20KiB when minified.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GTKRawGallery
    GTKRawGallery is a workflow oriented photo retouching software for camera raw image development. It is also a versatile photo manager for popular image formats.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7

    MangaCat

    MangaCat is a cataloguing program to manage your manga collection

    MangaCat is a manga cataloguing program to manage your manga collection. With mangaCat, you will be able to catagorise Scanlated Manga archives into volume/chapter ascociations based on Manga name. The MangaCat software suite is modeled after popular media players such as Winanp and Windows media player where the user can import media files and manage them through tagging in the media library. Once you have imported your manga files into the Media LIbrary, you can read your manga files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Scriptoria

    Helping to transcribe scanned old documents

    Scriptoria is a program that helps you to transcribe scanned old documents, with an interface that combines a text editor and an image viewer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Batch Image Converter API

    Batch Image Converter API

    Batch Image Converter API

    This API allow's users to add image conversion functionality to their Visual Basic .Net projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    fotorelacjonusz

    fotorelacjonusz

    Official skyscrapercity.com application for posting photos

    The typical thing of "Forum Polskich Wieżowców" (polish section on skyscrapercity.com) is posting extensive "photo reports" of road construction progress and other building sites. This application is made to facilitate process of preparation and posting photos on SSC. It does everything for you. Just toss your photos straight from a memory card into the application, click a few times and photos end up on the forum.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pViewer

    pViewer

    pViewer, a small and fast image viewer. Because less is more.

    All image viewers i've ever seen have something on screen other than the image they're displaying. I didn't like that, so, pViewer was born. And that's why everything in pViewer is done with the right click menu and keyboard shortcuts. I also didn't want to use two different viewers for viewing images and for reading comics, and that's why pViewer have a Manga/Comic mode. This project is written in C#, and uses the .NET Framework 4, which you need to run the...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12
    CScreenie
    A screenshot utility written in c++/Qt which allows you to quickly capture the area of your screen and: Upload it to your own server Upload it to imgur And have a link directly in your clipboard Save it on your hdd Copy it to your clipboard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ivf++ is a small class library encapsulating OpenGL functionality. It comes with ~10 tutorials and a user's guide. See homepage for latest news and updates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Normal Map Compositor

    A program that can be used to generate normal maps from images .

    A program that can be used to generate normal maps from images. Contains several features that can be used to enhance and combine height maps and normal maps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HollyPaint

    HollyPaint

    Paint Application

    Bitmap graphics editor written in the Hollywood-MAL programming language. It uses the MUI toolkit and will therefore run only on AmigaOS, MorphOS and AROS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Baby on the Way

    Baby Progress bar

    This project was a venture my wife asked me to do. It involves a progress bar that can be placed on a picture of her belly with the current progress of pregnancy. It is designed to where you can make the form disappear so that you can take a screen shot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RNNLIB is a recurrent neural network library for sequence learning problems. Applicable to most types of spatiotemporal data, it has proven particularly effective for speech and handwriting recognition. full installation and usage instructions given at http://sourceforge.net/p/rnnl/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A simple, easy-to-use program for converting multiple image files from one format to another. Supports the following image formats: BMP, EMF, EXIF, GIF, JPG/JPEG, PNG, TIF/TIFF, and WMF.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 20
    Wave Framework

    Wave Framework

    Open Source API-centric PHP Micro-framework

    Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a compact framework that does not include bloated libraries and features and is developed keeping lightweight speed and optimizations in mind. While not necessary for using Wave Framework, it comes by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FFRend

    FFRend

    Parallel-processing renderer for Freeframe V1 video effect plugins

    ...It allows you to chain any number of plugins together, automate their parameters using oscillators, and record the output to a video file. The input is a video, still image, or source plugin. Complex signal routing including feedback is supported. Each plugin potentially runs on its own core, and multiple cores can be assigned to a single plugin.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    A collection of Java ports of open source terrain and solar system generation packages. Code has been extensively refactored, extended and documented. GPL License with exception for required libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    ANSiMat

    ANSiMat

    A graphical, multiplatform ANSI files viewer and converter

    ANSiMat is a graphical viewer of ANSI art files. It can also be used to convert ANSI (or plain ASCII) files into regular (BMP, TGA, PCX...) graphic files, or into animations (FLC). Altough not initially designed for this, ANSiMat can be successfully used as an ASCII art viewer, or even simple text files viewer. ANSiMat is available for Linux, Windows and DOS. ANSiMat supports also modem emulation speed, therefore it can be used to display ANSI animations.
    Downloads: 49 This Week
    Last Update:
    See Project
  • 24

    TexAndPaste

    Translate Latex equations and paste them in any application easily.

    Tex&Paste is a small tool which translates your Latex code to generate an image in the clipboard. This means you can directly paste the resulting image in applications like Powerpoint, CorelDraw or Illustrator. Tex&Paste enables you to add Latex equations or symbols in any application that can handle images easily. The tool is based on ScintillaNET and supports syntax highlighting, code snippets etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Grayscale and binary image processing library for Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB