Posts
-
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 Home Assistant using the unofficial Alexa API. Please note this mimics the Alexa app but Amazon may cut off access at anytime.
Originally inspired and created by Keaton Taylor
Tags: #python • alexa • home-assistant
-
DGFraud
A Deep Graph-based Toolbox for Fraud Detection
git clone https://github.com/safe-graph/DGFraud.git cd DGFraud python setup.py install
Tags: #python • fraud-detection • fraud-prevention
-
react-native-document-scanner
Document scanner, features live border detection, perspective correction, image filters and more ! 📲📸
Live document detection library. Returns either a URI or a base64 encoded string of the captured image, allowing you to easily store it or use it as you wish !
Features :
- Live detection
- Perspective correction and crop of the image
- Live camera filters (brightness, saturation, contrast)
- Flash
- Easy to use base64 image
Tags: #java • react-native • ios
-
slug-generator
Slug Generator Library for PHP, based on Unicode’s CLDR data
The delimiter can be any string, it is used to separate words. It gets stripped from the beginning and the end of the slug.
$generator->generate('Hello World!'); // Result: hello-world $generator->generate('Hello World!', ['delimiter' => '_']); // Result: hello_world $generator->generate('Hello World!', ['delimiter' => '%20']); // Result: hello%20world
Tags: #php • library • slug
-
omniauth-google-oauth2
Oauth2 strategy for Google
Strategy to authenticate with Google via OAuth2 in OmniAuth.
Get your API key at: https://code.google.com/apis/console/ Note the Client ID and the Client Secret.
For more details, read the Google docs: https://developers.google.com/accounts/docs/OAuth2
Tags: #ruby • omniauth • google-oauth2
-
badjs-report
monitor error and report
Tags: #javascript
-
poweradmin
A web-based control panel for PowerDNS
Poweradmin is a friendly web-based DNS administration tool for PowerDNS server. The interface supports most of the features of PowerDNS. It is a hybrid solution that uses SQL for most operations and has PowerDNS API support for DNSSEC operations.
Tags: #php • dns-administration • pdns
-
knife
A burp extension that add some useful function to Context Menu 添加一些右键菜单让burp用起来更顺畅
项目地址:https://github.com/bit4woo/knife
项目简介:knife是一个Burp Suite插件,主要目的是对Burp做一些小的改进,让使用更方便。就像用一把小刀对Burp进行小小的雕刻,故名“knife”。
项目作者:bit4woo 欢迎与我交流
视频教程:https://www.bilibili.com/video/bv1BC4y1s7nS
Tags: #java • burp-extensions • burpsuite-extender
-
xraft
xnnyygn’s raft implementation
A raft implementation of XnnYygn’s.
I want to make something with netty framework, and I found raft. Raft is interesting. As the first distributed consensus algorithm I learnt, I read the paper and implemented almost all of the feature of raft including
- Leader election and log replication
- Membership change(one server change)
- Log compaction
All these feature are implemented in xraft-core. And the client interaction in raft, I thought, should be the feature of service based on xraft-core. Until now, I made a simple key value store based on xraft-core, called xraft-kvstore. It supports GET and SET command.
Tags: #java • raft • distributed-systems
-
reactgrid
Add spreadsheet-like behavior to your React app
📚 Dive into the Documentation to get started quickly and easily.
Tags: #typescript • reactgrid • spreadsheet
subscribe via RSS