Posts
-
TasmoAdmin
TasmoAdmin is an administrative platform for devices flashed with Tasmota
- Login protected
- Multi update process
- Select devices to update
- Automatic mode downloads latest firmware bin from Tasmota OTA site
- Show device information
- Mobile Responsive (Bootstrap4)
- SCSS & Minified
- Config devices
- Self-update function for TasmoAdmin (disabled for Docker installs)
- NightMode (Enable/Disable/Auto) in settings
- AutoScan to find Tasmota Devices
- Support for multiple sensors
- Send Command to selected Devices
Tags: #php • sonoff • tasmota
-
erb
An easy to use but powerful templating system for Ruby
ERB is an easy-to-use, but also very powerful, [template processor][template processor].
ERB is commonly used to produce:
- Customized or personalized email messages.
- Customized or personalized web pages.
- Software code (in code-generating applications).
Like method [sprintf][sprintf], ERB can format run-time data into a string. ERB, however, is much more powerful
Tags: #ruby
-
pugsql
A HugSQL-inspired database library for Python
PugSQL is a simple Python interface for using parameterized SQL, in files.
See pugsql.org for the documentation.
To install:
pip install pugsqlTags: #python
-
AICGSecEval
A.S.E (AICGSecEval) is a repository-level AI-generated code security evaluation benchmark developed by Tencent Wukong Code Security Team.
- ✨ A.S.E Framework Design
- 🧱 2.0 Major Upgrades
- 🚀 Quick Start
- 📖 Citation
- 🤝 Contribution Guide
- 🙏 Acknowledgements
- 📱 Join the Community
- 📄 License
Tags: #python • agent • aigc
-
crop-github-images-cli
Crop image/gif into swag for your Github profile
Crop your images and gifs for your GitHub Profile!
Tags: #javascript
-
satispress
Expose installed WordPress plugins and themes as Composer packages.
Facilitate modern best practices for managing WordPress websites by automating Composer support for private plugins and themes.
Tags: #php
-
Remember
A preferences-backed key-value store
An in-memory data store backed by shared preferences, for Android.
This is a key-value store with some nice properties:
-
Speed. Everything is loaded into memory so reads can happen on the UI thread. Writes and deletes happen asynchronously (with callbacks). Every public method is safe to call from the UI thread.
-
Durability. Writes get persisted to disk, so that this store maintains state even if the app closes or is killed.
-
Consistency. Doing a write followed by a read should return the value you just put.
-
Thread-safety. Reads and writes can happen from anywhere without the need for external synchronization.
Note that since writes are asynchronous, an in-flight write may be lost if the app is killed before the data has been written to disk. If you require true ‘commit’ semantics then Remember is not for you.
Tags: #java
-
-
qalendar
Event calendar and date picker for Vue 3
For documentation and demo, see: https://tomosterlund.github.io/qalendar/
Tags: #typescript • calendar • javascript
-
doctrine-mysql-come-back
Doctrine DBAL able to try reconnect on MySQL has gone away exceptions
This library tries to solve the infamous “MySQL has gone away” issue, and similar ones.
It does so by providing a
doctrine/dbaldriver wrapper that automatically reconnects to the database server when applicable; to avoid consistency issues, the reconnection is not attempted when writes are concerned (i.e. open transaction, timeout on write queries).Tags: #php • hacktoberfest • doctrine-dbal
-
metastream
Watch streaming media with friends.
- Supports Chromium and Firefox browsers.
- Synchronized playback of streaming media across various websites.
- Public, private, and offline sessions.
- Support for WebRTC peer-to-peer connections.
- Real-time chat.
- Collaborative media queue.
- Timestamp cue points parsed from media description.
- Auto-fullscreen of embedded media.
- Per-user playback permissions, managed by the host.
- Basic host administrative functionality (kicking peers).
- Localization—see info on contributing.
Tags: #typescript • media-player • p2p
subscribe via RSS