Posts
-
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
-
strman
🏗A Javascript string manipulation library.
strman v2.0.0 is available on npm/yarn:
npm install strman --save yarn add strmanTags: #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-liftIf you prefer, you can install Lift via NPM:
npm install --save-dev serverless-lift. Then, register theserverless-liftplugin inserverless.yml(see the example below).Tags: #typescript • serverless • serverless-plugin
subscribe via RSS