Posts

  • lakasir

    POS open-source, simple things only need simple solutions

    • php 8.1
    • mysql 5.7 or higher
    • php-ext.* base on laravel extenstion requirement

    Tags: #php • laravel • opensource

  • graby

    Graby helps you extract article content from web pages

    Full-Text RSS works great as a standalone application. But when you need to encapsulate it in your own library it’s a mess. You need this kind of ugly thing:

    $article = 'http://www.bbc.com/news/entertainment-arts-32547474';
    $request = 'http://example.org/full-text-rss/makefulltextfeed.php?format=json&url='.urlencode($article);
    $result  = @file_get_contents($request);
    

    Also, if you want to understand how things work internally, it’s really hard to read and understand. And finally, there are no tests at all.

    That’s why I made this fork:

    1. Easiest way to integrate it (using composer)
    2. Fully tested
    3. (hopefully) better to understand
    4. A bit more decoupled

    Tags: #php • text-rss • extract-website

  • bluebubbles-server

    Server for forwarding iMessages to clients within the BlueBubbles App ecosystem

    This is the back-end server for the BlueBubbles App. It allows you to forward your iMessages to and from an Android device via the BlueBubbles App.

    Tags: #typescript • imessage • nodejs

  • AppStarter

    AppStarter | AppDrawer and Kodi / SPMC Updater for Amazon FireTV. Works without rooting your FireTV.

    • Lists all user-installed apps including sideloaded / adb installed apps.
    • Apps can be easily sorted / ordered by settings-button or click-drag-and-drop (long-click to start drag-and-drop).
    • Apps can be hidden from app drawer (see settings).
    • Kodi and SPMC can be installed and updated directly out of AppStarter (see Updates section).
    • Possibility to change the time of no action the FireTV waits to go to sleep.
    • Possibility to import / export settings.
    • Show system and device informations like Android-Version, Build-Version, Hostname, WiFi- / WLAN Name (SSID), IP Adress and Uptime.
    • Automatic update mechanism.
    • No root required!

    Tags: #java

  • TwigBridge

    Give the power of Twig to Laravel

    TwigBridge >= 0.13 supports Twig 3. If you need Twig 1/2 support, use the 0.12 versions.

    Tags: #php

  • stateful_enum

    A very simple state machine plugin built on top of ActiveRecord::Enum

    stateful_enum is a state machine gem built on top of ActiveRecord’s built-in ActiveRecord::Enum.

    Tags: #ruby • activerecord • enum

  • vineflower

    Modern Java decompiler aiming to be as accurate as possible, with an emphasis on output quality. Fork of the Fernflower decompiler.

    Vineflower is a modern general purpose Java & JVM language decompiler focused on providing the best quality, speed, and usability.

    Vineflower’s features include:

    • Java 21+ support, including records, sealed classes, switch expressions, pattern matching, and more
    • Clean code generation and output, with automatic output formatting
    • Multithreaded decompilation

    Examples of Vineflower’s output compared to other decompilers can be found on the website.

    Tags: #java • decompiler • fernflower

  • aws2tf

    aws2tf - automates the importing of existing AWS resources into Terraform and outputs the Terraform HCL code.

    aws2tf.py will import into Terraform existing AWS infrastructure, and produce the corresponding Terraform HCL files.

    aws2tf.py will also attempt to:

    • De-reference hardcoded values into their Terraform addresses.
    • Find dependent resources and import them.
    • Where possible, remove region and account references and replace with Terraform data values.

    Finally aws2tf runs a terraform plan command and there should hopefully be no subsequent additions or deletions reported by the terraform plan command as all the appropriate terraform configuration files will have automatically been created.

    Tags: #python

  • onlyoffice-nextcloud

    The app which enables the users to edit office documents from Nextcloud using ONLYOFFICE Document Server, allows multiple users to collaborate in real time and to save back those changes to Nextcloud

    This app enables users to edit office documents from Nextcloud using ONLYOFFICE Docs packaged as Document Server - Community or Enterprise Edition.

    Tags: #php • nextcloud • onlyoffice

  • docker-registry-browser

    🐳 Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.

    Web Interface for the Docker Registry HTTP API V2 written in Ruby on Rails.

    Tags: #ruby • docker • docker-registry

subscribe via RSS