Showing 29 open source projects for "apt-get"

View related business solutions
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 1
    Active Admin

    Active Admin

    The administration framework for Ruby on Rails applications

    Active Admin is a Ruby on Rails plugin for generating administration style interfaces. It abstracts common business application patterns to make it simple for developers to implement beautiful and elegant interfaces with very little effort. Customizable global navigation allows you to create usable admin interfaces for your business. Use the bundled Devise configuration or implement your own authorization using the provided hooks. Use scopes to create sections of mutually exclusive resources...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    vcr

    vcr

    Record your test suite's HTTP interactions and replay them

    ... are offline, or iana.org goes down for maintenance) and accurate (the response will contain the same headers and body you get from a real request). You can use a different cassette library directory (e.g., "test/vcr_cassettes"). The recorded requests and responses are stored on disk in a serialization format of your choice (currently YAML and JSON are built in, and you can easily implement your own custom serializer) and can easily be inspected and edited.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    GitHub Pages Ruby Gem

    GitHub Pages Ruby Gem

    A simple Ruby Gem to bootstrap dependencies

    Websites for you and your projects. Hosted directly from your GitHub repository. Just edit, push, and your changes are live.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Pronto

    Pronto

    Quick automated code review of your changes

    Pronto runs analysis quickly by checking only the relevant changes. Created to be used on GitHub pull requests, but also works locally and integrates with GitLab and Bitbucket. Perfect if you want to find out quickly if a branch introduces changes that conform to your style guide, are DRY, don't introduce security holes, and more. Pronto runs the checks on a diff between the current HEAD and the provided commit-ish (default is master). You can run Pronto as a step of your CI builds and get...
    Downloads: 1 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 5
    Graphiti

    Graphiti

    Stylish Graph APIs

    Graphiti makes RESTful Resources a first-class concept. This enables reading and writing a graph of data in a single request, a schema with a backward-compatible guarantee, end-to-end integration test patterns, seamless microservices and much more. If you just want to get a 5-minute feel for Graphiti code and all the functionality that comes out-of-the-box, head to Quickstart. If you want a birds-eye view of Graphiti’s moving pieces, check out our Intro to Graphiti video or The Lifecycle...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Minima

    Minima

    Minima is a one-size-fits-all Jekyll theme for writers

    It's Jekyll's default (and first) theme. It's what you get when you run jekyll new. Minima has been scaffolded by the jekyll new-theme command and therefore has all the necessary files and directories to have a new Jekyll site up and running with zero-configuration. From Minima v3 onwards, the base layout is named base.html instead of default.html to avoid confusing new users into assuming that name holds a special status. Users migrating from older versions with customized _layouts...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    fog

    fog

    The Ruby cloud services library

    Whether you need compute, dns, storage, or a multitude of other services, fog provides an accessible entry point and facilitates cross-service compatibility. Just getting started working with cloud resources? You are not alone, and having so many complicated options makes it hard to know where to start. fog delivers the knowledge of cloud experts to you, helping you to bootstrap your cloud usage and guiding you as your own expertise develops. By coding with fog from the start you avoid...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    bulma-clean-theme

    bulma-clean-theme

    A clean and modern Jekyll theme based on Bulma

    This is a clean and simple Jekyll Theme built with the Bulma framework, providing a modern-looking site to start with. The theme uses Alpine.js for its interactive components, such as mobile navbar and notifications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ruby on Rails

    Ruby on Rails

    Web Application Framework written in Ruby

    Rails is a web application development framework written in the Ruby programming language. It is designed to make programming web applications easier by making assumptions about what every developer needs to get started. It allows you to write less code while accomplishing more than many other languages and frameworks. Experienced Rails developers also report that it makes web application development more fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 10
    ajax-datatables-rails

    ajax-datatables-rails

    A wrapper around DataTable's ajax methods that allow synchronization

    DataTables is a nifty jQuery plugin that adds the ability to paginate, sort, and search your HTML tables. When dealing with large tables (more than a couple of hundred rows) however, we run into performance issues. These can be fixed by using server-side pagination, but this breaks some DataTables functionality. ajax-data tables-rails is a wrapper around DataTables ajax methods that allow synchronization with server-side pagination in a Rails app. It was inspired by this Railscast. I needed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ciao

    ciao

    HTTP checks & tests (private & public) monitoring

    HTTP checks & tests (private & public) monitoring - check the status of your URL. ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. It uses Cron syntax to schedule the checks and comes along with a Web UI and a RESTful JSON API. Create an open-source web application for checking URL statuses with a UI and a REST API which is easy to install and maintain (no external dependencies like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GraphQL Batch

    GraphQL Batch

    A query batching executor for the graphql gem

    ... field by calling .for with the grouping arguments to get a loader instance, then call .load on that instance with the key to load. Although this library doesn't have a dependency on active record, the examples directory has record and association loaders for active record which handles edge cases like type-casting ids. GraphQL::Batch::Loader#load returns a Promise using the promise.rb gem to provide a promise-based API, so you can transform the query results using .then.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Typing

    Typing

    Typing, is a template for Jekyll

    ... or the button. Printing will eliminate useless parts such as the sidebar. You will also have a template for posting to the "" welcome-to-jekyll.md "** file and will need to follow the header of that template. The file contains some information you can get to use on your website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Mocker++11

    C++ Mock object auto generator

    Unlike Java or other languages where reflection / introspection is available, mocking is not easy with C++. Even with Google Mock, we need some hand writing. I solved this problem by using home made class declaration parser/generator that reads the class declaration (header file), then generates a mock class. What you need is to run the generator and full featured mock class is there for your unit test. ---- How to use: You need Ruby. Obtain it if you don't have it yet. Get Tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Opal jQuery

    Opal jQuery

    jQuery for Opal

    ... applications as well. The request is actually triggered inside the HTTP. get method, but due to the async nature of the request, the callback and errback handlers can be added anytime before the request returns.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Guard

    Guard

    Guard is a command line tool to easily handle events on file system

    Please upgrade to Ruby >= 2.4 before installing Guard! To install for older versions, update Bundler at least 1.12: gem update bundler and Bundler should correctly resolve to earlier gems for your given Ruby version. Guard automates various tasks by running custom rules whenever file or directories are modified. It's frequently used by software developers, web designers, writers and other specialists to avoid mundane, repetitive actions and commands such as "relaunching" tools after changing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    mmmv_raspbian_t2

    mmmv_raspbian_t2

    A Debian/Raspbian based custom memory card image for the Raspberry Pi.

    The mmmv_raspbian_t2 is an attempt to create a Debian/Raspbian based Raspberry Pi memory card image that is robust enough to be deployed in production. The project may consists of multiple memory card images of which some, initially all, are NOT robust enough for production deployment and are meant to be used only for development. The customizations includes robustness related changes like switching off the swap space to minimize memory card wear and comfort enhancement related changes like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    deep2Read

    deep2Read

    This website includes a (growing) list of papers and lectures

    As a group, we need to improve our knowledge of the fast-growing field of deep learning. To educate students in our graduate programs, to help new members in my team with basic tutorials, and to help current members understand advanced topics better, this website includes a (growing) list of tutorials and papers we survey for such a purpose. We hope this website helps people who share similar research interests or those interested in learning advanced topics about deep learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    imgIX

    imgIX

    A plugin for integrating imgix into Jekyll sites

    imgix manages, optimizes, and delivers images and videos for faster pages, better visual quality, and a simpler workflow. Visual media technology is cumbersome, complex, and ever-evolving. We streamline it so you can control your workflow. Poor loading speed hurt conversions and SEO. Improve your performance with robust media processing. Future-proof your visual media, so your customers get the best experience anywhere, on any platform. Upload, search, edit, and organize all cloud assets. See...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Poole

    Poole

    The Jekyll Butler. A no frills responsive Jekyll blog theme

    A diligent and noble steward for building Jekyll sites. Poole is the butler for Jekyll, the static site generator. It's designed and developed by @mdo to provide a clear and concise foundational setup for any Jekyll site. It does so by furnishing a full vanilla Jekyll install with example templates, pages, posts, and styles. Poole is the butler for Jekyll, the static site generator. It's designed and developed by @mdo to provide a clear and concise foundational setup for any Jekyll site. It...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Wraith

    Wraith

    A responsive screenshot comparison tool

    Wraith is a screenshot comparison tool, created by developers at BBC News. Wraith uses a headless browser to create screenshots of webpages on different environments (or at different moments in time) and then creates a diff of the two images; the affected areas are highlighted in blue. There are two main modes for using Wraith, 'capture' mode and 'history' mode. Wraith has some built-in JavaScript and configuration file templates for you to get started with right away. If you wish to take...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Jekyll::Gzip

    Jekyll::Gzip

    Generate gzipped assets and files for your Jekyll site at build time

    ... site it will generate gzip files for all text based files (HTML, CSS, JavaScript, etc). Zlib's gzipping capabilities don't quite squeeze all the compression out of our files that we could want. If you want a slower but better compression algorithm, check out Jekyll::Zopfli. Zopfli is about the best compression we can get out of the gzip format, but there's more! Brotli is a relatively new compression format that is now supported by many browsers and can produce even smaller files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Bootstrap 3 for Sass

    Bootstrap 3 for Sass

    Sass port of Bootstrap 2 and 3

    Bootstrap 3 for Sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications. This is Bootstrap 3. For Bootstrap 4 use the Bootstrap rubygem if you use Ruby, and the main repo otherwise. Get the lowdown on the key pieces of Bootstrap's infrastructure, including our approach to better, faster, stronger web development. Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Rpg.NET

    Performance enhancement API for RPG Maker XP, VX, VXA.

    Rpg.NET is an API built using the .NET Framework for both improving performance and enhancing the RPG Maker series (XP, VX, and VXA). Contained within are various functions and classes that extend the ability of RPG Maker in areas such as graphics, audio, and Windows API interop. Included is a Ruby script that is the wrapper around the library, so it can be used as any other script within your game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EVSoftware - TWD: Tracing Wave Drawing

    EVSoftware - TWD: Tracing Wave Drawing

    Wave Audio copy based on a background image.

    ..., but also by the coordinates of 'floating, you can program in cycles innumerable factors in Robotics. this is just an idea of ​​what you can get with TWD
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next