Posts
-
paper-icon-theme
Paper Icon Theme
This project has mixed licencing. You are free to copy, redistribute and/or modify aspects of this work under the terms of each licence accordingly (unless otherwise specified).
The Moka icon assets (any and all source
.svgfiles or rendered.pngfiles) are licenced under the terms of the Creative Commons Attribution-ShareAlike 4.0 License.Included scripts are free software licenced under the terms of the GNU General Public License, version 3.
When reusing this work please include a proper attribution:
“Paper Icons” by Sam Hewitt is licensed under CC-SA-4.0
Tags: #python • icons • icon-theme
-
php-vcr
Record your test suite’s HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
- Automatically records and replays your HTTP(s) interactions with minimal setup/configuration code.
- Supports common http functions and extensions
- everything using streamWrapper: fopen(), fread(), file_get_contents(), … without any modification (except
$http_response_headersee #96) - SoapClient by adding
\VCR\VCR::turnOn();in yourtests/bootstrap.php - curl(), by adding
\VCR\VCR::turnOn();in yourtests/bootstrap.php
- everything using streamWrapper: fopen(), fread(), file_get_contents(), … without any modification (except
- The same request can receive different responses in different tests – just use different cassettes.
- Disables all HTTP requests that you don’t explicitly allow by setting the record mode
- Request matching is configurable based on HTTP method, URI, host, path, body and headers, or you can easily implement a custom request matcher to handle any need.
- The recorded requests and responses are stored on disk in a serialization format of your choice (currently YAML and JSON are built in, and you can easily implement your own custom serializer)
- Supports PHPUnit annotations.
Tags: #php • php-vcr • accurate-tests
-
omniauth-apple
OmniAuth strategy for Sign In with Apple
OmniAuth strategy for Sign In with Apple.
Tags: #ruby
-
ikvStockChart
A simple stock charting library for Android, supporting time-line, k-line, macd, kdj, rsi, boll index, and interactive gesture operation, including left and right sliding to refresh, scaling, highlighting
当前最新版本:0.1.5
支持在 XML 布局文件和代码中设置各个线条颜色、大小配置
支持左滑、右滑加载
支持长按高亮、短按点击、双指缩放事件
支持 fling 滑动
支持 MACD、RSI、KDJ、BOLL 四个指标
支持自定义的指标显示方式
附带的程序示例有:默认左滑右滑加载、禁用左滑右滑加载、多个指标共同联动显示、在 Fragment 中使用、带有下拉刷新的需求中使用、横竖屏切换(自动旋转)、简单分时图
Tags: #java
-
rubywarden
An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
A small, self-contained API server written in Ruby and Sinatra to provide a private backend for the open-source Bitwarden apps.
Tags: #ruby • bitwarden
-
brpc-java
Java implementation for Baidu RPC, multi-protocol & high performance RPC.
brpc-java 是 baidu rpc 的 java 版本实现,支持 baidu rpc、nshead、sofa、hulu、http、stargate、dubbo 等协议。
Tags: #java • rpc • brpc
-
openScale
Open-source weight and body metrics tracker, with support for Bluetooth scales
Monitor and track your weight, BMI, body fat, body water, muscle and other body metrics in an open source app that:
- has an easy to use user interface with graphs,
- supports various Bluetooth scales,
- doesn’t require you to create an account,
- can be configured to only show the metrics you care about, and
- respects your privacy and lets you decide what to do with your data.
Tags: #java
-
metadata
Repository for assets related to Metadata.
Tracking and managing metadata of machine learning workflows in Kubeflow. For more information, you can visit this page.
Tags: #typescript
-
react-laag
Hooks to build things like tooltips, dropdown menu’s and popovers in React
- 📦 Only 8kb minified & gzipped / tree-shakable / no dependencies
- 🛠 We do the positioning, you do the rest. You maintain full control over the look and feel.
- 🚀 Optimized for performance / no scroll lag whatsoever
- 🏗 Comes with sensible defaults out of the box, but you can tweak things to your liking
Tags: #typescript • tooltip • popover
-
maoni
Lightweight library for collecting and handling user feedback from within Android applications.
While working on a new version of DD-WRT Companion, one of my Android apps, I needed a simple yet pleasant way to collect user feedback, along with some contextual information. I experimented with a simple dialog, then tried a bunch of other libraries, but could not find one with screenshot capturing capabilities, not vendor lock-in, and which is almost a no-brainer as to integrating with any remote services. I was also looking for screen capture highlight / blackout capabilities, as in use for issue reporting in several apps from Google.
So as a way to give back to the Open Source community, I decided to create Maoni as a separate library project.
By the way, as a side note, Maoni is a Swahili word for comments or opinions.
Tags: #java • feedback • android-application
subscribe via RSS