Showing 30 open source projects for "reason"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    Radarr

    Radarr

    A fork of Sonarr to work with movies à la Couchpotato

    Radarr makes failed downloads a thing of the past. Password-protected releases, missing repair blocks or virtually any other reason? no worries. Radarr will automatically blacklist the release and tries another one until it finds one that works. Ensure you get the right release every time! Custom Formats allow fine control over release prioritization and selection. As simple as a single preferred word or as complex as you want with multiple criteria and regex.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    Delaunator

    Delaunator

    Fast JavaScript library for Delaunay triangulation of 2D points

    Delaunator is a fast library for Delaunay triangulation. It takes as input a set of points. The triangulation is represented as compact arrays of integers. It’s less convenient than other representations but is the reason the library is fast. After constructing a delaunay = Delaunator.from(points) object, it will have a triangles array and a halfedges array, both indexed by half-edge id. What’s a half-edge? A triangle edge may be shared with another triangle. Instead of thinking about each edge A↔︎B, we will use two half-edges A→B and B→A. Having two half-edges is the key to everything this library provides. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OpenXR Conformance Test Suite

    OpenXR Conformance Test Suite

    Conformance test suite for OpenXR

    ...Interactive tests for validating layer composition must run for all graphics APIs supported by the runtime and action tests must run for all interaction profiles supported by the runtime. For this reason, the suite of tests is run multiple times with different configurations. conformance_cli, a command-line interface application, is provided for running on PCs and other devices and platforms which support this form of application. conformance_cli also demonstrates how to build an application that can interop with the conformance_test shared library. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    stgigasoundfonts

    stgigasoundfonts

    My SoundFonts

    One of the places where one can download my SoundFont files in case musical-artifacts.com or soundfonts.kor.ninja or Google Drive or mega is unusable for any reason.
    Leader badge
    Downloads: 195 This Week
    Last Update:
    See Project
  • 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
  • 5
    Aeyae Remux

    Aeyae Remux

    GOP-based video editor (remuxer)

    ...Aeyae Remux is a GOP-based editor (GOP = Group Of Pictures), which means it doesn't do any transcoding, only remuxing. However, it can truncate a GOP. Aeyae Remux can be used to stitch together files... within reason. Since it is only a remuxer -- stitched files must be of compatible format. This means stitched files must have the same audio/video codecs, and codec properties (width, height, sample rate, etc...). That said... Aeyae Remux currently doesn't check or enforce this restriction, so beware -- garbage input will likely produce garbage output. ...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 6
    FOML
    ...It naturally supports model-level activities, such as constraints (extending UML diagrams), dynamic compositional modeling, analysis and reasoning about models, model testing, design pattern modeling, specification of Domain Specific Modeling Languages, and meta-modeling. FOML can reason about: 1. The model meta-data (meta-model level reasoning, or syntax reasoning) 2. Data level: reason about a model and its data (instance model, i.e., diagram) FOML is built as a semantic layer on top of PathLP - a compact logic rule language of guarded path expressions, an adaptation of a subset of F-logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    wavtomid_chung

    wavtomid_chung

    Wav / mp3 to midi best unique conversion

    ...(no vocals nor drums) load import midi files then saveasmidi to add "wavtomid" effect to a midifile . saveasmidi as midifiles to open and edit with "pianoscore_chung" for some obscure reason you wont find mention of this program in the media despite it may be at this time the best completely free and open source audio to midi program in the world
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Spotify TUI

    Spotify TUI

    Spotify for the terminal written in Rust

    ...After accepting the permissions, you'll be redirected to localhost. If all goes well, the redirect URL will be parsed automatically and now you're done. If the local webserver fails for some reason you'll be redirected to a blank webpage that might say something like "Connection Refused" since no server is running. Regardless, copy the URL and paste it into the prompt in the terminal. Running spt with no arguments will bring up the UI. Press ? to bring up a help menu that shows currently implemented key events and their actions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CSS Animation 101

    CSS Animation 101

    Learn how to bring animation to your web projects

    ...It starts with core building blocks—transitions, transforms, and keyframes—and then layers in timing functions, delays, and choreography to create more expressive sequences. The material stresses clarity and maintainability, showing how to structure styles so animations are easy to reason about and adjust. Throughout, examples demonstrate practical use cases like button feedback, content reveals, loaders, and micro-interactions that enhance user experience without overwhelming it. Performance considerations are discussed, including which properties animate cheaply and how to avoid jank with compositing-friendly transforms. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    TimeSformer

    TimeSformer

    The official pytorch implementation of our paper

    ...The model alternates attention along spatial and temporal dimensions (or designs variants like divided attention) so that it can capture both appearance and motion cues in video. Because the attention is global across frames, TimeSformer can reason about dependencies across long time spans, not just local neighborhoods. The official implementation in PyTorch provides configurations, pretrained models, and training scripts that make it straightforward to evaluate or fine-tune on video datasets. TimeSformer was influential in showing that pure transformer architectures—without convolutional backbones—can perform strongly on video classification tasks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Angular Spotify

    Angular Spotify

    Spotify client built with Angular 12, Nx Workspace, ngrx

    ...I still remember Window Media Player on windows has the visualization when you start to play the music, and I wanted to have the same experience when listening to Spotify. That is the reason I started this project. I found that there weren't many resources on building a proper real-world scale application, and that's my focus for sharing. I made a Jira clone application as the first one for that purpose. Nx workspace is getting more and more attention from the Angular community, but people are always confused about how to architect and set up an Nx project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ImpressShowRunner

    ImpressShowRunner

    ImpressShowRunner displays a list of Impress shows in a loop.

    ...This complicated process gets around the fact that LibreOffice Impress apparently has no options or scripting features available to accomplish chaining and looping of multiple slide shows together. The reason for wanting to chain multiple shows is that after 100 or so slides with images the save times and editing for shows becomes cumbersome. This is quite reasonable for at this point the show file size may become 100MB or more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FlightGear DHC6 liveries

    FlightGear DHC6 liveries

    Collection of all livieries of the DHC-6 Twin Otter for FlightGear

    This is a collection of all liveries that are available for the de Havilland Canada DHC-6 Twin for FlightGear Flight Simulator. The reason is that there are two versions (a "normal" and a "rusted" version) of most liveries available. Moreover some fictional liveries are not available in FlightGear's official livery databese. So this project has the intention to provide a place where all liveries for this wonderful aircraft are located at one place. Feel free to contact me via the FlightGear forum
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Dynamics.js

    Dynamics.js

    Javascript library to create physics-based animation

    Dynamics.js is a JavaScript library to create physics-based animations. You can animate CSS properties of any DOM element. You also can animate SVG properties. And any JavaScript object. Dynamics.js has its own setTimeout. The reason is that requestAnimationFrame and setTimeout have different behaviors. In most browsers, requestAnimationFrame will not run in a background tab while setTimeout will. This can cause a lot of problems while using setTimeout along your animations. I suggest you use Dynamics's setTimeout and clearTimeout to handle these scenarios. Toggle a debug mode to slow down every animations and timeouts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    gmorgan

    gmorgan

    GMorgan_0.79 updated November 21, 2016

    Gmorgan is a midi processor. It can be voiced using Linux synths, midi connected equipment, or a soundcard. It is best to use a velocity sensing midi keyboard so that the first 4 voices can be mixed or layered. Demo at Youtube: http://youtu.be/3uIRq6M1tCs For GNU/Linux users, the latest file is .79. GMorgan .79 runs well on Ubuntu and most Linux/GNU distributions. Although it is included in the tarball, you can download .75 pdf documentation from the files section here. This...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    Live Subtitler

    Play subtitles separately recommended for online movies

    This project is a subtitles player, it gives you the ability to load and play subtitles even if the video player does not support it. Live Subtitler is discreet for the reason that the playback window is transparent, moreover is able to search, download and play subtitles in no time. Requires Oracle JAVA 7 or later (JAVA 8 recommended)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    UML Reverse Mapper

    UML Reverse Mapper

    Automatically generate class diagram from code

    UML Reverse Mapper is a utility that helps convert existing code structures into UML-like representations so developers can visualize and reason about their systems. It is aimed at teams that inherit codebases or work on legacy projects and need a fast way to understand classes, relationships, and dependencies. Instead of drawing UML by hand, you point the tool at the code and let it generate artifacts that resemble standard UML diagrams. This dramatically speeds up documentation and makes architectural conversations more concrete. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Audio Recorder

    Record or capture audio with only one small java file.

    Have you ever wanted to just record your own audio in a hand full of file formats? Well I did. Until I programmed this. This is an easy to use java program that allows you to easily record audio for any reason at all with the click of a couple of buttons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BDneXtCOPY

    BDneXtCOPY

    Open source DVD copy and convert software

    The source code is available for download as a single zip file again for those who are interrested into the code. It is no secret. Note: That a project do not offer the source code longer do not mean that the project is not longer under GPL. In most cases the reason is missing time. You do not have understand open source if you write those things. We will not answer any questions about the project at this moment because this code was used in a commercial software without any permission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Zalarm

    Zalarm

    Alarm Clock with a couple of nice extra features. Wake up your way.

    ...This way you can decide if you like to wake up with a beating heart to the sound of hard rock. Or maybe you are the kind that prefers the more soft and sensitive alarms. With Zalarm this is all up to you. The reason for adding notes to the alarm is simple. Maybe by the time you go to bed you have a brilliant idea, or there is something you have to remember by the time you wake up. This feature let you get reminded of this. When the alarm goes off, you will in addition to the alarm get a pop-up message. The message contains your predefined notes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Stream Intermission

    Stream Intermission

    Need to pause while streaming? Entertain the audience with this!

    If you stream video content live to your viewers, there might be times where you need to pause for a bit, perhaps for a bathroom break. At those times, the audience is left staring at a static screen. Use Stream Intermission to fix that! If you need to go somewhere, launch the program, and it will fill the entire screen. The background will smoothly change, and ambiance effects will randomly appear, such as rain or fireworks. It's nothing glamorous, but it certainly beats leaving your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Stormy-chan's Anime Lister

    Stormy-chan's Anime Lister

    A private anime lister

    This is a small windows application that makes you able to list your anime in a list and keep track of the status and so on. Consept of usage: This software is designed for otaku's that for some reason does not like to use myanimelist, but want's an local/private anime list. this software does not need any internet connection to work Download the manual for this software: http://tinyurl.com/mv4nddo Current/Last Beta version: 2.2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MonoBitmap

    MonoBitmap

    Creates value-representation of any BMP file.

    ...The Problem was that everytime I had to write my images by hand like: 0b0000000 0b0001000 0b0010100 0b0100010 0b1000001 And then i came to the point the images were larger than this example, say 32*32 or more. And thats a torture. And that's the reason I started this project. It's a simple and small command line application which let you convert any (1-32bit) BMP into a string representation of 0 or 1, or even in hex. The program hasn't any problem with images up to 1000 * 1000 px. Btw, it's not as useful to tell you all about everything the program can do as to try yourself, just download it and feed it with an random BMP image, it's smaller than 200kB :) If you're not on Windows you can use the Program with WINE or easily recompile it for your platform (You have to change the output coloring) Program developement: finished
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GSProtect Antivirus

    GSProtect Antivirus

    A small but effective Antivirus for Windows

    A small but effective Antivirus for Microsoft Windows 7. Due to removal of this project from its previous page for an unknown reason, it was re-created and will be avaliable here. The Source Code will be avaliable soon, when full Alpha comes out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    EMGU Face Recognition

    Using EMGU to perform Principle Component Analysis (PCA)

    ...Face Recognition has always been a popular subject for image processing and this article builds upon the good work by Sergio Andrés Gutiérrez Rojas and his original article (codeproject). The reason that face recognition is so popular is not only it’s real world application but also the common use of principle component analysis (PCA). PCA is an ideal method for recognising statistical patterns in data. The popularity of face recognition is the fact a user can apply a method easily and see if it is working without needing to know to much about how the process is working.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo