Posts

  • gomobile-ipfs

    IPFS and libp2p on Mobile, with Gomobile

    This repo aims to provide packages for Android, iOS and React-Native that allow one to run and use an IPFS node on mobile devices. It is also a place to discuss the constraints of running IPFS on mobile in order to find solutions and exchange tips.

    :warning: this repo is still experimental, contributions are very welcome

    You can check the packages documentation here.

    Tags: #java • mobile • ipfs

  • jbrowse

    To install jbrowse, visit http://jbrowse.org/blog and download the latest JBrowse zip file. See instructions at http://jbrowse.org/docs/installation.html for a tutorial on setting up a sample instance.

    Tags: #javascript • genomics • genome-browser

  • laravel-auto-translate

    Automatically translate your language files using a translator service

    This package can be used in Laravel 5.6 or higher and needs PHP 7.2 or higher.

    You can install the package via composer:

    composer require ben182/laravel-auto-translate
    

    Tags: #php • laravel • laravel-package

  • mad-location-manager

    Mad Location Manager is a library for GPS and Accelerometer data “fusion” with Kalman filter

    This module helps to increase GPS coordinates accuracy and also:

    • reduces the errors in route tracking;
    • decreases the noise from Low-class smartphones;
    • excludes sharp «jumps» to the points remote from a real route;
    • eliminates additional distance when the object is motionless;
    • filters errors duу to the short-term loss of GPS-signal.

    Tags: #java • noise-filtering • kalman-filter

  • pixelbox

    A sandbox framework to fast-prototype tile-based games in HTML5 and JavaScript

    Pixelbox takes inspiration from fantasy consoles like PICO8 and game creation frameworks like Unity3D.

    Tags: #javascript

  • livewire-calendar

    Laravel Livewire component to show Events in a good looking monthly calendar

    This package allows you to build a Livewire monthly calendar grid to show events for each day. Events can be loaded from within the component and will be presented on each day depending on the date of the event.

    Tags: #php

  • watchdog-framework

    :beers: 【新版计划中】基于SpringBoot+Shiro+Mybatis等开发的轻量级管理系统快速开发脚手架

    watchdog-framework基于SpringBoot+Shiro+Mybatis+Mybatis-Plus+HikariCP+Redis+Vue+iView等开发的轻量级管理系统快速开发脚手架,拥有角色、用户、资源管理、权限数据同步更新等功能,并此项目会进行持续更新升级,欢迎使用,若对您有帮助请点击上方的star :beers: 。

    Tags: #java • spring-boot • mybatis

  • twitter-api-php

    The simplest PHP Wrapper for Twitter API v1.1 calls

    $settings = array(
        'oauth_access_token' => "YOUR_OAUTH_ACCESS_TOKEN",
        'oauth_access_token_secret' => "YOUR_OAUTH_ACCESS_TOKEN_SECRET",
        'consumer_key' => "YOUR_CONSUMER_KEY",
        'consumer_secret' => "YOUR_CONSUMER_SECRET"
    );
    

    Tags: #php • twitter-api • twitterapiexchange

  • imagecache

    Caching extension for the Intervention Image Class

    Intervention Image Cache extends the Intervention Image Class package to be capable of image caching functionality.

    The library uses the Illuminate/Cache package and can be easily integrated into the Laravel Framework. Based on your Laravel cache configuration you are able to choose between Filesystem, Database, Memcached or Redis for the temporary buffer store.

    The principle is simple. Every method call to the Intervention Image class is captured and checked by the caching interface. If this particular sequence of operations already have taken place, the data will be loaded directly from the cache instead of a resource-intensive image operation.

    Tags: #php

  • SlimSocial-for-Facebook

    Light version of Facebook. Light both in the weight and in the use.

    SlimSocial for Facebook is a lightweight and customizable alternative to the official Facebook app. It was originally created in 2015 as a project to explore Android app development, but it was put on hold due to university and work commitments.

    Recently, I updated the app with a new codebase using Flutter, making it more efficient and user-friendly than ever before. SlimSocial still retains its original values of lightweight design and privacy, while introducing new features, such as the ability to hide ads and a better user interface.

    Tags: #java • facebook • android-app

subscribe via RSS