Posts
-
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 constantED_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 forsynchronized
blocks over mutable fields. This required some new constructors and paths to construction.EdDSAPublicKeySpec.getNegativeA()
andEdDSAPublicKey.getNegativeA()
now evaluate lazily, taking advantage of the immutability ofGroupElement.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
- The library has been extensively profiled for contention issues in a multi-threaded environment. The only
remaining potential contention is in
-
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安装文件。
- 点击下载
Chrome
,修改文件后缀为.crx
,最终的文件名应为Chrome.crx
。 - 打开浏览器插件管理页面,启用启用“开发者模式”,将
Chrome.crx
文件拖入页面,完成安装。
- 点击下载
-
或者可以从 Github Release 页面获取未打包的插件。
-
根据您浏览器的类型下载适合的版本,Chrome、Edge、360 和基于 Chromium 的国产浏览器下载
ChromiumExtension.zip
;火狐浏览器下载FirefoxExtension.zip
。并解压缩。 -
打开浏览器的插件管理页面,启用“开发者模式”,点击
加载已解压的拓展程序
,选择刚刚下载解压的插件文件夹,就可以完成安装。
-
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
-
titra
titra - modern open source project time tracking for freelancers and small teams
Modern open source project time tracking for freelancers and small teams
We believe in the philosophy “Do One Thing And Do It Well.” and try to follow it in the design and implementation of titra. A great companion for titra is Wekan, where you can plan your tasks and track your time against later on.
Tags: #javascript • open-source • meteorjs
-
Autolab
Course management service that enables auto-graded programming assignments.
We have a demo site running at https://nightly.autolabproject.com/. See the docs for more information on how to log in and suggestions on things to try.
Tags: #ruby • autograding • scoreboard
-
omniauth-google-oauth2
Oauth2 strategy for Google
Strategy to authenticate with Google via OAuth2 in OmniAuth.
Get your API key at: https://code.google.com/apis/console/ Note the Client ID and the Client Secret.
For more details, read the Google docs: https://developers.google.com/accounts/docs/OAuth2
Tags: #ruby • omniauth • google-oauth2
-
voldemort
An open source clone of Amazon’s Dynamo.
N.B.: Voldemort is no longer under development. LinkedIn was the primary maintainer and user of Voldemort, and stopped all production usage in 2018. Most of the Voldemort Read-Only use cases and some of the Read-Write use cases have migrated to Venice, which is actively maintained and also open sourced.
Tags: #java
-
react-native-fit-image
Responsive image component to fit perfectly itself.
React Native Fit Image enables you to draw responsive image component.
Tags: #typescript • react-native • responsive
subscribe via RSS