Posts

  • 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

  • strman

    🏗A Javascript string manipulation library.

    strman v2.0.0 is available on npm/yarn:

    npm install strman --save
    yarn add strman
    

    Tags: #javascript • string • es6

  • phrasal

    A large-scale statistical machine translation system written in Java.

    Phrasal is licensed under the GPL (v3+). For details, please see the file LICENSE.txt in the root directory of this software package.

    Copyright (c) 2007-2016 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.

    Tags: #java • java-nlp • statistical-machine-translation

  • external-adapters-js

    Monorepo containing JavaScript implementation of external adapters

    This repository contains the source code for Chainlink external adapters. If you would like to contribute, please see the Contributing page for more details.

    Tags: #typescript

  • lift

    Expanding Serverless Framework beyond functions using the AWS CDK

    Lift is a Serverless Framework plugin, install it in your project:

    serverless plugin install -n serverless-lift
    

    If you prefer, you can install Lift via NPM: npm install --save-dev serverless-lift. Then, register the serverless-lift plugin in serverless.yml (see the example below).

    Tags: #typescript • serverless • serverless-plugin

subscribe via RSS