Posts
-
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
-
springdoc-openapi
Library for OpenAPI 3 with spring-boot
- Full documentation
- Introduction
- Getting Started
- Library for springdoc-openapi integration with spring-boot and swagger-ui
- Spring-boot with OpenAPI Demo applications.
- Integration of the library in a Spring Boot 2.x.x project without the swagger-ui:
- Error Handling for REST using @ControllerAdvice
- Adding API Information and Security documentation
- spring-webflux support with Annotated Controllers
- Acknowledgements
Tags: #java • openapi3 • spring-boot
-
react-places-autocomplete
React component for Google Maps Places Autocomplete
In order to ensure active development going forward, we are looking for maintainers to join the project. Please contact the project owner if you are interested.
Tags: #javascript • react • autocomplete
-
prey-android-client
Android client for the Prey anti-theft software.
- Find your Phone or Tablet on a map through geolocation using GPS.
- Take pictures using the built-in front and back camera.
- Trigger a loud alarm remotely even if your phone is put on silent.
- Display a tailored alert message on the screen.
Tags: #java
subscribe via RSS