Posts

  • ng2-currency-mask

    A very simple currency mask directive that allows using a number attribute with the ngModel.

    A very simple currency mask directive for Angular that allows using a number attribute with the ngModel. In other words, the model is a number, and not a string with a mask. It was tested in Angular version 13.

    Tags: #typescript

  • JavaProbe

    A Java runtime information-gathering tool which uses the Java Attach API for information acquisition

    A Java runtime information-gathering tool which uses the Java Attach API for information acquisition (the related technical articles links are attached to the end of this article).

    Tags: #java

  • Negotiation

    Content Negotiation tools for PHP.

    $negotiator = new \Negotiation\Negotiator();
    
    $acceptHeader = 'text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8';
    $priorities   = array('text/html; charset=UTF-8', 'application/json', 'application/xml;q=0.5');
    
    $mediaType = $negotiator->getBest($acceptHeader, $priorities);
    
    $value = $mediaType->getValue();
    // $value == 'text/html; charset=UTF-8'
    

    The Negotiator returns an instance of Accept, or null if negotiating the best media type has failed.

    Tags: #php • content-negotiation • negotiation

  • Passhunt

    Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.

    Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.

    Tags: #python • password • default-credentials

  • spacy-models

    💫 Models for the spaCy Natural Language Processing (NLP) library

    This repository contains releases of models for the spaCy NLP library. For more info on how to download, install and use the models, see the models documentation.

    ⚠️ Important note: Because the models can be very large and consist mostly of binary data, we can’t simply provide them as files in a GitHub repository. Instead, we’ve opted for adding them to releases as .whl and .tar.gz files. This allows us to still maintain a public release history.

    Tags: #python • spacy • nlp

  • Volumio2

    Volumio 2 - Audiophile Music Player

    LATEST

    • Link : https://volumio.org/get-started/

    Logins

    • user : volumio
    • password : volumio

    Root login via ssh has been disabled by default, however user volumio can become root.

    Tags: #javascript • volumio • nodejs

  • osmbonuspack

    A third-party library of (very) useful additional objects for osmdroid

    osmdroid is a library to interact with OpenStreetMap data inside an Android application. It offers an almost full/free replacement to Android map objects: MapView, MapController, Overlays (Marker, Polyline, Polygon), etc.

    This “OSMBonusPack” library complements osmdroid with (very) useful classes:

    Have a look to the examples below, and to the features.

    The OSMNavigator application demonstrates the use of these classes. This is a generic-purpose Map/Navigation tool, including a KML viewer and editor.

    Tags: #java

  • inspec-aws

    InSpec AWS Resource Pack https://www.inspec.io/

    • Project State: Maintained

    For more information on project states and SLAs, see this documentation.

    This InSpec resource pack uses the AWS Ruby SDK v3 and provides the required resources to write tests for resources in AWS.

    Tags: #ruby • inspec • aws

  • mouse-dictionary

    📘Super fast browser dictionary

    See also Getting started

    Tags: #typescript • chrome-extension • firefox-extension

  • pyshark

    Python wrapper for tshark, allowing python packet parsing using wireshark dissectors

    Python wrapper for tshark, allowing python packet parsing using wireshark dissectors.

    Extended documentation: http://kiminewt.github.io/pyshark

    Looking for contributors - for various reasons I have a hard time finding time to maintain and enhance the package at the moment. Any pull-requests will be reviewed and if any one is interested and is suitable, I will be happy to include them in the project. Feel free to mail me at dorgreen1 at gmail.

    There are quite a few python packet parsing modules, this one is different because it doesn’t actually parse any packets, it simply uses tshark’s (wireshark command-line utility) ability to export XMLs to use its parsing.

    This package allows parsing from a capture file or a live capture, using all wireshark dissectors you have installed. Tested on windows/linux.

    Tags: #python • tshark • packet-capture

subscribe via RSS