Posts

  • hyperview

    Server-driven mobile apps with React Native

    Hyperview is a new hypermedia format and React Native client for developing server-driven mobile apps.

    • Serve your app as XML: On the web, pages are rendered in a browser by fetching HTML content from a server. With Hyperview, screens are rendered in your mobile app by fetching Hyperview XML (HXML) content from a server. HXML’s design reflects the UI and interaction patterns of today’s mobile interfaces.
    • Work with any backend web technology: Use battle-tested web technologies like Django, Rails, or Node. Any HTTP server can host a Hyperview app. You can even deploy your app as a collection of static XML files if you want!
    • Update your apps instantly by deploying your backend: Say goodbye to slow release cycles and long app store review times. With Hyperview, your backend controls your app’s layout, content, and available actions. This means you can update any aspect of your app with a server-side change. True CI/CD is finally attainable for mobile development.
    • Forget about API versioning and backwards compatibility: Unlike traditional native apps, every user always runs the most recent version of your code. With no version fragmentation, you can be more productive by eliminating the need to support and maintain older app versions.

    See the Hyperview website for more information about Hyperview and Hyperview XML.

    Tags: #typescript

  • coin-hive

    CoinHive cryptocurrency miner for node.js

    Mine cryptocurrencies Monero (XMR) and Electroneum (ETN) using CoinHive from node.js

    New: Now you can run this miner on any stratum based pool.

    New 2: Now you can mine Electroneum (ETN).

    Need a proxy? check coin-hive-stratum.

    Tags: #javascript • coinhive • monero

  • obsidian-webhooks

    Connect obsidian to the internet of things via webhooks

    Obsidian plugin and service that connects your editor to the internet of things through webhooks

    Tags: #typescript • obsidian • obsidian-plugin

  • leaf

    🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly

    Leaf is a PHP micro framework that helps you create clean, simple but powerful web apps and APIs quickly.

    Tags: #php • php-framework • leaf

  • neuralnetworks

    java deep learning algorithms and deep neural networks with gpu acceleration

    Update This is a newer version of the framework, that I developed while working at ExB Research. Currently, you can build the project, but some of the tests are not working. If you want to access the previous version it’s available in the old branch.

    This is a Java implementation of some of the algorithms for training deep neural networks. GPU support is provided via the OpenCL and Aparapi. The architecture is designed with modularity, extensibility and pluggability in mind.

    Tags: #java

  • omniauth-facebook

    Facebook OAuth2 Strategy for OmniAuth

    📣 NOTICE We’re looking for maintainers to help keep this project up-to-date. If you are interested in helping please open an Issue expressing your interest. Thanks! 📣

    These notes are based on master, please see tags for README pertaining to specific releases.

    Facebook OAuth2 Strategy for OmniAuth.

    Supports OAuth 2.0 server-side and client-side flows. Read the Facebook docs for more details: http://developers.facebook.com/docs/authentication

    Tags: #ruby

  • chatgpt-spring-boot-starter

    a chatgpt starter based on Openai Official Apis.

    This starter is based on OpenAi Official Apis. You can use chatgpt in springboot project easily.

    Tags: #java • starter • chatgpt

  • searchable

    A php trait to search laravel models

    Simply add the package to your composer.json file and run composer update.

    "nicolaslopezj/searchable": "1.*"
    

    Tags: #php • laravel • search

  • blueprint

    A code generation tool for Laravel developers.

    Blueprint requires a Laravel application running a supported version of Laravel. Currently that is Laravel 10.38 or higher.

    Tags: #php

  • localer

    Automatic detecting missing I18n translations tool.

    Add this line to your application’s Gemfile:

    gem 'localer'
    

    And then execute:

    $ bundle
    

    Or install it yourself as:

    $ gem install localer
    

    Tags: #ruby • i18n • dependency-analysis

subscribe via RSS