Posts
-
LaserWeb4
Collaborative effort on the next version of LaserWeb / CNCWeb
Development is currently in the dev-es6 branch. Documentation is at https://laserweb.yurl.ch.
Please remember that this is a totally non profit open source project, all contributors and testers are volunteers who share a love of all things making. Lasers included. If you have questions or like to discuss about LaserWeb, please head over to the LaserWeb / CNCWeb community at https://forum.makerforums.info/c/laserweb-cncweb.
Tags: #javascript • cnc-controller • cnc
-
mongodb-file-server
MongoDB File Server is a file server system based on MongoDB. 基于 MongoDB 的文件服务器。
MongoDB File Server is a file server system based on MongoDB. MongoDB File Server is committed to the storage of small files, such as pictures in the blog, ordinary documents and so on.
It’s using some very popular technology like:
- MongoDB 3.6.4
- Spring Boot 2.0.3.RELEASE
- Spring Data MongoDB 2.0.8.RELEASE
- Spring 5.0.7.RELEASE
- Thymeleaf 3.0.9.RELEASE
- Thymeleaf Layout Dialect 2.2.0
- Embedded MongoDB 2.0.2
- Gradle 4.5.1
基于 MongoDB 的文件服务器。MongoDB File Server 致力于小型文件的存储,比如博客中图片、普通文档等。由于MongoDB 支持多种数据格式的存储,对于二进制的存储自然也是不话下,所以可以很方便的用于存储文件。由于 MongoDB 的 BSON 文档对于数据量大小的限制(每个文档不超过16M),所以本文件服务器主要针对的是小型文件的存储。对于大型文件的存储(比如超过16M),MongoDB 官方已经提供了成熟的产品 GridFS,读者朋友可以自行了解。
本文不会对 MongoDB 的概念、基本用法做过多的介绍,有兴趣的朋友可自行查阅其他文献,比如,笔者所著的《分布式系统常用技术及案例分析》一书,对 MongoDB 方面也有所着墨。
Tags: #java • file-server • mongodb
-
AnimateFX
A library of +70 ready-to-use animations for JavaFX
A library of ready-to-use animations for JavaFX
Features:
- Custom animations
- Custom interpolators
- Play/Stop animation
- Play an animation after another
- More to come
Tags: #java • animation • javafx
-
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
subscribe via RSS