Showing 2005 open source projects for "garnet-file"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 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
    Alembic

    Alembic

    Boilerplate theme designed to be a starting point for any Jekyll site

    A Jekyll boilerplate theme designed to be a starting point for any Jekyll website. Alembic is a starting point for Jekyll projects. Rather than starting from scratch, this boilerplate theme is designed to get rolling immediately. Install it, configure it, tweak it, push it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Zero Install
    Zero Install is a decentralised cross-distribution software installation system. Create one package that works everywhere! With dependency handling and automatic updates, full support for shared libraries, and integration with native package managers
    Leader badge
    Downloads: 1,922 This Week
    Last Update:
    See Project
  • 3
    OpenBazaar Client

    OpenBazaar Client

    OpenBazaar 2.0 Desktop Client (talks to openbazaar-go server daemon)

    This is the reference client for the OpenBazaar network. It is an interface for your OpenBazaar node, to use it you will need to run an OpenBazaar node either locally or on a remote server. For full installable versions of the OpenBazaar app, with the server and client bundled together, go to the OpenBazaar download page. To create a local development copy of the reference client, clone the client repository into a directory of your choice. Make sure you have Node.js and NPM installed. Node...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    torrent-stream

    torrent-stream

    The low level streaming torrent engine that peerflix uses

    ...It handles connecting to the BitTorrent swarm, negotiating peer connections, fetching torrent pieces, and exposing individual files inside a torrent as streams. This enables developers to build custom torrent-based applications — not just streaming video, but also file downloaders, partial-download managers, or peer-to-peer file distribution tools. The library supports selecting which files to download (useful in multi-file torrents), serves requested pieces on demand, and allows streaming large files without fully writing them to disk upfront — ideal for memory-efficient or on-the-fly consumption contexts. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    Django React Boilerplate

    Django React Boilerplate

    DIY Django + React Boilerplate for starting your SaaS

    django-react-boilerplate is a full-stack web application template that combines Django for the backend and React for the frontend. It provides a ready-to-use structure with authentication, API routing, and Docker support, enabling rapid development of modern web apps. It is ideal for SaaS products and internal tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PDFJsAnnotations

    PDFJsAnnotations

    Wrapper for PDF JS to add annotations

    FabricJS layer on top of Mozilla's PDFJS to add ANNOTATIONS. The exported file will be a PDF with a set of images. So you won't be able to use functions like text selections. trying my best to add the text layer. Due to a lack of PDFJs documentation about this section progress is very slow. If anyone is interested you can check the progress on the dev branch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    esprint

    esprint

    Fast eslint runner

    esprint (pronounced E-S-sprint) speeds up eslint by running the linting engine across multiple threads. esprint sets up a server daemon to cache the lint status of each file in memory. It uses a watcher to determine when files change, to only lint files as necessary. It also has a CI mode where it does not set up a daemon and just lints in parallel. In order to use esprint, first place an .esprintrc file in the root directory your project. This is similar to a .flowconfig if you use flow types. The .esprintrc file describes which paths to lint and which paths to ignore. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Space Desktop

    Space Desktop

    This project was bootstrapped with Create React App

    This project was bootstrapped with Create React App. If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PostCSS Import

    PostCSS Import

    PostCSS plugin to inline at-import rules content

    PostCSS Import is a plugin for PostCSS that enables the use of @import statements within CSS files. It allows modularizing CSS by merging multiple stylesheets into a single processed output, improving maintainability and compatibility with modern front-end workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 10
    myrtille

    myrtille

    A native HTML4 / HTML5 Remote Desktop Protocol client

    Myrtille is a simple way to connect remote desktops and applications from a native web browser, without plugin, extension or configuration. For the end user, there is just need for a browser. Server side, it uses the .NET (C#) framework and the RDP protocol through an HTTP(S) gateway. It's very comparable to Guacamole (https://github.com/glyptodon) or FreeRDP-WebConnect (https://github.com/FreeRDP/FreeRDP-WebConnect), except it uses the Microsoft .NET (C#) technologies for a better...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    csv-parser

    csv-parser

    Streaming csv parser inspired by binary-csv that aims to be faster

    ...Using the .on('data') / .on('end') (or equivalent async patterns), you can accumulate, filter, transform, or stream data further downstream without waiting for the whole file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Laravel Mix

    Laravel Mix

    The power of webpack, distilled for the rest of us

    Laravel Mix provides a clean, fluent API for defining basic webpack build steps for your applications. Mix supports several common CSS and JavaScript pre-processors. If you've ever been confused about how to get started with module bundling and asset compilation, you will love Laravel Mix! Webpack is an incredibly powerful module bundler that prepares your JavaScript and assets for the browser. The only understandable downside is that it requires a bit of a learning curve. In an effort to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    jQuery.Timeline V2

    jQuery.Timeline V2

    You can easily create the horizontal timeline with two types

    You are able to easily create two types of horizontal timeline with this jQuery plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Records Management System

    Records Management System

    Save a digital copy of your personal or business records

    Your personal and business records are considered private documents. You should avoid using cloud providers, even google drive! Records Management System is a localized data store using SQLITE and integrates with any connected scanner using the TWAIN toolkit (a license may be needed?) The resource that RMS is based is from the book Filing Systems and Records Management (College series) 3rd Edition available on Amazon at https://www.amazon.com/dp/0070614717
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    Replacements Icons

    Replacements Icons

    Replacement icons for popular apps in the style of macOS Big Sur

    Download one of our free icon templates from the resources page. You just need to download the icon you want, find the app to update on Finder, select it and "File/Get Info" or "⌘-I" and drag and drop the downloaded .icns file to the new window. Download the template for Sketch, Figma, Pixelmator, Photoshop, Pixelmator or Illustrator from the Resources page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Wave CSV Import Creation

    Wave CSV Import Creation

    Creates a CSV file for importing into waveaccounting.com

    This application solves the problem of creating a Wave Accounting import file from another CSV export. The scenario is your business has multiple streams of income and each source provides a different formatted CSV export and you need to import the necessary transactions into your wave accounting dashboard. With the Wave CSV Import Creation application, you load your export CSV financial file, map the fields to the required Wave fields, and then save your new CSV for importing into wave accounting
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17
    ETS Offers iClassicMDM - MDM Software

    ETS Offers iClassicMDM - MDM Software

    iClassicMDM offered by ETS is a Master Data Platform for all.

    We are living at an age where homes are becoming offices, and every offices need better data management tool, data management issues are spiraling. Our passion is to offer affordable data management tools to individuals and enterprises of all size. iClassicMDM is a Master Data Management application that can run on desktop, web server or containers. It allows customers to create data model as per their business needs & expose them for collaboration through a Data Stewardship User...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Lacap
    This program is provided to allow the easy memorization of prayers in Latin for Traditionalist Catholics. It has a quiz mode and a mode that allows the entire prayer to be
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Simple HttpErrorPages

    Simple HttpErrorPages

    Simple HTTP Error Page Generator

    ...All generated HTML files are located in the dist/ directory by default. To modify the page styles, just edit the SCSS based layout assets/layout.scss and finally run gulp to generate the css code. The new layout file is stored in assets/layout.css.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SBA Public Datasets

    Provides a list of all the datasets available in the Public Data Inven

    Based on the data.json file obtain from https://catalog.data.gov/dataset/sba-public-datasets. THIS APPLICATION IS DEVELOPED BY A PRIVATE COMPANY AND NOT THE SMALL BUSINESS ADMINISTRATION. THE SMALL BUSINESS ADMINISTRATIONS PROVIDES ONLY THE DATA.JSON FROM DATA.GOV.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    rh_ProjectA_GL02

    Tweet parser from cvs file

    La société Synevent pour ces activités a besoin d’un logiciel permettant, à partir d’une liste de tweet au format CSV (récupérée à partir de l’API de Twitter), de trier et d’ordonner de façon intelligible cette liste. Ce logiciel permet donc de parser ces mail pour analyser ces données ( récupérer le nombre de tweet, en extraire en fonction de critères définis, générer des graphiques...). Ce logiciel est en ligne de commande et utilise node.js (v11.9.0)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Poi

    Poi

    A zero-config bundler for JavaScript applications

    Poi is a bundler built on the top of webpack, trying to make developing and bundling apps with webpack as easy as possible. Before we get started, ensure that you have installed Node.js (>=8) and Yarn (or npm) on your machine. Inside an empty project, run yarn init or npm init to create a package.json and install Poi. Poi CLI is built into the main package poi. While you can install it globally and run it, it is much better to install it locally into your project as a dev dependency. By...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    Babel Plugin Root Import

    Babel Plugin Root Import

    Add the opportunity to import modules by the root path

    ...By default everything is resolved relative to the current working directory. You can change this with the root config option. To use it effectively, you'll need to configure babel with one of the JavaScript config file variants, rather than JSON.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    qD

    qD

    Peer-to-peer cross-platform social network that doesn’t sell you out

    qD is an example app for our JavaScript p2p library qOS with cool open-source modules such as qD Messages and qD Social and the upcoming qD Vibes, qD Markets, qD News, qD Apps, qD Games and qD Calendar. qD makes it possible to build custom, secure and decentralized social networks in less than 20 days. Our quest network aims to allow the creation and (distributed) completion of quests supported by a feature-rich decentralized social network. 0.9.5+ allow to connect qD Social profiles to...
    Downloads: 0 This Week
    Last Update:
    See Project