Showing 3691 open source projects for "you-get"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 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
    vex

    vex

    A modern dialog library, configurable and easy to style

    ...For the most common usage of vex, you'll want to include vex, vex-dialog, the vex CSS file, and a theme file. For browserify/webpack, you'll still need to include the stylesheets on your page, but you can setup vex in your scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Create GraphQL

    Create GraphQL

    Command-line utility to build production-ready servers with GraphQL

    Create production-ready GraphQL servers. Create-GraphQL is a command-line utility to build production-ready servers with GraphQL and also generate Mutations, Types, and more into existent projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SQUEEZER

    SQUEEZER

    Squeezer framework, build serverless dApps

    Squeezer is a platform that empowers new-entry blockchain developers to build serverless dApps simply as dead. The main usage of the ChainKit is to unify top blockchains interfaces into a single normalized API interface, therefore you can build blockchain dApps easily without digging into blockchain complex infrastructure. Bi-directional on-chain transactions (inbound and outbound). Build dApps connecting to smart contracts using chain kit agnostic connector. Quick intuitive code deployments by using a special mechanism that will deploy smart contracts and dApp services where code changed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Crafty JS

    Crafty JS

    JavaScript Game Engine

    Crafty is a JavaScript game engine focused on helping developers build structured, modular 2D HTML5 games that run smoothly in modern browsers. It uses an entity-component system that lets you compose game objects from reusable components instead of relying on inheritance, making game logic easier to organize and maintain. Crafty supports event binding for custom events, so objects can react to game actions, collisions, input, and timers in a clean, decoupled fashion, which helps scale complexity as your game grows. Developers can choose between Canvas or DOM rendering for flexibility in how game elements are drawn, and its lightweight footprint means it won’t slow down load times or performance in most browser environments. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5
    Caption

    Caption

    Get Caption, start watching

    ...We're continuously adding sources, but the app's open-source nature also allows you to add your own when desired. This can be done in Caption Core. Build the actual app for all platforms (Mac, Windows and Linux).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PhantomCSS

    PhantomCSS

    Visual/CSS regression testing with PhantomJS

    ...PhantomCSS takes screenshots captured by CasperJS and compares them to baseline images using Resemble.js to test for rgb pixel differences. PhantomCSS then generates image diffs to help you find the cause. Screenshot based regression testing can only work when UI is predictable. It's possible to hide mutable UI components with PhantomCSS but it would be better to test static pages or drive the UI with faked data during test runs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JS-Data

    JS-Data

    Give your data the treatment it deserves

    JSData is a framework-agnostic, datastore-agnostic ORM for Node.js and the Browser. Adapters allow JSData to connect to various data sources such as Firebase, MySql, RethinkDB, MongoDB, localStorage, Redis, a REST API, etc. With JSData you can re-use your data modeling code between environments, keep your data layer intact when transitioning between app frameworks, and work with a unified data API on the server and the client. JSData employs conventions for rapid development, but allows for endless customization in order to meet your particular needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NüHelp: Word/HTML to CHM converter

    NüHelp: Word/HTML to CHM converter

    Convert Microsoft Word and HTML files to a CHM help file.

    ...Requirements: 1) Word 2003, 2007, 2010 or 2013. 2) HTML Help Workshop (included in zip file) 3) .Net 3.5 Client Profile (already on most computers) *** Win7/8 users: After downloading the file, you will have to right click on the zip file, click properties, and then click the unblock button before unzipping. Otherwise the two chm help files in the zip file will either appear blank or say webpage not found. Tip: Use NuZip to zip CHM files to prevent gmail from rejecting the attachment: http://sourceforge.net/p/nuzip For programmers, a framework is provided that shows you how to link specific screens in your application to specific sections in the help file. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    Pendulum Editor

    Pendulum Editor

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

    ...Supports saving changes into git repositories hosted anywhere (git add, git commit). Docker images and built binaries are provided. Written by @TitPetric and licensed under the permissive WTFPL. As you write or scroll either the text area or the preview pane, the scroll positions are synchronized based on percentage. In the case of images in the text, accuracy can be quite off, but it's possible to improve this behavior in the future. 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
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    postcss-cssnext

    postcss-cssnext

    PostCSS plugin that helps you to use the latest CSS syntax

    PostCSS-cssnext is a PostCSS plugin that helps you to use the latest CSS syntax today. It transforms CSS specs into more compatible CSS so you don’t need to wait for browser support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Sinon.JS

    Sinon.JS

    Test spies, stubs and mocks for JavaScript

    ...The most up-to-date reference on which runtimes and browsers we support can be found by looking at our compatibility docs. Fake timers are synchronous implementations of setTimeout and friends that Sinon.JS can overwrite the global functions with to allow you to more easily test code using them. A test spy is a function that records arguments, return value, the value of this and exception thrown (if any) for all its calls. There are two types of spies: Some are anonymous functions, while others wrap methods that already exist in the system under test. Mocks should only be used for the method under test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    dropfile uploader

    dropfile uploader

    dropfile upload

    You will be able to upload (videos, image, zip) etc ... Share your uploads files for 24 hours and remove it easily
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TheCarProject

    TheCarProject

    Full on CMS for Auto vehicle sales

    A fully Featured Auto vehicle, Auto Dealer php sales web site software, built on Bootstrap 3 it will present the best possible viewpoint for your customers, unlimited items, unlimited images per item. Totally driven from the admin side of the site. Written on PHP 7 and MySQL 5.7 with backwards compatibility built in. Featuring Social sharing ICONs, separate SEO Keyword’s, and Description as well as a generated set of Keywords and description if nothing is entered, FancyBox (free version),...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Basic WebPage Builder

    Basic WebPage Builder

    Drag and Drop basic webpage builder

    Drag and Drop basic webpage and website builder Icon by http://www.kameleon.pics ====== Get your Simple Wysiwyg HTML Editor on Play Store: https://play.google.com/store/apps/details?id=com.ulm.simplehtmleditor ====== Extended release: - Chrome extension: - https://chrome.google.com/webstore/detail/boot-wysiwyg/gjmamibgdidamicoandlflamngdmmeig ====== Desktop app built using Electron framework and NodeJS. ==== Official download also on Softpedia® - https://bit.ly/2AGwc7a ==== Requirements: - Processor: Intel Pentium 4 processor or later that's SSE2 capable - RAM: 512 MB - Hard Disk: 1500 MB - Video Card: nVidia, ATI and Intel Shader Model 2 and Shader Model 3 video cards with 512 megabytes of RAM minimum - Supported OS: Windows 10, Windows 8, Windows 8.1, Windows 7
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Isotope

    Isotope

    Filter and sort layouts

    ...If you want to use Isotope to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. If you are creating an open source application under a license compatible with the GNU GPL license v3, you may use Isotope under the terms of the GPLv3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    imagesLoaded

    imagesLoaded

    Detect when images have been loaded

    ...The always event is triggered after all images have been either loaded or confirmed broken. and the done event is triggered after all images have successfully loaded without any broken images. imagesLoaded works with Browserify. imagesLoaded works with RequireJS. You can manage dependencies with Bower. Set baseUrl to bower_components and set a path config for all your application code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Soundnode App

    Soundnode App

    Soundnode App is the Soundcloud for desktop

    ...When the rate limit is reached all users are blocked from playing/streaming tracks. The stream will be re-enabled one day after (at the same time) streams were blocked. Since SoundCloud applies a rate limit to third-party apps, you need to configure your own API key to make soundnode work. Unfortunately, SoundCloud suspended new application creation, so to retrieve your API key, you have to dig into the SoundCloud website. Listen to songs from your stream, likes, tracks, following or playlists.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    jQuery Ajax File Uploader Widget

    jQuery Ajax File Uploader Widget

    Lightweight and very configurable jQuery plugin

    ...Initialize the plugin on any HTML element such as: <div /> to provide a Drag and drop area. All <input type="file"/> inside the main area element will be bound too. Optionally you can bind it directly to the <input />. Files will start uploading right after they are added. If using the queue system this option means the queue will start automatically after the first file is added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    kodeWeave

    kodeWeave

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

    ...(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 and/or chrome application.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    NexT

    NexT

    An elegant theme for Hexo

    ...Use third-party services to extend the functionality of the site. NexT supports a variety of common third-party services. In addition to the syntax supported by Markdown, NexT uses the label feature provided by Hexo to provide you with quick insertion of special styled content when writing documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    tyto

    tyto

    Manage and organize things

    ...In truth, most organisations have some form of tool for what Tyto is doing. In my experience though, they can be cumbersome, clunky and just a bit noisy. Some employees tend to dislike internal tools. You still see whiteboards and walls plastered in sticky notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TACHYONS

    TACHYONS

    Functional CSS for humans

    ...Doing one thing extremely well promotes reusability and reduces repetition. Documentation helps promote reusability and shared knowledge. CSS shouldn't impede accessibility or the default functionality of HTML. You should send the smallest possible amount of code to the user. Usable across projects. Growing open source component library. Works well with plain HTML, React, Ember, Angular, Rails and more. Infinitely nestable responsive grid system. Built with PostCSS. Optimized for maximum gzip compression.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Elastik
    A very flexible web based ticket/issue tracker with multiple clients and projects, fully configurable fields, categories, stati and status transitions - all on a per project basis. Track any process you want! Available under an BSD license from MAPIX Technologies
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BoostNote Legacy

    BoostNote Legacy

    Real-time collaborative writing

    ...Build a team-wide knowledge management system to solve the information silos. Organize your dev team's sprint backlog and visualize them with status, assignees, reviewers, due date and everything you need. Reduce repeated progress updates in the company chat and standup meetings. Collaborate with your teammates in a doc with Boost Note's real-time editing. Boost Note's editor makes it easy to write a tech spec with Charts.js, Mermaid, Latex, PlantUML and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Cleaver

    Cleaver

    30-second slideshows for hackers

    ...Instead of manually specifying a stylesheet, template, layout, and others, you can specify a single theme containing each of these assets. Cleaver comes with a stylesheet that looks good by default, but you can extend it at your heart's desire. Themes are prepackaged options you can invoke from a directory, URL, or even a GitHub repository.
    Downloads: 0 This Week
    Last Update:
    See Project