Showing 47 open source projects for "x-hdl3"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
    Learn More
  • 1
    AWS X-Ray SDK for Ruby

    AWS X-Ray SDK for Ruby

    The official AWS X-Ray Recorder SDK for Ruby

    AWS X-Ray recommends using AWS Distro for OpenTelemetry (ADOT) to instrument your application instead of this X-Ray SDK due to its wider range of features and instrumentation. The AWS X-Ray SDK for Ruby is compatible with Ruby 2.3.6 and newer Ruby versions. It has experimental support for JRuby 9.2.0.0 (still forthcoming). To install the Ruby gem for your project, add it to your project Gemfile. You must also add either the Oj or JrJackson gems, for MRI and JRuby respectively, for JSON parsing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Zathura

    Zathura

    Homebrew formulae to build Zathura on Mac OS X

    Homebrew formulae to install zathura and plugins on Mac OS X. The OSX native integration (dock, window manager) has been added to the develop branch of zathura.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jekyll-import

    jekyll-import

    The "jekyll import" command for importing from various blogs to Jekyll

    Import your old & busted site or blog for use with Jekyll. No importer for your system? No problem. Creating one is easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Redis Store

    Redis Store

    Cache Redis stores for Ruby web frameworks

    Redis Store provides a full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It supports object marshaling, timeouts, single or multiple nodes, and namespaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • 5
    LiteSQL is a codegenerator and C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL, MySQL and oracle as backends.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    KaNaPi

    KaNaPi

    Educational Linux Distribution

    Main goals: * Prepare operating system based on Linux kernel and free software for use at home from scratch by building sources. Binary packages/images are also available. * Each package is installed in separate directory, so you can use different versions of applications and libraries by design. * There is only one user 'kanapi' with root permissions, so you don't have to login, remember passwords, etc. * Simple configuration * Automatic compilation.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Appscript is a high level, user-friendly Apple event bridge that allows you to control scriptable Mac OS X applications from Python, Ruby and Objective-C. Appscript makes these languages a serious alternative to AppleScript for automating your Mac.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    ansible-elasticsearch

    ansible-elasticsearch

    Ansible playbook for Elasticsearch

    Ansible role for 7.x/6.x Elasticsearch. Currently this works on Debian and RedHat-based Linux systems. The latest Elasticsearch versions of 7.x & 6.x are actively tested. Elasticsearch default version is described in es_version. You can override this variable in your playbook to install another version. While we are testing this role only with one 7.x and one 6.x version. All Elasticsearch configuration parameters are supported. This is achieved using a configuration map parameter 'es_config...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    AWS Lambda Ruby Runtime Interface Client

    AWS Lambda Ruby Runtime Interface Client

    AWS Lambda Ruby Runtime Interface Client

    ... that base image Lambda compatible. The Ruby Runtime Interface Client package currently supports Ruby versions 2.5.x up to and including 2.7.x. To make it easy to locally test Lambda functions packaged as container images we open-sourced a lightweight web-server, Lambda Runtime Interface Emulator (RIE), which allows your function packaged as a container image to accept HTTP requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
    Learn More
  • 10
    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
  • 11
    Hydeout

    Hydeout

    A refreshed version of Hyde for Jekyll 3.x and 4.x

    Hydeout updates the original Hyde theme for Jekyll 3.x and 4.x and adds new functionality. In keeping with the original Hyde theme, Hydeout aims to keep the overall design lightweight and plugin-free. JavaScript is currently limited only to Disqus and Google Analytics (and is only loaded if you provide configuration variables). Hydeout makes heavy use of Flexbox in its CSS. If Flexbox is not available, the CSS degrades into a single-column layout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Tesla JSON API

    Tesla JSON API

    A Ruby gem and unofficial documentation of Tesla's JSON API

    This is unofficial documentation of the Tesla JSON API used by their iOS and Android apps. It features functionality to monitor and control their vehicle (Models S, 3, X, Y) and power (Powerwall) products. We currently have documentation for their vehicles, but always accept pull requests for improvements and additions. The API for vehicles is organized into 3 primary surfaces. This gem provides a basic wrapper around the API to easily query and command the car remotely. It also provides access...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RSpec Rails

    RSpec Rails

    RSpec for Rails 5+

    RSpec Rails brings the RSpec testing framework to Ruby on Rails as a drop-in alternative to its default testing framework, Minitest. In RSpec, tests are not just scripts that verify your application code. They’re also specifications (or specs, for short): detailed explanations of how the application is supposed to behave, expressed in plain English. RSpec follows semantic versioning, which means that “major version” upgrades (e.g., 2.x → 3.x) come with breaking changes. If you’re upgrading from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Errbit

    Errbit

    The open source error catcher that's Airbrake API compliant

    Errbit is a tool for collecting and managing errors from other applications. It is Airbrake API compliant, so if you are already using Airbrake, you can just point the airbrake gem to your Errbit server. The way Errbit arranges notices into error groups is configurable. By default, Errbit uses the notice's error class, error message, complete backtrace, component (or controller), action and environment name to generate a unique fingerprint for every notice. Notices with identical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Minimal Jekyll Theme

    Minimal Jekyll Theme

    A minimal one-column Jekyll theme

    This theme is currently in beta and not recommended for production use with Jekyll v4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    vcproj2cmake

    Visual Studio .vc[x]proj to CMakeLists.txt (make, Ninja ...) enabler

    ... alternatives are less suitable). Be aware of several branches available for checkout (git branch -a): "experimental_unverified" is for the daring (to start with current most featureful code), while usability of "experimental" always gets hardened via a large build. For instructions see README.txt - for ad-hoc access see Browse Code button (experimental_unverified head) -, then attempt guided installation on a .vc[x]proj-based source tree, via install_me_fully_guided.rb . Devel cooperation welcome!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Paper

    Paper

    A minimal Jekyll theme for personal blogs

    Paper is a minimal Jekyll theme. Perfect for hosting your personal site, blog, or portfolio on GitHub or self-hosting on your own server. The styling is purposely minimalistic so that you can add your own flare to the website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    jekyll-breadcrumbs

    jekyll-breadcrumbs

    Creates breadcrumbs for Jekyll 3.x, includes SEO optimization

    Smart and fast breadcrumbs for posts, pages and collections with SEO support and more. Works as Jekyll Hook with Jekyll 3.x.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    tisift

    imap cleanup & command line tool

    Beta state! tisift: scaning folder and sort messages with given filter rules. tish: imap shell = imap command line tools. Example: # Set MsgId on Mails without one FOLDER="Archives" ; tils -I "$FOLDER" |grep "\{"|while read LINE ; do tish -x addheader "$FOLDER" "$LINE" "X-New-Header: true" ; done # Correct Date to second received header: tish date Archives PATTERN received2 # Import or export mbox tish exportmbox Archives >file.mbox tish importmbox Archives <file.mbox...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RubyCocoa is a Mac OS X framework that allows Cocoa programming in the object-oriented scripting language Ruby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AdLint

    AdLint

    Open source and free source code static analyzer

    AdLint is a source code static analyzer. It can point out insecure or nonportable code fragments, and can measure various quality metrics of the source code. It (currently) can analyze source code compliant with ANSI C89 / ISO C90 and partly ISO C99. AdLint is written in Ruby. So, it is available for Windows, Mac OS X, GNU/Linux, FreeBSD and any other platforms supported by Ruby.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Rails Exporter for MySQL Workbench

    Rails Exporter for MySQL Workbench

    Plugin for MySQL Workbench creates rails 3.x files from schemata

    Plugin for MySQL Workbench creates rails 3.x files from schemata. Automatically creates schema,seed,migration and model files from MySQL Workbench schemata.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AdLint Goodies

    AdLint Goodies

    Utilities for AdLint the source code static analyzer

    AdLint Goodies is a collection of miscellaneous utilities for AdLint. All goodies are written in Ruby and available for Windows, Mac OS X, GNU/Linux, FreeBSD and any other platforms supported by Ruby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Transform USB keyboard events into X11 keyboard events. Transformation is scriptable using ruby, allowing for complex keyboard interfaces not covered by the standard X11 keymap. Think of it as autohotkey for X11.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Software suite that is a framework for developing projects. CountessMod provides logging, ipc and other services needed by complex programs. The first project built on CountessMod is LinuDent, a dental front office management program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next