Posts

  • cfn_nag

    Linting tool for CloudFormation templates

    The cfn-nag tool looks for patterns in CloudFormation templates that may indicate insecure infrastructure. Roughly speaking, it will look for:

    • IAM rules that are too permissive (wildcards)
    • Security group rules that are too permissive (wildcards)
    • Access logs that aren’t enabled
    • Encryption that isn’t enabled
    • Password literals

    For more background on the tool, please see this post at Stelligent’s blog:

    Finding Security Problems Early in the Development Process of a CloudFormation Template with “cfn-nag”

    Tags: #ruby • continuous-testing • unit-testing

  • SandVXposed

    Xposed environment without root (OS 5.0 - 10.0)

    VirtualApp with SandHook Can load xposed modules without root!

    Tags: #java • xposed • hook

  • browser-sync-webpack-plugin

    Easily use BrowserSync in your Webpack project.

    Easily use BrowserSync in your Webpack project.

    Tags: #javascript • webpack • webpack2

  • PHATE

    PHATE (Potential of Heat-diffusion for Affinity-based Transition Embedding) is a tool for visualizing high dimensional data.

    If you would like to get started using PHATE, check out the following tutorials.

    Tags: #python • single-cell • dimensionality-reduction

  • text-sherlock

    Text (source code) search engine with indexer and a front end web interface to search. Uses Python 3.

    Provides a fast, easy to install and simple to use search engine for text, but optimized for source code. An alternative, OpenGrok, requires too much time to install (though it may be worth it for some), but is more feature rich. Text Sherlock will give you a much easier setup, a text indexer, and a web app interface for searching with very little effort.

    Soli Deo Gloria

    Tags: #python • search-engine • opengrok

  • EvalEx

    EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.

    EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.

    Key Features:

    • Uses BigDecimal for calculation and result
    • No dependencies to external libraries
    • Precision and rounding mode can be set
    • Supports variables
    • Standard boolean and mathematical operators
    • Standard basic mathematical and boolean functions
    • Custom functions and operators can be added at runtime
    • Functions can be defined with a variable number of arguments (see MIN and MAX functions)
    • Supports for hexadecimal numbers and scientific notations of numbers
    • Supports string literals in functions
    • Supports implicit multiplication, e.g. (a+b)(a-b) or 2(x-y) which equals to (a+b)*(a-b) or 2*( x-y)

    Tags: #java

  • nyxo-app

    The repository for Nyxo React Native app, a personal sleep tracker and sleep coach

    Nyxo is a mobile application for improving your sleep. Its built with React Native, AWS Amplify, styled-components, and Redux. Nyxo provides the following features:

    • Sleep tracking, with support for multiple different trackers
      • Google Fit
      • Apple Health
      • Oura
      • Withings
      • Fitbit
      • Polar
    • Sleep trends and sleep diary
    • Nyxo Cloud: backup your sleep data and coaching progress, and access it from nyxo.app
    • 4 week sleep coaching program
    • Ask experts, if you have any questions we have the professional sleep coaches to help
    • And more

    The plan is to develop Nyxo further and allow contributions from everyone. If you want to for example build a new sleep visualization or add support for new sleep tracker, we will gladly welcome a pull request of that :)

    Tags: #typescript • react-native • aws-amplify

  • alexa_media_player

    This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.

    This is a custom component to allow control of Amazon Alexa devices in Homeassistant using the unofficial Alexa API. Please note this mimics the Alexa app but Amazon may cut off access at anytime.

    Tags: #python • alexa • home-assistant

  • Holy-Lance

    A Linux Resource / Performance Monitor based on PHP.

    A Linux Resource / Performance Monitor based on PHP.

    Tags: #php • linux • monitor

  • brackets-emmet

    Emmet plugin for Brackets editor

    Emmet is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow: http://docs.emmet.io

    Tags: #javascript

subscribe via RSS