Showing 18 open source projects for "origin"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 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
  • 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
  • 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
  • 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
  • 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

    lavalamp>3

    screen colors get changed by a neural net

    On the full screen or a frame the colors get changed dynamically by using a image recognition neural net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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