Posts

  • scout-extended

    Scout Extended: The Full Power of Algolia in Laravel

    Tags: #php • algolia • laravel

  • react-native-background-job

    Schedule background jobs in React Native that run your JavaScript when your app is in the background/killed.

    Schedule background jobs that run your JavaScript when your app is in the background or if you feel brave even in foreground.

    The jobs will run even if the app has been closed and, by default, also persists over restarts.

    This library relies on React Native’s HeadlessJS which is currently only supported on Android.

    On the native side it uses either Firebase JobDispatcher or a AlarmManager.

    • Firebase JobDispatcher (default): The jobs can’t be scheduled exactly and depending on the Android API version different period time is allowed. FirebaseJobDispatcher is the most battery efficient backward compatible way of scheduling background tasks.

    • AlarmManager by setting exact to true: Simple propriatery implementation that is only ment to be used while testing. It only cares about executing on time, all other parameters are ignored - job is not persisted on reboot.

    Tags: #java • react-native • scheduled-jobs

  • comma-chameleon

    A desktop CSV editor for data publishers

    Comma Chameleon is a desktop CSV editor (built with Electron.js) that provides a simple interface for editing data.

    Developed by the ODI as a proof of concept, it has now been replaced by Data Curator (GitHub).

    Tags: #javascript • data-publication • electron

  • InSpy

    A python based LinkedIn enumeration tool

    â›” [DEPRECATED]. This repo is no longer being maintained.

    Tags: #python

  • json-schema

    JSON Schema validator for PHP

    The full documentation for this library can be found [here][documentation]. We provide documentation for both [JSON Schema] standard itself as well as for the library’s own API.

    Tags: #php • json-schema • json-pointer

  • Open-Web-Analytics

    Official repository for Open Web Analytics which is an open source alternative to commercial tools such as Google Analytics. Stay in control of the data you collect about the use of your website or app. Please consider sponsoring this project.

    Open Web Analytics is an open source alternative to commercial web analytics tools such as Google Analytics. This software allows you to stay in control of the data you collect about the user of your websites or applications.

    This repository installs the OWA Server and Javascript tracking client which can easily be added to web pages.

    Tags: #php • web-analytics • privacy

  • forkcms

    Fork is an easy to use open source CMS using Symfony Components.

    1. Make sure you have composer installed.
    2. Run composer create-project forkcms/forkcms . in your document root.
    3. Browse to your website
    4. Follow the steps on-screen
    5. Have fun!

    Tags: #php • cms • symfony

  • numpyro

    Probabilistic programming with NumPy powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.

    Probabilistic programming powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.

    Docs and Examples Forum

    Tags: #python • pyro • jax

  • text-search-engine

    中文 README

    A dynamic programming-based text search engine that supports mixed Chinese and English fuzzy search, returning the highest-weight matching results.

    Tags: #typescript • search • text-search

  • DebugLog

    Create a simple and more understandable Android logs.

    android.util.Log is the most usable library of the Android. But, when the app released on the market, some important information is clearly forgotten by the developer. All logs are disabled by DebugLog when the app is released.

    And plus, it provides more understandable DDMS logs for developers.

    Tags: #java

subscribe via RSS