Posts

  • serverspec

    RSpec tests for your servers configured by CFEngine, Puppet, Chef, Ansible, Itamae or anything else even by hand

    RSpec tests for your servers configured by Puppet, Chef or anything else

    You can see the details of serverspec on serverspec.org.


    Tags: #ruby

  • laravel-crm

    Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.

    1. Introduction
    2. Documentation
    3. Requirements
    4. Installation & Configuration
    5. License
    6. Security Vulnerabilities

    Tags: #php • laravel • laravel-package

  • airplane-mode

    Disables external data calls and loading for working on a purely local (i.e. no internet connection) WordPress site

    Tags: #php • wordpress • offline-mode

  • librato-metrics

    Ruby wrapper to make it easy to interact with Librato’s API.

    NOTE: Starting with version 2.1.0 librato-metrics requires a Librato account that supports tagged metrics. If your Librato account doesn’t yet support tagged metrics please use the 1.6.1 version.


    This gem provides granular control for scripting interactions with the Metrics core API. It is well suited for integrations, scripts, workers & background jobs. If you want to submit from a web app, take at look at librato-rails and/or librato-rack.

    Tags: #ruby

  • crud

    For CakePHP 4.x compatible version:

    composer require friendsofcake/crud
    

    For CakePHP 3.x compatible version:

    composer require friendsofcake/crud:^5.0
    

    For CakePHP 2.x compatible version:

    composer require friendsofcake/crud:~3.0
    

    Tags: #php • cakephp • cakephp-plugin

  • rabet-extension

    :rabbit: :earth_americas: Rabet browser extension enables you to manage your assets and interact with Stellar apps.

    Rabet extension allows you to interact with Stellar Apps in a secure and transparent environment. This product is available for Chrome, Firefox, Edge, and Brave.

    Tags: #typescript • wallet • stellar

  • chronicle

    Public append-only ledger microservice built with Slim Framework

    Tags: #php • append-only • hash-chain

  • google-maps-services-js

    Node.js client library for Google Maps API Web Services

    This library is designed for server-side Node.js applications. Attempting to use it client-side, in either the browser or any other environment like React Native, may in some cases work, but mostly will not. Please refrain from reporting issues with these environments when attempting to use them, since server-side Node.js applications is the only supported environment for this library. For other environments, try the [Maps JavaScript API], which contains a comparable feature set, and is explicitly intended for use with client-side JavaScript.

    Tags: #typescript • javascript • nodejs

  • tweetledee

    A PHP library that provides an incredibly easy way to access Twitter data as JSON or RSS feed by URL or standard CLI syntax.

    Tags: #php • rss-feed • twitter

  • dalli-elasticache

    A wrapper for Dalli with support for AWS ElastiCache

    The most common use of Dalli in Rails is to support a cache store. To set up your cache store with a cluster, you’ll need to generate the list of servers with Dalli ElastiCache and pass them to the cache_store configuration. This needs to be done in your config/environments/RAILS_ENV.rb file for each Rails environment where you want to use a cluster.

    # in config/environments/production.rb
    endpoint    = "my-cluster-name.abc123.cfg.use1.cache.amazonaws.com:11211"
    elasticache = Dalli::ElastiCache.new(endpoint)
    
    config.cache_store = :mem_cache_store, elasticache.servers, { expires_in: 1.day }
    

    Tags: #ruby

subscribe via RSS