Posts

  • docker-hostmanager

    Update automatically your /etc/hosts to access running containers.

    Update automatically your /etc/hosts to access running containers. Inspired by vagrant-hostmanager.

    Project homepage: https://github.com/iamluc/docker-hostmanager

    Tags: #php

  • ruby-macho

    🔩 A pure-Ruby library for parsing Mach-O files.

    The Mach-O file format is used by macOS and iOS (among others) as a general purpose binary format for object files, executables, dynamic libraries, and so forth.

    Tags: #ruby • apple • ruby-library

  • FTVLaunchX

    Simple helper application to allow custom launchers on Amazon Fire TV devices.

    • Reliably intercepts any & all presses of the home button.

    • Starts the selected launcher on boot (note that this can take up to a minute on older devices).

    • Starts the selected launcher when waking up from sleep.

    • Allows use of the original long-press-on-home functionality by holding down the menu key in parallel.

    • Works with any launcher or other app like e.g.

    Tags: #java • firetv • fire-tv

  • rssbox

    :newspaper: I consume the world via RSS feeds, and this is my attempt to keep it that way.

    This app uses the API of other websites and gives you an RSS feed in return. Quick and simple.

    To open vlc:// links, see vlc-protocol.

    You can use this app freely at rssbox.herokuapp.com. An experimental Elastic Beanstalk version is available.

    Tags: #ruby • webapp • instagram

  • fetch-h2

    HTTP/1+2 Fetch API client for Node.js

    Fetch API implementation for Node.js using the built-in http, https and http2 packages without any compatibility layer.

    fetch-h2 handles HTTP/1(.1) and HTTP/2 connections transparently since 2.0. By default (although configurable) a url to http:// uses HTTP/1(.1) and for the very uncommon plain-text HTTP/2 (called h2c), http2:// can be provided. The library supports ALPN negotation, so https:// will use either HTTP/1(.1) or HTTP/2 depending on what the server supports. By default, HTTP/2 is preferred.

    The library handles sessions transparently and re-uses sockets when possible.

    fetch-h2 tries to adhere to the Fetch API very closely, but extends it slightly to fit better into Node.js (e.g. using streams).

    Regardless of whether you’re actually interested in the Fetch API per se or not, as long as you want to handle HTTP/2 client requests in Node.js, this module is a lot easier and more natural to use than the native built-in http2 module which is low-level in comparison.

    fetch-h2 supports cookies (per-context, see below), so when the server sends ‘set-cookie’ headers, they are saved and automatically re-sent, even after disconnect. They are however only persisted in-memory.

    By default, fetch-h2 will accept br, gzip and deflate encodings, and decodes transparently.

    Tags: #typescript

  • rompar

    Semi-automatic extraction of data from microscopic images of Masked ROM.

    Masked ROM optical data extraction tool.

    Latest version:

    https://github.com/AdamLaurie/rompar

    Original version by Adam Laurie, but significant changes by John McMaster, Caitlin Morgan, and Jessy Exum.

    Rompar is an interactive tool for extracting bianry data out of mask ROM images. The computer vision method implemented is rather simple, but has proven useful in several projects. There is still a lot that can be added to rompar, and pull requests are welcome.

    Tags: #python

  • unchanged

    A tiny, fast, unopinionated handler for updating JS objects and arrays immutably

    A tiny (~2.1kB minified+gzipped), fast, unopinionated handler for updating JS objects and arrays immutably.

    Supports nested key paths via path arrays or dotty syntax, and all methods are curriable (with placeholder support) for composability. Can be a drop-in replacement for the lodash/fp methods get, set, merge, and omit with a 90% smaller footprint.

    Tags: #typescript • javascript • functional-programming

  • proxyee

    HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.

    Proxyee is a JAVA written HTTP proxy server library that supports HTTP, HTTPS, Websocket protocols, and supports MITM (Man-in-the-middle), which can capture and tamper with HTTP, HTTPS packet.

    Tags: #java

  • evt4j

    Official Java SDK for everiToken public chain. https://www.everitoken.io

    Official Java SDK for everiToken public chain.

    This SDK also has an example package set up, which lists various useful code examples for quick references on how to interact with everiToken public chain.

    Tags: #java • blockchain • everitoken

  • java-vector-tile

    A java encoder and decoder for vector tiles according to Mapbox vector tile spec

    A java encoder and decoder for vector tiles according to Mapbox vector tile spec

    Tags: #java

subscribe via RSS