Posts

  • flintrock

    A command-line tool for launching Apache Spark clusters.

    Flintrock has been featured in a few talks, guides, and papers around the web.

    Tags: #python • apache-spark • ec2

  • causalnex

    A Python library that helps data scientists to infer causation rather than observing correlation.

    “A toolkit for causal reasoning with Bayesian Networks.”

    CausalNex aims to become one of the leading libraries for causal reasoning and “what-if” analysis using Bayesian Networks. It helps to simplify the steps:

    • To learn causal structures,
    • To allow domain experts to augment the relationships,
    • To estimate the effects of potential interventions using data.

    Tags: #python • causal-inference • causal-models

  • 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

subscribe via RSS