Posts

  • Laravel-Geographical

    Easily add longitude and latitude columns to your records and use inherited functionality for calculating distances

    Easily add longitude and latitude columns to your records and use inherited functionality for calculating distances.

    First either update your database or add this to a migration for each model:

    $table->double('longitude');
    $table->double('latitude');
    

    Finally in your model use:

    use Geographical;
    

    Tags: #php

  • phunctional

    ⚑️ λ PHP functional library focused on simplicity and performance

    Phunctional is heavily inspired by Clojure and some other PHP libraries like iter, compose and felpado.

    The main principles that we have in mind developing this library are:

    • A collection can be any iterable PHP object, arrays or generators
    • Favor composition vs inheritance
    • Be lazy when you can
    • Avoid state, state is (usually) evil!
    • Simplicity over easiness
    • Break the above rules if it makes sense

    All of this can be resumed with a word: Immutability.

    Tags: #php β€’ functional-programming β€’ map

  • laravel-localization-to-vue

    Make Laravel standard localization files available in format required by various JavaSript localization packages

    This package collects all localizations from resources/lang directory and it’s sub-directories and converts them to plain array
    which can later be converted to JSON object and used with libraries like Vue, Angular, etc.

    Tags: #php

  • rails-controller-testing

    Brings back assigns and assert_template to your Rails tests

    This gem brings back assigns to your controller tests as well as assert_template to both controller and integration tests.

    Note: This gem is only useful once assigns and assert_template have been removed from Rails.

    Tags: #ruby

  • bazel-buildfarm

    Bazel remote caching and execution service

    This repository hosts the Bazel remote caching and execution system.

    Background information on the status of caching and remote execution in bazel can be found in the bazel documentation.

    File issues here for bugs or feature requests, and ask questions via build team slack in the #buildfarm channel.

    Buildfarm Wiki

    Tags: #java β€’ bazel β€’ remote-execution

  • subscriptions-transport-ws

    :arrows_clockwise: A WebSocket client + server for GraphQL subscriptions

    (Work in progress!)

    A GraphQL WebSocket server and client to facilitate GraphQL queries, mutations and subscriptions over WebSocket.

    subscriptions-transport-ws is an extension for GraphQL, and you can use it with any GraphQL client and server (not only Apollo).

    See GitHunt-API and GitHunt-React for an example server and client integration.

    Tags: #typescript

  • modernmt

    Neural Adaptive Machine Translation that adapts to context and learns from corrections.

    ModernMT is a context-aware, incremental and distributed general purpose Neural Machine Translation technology based on Fairseq Transformer model. ModernMT is:

    • Easy to use and scale with respect to domains, data, and users.
    • Trained by pooling all available projects/customers data and translation memories in one folder.
    • Queried by providing the sentence to be translated and optionally some context text.

    ModernMT goal is to deliver the quality of multiple custom engines by adapting on the fly to the provided context.

    You can find more information on: http://www.modernmt.eu/

    Tags: #java β€’ translation β€’ mmt

  • jQuery.print

    Easy to use, Element Printing Plugin for jQuery

    jQuery.print is a plugin for printing specific parts of a page

    Tags: #javascript β€’ print β€’ jquery

  • react-native-workers

    Background services and web workers for react-native

    Spin worker threads and run CPU intensive tasks in the background. Bonus point on Android you can keep a worker alive even when a user quit the application :fireworks:

    Tags: #java

  • simp-core

    The base SIMP build repository

    Tags: #ruby β€’ simp β€’ puppet

subscribe via RSS