Posts

  • normalise

    A module for normalising text.

    This module takes a text as input, and returns it in a normalised form, ie. expands all word tokens deemed not to be of a standard type. Non-standard words (NSWs) are detected, classified and expanded. Examples of NSWs that are normalised include:

    • Numbers - percentages, dates, currency amounts, ranges, telephone numbers.
    • Abbreviations and acronyms.
    • Web addresses and hashtags.

    Tags: #python

  • wordsmith

    The aim of Wordsmith is to assist with creating tailored wordlists. This is mostly based on geolocation.

    The aim of Wordsmith is to assist with creating tailored wordlists and usernames that are primarilly based on geolocation.

    Authors: @kawabungah & @porterhau5.

    Wild West Hackin’ Fest 2017 presentation.

    Wordsmith Parsers project: https://github.com/skahwah/wordsmith_parsers.

    Tags: #ruby

  • OpenFarm

    A free and open database for farming and gardening knowledge. You can grow anything!

    We take security seriously and value the input of independent researchers. Please email security@farmbot.io for issues that require immediate attention. Please follow responsible disclosure. Do not use Slack or Github issues to discuss security vulnerabilities.

    Tags: #ruby • gardening • farming

  • exakat

    The Exakat Engine : smart static analysis for PHP

    The Exakat Engine is an automated code reviewing engine for PHP.

    Tags: #php • php7 • gremlin

  • aes-js

    A pure JavaScript implementation of the AES block cipher and all common modes of operation for node.js or web browsers.

    To install aes-js in your node.js project:

    npm install aes-js
    

    And to access it from within node, simply add:

    var aesjs = require('aes-js');
    

    Tags: #javascript • aes • ecb

  • ember-decorators

    Useful decorators for Ember applications.

    Ember follows the legacy decorators “stage 1” proposal API. The decorators proposal is currently being redesigned for stage 3, and the champions have publicly stated that this is the recommended path forward.

    Tags: #javascript • decorators • ember-addon

  • fmt-maven-plugin

    Opinionated Maven Plugin that formats your Java code.

    Formats your code using google-java-format which follows Google’s code styleguide.

    The format cannot be configured by design.

    If you want your IDE to stick to the same format, google-java-format also includes integrations for IntelliJ and Eclipse IDE’s, following the installation instructions on the README.

    Tags: #java

  • tenanti

    [Package] Multi-tenant Database Schema Manager for Laravel

    Laravel Tenanti
    5.5.x 3.5.x
    5.6.x 3.6.x
    5.7.x 3.7.x
    5.8.x 3.8.x
    6.x 4.x
    7.x 5.x
    8.x 6.x

    Tags: #php • tenant • database-migrations

  • mobly

    E2E test framework for tests with complex environment requirements.

    Mobly is a Python-based test framework that specializes in supporting test cases that require multiple devices, complex environments, or custom hardware setups.

    Here are some example use cases:

    • P2P data transfer between two devices
    • Conference calls across three phones
    • Wearable device interacting with a phone
    • Internet-Of-Things devices interacting with each other
    • Testing RF characteristics of devices with special equipment
    • Testing LTE network by controlling phones, base stations, and eNBs

    Mobly can support many different types of devices and equipment, and it’s easy to plug your own device or custom equipment/service into Mobly.

    Mobly comes with a set of libs to control common devices like Android devices.

    While developed by Googlers, Mobly is not an official Google product.

    Tags: #python • android • testing

  • returns

    Make your functions return something meaningful, typed, and safe!

    • Brings functional programming to Python land
    • Provides a bunch of primitives to write declarative business logic
    • Enforces better architecture
    • Fully typed with annotations and checked with mypy, PEP561 compatible
    • Adds emulated Higher Kinded Types support
    • Provides type-safe interfaces to create your own data-types with enforced laws
    • Has a bunch of helpers for better composition
    • Pythonic and pleasant to write and to read 🐍
    • Support functions and coroutines, framework agnostic
    • Easy to start: has lots of docs, tests, and tutorials

    Quickstart right now!

    Tags: #python • python3 • functional-programming

subscribe via RSS