Posts
-
react-native-contacts
React Native Contacts
getAllis a database intensive process, and can take a long time to complete depending on the size of the contacts list. Because of this, it is recommended you access thegetAllmethod before it is needed, and cache the results for future use.import Contacts from 'react-native-contacts'; Contacts.getAll().then(contacts => { // contacts returned })See the full API for more methods.
Tags: #java • react-native • react-native-component
-
mdx
MDx - Material Design WordPress Theme
Tags: #php • wordpress-theme • material-design
-
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
-
adLDAP
adLDAP is a PHP class that provides LDAP authentication and integration with Active Directory.
ATTENTION: Version v5.0.0 is in heavy development, however it is close to completion. Use ‘dev-master’ at you’re own risk.
adLDAP is a tested PHP class library that provides LDAP authentication and Active Directory management tools.
Tags: #php
-
php-ga-measurement-protocol
Send data to Google Analytics from the server using PHP. Implements GA measurement protocol.
Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol so its possible to send any data that you would usually do from analytics.js on the client side. You can send data regarding the following parameters categories (Full List):
- General
- User
- Session
- Traffic Sources
- System Info
- Hit
- Content Information
- App Tracking
- Event Tracking
- E-Commerce
- Enhanced E-Commerce
- Social Interactions
- Timing
- Exceptions
- Custom Dimensions / Metrics
- Content Experiments
- Content Grouping
Tags: #php • google-analytics • tracking
-
kairosdb
Fast scalable time series database
Documentation is found here.
Tags: #java • kairosdb • timeseries-database
-
cognitive-services-python-sdk-samples
Learn how to use the Cognitive Services Python SDK with these samples
These samples will show you how to get up and running using the Python SDKs for various Cognitive Services services. They’ll cover a few rudimentary use cases and hopefully express best practices for interacting with the data from these APIs.
Tags: #python
-
PEPS
Innovative Open source Email + File sharing
PEPS is an open source email, file sharing and collaboration server that intends to fullfil the need for high-quality on-premises software that could rival with top-notch SaaS products such as Gmail or Dropbox, and innovate with new features.
PEPS is built to be extensible thanks to complete APIs and we aim at creating an ecosystem of compatible apps and services.
Please read more about PEPS and its roadmap. We also have a FAQ.
This repository contains the source of the PEPS containers. PEPS application source is available from a separate repository under the Affero GPL License.
Tags: #python
-
helpers
Several tools to help you in development
// For laravel-admin 1.x $ composer require "laravel-admin-ext/helpers:1.*" // For laravel-admin 2.x $ composer require "laravel-admin-ext/helpers:2.*"Import menu items.
$ php artisan admin:import helpersTags: #php
-
steam-condenser-ruby
A library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
- Ruby 2.1 or newer (and compatible Ruby VMs)
- Any operating system able to run such a VM
The following gems are required:
bzip2-ruby(for Source servers sending compressed responses)multi_json(for the Web API features)multi_xml(for the Steam Community features)
Tags: #ruby • hlds • srcds
subscribe via RSS