Posts
-
TextLayoutBuilder
An Android library that allows you to build text layouts more easily.
Build text Layouts easily on Android.
Tags: #java
-
fyodor
Convert your Amazon Kindle highlights and notes into markdown (or any format).
Convert your Amazon Kindle highlights, notes and bookmarks into markdown (or any format).
Tags: #ruby • kindle • markdown
-
POCDriver
Workload Driver for MongoDB in Java
Disclaimer: POCDriver is NOT in any way an official MongoDB product or project.
This is open source, immature, and undoubtedly buggy code. If you find bugs please fix them and send a pull request or report in the GitHub issue queue.
This tool is designed to make it easy to answer many of the questions people have during a MongoDB ‘Proof of Concept’:
- How fast will MongoDB be on my hardware?
- How could MongoDB handle my workload?
- How does MongoDB scale?
- How does High Availability work (aka How do I handle a failover)?
POCDriver is a single JAR file which allows you to specify and run a number of different workloads easily from the command line. It is intended to show how MongoDB should be used for various tasks and avoids testing your own client code versus MongoDB’s capabilities.
POCDriver is an alternative to using generic tools like YCSB. Unlike these tools, POCDriver:
-
Only works with MongoDB. This shows what MongoDB can do rather than comparing lowest common denominator between systems that aren’t directly comparable.
-
Includes much more sophisticated workloads using the appropriate MongoDB feature.
Tags: #java
-
specter-desktop
A desktop GUI for Bitcoin Core optimised to work with hardware wallets
"A specter is haunting the modern world, the specter of crypto anarchy." The Crypto Anarchist Manifesto - Timothy C. May - Sun, 22 Nov 92 12:11:24 PSTTags: #python • specter-desktop
-
devise-otp
Two Factors authentication for Devise using Time Based OTP/rfc6238 tokens.
Devise OTP is a Two-Factor Authentication extension for Devise. The second factor is done using an RFC 6238 Time-Based One-Time Password (TOTP) implemented by the rotp library.
It has the following features:
- Optional and mandatory OTP enforcement
- Setting up trusted browsers for limited access
- Generating QR codes
Some of the compatible token devices are:
Device OTP was recently updated to work with Rails 7+ and Turbo.
Tags: #ruby
-
laravel-filemanager
Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
- File upload and management
- Uploading validation
- Cropping and resizing of images
- RWD user interface, and can be entirely customized
- Supporting multiple files selection
- Supporting cloud storages integration(with Laravel file system)
- Multiple integration options:
- WYSIWYG editors integration (CKEditor, TinyMCE, Summernote)
- Standalone upload button
- Iframe
- Multi-user mode:
- Shared folders: all users can upload and manage files
- Private folders: dedicated folder for each user, only the owner can upload or manage files within
- Customizable routes, middlewares, views, and folder path
- Supports two categories: files and images. Each type works in different directory.
- Supported locales : ar, az, bg, cs, de, el, en, es, eu, fa, fr, he, hu, id, it, ka, nl, pl, pt, pt-BR, ro, rs, ru, sk, sv, tr, uk, vi, zh-CN, zh-TW
Tags: #php • laravel • gallery
-
sprotty
A diagramming framework for the web
The Sprotty project spans across four GitHub repositories.
- sprotty (this repository) contains the client code (
sprotty), shared code for Node.js servers (sprotty-protocol), ELK layout integration (sprotty-elk) and examples. - sprotty-server contains server code for Java and includes server-side diagram layout, the extension of the Language Server Protocol, and the integration with the Xtext framework.
- sprotty-theia contains the glue code to integrate Sprotty views in the Theia IDE.
- sprotty-vscode contains the glue code to integrate Sprotty views in VS Code.
The project is built on ci.eclipse.org/sprotty.
Tags: #typescript • eclipse • web
- sprotty (this repository) contains the client code (
-
zent
A collection of essential UI components written with React.
- High quality React components
- Builtin TypeScript support
- Supports custom themes
- Import JavaScript and styles only if they are used
- Handmade icon font
Tags: #typescript • react • ui-components
-
mockttp
Powerful friendly HTTP mock server & proxy library
Part of HTTP Toolkit: powerful tools for building, testing & debugging HTTP(S)
Mockttp lets you intercept, transform or test HTTP requests & responses in JavaScript - quickly, reliably & anywhere.
You can use Mockttp for integration testing, by intercepting real requests as part of your test suite, or you can use Mockttp to build custom HTTP proxies that capture, inspect and/or rewrite HTTP in any other kind of way you like.
HTTP testing is the most common and well supported use case. There’s a lot of tools to test HTTP, but typically by stubbing the HTTP functions in-process at the JS level. That ties you to a specific environment, doesn’t truly test the real requests that you code would send, and only works for requests made in the same JS process. It’s inflexible, limiting and inaccurate, and often unreliable & tricky to debug too.
Mockttp meanwhile allows you to do accurate true integration testing, writing one set of tests that works out of the box in node or browsers, with support for transparent proxying & HTTPS, strong typing & promises throughout, fast & safe parallel testing, and with debuggability built-in at every stage.
Mockttp is also battle-tested as a scriptable rewriting proxy, powering all the HTTP internals of HTTP Toolkit. Anything you can do with HTTP Toolkit, you can automate with Mockttp as a headless script.
Tags: #typescript • mock-server • fake-server
-
hollaex-kit
Exchange Starter Kit to run your own Digital Asset Trading Exchange Platform
HollaEx Kit is an open source white label crypto software suite with a range of features from exchange and trading to user management and onboarding as well as wallet system. In order to run the HollaEx Kit, you need to run the Server as the back-end and Web as your front-end user interface. HollaEx Kit runs as a stand alone node and for trading and blockchain functionalities require to connect to HollaEx Network. By default the node connects to the public HollaEx Network.
Tags: #javascript • exchange • crypto
subscribe via RSS