Posts

  • jsonbase

    A database software completely built as JSON files in backend. A powerful, portable and simple database works on top of JSON files. It is like a database software, currently having basic CRUD operation features. You can use this as a backend for your ReST APIs as well. The software is completely free and opensource. We are coming up with new features and providing more updates. The another beautiful advantage with JSON-base is since it is a NPM module, this fits well in your nodeJs applications eco system. if you want to develop quick prototypes/poc or need of a database with minimal requirements then, JSONBASe is an must option that you can consider. However there is a limitation if you go beyond a million records per table.

    A database software completely built as JSON files in backend. A powerful, portable and simple database works on top of JSON files. It is like a database software, currently having basic CRUD operation features. You can use this as a backend for your ReST APIs as well. The software is completely free and opensource. We are coming up with new features and providing more updates. The another beautiful advantage with JSON-base is since it is a NPM module, this fits well in your nodeJs applications eco system. if you want to develop quick prototypes/poc or need of a database with minimal requirements then, JSONBASe is an must option that you can consider. However there is a limitation if you go beyond a million records per table.

    @@ Currently in Pre-Alpha Version @@
    

    Tags: #javascript • database • npm-module

  • react-native-sqlite-2

    SQLite3 Native Plugin for React Native for iOS, Android, Windows and macOS.

    SQLite3 Native Plugin for React Native for Android, iOS, Windows and macOS. This plugin provides a WebSQL-compatible API to store data in a react native app, by using a SQLite database on the native side.

    Inspired by fantastic work done by Nolan Lawson. It should be a drop-in replacement for react-native-sqlite-storage. It works pretty well with PouchDB on React Native app.

    Tags: #typescript • pouchdb • react-native

  • Use existing REST endpoints with GraphQL

    The Apollo Link Rest library is maintained by Apollo community members and not an Apollo GraphQL maintained library. For information on progress check out the issues or the design. We would love your help with writing docs, testing, anything! We would love for you, yes you, to be a part of the Apollo community!

    Tags: #typescript

  • mongoid-slug

    Mongoid Slug 7.x requires at least Mongoid 7.0.0 and Ruby 2.7.0. For earlier Mongoid and Ruby version support, please use an earlier version of Mongoid Slug.

    Mongoid Slug is compatible with all MongoDB versions which Mongoid supports, however, please see “Slug Max Length” section below for MongoDB 4.0 and earlier.

    Tags: #ruby

  • manticoresearch-php

    require_once __DIR__ . '/vendor/autoload.php';
    
    $config = ['host'=>'127.0.0.1','port'=>9308];
    $client = new \Manticoresearch\Client($config);
    $index = $client->index('movies');
    

    Tags: #php • search

  • blueprint

    A code generation tool for Laravel developers.

    Blueprint requires a Laravel application running a supported version of Laravel. Currently that is Laravel 10.38 or higher.

    Tags: #php

  • ed25519-java

    Pure Java implementation of EdDSA

    • The library has been extensively profiled for contention issues in a multi-threaded environment. The only remaining potential contention is in EdDSANamedCurveTable.defineCurve(), which will be rarely called.
    • The public constant for the curve name has returned as ED_25519, and the curve specification has a public constant ED_25519_CURVE_SPEC to avoid repeated lookups when converting to and from encoded form for the public or private keys.
    • GroupElement is now completely immutable, and all fields final, to avoid the need for synchronized blocks over mutable fields. This required some new constructors and paths to construction.
    • EdDSAPublicKeySpec.getNegativeA() and EdDSAPublicKey.getNegativeA() now evaluate lazily, taking advantage of the immutability of GroupElement.negate(). This boosts the performance of the public key constructor when the key is just being passed around rather than used.
    • Support for X509Key wrapped EdDSA public keys.

    Tags: #java • eddsa • ed25519

  • BilibiliSponsorBlock

    一款跳过B站视频中恰饭片段的浏览器插件,移植自 SponsorBlock。A browser extension to skip sponsored segments in videos on Bilibili.com, ported from the SponsorBlock

    • 目前上架了Chrome 应用商店Edge 应用商店火狐应用商店。如果你知道更多流行的浏览器插件商店,欢迎留言~

    • 如果您使用的是基于Chromium内核的浏览器,例如Chrome、Edge、360,可以从Github Release获取crx安装文件。
      1. 点击下载Chrome,修改文件后缀为.crx,最终的文件名应为Chrome.crx
      2. 打开浏览器插件管理页面,启用启用“开发者模式”,将Chrome.crx文件拖入页面,完成安装。
    • 或者可以从 Github Release 页面获取未打包的插件。

      1. 根据您浏览器的类型下载适合的版本,Chrome、Edge、360 和基于 Chromium 的国产浏览器下载 ChromiumExtension.zip;火狐浏览器下载FirefoxExtension.zip。并解压缩。

      2. 打开浏览器的插件管理页面,启用“开发者模式”,点击加载已解压的拓展程序,选择刚刚下载解压的插件文件夹,就可以完成安装。

    Tags: #typescript • bilibili • browser-extension

  • yaac

    Yet another ACME client: a decoupled LetsEncrypt client

    Written in PHP, this client aims to be a simplified and decoupled Let’s Encrypt client, based on ACME V2.

    Tags: #php • acme-v2 • php7

  • stripe-ruby-mock

    A mocking library for testing stripe ruby

    • Homepage: https://github.com/stripe-ruby-mock/stripe-ruby-mock
    • Issues: https://github.com/stripe-ruby-mock/stripe-ruby-mock/issues
    • CHAT: https://gitter.im/rebelidealist/stripe-ruby-mock

    Tags: #ruby

subscribe via RSS