Posts

  • laravel-nova-nested-form

    This package allows you to include your nested relationships’ forms into a parent form.

    This package allows you to include your nested relationships’ forms into a parent form.

    Tags: #php • nova • laravel

  • rbush

    RBush — a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles

    The demos contain visualization of trees generated from 50k bulk-loaded random points. Open web console to see benchmarks; click on buttons to insert or remove items; click to perform search under the cursor.

    Tags: #javascript • r-tree • spatial-index

  • Knowage-Server

    Knowage is the professional open source suite for modern business analytics over traditional sources and big data systems.

    Tags: #java • business-intelligence • analyses

  • php-text-analysis

    PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language

    $tokens = tokenize($text);
    

    You can customize which type of tokenizer to tokenize with by passing in the name of the tokenizer class

    $tokens = tokenize($text, \TextAnalysis\Tokenizers\PennTreeBankTokenizer::class);
    

    The default tokenizer is \TextAnalysis\Tokenizers\GeneralTokenizer::class . Some tokenizers require parameters to be set upon instantiation.

    Tags: #php • nlp • tokenization

  • JsStore

    A complete IndexedDB wrapper with SQL like syntax.

    A complete IndexedDB wrapper with SQL like syntax.

    Tags: #javascript • indexeddb • sql

  • ripper-tags

    fast, accurate ctags generator for ruby source code using Ripper

    fast, accurate ctags generator for ruby source code using Ripper

    Tags: #ruby

  • rpush

    The push notification service for Ruby.

    Rpush aims to be the de facto gem for sending push notifications in Ruby. Its core goals are ease of use, reliability and a rich feature set. Rpush provides numerous advanced features not found in others gems, giving you greater control & insight as your project grows. These are a few of the reasons why companies worldwide rely on Rpush to deliver their notifications.

    Tags: #ruby • notification-service • firebase-cloud-messaging

  • php-vcr

    Record your test suite’s HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.

    • Automatically records and replays your HTTP(s) interactions with minimal setup/configuration code.
    • Supports common http functions and extensions
      • everything using streamWrapper: fopen(), fread(), file_get_contents(), … without any modification (except $http_response_header see #96)
      • SoapClient by adding \VCR\VCR::turnOn(); in your tests/bootstrap.php
      • curl(), by adding \VCR\VCR::turnOn(); in your tests/bootstrap.php
    • The same request can receive different responses in different tests – just use different cassettes.
    • Disables all HTTP requests that you don’t explicitly allow by setting the record mode
    • Request matching is configurable based on HTTP method, URI, host, path, body and headers, or you can easily implement a custom request matcher to handle any need.
    • The recorded requests and responses are stored on disk in a serialization format of your choice (currently YAML and JSON are built in, and you can easily implement your own custom serializer)
    • Supports PHPUnit annotations.

    Tags: #php • php-vcr • accurate-tests

  • DPlayer-Typecho

    Typecho plugin for DPlayer

    DPlayer for typecho

    Tags: #php

  • stripe-ruby-mock

    A mocking library for testing stripe ruby

    • Homepage: https://github.com/stripe-ruby-mock/stripe-ruby-mock
    • Issues: https://github.com/stripe-ruby-mock/stripe-ruby-mock/issues
    • CHAT: https://gitter.im/rebelidealist/stripe-ruby-mock

    Tags: #ruby

subscribe via RSS