Showing 36 open source projects for "garnet-file"

View related business solutions
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 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
  • 1
    Wiki|Docs

    Wiki|Docs

    Just a databaseless markdown flat-file wiki engine

    Just a databaseless markdown flat-file wiki engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ember Paper

    Ember Paper

    The Ember approach to Material Design

    This project aims to bring Google's new Material Design to Ember. The goal is to encapsulate everything possible in Ember components. This project is packaged as an Ember-cli addon. This should also automatically create an scss file under app/styles/app.scss with @import 'ember-paper'; and install ember-cli-sass. Sass is an important part of Ember-paper. Using sass you can override default variables and easily change the default behavior of ember-paper styles. All the components and styles are ready to use in your application templates. Navigate through the docs to understand how to use each component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    onedark.vim

    onedark.vim

    A dark Vim/Neovim color scheme

    onedark.vim is a dark colour scheme for Vim/Neovim created by Josh Dick, inspired by the Atom editor’s “One Dark” theme. It aims to offer a modern, balanced palette with good contrast and readability across many programming languages and file types. The theme supports both plain Vim and Neovim, and works well with statusline plugins like vim-airline or lightline by providing compatible theme files. Users appreciate that the colour choices remain consistently comfortable over long coding sessions and that the theme handles syntax elements (keywords, methods, variables) in a clear, differentiated way. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Vieb

    Vieb

    Vim bindings for the web by design

    ...Window splitting with buffer, split, Vexplore and Ctrl-w bindings, for multi-window browsing. Map commands for completely custom keyboard sequences, keystrokes, commands and actions. Viebrc config file for all custom/Vim/Vieb commands to configure settings permanently. Set command for runtime setting configuration exactly like Vim. Vim-compatible options: showcmd, timeout, colorscheme, maxmapdepth, spelllang, splitright, smartcase etc. Container tabs with colored grouping, auto-clearing.
    Downloads: 0 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
    Bauhaus File Card

    Bauhaus File Card

    A component with interactive border made using vanilla html/css/js

    Check it out at https://codepen.io/Northstrix/pen/WbeggyX
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    uix-kit

    uix-kit

    A free web kits for fast web design and development

    ...It is a web dev build tool/scaffold that does not depend on any framework. You can import any external libraries/frameworks or native ES Modules for production. The generated core file in the dist directory can be used separately in any website. Support JS, HTML, and SASS component library automatically packaged. It is used to develop the full-static website (HTML templates or for dynamic language integration). The demo depends on jQuery (you can completely rewrite the script if needed). And dist DOES NOT bundle any third-party script and style library, all libraries are loaded externally in the HTML file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    react-native-progress

    react-native-progress

    Progress indicators and spinners for React Native

    ...It supports both determinate progress (showing a specific fraction completed) and indeterminate spinners for ongoing tasks with unknown duration. Because it is MIT-licensed and widely used, it has become a common choice in React Native projects for loading states, file uploads, and task progress displays.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LLM React App Javascript Template

    LLM React App Javascript Template

    The Javascript template for an LLM react node app

    This template is an example project for a simple Large Language Model (LLM) application built on top of React and Node. This template was built on top of the React template app from nano-react-app and updated with a Node server that uses HuggingFace.js and LangChain.js to connect to supported large language models. Use this template to easily build and run an LLM app.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    themer

    themer

    Takes a set of colors and generates themes for your apps

    themer takes a set of colors and generates themes for your development environment (editors, terminals, wallpapers, and more). Pass themer a color set, as many templates as you wish, and an output directory. Your generated theme files, as well as a README on how to install them, will be written to the output directory. themer can create themes from your custom color sets. Conventional color is suggested for consistency with ANSI color names in terminal themes, but is not a hard requirement....
    Downloads: 0 This Week
    Last Update:
    See Project
  • Yeastar: Business Phone System and Unified Communications Icon
    Yeastar: Business Phone System and Unified Communications

    Go beyond just a PBX with all communications integrated as one.

    User-friendly, optimized, and scalable, the Yeastar P-Series Phone System redefines business connectivity by bringing together calling, meetings, omnichannel messaging, and integrations in one simple platform—removing the limitations of distance, platforms, and systems.
    Learn More
  • 10
    Docsy Jekyll Theme

    Docsy Jekyll Theme

    A Jekyll version of the beautiful Docsy!

    This is a starter template for a Docsy Jekyll theme, based on the Beautiful Docsy that renders with Hugo. This version is intended for native deployment on GitHub pages. The original Apache License is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    tailwind-rn

    tailwind-rn

    Use Tailwind CSS in React Native projects

    ...Instead of writing StyleSheet objects manually, you call a tailwind() helper with class strings (like bg-blue-500 or mt-4) and get React Native style objects back. A small CLI tool reads the CSS file produced by Tailwind and transforms it into a JSON file that tailwind-rn can consume, with support for watching and rebuilding whenever Tailwind’s output changes. The library supports Tailwind 3.x and works with the JIT compiler, meaning you can use modern Tailwind utilities in mobile layouts. It is framework-agnostic within the React Native ecosystem and can be used with plain React Native, Expo, and other toolchains. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    img2css

    img2css

    Convert any image to pure CSS. Recreates images using only box-shadows

    ...Pure CSS, this output was created by resizing and setting each pixel as a box shadow of a single-pixel div, so no IMG tag or background image is needed. This can result in huge outputs, and the use of this output is not recommended for production unless there is no other option. Base64, the entire image file is embedded inside the <img> tag using base64, so no need for external hosting is needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    Lanyon

    Lanyon

    A content-first, sliding sidebar theme for Jekyll

    Lanyon is an unassuming Jekyll theme that places content first by tucking away navigation in a hidden drawer. It’s based on Poole, the Jekyll butler. Lanyon is a theme built on top of Poole, which provides a fully furnished Jekyll setup—just download and start the Jekyll server. See the Poole usage guidelines for how to install and use Jekyll.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sketch Measure

    Sketch Measure

    Create spec for developers and teammates

    Make it a fun to create spec for developers and teammates. Automatically generating html page with one click, inspect all the design details including CSS Styles on it offline. Layer's influence rect includes the area of shadows and outside borders, it's exactly the same size with the exported image. Sometime, shadows will not implement by engineers, it should be a part of image. Designer need to show the influence rect to engineers, not the regular rect. This is the feature using for. With...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sliding Doors Tutorials

    Sliding Doors Tutorials

    Introduction to Ruby (ed.), GPL v2.

    Introduction to Ruby. Interactive Ruby by Daniel Carrera, ed. by Heiko Blomenkamp. GPL v2. ***A lorem ipsum open source online test project without any lorem ipsum, first edition*** Online demo TestGit: [1] code-git part: http://hegelpediaforge-heiblo.rhcloud.com/code-git/ [2] meta-git part: http://hegelpediaforge-heiblo.rhcloud.com/meta-git/ Status: Currently very slowly migrating from HTML/JS to other frameworks, designs, and contents. Migration #1 (to Phalcon PHP): [3]...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Pendulum Editor

    Pendulum Editor

    A simple markdown editor for static files (Hugo, Nexo, Jekyll

    ...Most of the development is basically related to the preview of whatever it is you're editing. The editor itself doesn't care about anything other than the contents of the text file you're opening and trying to save.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    kodeWeave

    kodeWeave

    HTML/CSS/JS and Markdown Playground For Web Designers and Developers

    kodeWeave is a realtime coding playground for HTML, CSS and Javascript. Similar to JSFiddle and JSBin, but kodeWeave was made to work offline but also as a prototyping application to build applications for desktop operating systems while on mobile devices. (PhoneGap Build is recommended for mobile devices) kodeWeave similar to jsfiddle, jsbin, dabblet, liveweave, codepen, cssdeck, cssdesk, tinkerbin, d3 playground, plunker and pastebin, but allows you to export your web app as a desktop...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    pretty-checkbox.css

    pretty-checkbox.css

    A pure CSS library to beautify checkbox and radio buttons

    ...You need to add an appropriate font icon library in your application. Adding svg icon is very similar to adding font icons. Add class p-svg to .pretty and svg to <svg> tag or <img> tag ( if svg file url is used as img source ). To animate, add class p-smooth or p-jelly or p-tada or p-rotate or p-pulse to .pretty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    U.S. Web Design System documentation

    U.S. Web Design System documentation

    USWDS website and documentation

    ...Web Design System website. For information on the USWDS components and codebase, please visit our uswds Github repo. The U.S. Web Design System documentation is built using Jekyll for the file framework, gulp for task management, and the node module for USWDS. A design system for the federal government. We make it easier to build accessible, mobile-friendly government websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Jekyll Foundation

    Jekyll Foundation

    Start your Jekyll (v3) project with Zurb Foundation for Sites

    Quickstart your Jekyll (v3) project with Zurb Foundation for Sites (v6, sass). This package is meant to build your Site on your local machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Scrolling Game Development Kit 2
    All-in-one program for creating 2D scrolling games. Compile your games into stand-alone .NET executables or customizable C# source code. The IDE and framework are build on OpenTK, which wraps OpenGL, so generated games can be cross-platform.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    Social Buttons for Bootstrap

    Social Buttons for Bootstrap

    Social Sign-In Buttons for Bootstrap

    ...If you haven't done that already, include the latest Bootstrap and Font Awesome in your project. You have two options for enabling the social buttons in your project: vanilla CSS or source Less. For vanilla CSS, just include the bootstrap-social.css file into your project. Start using the buttons as you would normally do with the Bootstrap buttons that have an icon by adding the relevant class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Protein SDK

    Web. Desktop. Best of both worlds.

    Protein SDK is an easy to learn and adapt python software development kit for excellent GUI desktop applications. You can create a desktop application using python, html, css, javascript or jquery in minutes! The SDK allows you to: - Run python code, on any javascript event. - Render result of python function dynamically - Create HTML User Interfaces, using standard HTML. The SDK is powered by: - Google Chrome apps - Python anywhere - Cherrypy Web Framework Though it is a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next