Posts
-
sass-rails
Ruby on Rails stylesheet engine for Sass
This gem provides official integration for Ruby on Rails projects with the Sass stylesheet language.
Tags: #ruby
-
PiracyChecker
An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.
This library applies some techniques to help protect your app’s users and attempt to thwart reverse engineers and attackers. BUT, this isn’t guaranteed to stop your app from getting pirated. There is no such thing as 100% security, and a determined and skilled attacker with enough time, could remove these checks from the code. The real objective here is to raise the bar out of reach of opportunist and automatic attackers.
Some of the techniques included in this library can be found here.
Tags: #java • apk • signature
-
FabricView
A new canvas drawing library for Android. Aims to be the Fabric.js for Android. Supports text, images, and hand/stylus drawing input. The library has a website and API docs, check it out
A new canvas drawing library for Android. The library was born as part of a project in SD Hacks (www.sdhacks.io) on October 3rd. It is currently under construction and will be refactored and polished in the coming weeks! Stay tuned.
Why? From Doodling on the screen and unleashing the user’s creativity to capturing his signature for authentication purposes… The limit is your imagination.
Tags: #java
-
react-styleable
React Component for portable styles
Consistent, easy overrides for CSS Modules in React Components
Tags: #javascript • react • css-modules
-
alloy-editor
WYSIWYG editor based on CKEditor with completely rewritten UI
Alloy Editor is a modern WYSIWYG editor built on top of CKEditor, designed to create modern and gorgeous web content.
Works on IE11, Chrome, Firefox and Safari.
Tags: #javascript • wedeploy
-
nandi
Fear free PostgreSQL migrations for Rails
Friendly Postgres migrations for people who don’t want to take down their database to add a column!
Tags: #ruby
-
python-rtmbot
A framework for receiving and interacting with events from Slack’s RTM API
All events from the RTM websocket are sent to the registered plugins. To act on an event, create a function definition, inside your Plugin class, called process_(api_method) that accepts a single arg for data. For example, to handle incoming messages:
def process_message(self, data): print dataThis will print the incoming message json (dict) to the screen where the bot is running.
Plugins having a method defined as
catch_all(self, data)will receive ALL events from the websocket. This is useful for learning the names of events and debugging.For a list of all possible API Methods, look here: https://api.slack.com/rtm
Note: If you’re using Python 2.x, the incoming data should be a unicode string, be careful you don’t coerce it into a normal str object as it will cause errors on output. You can add
from __future__ import unicode_literalsto your plugin file to avoid this.Tags: #python
-
php-rest-api
This repository contains the open source PHP client for MessageBird’s REST API.
- Download composer
- Run
composer require messagebird/php-rest-api.
Tags: #php
-
next-compose-plugins
💡next-compose-plugins provides a cleaner API for enabling and configuring plugins for next.js
Provides a cleaner API for enabling and configuring plugins for next.js because the default way next.js suggests to enable and configure plugins can get unclear and confusing when you have many plugins.
It is often unclear which plugins are enabled or which configuration belongs to which plugin because they are nested and share one configuration object. This can also lead to orphaned configuration values when updating or removing plugins.
While
next-compose-pluginstries to eliminate this case by providing an alternative API for enabling and configuring plugins where each plugin has their own configuration object, it also adds more features like phase specific plugins and configuration.Tags: #javascript • nextjs • plugin
-
react-native-gallery-toolkit
Reanimated 2 powered gallery implementation
Use npm or yarn to install the library
npm i --save react-native-gallery-toolkitAlso, you need to install react-native-reanimated@2.0.0-alpha.7 (the new 2 version) and react-native-gesture-handler, and follow their installation instructions.
Expo is not currently supported because this library uses the latest version of Reanimated 2 (expo supports right now only alpha.6.1).
Tags: #typescript • gallery • android
subscribe via RSS