22 projects for "debian gnu linux" with 2 filters applied:

  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Evolvotron

    Evolvotron

    A generative art image evolver

    "Generative art" software which evolves images/textures/patterns through an iterative process of random mutation and user-selection driven evolution. If you like lava lamps, and still think the Mandelbrot set is cool, this could be the software for you.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Fraqtive

    Fraqtive

    Generator of the Mandelbrot family fractals

    Fraqtive is an open source, multi-platform generator of the Mandelbrot family fractals. It uses very fast algorithms supporting SSE2 and multi-core processors. It generates high quality anti-aliased images and renders 3D scenes using OpenGL. It allows real-time navigation and dynamic generation of the Julia fractal preview. Website: https://fraqtive.mimec.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Fracplanet

    Fracplanet

    Fractal planet and terrain generator

    Interactive application to generate and view random fractal planets and terrain with oceans, mountains, icecaps and rivers, then export them to POV-Ray format or Blender. Written in C++ using Qt and OpenGL.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    FractalNow

    FractalNow

    Fast, advanced, multi-platform fractal generator

    FractalNow provides users with tools to generate pictures of various types of fractals quickly and easily. It is made of both a command line tool, FractalNow, and a graphical tool, QFractalNow. The graphical tool, based on Qt library, allows users to explore fractals intuitively and generate pictures. Both tools are entirely multi-threaded and implement advanced algorithms and heuristics that make computation very fast compared to most existing free fractal generators.
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    Taprats is a Java applet that implements an islamic tiling technique based on the work of Hankin in the early part of the twentieth century, and on more recent papers by A.J. Lee and Craig S. Kaplan. By Craig S. Kaplan and Pierre Baillargeon. There is a new version rewritten for Windows under the name Alhambra. See here: https://github.com/pierrebai/Alhambra/releases
    Downloads: 15 This Week
    Last Update:
    See Project
  • 6
    Urban is a software capable of procedurally creating 3d urban environments. It's based on a multi-agent system where each agent is responsible for one type of urban object. This means the system is highly modular and can easily be extended.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Knotter

    Knotter

    Interactive designer for Celtic knots

    Knotter is a highly configurable interlace designer. Interlace patterns are a kind of design historically used as a decorations in many places and by different cultures, some examples are Celtic knotworks and Islamic interlaces. Knotter aims to allow its user to design such patterns in an intuitive way and to provide easy ways to integrate the result in external general-purpose graphic software. For this purpose, designs created within Knotter can be save in a custom human-readable...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    KochCurve

    KochCurve

    This small library implements a data structure for Koch curves.

    This small library implements the Koch curve, snowflake and anti-snowflake like a Shape to be used like any other Java shape. You can test the library by compiling the test applet in Files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 10
    Java-based iterated-fractal viewer. Easy-to-use GUI, will be able to also render to collection of frames to create zooming video animations (planned feature for near future). GPL licensed. Requires JRE >= 1.6.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Recursion Lab

    Visually explore patterns created using geometrical recursion.

    Take two reference points and use them to define an x-axis. Then add in some other points to form any pattern. Use each reference point with each pattern point to form a new x-axis on which each pattern point is reiterated. Throw in a few more dazzling features (such as colors, a visualizer mode, blending, render exporting, and more) and you have a Recursion Lab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Game of Life 3D
    Game of Life 3D is an platform-independent OpenGL implementation of John Conway's Game of Life with a modern QT4 user interface. It features a random mode and different pre defined example modes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OpenGL/SDL, cross compatible, real-time 3D/4D fractal viewer and generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A project dedicated to documentation concerning the use of vector graphics for production of optical illusions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Frond is a cross platform fractal viewing application written in Java. Frond allows you to zoom in to any area of the fractal with unlimited undo and redo capabilities and adjust amount of iterations to maximise detail.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Moved to github! https://github.com/aaronbot3000/image-evolver The goal of the Image Evolver is to recreate a source picture using overlapping transparent shapes positioned a genetic algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    QuasiTiler
    Create non-periodic tiling of the plane by projecting high-dimension integer lattice onto a plane. Ported to Java from Objective-C, with very minor modifications. Uses AWT for the UI.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    Tux's Turtle
    Tux's Turtle is a drawing environment for children. It uses geometrically-based "turtle graphics" (well known from Logo) but is completely immediate and programmed using single keypresses (like Delta Drawing). No knowledge of the editor is necessary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Refline is a software for creating and editing clean fractal images. The fractals generated by Refline are based on patterns drawn in a simple interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a Perl script that will generate color maps for the fractal program Fractint. It will generate a map of 2 to 128 bands of colors that blend together. Bands of black can be used between each color..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Java library for generating 2D procedural textures based on a re-usable set of rendering components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    [de] Füllt transparente Flächen in Panoramabildern in sphärischer Projektion, um die visuelle Qualität zu erhöhen. [en] Fills transparent areas in panorama images in spherical projection in order to increase the visual Quality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB