Posts
-
tenancy
Automatic multi-tenancy for Laravel. No code changes needed.
You won’t have to change a thing in your application’s code.
- :heavy_check_mark: No model traits to change database connection
- :heavy_check_mark: No replacing of Laravel classes (
Cache,Storage, …) with tenancy-aware classes - :heavy_check_mark: Built-in tenant identification based on hostname (including second level domains)
Tags: #php • laravel • tenancy
-
SerializationDumper
A tool to dump Java serialization streams in a more human readable form.
A tool to dump and rebuild Java serialization streams and Java RMI packet contents in a more human readable form.
The tool does not deserialize the stream (i.e. objects in the stream are not instantiated), so it does not require access to the classes that were used in the stream*.
This tool was developed to support research into Java deserialization vulnerabilities after spending many hours manually decoding raw serialization streams to debug code!
Download v1.11 built and ready to run from here: https://github.com/NickstaDB/SerializationDumper/releases/download/1.13/SerializationDumper-v1.13.jar
* See the limitations section below for more details.
Update 19/12/2018: SerializationDumper now supports rebuilding serialization streams so you can dump a Java serialization stream to a text file, modify the hex or string values, then convert the text file back into a binary serialization stream. See the section below on Rebuilding Serialization Streams for an example of this.
Tags: #java
-
eslint-plugin-react-native
React Native plugin for ESLint
Install ESLint either locally or globally.
$ npm install --save-dev eslintTo make most use of this plugin, its recommended to install eslint-plugin-react in addition to ESLint. If you installed
ESLintglobally, you have to install eslint-plugin-react globally too. Otherwise, install it locally.$ npm install --save-dev eslint-plugin-reactSimilarly, install eslint-plugin-react-native
$ npm install --save-dev eslint-plugin-react-nativeTags: #javascript • eslint-plugin • react-native
-
hookstate
The simple but very powerful and incredibly fast state management for React that is based on hooks
Hookstate is a modern alternative to Redux, Mobx, Recoil, etc. It is simple to learn, easy to use, extendable, very flexible and capable to address all state management needs of large scalable applications. It has got impressive performance and predictable behavior.
Any questions? Just ask by raising a github ticket.
Tags: #typescript • react • use-state
-
jribbble
A JavaScript library for the Dribbble API
A JavaScript library for the Dribbble API
Tags: #javascript • dribbble-api • dribbble-client
-
deprecations
Thin library around different deprecation strategies
A small (side-effect free by default) layer on top of
trigger_error(E_USER_DEPRECATED)or PSR-3 logging.- no side-effects by default, making it a perfect fit for libraries that don’t know how the error handler works they operate under
- options to avoid having to rely on error handlers global state by using PSR-3 logging
- deduplicate deprecation messages to avoid excessive triggering and reduce overhead
We recommend to collect Deprecations using a PSR logger instead of relying on the global error handler.
Tags: #php
-
serverless-stack-demo-api
Source for the demo app API in Serverless-Stack.com
The Serverless Stack Guide is a free comprehensive resource to creating full-stack serverless applications. We create a note taking app from scratch.
This repo is for the serverless backend API that we build over the course of the tutorial. You can find the repo for the frontend React app here. And the repo for the tutorial here.
This repo is split into:
- services: Serverless Framework services
- infrastructure: An SST app
Tags: #javascript • serverless-framework • demo
-
polygon-contains-point
Point in polygon - Check if the point inside the polygon
:inbox_tray: Download - polygon-1.0.2.jar
:bookmark_tabs: Changelog - https://github.com/sromku/polygon-contains-point/releases/latest
Tags: #java • polygons
-
gh4a
Github client for Android
- List repositories
- Watch/unwatch repository
- View branches/tags
- View pull requests
- View contributors
- View watchers/networks
- View issues
Tags: #java • octodroid • android
-
instagram-php-scraper
Get account information, photos, videos, stories and comments.
This library is based on the Instagram web version. We develop it because nowadays it is hard to get an approved Instagram application. The purpose is to support every feature that the web desktop and mobile version support.
Tags: #php • instagram • instagram-api
subscribe via RSS