Posts
-
scout-extended
Scout Extended: The Full Power of Algolia in Laravel
- Zero downtime reimports - it’s a breeze to import data in production.
- Implement site-wide search amongst multiple models with aggregators.
- Automatically improve the relevancy of your search results.
- Beautiful overview of your application indexes.
- A useful collection of macros, facades, and much more.
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
HeadlessJSwhich is currently only supported on Android.On the native side it uses either
Firebase JobDispatcheror aAlarmManager.-
Firebase JobDispatcher (default): The jobs can’t be scheduled exactly and depending on the Android API version different
periodtime is allowed.FirebaseJobDispatcheris the most battery efficient backward compatible way of scheduling background tasks. -
AlarmManager by setting
exacttotrue: 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.
- To add OWA tracking to a WordPress based website install the OWA integration plugin or see this repository.
- To add OWA tracking to any PHP application use the OWA PHP SDK
Tags: #php • web-analytics • privacy
-
forkcms
Fork is an easy to use open source CMS using Symfony Components.
- Make sure you have composer installed.
- Run
composer create-project forkcms/forkcms .in your document root. - Browse to your website
- Follow the steps on-screen
- 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
A text search engine that supports mixed Chinese and English fuzzy search.
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