Showing 194 open source projects for "2by2-project"

View related business solutions
  • 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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    CompassCAD

    CompassCAD

    very good CAD software

    ...If applicable, it could also be used as a professional software with features such as collaboration (up to 2 persons, more will be added later on), SVG exporting, ready to be printed and shared with your co-workers. CompassCAD has a very small project size bundled in a single file, so your file is ready for distribution without breaking any of your favorite messaging app's file limit.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Mermaid.js to SVG Converter

    Mermaid.js to SVG Converter

    Visualize the diagrams of your projects

    ...You know, to keeps its memory fresh and not change the stuff that already works. The trick is to ask the AI to write a diagram in Mermaid.js format that solidifies the structure of the project and then use that as context to keep the AI reminded at all times what the project is as a whole. This will prevent it from changing things its not supposed to change. This standalone offline web app will convert that mermaid.js code into a visual SVG image so that YOU as a human will be able to understand what the AI think about the structure of your projects so you can see it and fix any misconceptions until the diagram is correct for your project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    cleanvideo-cli

    cleanvideo-cli

    CLI tool for removing watermarks from AI-generated videos using frame-

    cleanvideo-cli is a command-line tool designed to remove visible watermarks from AI-generated videos. It works by analyzing video frames and reconstructing the underlying pixels in watermark regions, without cropping or blurring the original content. This project is intended for developers, researchers, and creators who need a lightweight utility for cleaning preview or draft videos before further processing. Note: This tool does not bypass platform restrictions and should be used only on content you own or have the rights to use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    ChartDB-Desktop

    ChartDB-Desktop

    ChartDB Desktop Version

    Download ChartDB for desktop | Descarga ChartDB para escritorio This project is an opensource fork of ChartDB, adapted to desktop. It contains ChartDB functionalities but no AI integration. For this, the Electron library was used. Este proyecto es un fork opensource de ChartDB, adaptado al escritorio. Contiene las funcionalidades de ChartDB pero sin integración AI. Para ello, se utilizó la biblioteca Electron.
    Downloads: 0 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
    Obsidian MEDILIG

    Obsidian MEDILIG

    Obsidian MEDILIG (Medical Life Guard) App Local-First Offline-First

    Obsidian MEDILIG (Medical Life Guard): An easy-to-use, flexible, secure, cross-platform medical knowledge management system for patient's Electronic Health Record (EHR) that is built on top of Obsidian software application for the design, implementation and use of autonomous, multilingual, clinical documents from primary care to continuing care.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Rawgraphs app

    Rawgraphs app

    A web interface to create custom vector-based visualizations

    ...Microsoft Excel, Apple Numbers, OpenRefine) and vector graphics editors (e.g. Adobe Illustrator, Inkscape, Figma). The project, led and maintained by the DensityDesign Research Lab (Politecnico di Milano) was released publicly in 2013.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    node-emoji

    node-emoji

    Simple emoji support for node.js projects

    ...Then run npm run-script emojiparse in the project directory or node emojiparse in the lib directory. This should generate the new emoji.json file and output Done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DPlayer

    DPlayer

    An HTML5 danmaku video player

    DPlayer is a lovely HTML5 danmaku video player to help people build video and danmaku easily. DPlayer is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. Video events supported include abort, canplay, canplaythrough, durationchange, emptied, ended, error, loadeddata, loadedmetadata, loadstart, mozaudioavailable, pause, play, playing, progress, ratechange, seeked, seeking, stalled, suspend, timeupdate, volumechange, and waiting. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9
    css-spinner

    css-spinner

    Small, elegant pure css spinner for ajax or loading animation

    ...To minimize file size, we omitted all vendor prefixes in loaders' CSS, but you can customize this by building CSS from the source. We also provide stylus and pug source files for better integrating these spinners into your project. Find corresponding stylus and pug files for your desired spinners under src/ folders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Graphite-Web

    Graphite-Web

    A highly scalable real-time graphing system

    ...Even though it often requires a little code, sending data to Graphite is very simple. Graphite is an enterprise-scale monitoring tool that runs well on cheap hardware. It was originally designed and written by Chris Davis at Orbitz in 2006 as side project that ultimately grew to be a foundational monitoring tool. In 2008, Orbitz allowed Graphite to be released under the open-source Apache 2.0 license. Since then Chris has continued to work on Graphite and has deployed it at other companies including Sears, where it serves as a pillar of the e-commerce monitoring system. Today many large companies use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    flv.js

    flv.js

    HTML5 FLV Player

    An HTML5 Flash Video (FLV) Player written in pure JavaScript without Flash. This project relies on Media Source Extensions to work. flv.js works by transmuxing FLV file stream into ISO BMFF (Fragmented MP4) segments, followed by feeding mp4 segments into an HTML5 <video> element through Media Source Extensions API. flv.js is written in ECMAScript 6, transpiled into ECMAScript 5 by Babel Compiler, and bundled with Browserify.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    electron-vue-music

    electron-vue-music

    A music player developed based on electron-vue

    A music player developed based on electron-vue, the interface imitates QQ music, and the technology stack is electron-vue+vue+vuex+vue-router+element-UI. welcome star. Based on the music player developed by VUE3+TS, the interface imitates the QQ music mac client. The mobile terminal is not adapted. In the later stage, Flutter will be used to develop the mobile client separately, and Electron will be used to package the desktop client and built-in API service. For security reasons, the online...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    tkkern

    User interface to the Verovio JavaScript Toolkit Library

    **kern files is a music representation format used by the Humdrum project. There are more than 100,000 **kern files of music compositions freely available on the internet. The Verovio JavaScript Toolkit Library allows you to render and display these files on any browser. This is a user interface to this library which can run on most systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    let's compose
    Goal of the project is to provide an online musical notation software that is convenient to use. It is a graphical interface to GNU LilyPond. The interface does not require LilyPond knowledge of the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Lepton

    Lepton

    A lean snippet manager

    ...Theme (light/dark), Snippet, Editor, Logger, Proxy, Shortcuts, Enterprise, Notifications, and more! Check out the configuration docs to explore different customization options. Lepton is an open source project on GitHub. It's free and we don't accept donations. If you like, feel free to donate to Wikimedia Foundation, which helps sustain free knowledge through Wikipedia and its sister projects for people around the world. Lepton replies on GitHub APIs to detect the language. Build apps for macOS, Windows and Linux.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    AmplitudeJS

    AmplitudeJS

    Open Source HTML5 Web Audio Library

    ...No dependencies (jQuery not required). AmplitudeJS is available under the MIT License. Open-source software is not sustainable without proper financial support. Maintaining an open-source project takes a lot of effort and resources. If you are very thankful for what you can do with AmplitudeJS or if you are using AmplitudeJS to make any sort of revenue, we kindly ask that you contribute any resources available to keep the community growing. Autogenerate waveforms and visualizations using the Web Audio API. Public functions for unlimited control! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Harp

    Harp

    Static site server/generator with built-in preprocessing

    ...It supports the beloved layout/partial paradigm and it has flexible metadata and global objects for traversing the file system and injecting custom data into templates. Optionally, Harp can also compile your project down to static assets for hosting behind any valid HTTP server. Pre-compilers are becoming extremely powerful and shipping front-ends as static assets has many upsides. It's simple, it's easy to maintain, it's low risk, easy to scale, and requires low cognitive overhead. I wanted a lightweight web server that was powerful enough for me to abandon web frameworks for dead simple front-end publishing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project will be a project that will be used by Speleologist (cavers) to help aid in the mapping of the underground world. It will be simple at first.. only allowing the entry of survey (dist/azmith/V-angle) and give back a line plot..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HakuNeko

    HakuNeko

    Manga Downloader for Linux, Windows & MacOS

    +++ PROJECT MOVED TO GITHUB +++ HomePage: https://hakuneko.download Discord: https://discord.gg/A5d3NDf Project: https://git.io/hakuneko
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    SoundCleod

    SoundCleod

    SoundCloud for macOS and Windows

    ...Control playback from the macOS application menu. Stop playback when your computer goes to sleep. Close or hide all windows without interrupting playback. SoundCleod is an open source project built by Márton Salomváry released under MIT license.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    Pixel Art to CSS

    Pixel Art to CSS

    Pixel art animation and drawing web app powered by React

    Pixel Art to CSS is an online editor that helps you with that task. Combining the power of both box-shadow and keyframes CSS properties, you will get CSS code ready to use on your site. Furthermore, you can download your work in different formats such as static images, animated GIFs or sprite-like images. Pixel Art to CSS aims to be an intuitive tool by its simplicity, however, it is equipped with a wide range of features: customize your color palette, go back and forth in time, modify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    react-native-scrollable-tab-view

    react-native-scrollable-tab-view

    Tabbed navigation that you can swipe between

    One of the best navigation patterns on Android. This is a very simple JavaScript-only implementation of it for React Native. Animations are very important to create a great user experience. Stationary objects must overcome inertia as they start moving. Objects in motion have momentum and rarely come to a stop immediately. Animations allow you to convey physically believable motion in your interface. The Animated API is designed to concisely express a wide variety of interesting animation and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Firescreen - Screenshots webpage

    Firescreen - Screenshots webpage

    Get in an immediate screenshots of your web pages for Firefox

    Get in an immediate screenshots of your web pages with this useful extension reserved for the famous Firefox browser. For installation of the addon you can click directly on the download button using your Firefox browser and authorize the addition of the extension. The project was realized with the support of the library: PDF API HTML5 - http://ulmdevice.altervista.org/pdfapihtml5 ========================== Opera add-on: http://opr.as/20Njeed Firefox add-on: http://mzl.la/23AD5P9
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jsconsole

    jsconsole

    Web based console - for presentations and workshops

    ...One hallmark of jsconsole is its remote debugging support: you can connect a remote browser or device to your console session and receive console output or even execute commands in that context, which simplifies diagnosing problems on devices you don’t have physically in front of you. While more limited than full browser dev tools, it’s lightweight and accessible from anywhere with a browser, and the project includes the full web-app source so you can self-host or customize it for specific use cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Midia

    Midia

    Simple Media manager for your Laravel project

    Simple media manager for your Laravel project. This package lets you open your files as inline modal. All directories in the folder will be ignored. In other words, can only read the file.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB