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
-
google-unlocked
Google Unlocked browser extension uncensor google search results
Google Unlocked is an open source browser extension, which unlocks hidden google search results.
The extension scans hidden search results that were censored by Google due to complaints.
The tool scans those complaints and extracts the links, returning them back to the search results, all in a matter of seconds.Tags: #javascript • chrome-extension
-
chakra-ui-vue-next
⚡️ The next most epic version of Chakra UI Vue based on Vue 3 🚀(WIP)
The official working repository for V1 of Chakra UI Vue with Vue 3 support.
Tags: #typescript • chakra-ui-vue • accessibility-js-hooks
-
vagrant-qemu
Use Vagrant to manage machines using QEMU. Test with Apple Silicon / M1 and CentOS aarch64 image
This is a Vagrant plugin that adds a simple QEMU provider to Vagrant, allowing Vagrant to control and provision machines using QEMU.
Notes: test with Apple Silicon / M1 and CentOS / Ubuntu aarch64 image
Tags: #ruby
-
web3-eth
Web3 Ruby gem client for Ethereum
This Ruby Gem is used to connect and communicate with Ethereum node ( geth, parity, etc), having RPC interface. Also it has support to call Etherscan API.
What you can do using this GEM:
- use Web3 eth interface methods to read blocks, transactions
- query Etherscan to get ABI for validated contracts
- parse transaction method calls according to ABI
- parse transaction logs according to ABI
- parse contract creation arguments accroding to ABI
- list internal transaction using parity extended trace JSONRPC API
Tags: #ruby
-
ccat
Cisco Config Analysis Tool
pip3 install -r requirements.txtTags: #python • network • defense
-
sail
Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app
This Rails engine brings a setting model into your app to be used as feature flags, gauges, knobs and other live controls you may need.
It saves configurations to the database so that they can be changed while the application is running, without requiring a deploy.
Having this ability enables live experiments and tuning to find an application’s best setup.
Enable/Disable a new feature, turn ON/OFF ab testing for new functionality, change jobs’ parameters to tune performance, you name it.
It comes with a lightweight responsive admin dashboard for searching and changing configurations on the fly.
Sail assigns to each setting a relevancy score. This metric is calculated while the application is running and is based on the relative number of times a setting is invoked and on the total number of settings. The goal is to have an indicator of how critical changing a setting’s value can be based on its frequency of usage.
Tags: #ruby • rails • settings
-
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%20worldTags: #php • library • slug
-
odmantic
Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints
Python: 3.7 and later (tested against 3.7, 3.8, 3.9 and 3.10)
MongoDB: 4.0 and later
Tags: #python • mongodb • asyncio
-
feather
Feather: fast, interoperable binary data frame storage for Python, R, and more powered by Apache Arrow
Feather development lives on in Apache Arrow. The
arrowR package includes a much faster implementation of Feather, i.e.arrow::read_feather. The Python packagefeatheris now a wrapper aroundpyarrow.feather.Tags: #javascript
subscribe via RSS