Posts

  • enumerize

    Enumerated attributes with I18n and ActiveRecord/Mongoid support

    Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper/Sequel support

    Tags: #ruby • activerecord • mongoid

  • googleplay-api

    Google Play Unofficial Python API

    This project contains an unofficial API for google play interactions. The code mainly comes from GooglePlayAPI project which is not maintained anymore. The code was updated with some important changes:

    • ac2dm authentication with checkin and device info upload
    • updated search and download calls
    • select the device you want to fake from a list of pre-defined values (check device.properties) (defaults to a OnePlus One)

    Tags: #python • google • googleplay-api

  • simple_token_authentication

    Simple (but safe) token authentication for Rails apps or API with Devise.

    First install [Devise][devise] and configure it with any modules you want, then add the gem to your Gemfile and bundle install:

    # Gemfile
    
    gem 'simple_token_authentication', '~> 1.0' # see semver.org
    

    Once that done, only two steps are required to setup token authentication:

    1. Make one or more models token authenticatable (ActiveRecord and Mongoid are supported)
    2. Allow controllers to handle token authentication (Rails, Rails API, and ActionController::Metal are supported)

    If you want more details about how the gem works, keep reading! We’ll get to these two steps after the overview.

    Tags: #ruby • devise • authentication

  • SphinxQL-Query-Builder

    SphinxQL Query Builder generates SphinxQL, a SQL dialect, which is used to query the Sphinx search engine. (Composer Package)

    This is a SphinxQL Query Builder used to work with SphinxQL, a SQL dialect used with the Sphinx search engine and it’s fork Manticore. It maps most of the functions listed in the SphinxQL reference and is generally faster than the available Sphinx API.

    This Query Builder has no dependencies except PHP 5.6, \MySQLi extension, PDO, and Sphinx/Manticore.

    Tags: #php

  • cfn-lint

    A CloudFormation JSON and YAML Validator

    A more friendly CloudFormation JSON and YAML Validator

    cfn-lint is a tool used to improve your CloudFormation development cycle. If you are here, you are probably fed up of waiting for 10 minutes or more before CloudFormation gives you an error due to a typo. This tool aims to remove that waste of time. The tool takes the CloudFormation template, and resolves all the Intrinsic functions defined before checking the Properties of Resources defined.

    The tool can be used over the commandline using cfn-lint, or can be used as a module within another JavaScript application.

    Note: This tool is currently case-sensitive in relation to AWS CloudFormation types, for example aws::lambda::function != AWS::Lambda::Function.

    Tags: #typescript • cloudformation • intrinsic-functions

  • ha-wyzesense

    A Home Assistant Component to interface with the WYZE Sense hub and sensor system

    Hi all, I’m unable to maintain this component anymore due to time constraints. Unfortunately, there is a fatal issue with these sensors that has appeared over the year. They can die permanently if the battery gets too low, https://twitter.com/WyzeCam/status/1321147804610252800. Wyze is no longer selling wyze sense v1. If and when new sensors come out, I will try to create a component for those. Apologies to all who have bought these sensors, it seems like the sensors themselves are flawed, leading to a ton of issues after a year, and this component can’t do much about it.

    I recommend upvoting this thread on the wyze forums so that wyze knows we want an official wyzesense integration: https://forums.wyzecam.com/t/home-assistant-integration/3971

    Tags: #python

  • cbioportal

    cBioPortal for Cancer Genomics

    The cBioPortal for Cancer Genomics provides visualization, analysis, and download of large-scale cancer genomics data sets. For a short intro on cBioPortal, see these introductory slides.

    If you would like to know how to setup a private instance of the portal and/or get set up for developing, see the documentation. For details on contributing code changes via pull requests, see our Contributing document.

    If you are interested in coordinating the development of new features, please contact cbioportal@cbio.mskcc.org or reach out on https://slack.cbioportal.org.

    Tags: #javascript • cancer-genomics • science

  • unity-cache-server

    Unity CacheServer optimized for multi-client local networks

    The Unity Cache Server, optimized for locally networked team environments.

    Tags: #javascript

  • DiscordPHP

    Before you start using this Library, you need to know how PHP works, you need to know the language and you need to know how Event Loops and Promises work. This is a fundamental requirement before you start. Without this knowledge, you will only suffer.

    Tags: #php • discord • team-reflex

  • aws-waf-security-automations

    This solution automatically deploys a single web access control list (web ACL) with a set of AWS WAF rules designed to filter common web-based attacks.

    A solution that contains all AWS WAF samples developed so far - waf-reactive-blacklist, waf-bad-bot-blocking, waf-block-bad-behaving and waf-reputation-lists.

    For the full solution overview visit AWS WAF Security Automations.

    Tags: #python

subscribe via RSS