Posts

  • expo-server-sdk-node

    Server-side library for working with Expo using Node.js

    Server-side library for working with Expo using Node.js.

    If you have problems with the code in this repository, please file issues & bug reports at https://github.com/expo/expo. Thanks!

    Tags: #typescript • expo • node

  • urlcrazy

    Generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage.

    URLCrazy is an OSINT tool to generate and test domain typos or variations to detect or perform typo squatting, URL hijacking, phishing, and corporate espionage.

    Homepage: https://morningstarsecurity.com/research/urlcrazy

    Tags: #ruby • osint • typosquatting

  • 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

  • mediacenterjs

    A HTML/CSS/Javascript (NodeJS) based Media center

    Installing MediacenterJS

    Guidelines media library

    Using the remote control

    FAQ

    Tags: #javascript • media-center • nodejs

  • twitter-api-php

    The simplest PHP Wrapper for Twitter API v1.1 calls

    $settings = array(
        'oauth_access_token' => "YOUR_OAUTH_ACCESS_TOKEN",
        'oauth_access_token_secret' => "YOUR_OAUTH_ACCESS_TOKEN_SECRET",
        'consumer_key' => "YOUR_CONSUMER_KEY",
        'consumer_secret' => "YOUR_CONSUMER_SECRET"
    );
    

    Tags: #php • twitter-api • twitterapiexchange

  • python-edgar

    Download the SEC filings index from EDGAR since 1993

    The SEC filings index is split in quarterly files since 1993 (1993-QTR1, 1993-QTR2…). By using python-edgar and some scripting, you can easily rebuild a master index of all filings since 1993 by stitching quarterly index files together. The master index file can be then feed to a database, a pandas dataframe, stata, etc…

    An index file is a csv-like (pipe | separated) file that contains the following information:

    • Company name (eg. TWITTER, INC)
    • Company CIK (eg.0001418091)
    • Filling date (eg. 2013-10-03)
    • Filling type (eg. S1)
    • Filling URL on EDGAR (edgar/data/1418091/0001193125-13-390321.txt)

    Once python-edgar is finished downloading index files, you can open an index file with csv.csvreader or pandas.read_csv to have the data programmatically usable. Remember that the delimiter character is |!

    python-edgar can be used as a library called from another python script, or as a standalone script.

    Tags: #python • edgar • 10k

  • boxbilling

    BoxBilling - Open source billing and client management software

    Tags: #php • contributing • community

  • markdown-viewer

    Markdown Viewer / Browser Extension

    Install: [Chrome] / [Firefox] / [Opera] / [Edge]

    Tags: #javascript • chrome • firefox

  • hkube

    🐟 High Performance Computing over Kubernetes - Core Repo 🎣

    HKube is a cloud-native open source framework to run distributed pipeline of algorithms built on Kubernetes.

    HKube optimally utilizing pipeline’s resources, based on user priorities and heuristics.

    Tags: #javascript • hkube • kubernetes

  • meross-homeassistant

    Custom component that leverages the Meross IoT library to integrate with Homeassistant

    In the past 24 hours, Meross has changed the signature of its HTTP API version (keeping the same API version in place). That did break every HomeAssistant integration version below 1.2.6 (included). In order to solve the issue, you should upgrade to version 1.2.8 which includes the necessary changes to work again with the updated version of the Meross APIs.

    Tags: #python • meross • homeassistant

subscribe via RSS