Posts
-
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
-
railStrap
RailStrap is a HTML5 Ruby On Rails 4 Ruby 2.0.0 bootstrap
RailStrap is a Front-end / Back-end template using HTML5 Boilerplate, Twitter Bootstrap 3, Ruby on Rails (4.0.0) Devise ( Auth ) and Ruby 2.0.0.
Tags: #ruby • twitter-bootstrap • rails
-
skills-desktop
this is a desktop client for skills.lc
A desktop application for managing Claude Code Skills, supporting browsing, installation, import, and security scanning for system-level and project-level Skills.
Tags: #typescript
subscribe via RSS