Posts

  • bmg

    Bmg, Alf’s successor, A Ruby Relational Algebra

    Bmg is a relational algebra implemented as a ruby library. It implements the Relation as First-Class Citizen paradigm contributed with Alf a few years ago.

    Bmg can be used to query relations in memory, from various files, SQL databases, and any data source that can be seen as serving relations. Cross data-sources joins are supported, as with Alf. For differences with Alf, see a section further down this README.

    Tags: #ruby

  • Invoices

    Generate PDF invoices for your customers in laravel

    Invoices is a Laravel library that generates a PDF invoice for your customers. The PDF can be either downloaded or streamed in the browser. It’s highly customizable and you can modify the whole output view as well.

    Tags: #php • laravel • pdf

  • hindsight

    Web browser forensics for Google Chrome/Chromium

    pip install pyhindsight
    curl -sSL https://raw.githubusercontent.com/obsidianforensics/hindsight/master/install-js.sh | sh
    

    Tags: #python • google-chrome • hindsight

  • LoggerPlusPlus

    Advanced Burp Suite Logging Extension

    If you’d like to build the project from source, the project uses Gradle to simplify the process:

    1. Clone the repository: git clone https://github.com/nccgroup/LoggerPlusPlus.git
    2. Within the project folder, execute gradlew jar (Linux) gradlew.bat jar (Windows)
    3. Once complete, you can find the built Jar in the project’s releases folder.

    Tags: #java

  • nerve

    A service registration daemon that performs health checks; companion to airbnb/synapse

    Nerve is a utility for tracking the status of machines and services. It runs locally on the boxes which make up a distributed system, and reports state information to a distributed key-value store. At Airbnb, we use Zookeeper as our key-value store. The combination of Nerve and Synapse make service discovery in the cloud easy!

    Tags: #ruby

  • echo

    Laravel Echo library for beautiful Pusher and Ably integration.

    In many modern web applications, WebSockets are used to implement realtime, live-updating user interfaces. When some data is updated on the server, a message is typically sent over a WebSocket connection to be handled by the client. This provides a more robust, efficient alternative to continually polling your application for changes.

    To assist you in building these types of applications, Laravel makes it easy to “broadcast” your events over a WebSocket connection. Broadcasting your Laravel events allows you to share the same event names between your server-side code and your client-side JavaScript application.

    Laravel Echo is a JavaScript library that makes it painless to subscribe to channels and listen for events broadcast by Laravel. You may install Echo via the NPM package manager.

    Tags: #typescript • laravel • pusher

  • php-gui

    Extensionless PHP Graphic User Interface library

    Tags: #php

  • deep-learning-containers

    AWS Deep Learning Containers (DLCs) are a set of Docker images for training and serving models in TensorFlow, TensorFlow 2, PyTorch, and MXNet.

    AWS Deep Learning Containers (DLCs) are a set of Docker images for training and serving models in TensorFlow, TensorFlow 2, PyTorch, and MXNet. Deep Learning Containers provide optimized environments with TensorFlow and MXNet, Nvidia CUDA (for GPU instances), and Intel MKL (for CPU instances) libraries and are available in the Amazon Elastic Container Registry (Amazon ECR).

    The AWS DLCs are used in Amazon SageMaker as the default vehicles for your SageMaker jobs such as training, inference, transforms etc. They’ve been tested for machine learning workloads on Amazon EC2, Amazon ECS and Amazon EKS services as well.

    For the list of available DLC images, see Available Deep Learning Containers Images. You can find more information on the images available in Sagemaker here

    Tags: #python • aws • sagemaker

  • mcedit2

    MCEdit 2.0 - World Editor for Minecraft.

    MCEdit 2.0 is the next version of MCEdit, the World Editor for Minecraft. MCEdit allows you to edit every aspect of a Minecraft world, and to import and export .schematic files created by many programs including WorldEdit and the original MCEdit 1.x. It is free to use and licensed under the BSD license.

    MCEdit 2.0’s development is in the alpha stage. Many features may be buggy or missing. To download MCEdit 2.0 anyway, head over to http://www.mcedit.net/

    The rest of this file is of interest to programmers only.

    Tags: #python

  • kippo

    Kippo - SSH Honeypot

    Kippo is a medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker.

    Kippo is inspired, but not based on Kojoney.

    Tags: #python

subscribe via RSS