Posts

  • phrasal

    A large-scale statistical machine translation system written in Java.

    Phrasal is licensed under the GPL (v3+). For details, please see the file LICENSE.txt in the root directory of this software package.

    Copyright (c) 2007-2016 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.

    Tags: #java • java-nlp • statistical-machine-translation

  • sitewhere

    SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.

    SiteWhere is composed of Java-based microservices which are built as Docker images and deployed to Kubernetes for orchestration. To simplify installation and configuration, Helm is used to provide standard templates for various deployment scenarios. Helm charts are provided to supply both the microservices and the dependencies needed to run a complete SiteWhere deployment. Infrastructure components include technologies such as Apache Zookeeper and Kafka, highly available databases such as MongoDB, InfluxDB, and Cassandra, and other supporting technologies such as MQTT brokers.

    Tags: #java • sitewhere • internet-of-things

  • laravel-pivot

    This package introduces new events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

    This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.

    Tags: #php • eloquent-events • laravel-events

  • request_store

    Per-request global storage for Rack.

    Ever needed to use a global variable in Rails? Ugh, that’s the worst. If you need global state, you’ve probably reached for Thread.current. Like this:

    def self.foo
      Thread.current[:foo] ||= 0
    end
    
    def self.foo=(value)
      Thread.current[:foo] = value
    end
    

    Ugh! I hate it. But you gotta do what you gotta do…

    Tags: #ruby

  • UpSnap

    A simple wake on lan web app written with SvelteKit, Go and PocketBase.

    • 🚀 One-Click Device Wake-Up Dashboard
    • ⏰ Timed Events via Cron for Automation
    • 🔌 Ping Any Port You Choose
    • 🔍 Discover Devices with Network Scanning (nmap required)
    • 👤 Secured User Management
    • 🌐 i18n support for these languages
    • 🎨 29 Themes
    • 🐳 Docker images for amd64, arm64, arm/v7, arm/v6
    • 🏠 Self-Hostable, No Cloud Bullshit!

    Tags: #typescript • wakeonlan • golang

  • music-metadata

    Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.

    Stream and file based music metadata parser for node.js. Supports any common audio and tagging format. TypeScript definitions are included.

    Tags: #typescript • metadata • musicbrainz

  • Striker

    Striker is an offensive information and vulnerability scanner.

    Striker 2.0 is still in prototype phase, which means it’s not intended to be used by regular users. It has been made public for contrbutions to make the development faster.
    Usage: python3 striker.py example.com

    Tags: #python • cloudflare • information-gathering

  • daloradius

    daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, a billing engine and integrates with GoogleMaps for geo-locating.

    To install daloRADIUS, you can follow the installation guide available in the project’s official wiki:

    Alternatively, you can also find the installation guide in the doc/install folder of this repository.

    If you encounter any issues during the installation or have any questions, feel free to ask for support in the Issues section.

    Tags: #php • hotspot-management • radius

  • mitamae

    mitamae is a fast, simple, and single-binary configuration management tool with a DSL like Chef

    mitamae is a tool to automate configuration management using a Chef-like DSL powered by mruby.

    It’s been used for provisioning servers, e.g. RubyCI servers and Ruby’s git server, and setting up local environments with dotfiles.

    Tags: #ruby • infrastructure-as-code

  • Android-PWA-Wrapper

    Android Wrapper to create native Android Apps from offline-capable Progressive Web Apps

    An Android Wrapper application to create native Android Apps from an offline-capable Progressive Web App.

    Drafted for the Android App of my Leasing Calculator Web App using React, Redux, Materialize.css and a lot of Offline-First love over at leasingrechnen.at.

    Tags: #java • android • android-wrapper

subscribe via RSS