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.
- Introduction
- Documentation
- Requirements
- Installation & Configuration
- License
- 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
Production-grade rapid controller development with built in love for API and Search
For CakePHP 4.x compatible version:
composer require friendsofcake/crudFor CakePHP 3.x compatible version:
composer require friendsofcake/crud:^5.0For CakePHP 2.x compatible version:
composer require friendsofcake/crud:~3.0Tags: #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
- Instructions for Installing Chronicle
- How to write (publish) to your Chronicle
- How to setup cross-signing to other Chronicles
- How to replicate other Chronicles
- Concurrent Instances
- Configuration
- Internal Developer Documentation
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.
- Docs Home: http://tweetledee.github.io/tweetledee
- Usage: http://tweetledee.github.io/tweetledee/usage.html
- Developer Docs: http://tweetledee.github.io/tweetledee/developer.html
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_storeconfiguration. This needs to be done in yourconfig/environments/RAILS_ENV.rbfile 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