Showing 17 open source projects for "origin"

View related business solutions
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    react-rewards

    react-rewards

    A package containing a few micro-interactions you can use

    ...If a huge cloud of smiling emoji doesn't fit your application well, try changing the physics config to make it more subtle. In order to use the rewards, you'll need to provide an element that will become the origin of the animation. This element needs to have an ID that matches the one used inside the hook - it can be anywhere in the DOM as long as the IDs match. You can place the element inside a button, center it and shoot up from the button. You can place it on top of the viewport with position: "fixed" and change the angle to 270, to shoot downwards. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Morphing Editor

    Morphing Editor

    Java application for creating Morphing videos

    origin=sourceforge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    FractalImageCompression

    FractalImageCompression

    Java Fractal Image Compression based on Delaunay triangulation

    ...operation=countAndForward&url=https%3A%2F%2Ffrojasg1.com%2Fdemos%2Faplicaciones%2FfractalCompressor%2Ffractal_image_compression_v1.0_demo.mp4%3Forigin%3Dsourceforge&origin=web You can find more about it at this web site: https://www.frojasg1.com:8443/downloads_web/web/html/compresionFractalImagenes.html?origin=sourceforge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    color_ball

    color_ball

    Application that paints a subtly colored ball over an image

    ...It has been an excuse for integrating the JColorChooser with my library: * Multi-precision * Dark mode * It remembers the latest chosen colors you can watch a demo at: https://frojasg1.com:8443/resource_counter/resourceCounter?operation=countAndForward&url=https%3A%2F%2Ffrojasg1.com%2Fdemos%2Faplicaciones%2FcolorBall%2FcolorBall.v1.0.demo.video.mp4%3Forigin%3Dsourceforge&origin=web You will find more about it at this web site: https://www.frojasg1.com:8443/downloads_web/web/html/bolaDeColor.html?origin=sourceforge
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    InstrumentalMusic

    InstrumentalMusic

    Application which detects musical notes from the microphone.

    ...Zoom Dark mode option JDK-17 compatibility With v1.2 it includes a pitch shifter (making voice lower or sharper through a slider) There is a demo video which shows how it works (the demo video can be visited from Help menu of the application) You can also see the pitch-shifter demo version here: https://frojasg1.com:8443/resource_counter/resourceCounter?operation=countAndForward&url=https%3A%2F%2Ffrojasg1.com%2Fdemos%2Faplicaciones%2FInstrumentalMusic%2Fpitch.shifter.mp4%3Forigin%3Dsourceforge&origin=web You can find more about it at this web site: https://www.frojasg1.com:8443/downloads_web/web/html/instrumentalMusic.html?origin=sourceforge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    radon-transform-for-java

    Library with a Radon Transform implementation for Java

    ...The shared zip includes the library and an example, which shows how to make the library work in a real case. You can see more information at: https://www.frojasg1.com:8443/downloads_web/web/html/radon.html?origin=sourceforge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    threeddonut

    threeddonut

    3D donut. Example of frojasg1.com libraries usage

    ... - Classes to easy the xml file management (without validation) - JDK-17 compatibility You will find more about it at this web site: https://www.frojasg1.com:8443/downloads_web/web/html/donut.html?origin=sourceforge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8

    desktop-icons

    Application for resizing images to create icons of standard sizes

    ...You can change the alpha component (of transparency) of the rest of pixels too JDK-17 compatibility You will find more about it at this web site. https://www.frojasg1.com:8443/downloads_web/web/html/iconos.html?origin=sourceforge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    key_color_image

    Command line app for creating a particular color scale to images

    ...(This does not work properly in certain environments, but you can always move the mouse over your color before launching the application) You can find more about it at this web site: https://www.frojasg1.com:8443/downloads_web/web/html/keyColorImage.html=origin=sourceforge
    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
    html2canvas

    html2canvas

    A JavaScript HTML screenshot renderer

    ...However, as it is heavily dependent on the browser, the library is not to be used in nodejs. It can't circumvent any browser content policy restrictions and to render cross-origin content a proxy will be needed to get the content to the same origin.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 11
    ObjectVolume

    ObjectVolume

    Calculates Volume, Surface Area & Centroid of a Closed Triangular Mesh

    The ObjectVolume program calculates the volume, surface area and centroid of a closed triangular mesh represented in an object file (.obj). The process goes through the list of triangles that make up the surface and, for each triangle, forms a tetrahedron with an external point. The program uses the origin (0,0,0). The volume of the tetrahedron is then calculated. Tetrahedrons with back facing triangles are added and those with forward facing triangles are subtracted yielding the object volume. A detailed description of the process is presented in the ObjectVolumeTutorial.doc document as well as program logic and results. A key component in the program is a subroutine that calculates the volume of a tetrahedron. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Lens effect JPanel Java

    Lens effect in a JPanel Java library

    Example of use of the library which makes a lens effect over a Java JPanel You can find more about it at this web site: https://www.frojasg1.com:8443/downloads_web/web/html/efectoLente.html?origin=sourceforge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Go Graphics

    Go Graphics

    Go Graphics - 2D rendering in Go with a simple API

    ...DrawStringAnchored does the same for text, so you don't need to call MeasureString yourself. gg supports linear, radial and conic gradients and surface patterns. You can also implement your own patterns. It is often desired to rotate or scale about a point that is not the origin. The functions RotateAbout, ScaleAbout, ShearAbout are provided as a convenience.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Digitial Diceworks Locomotion System

    Digitial Diceworks Locomotion System

    A way of moving around in virtual space that uses initial motions

    ...When you start walking in the real world, you start by taking small step, if you were going to start running you were to start with a bigger step. The difference in these “initial motions” is the distance at which you moved from where you started, your origin. This is the core concept of the DDLS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HermeneutiX

    HermeneutiX

    Your graphical tool for Syntactic/Semantic Structure Analysis of texts

    HermeneutiX is a tool for diagramming syntactic and semantic structures of complex (not necessarily foreign-language) texts (e.g. bible or other historical excerpts). HermeneutiX is now part of SciToS (the scientific tool set). Starting with version 2.0.0, HermeneutiX can be found on GitHub. Please check out the release summary: https://github.com/scientific-tool-set/scitos/releases For an introduction, check out this video: https://youtu.be/uQjewyG0Ad8 PS: To run a Java...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Subtitles synchronization

    Application in Java for synchronizing subtitles (.srt and .ass)

    ...The GUI allows switching between English and Spanish languages. You will find more about it at this web site: https://www.frojasg1.com:8443/downloads_web/web/html/sincronizadorDeSubtitulos.html?origin=sourceforge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Design Cubes of Light

    Design Cubes of Light

    New software tool for designing of everything

    It's revolutionary invention for design of any product or design project, cause work with basics of Nature/Universe, it works with origin of all things created, a Light.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB