Posts
-
deobfuscator
The real deal
This project aims to deobfuscate most commercially-available obfuscators for Java.
Tags: #java
-
passkit-generator
The easiest way to generate custom Apple Wallet passes in Node.js
This library was created with a specific architecture in mind: application and model (as preprocessed entity), to split as much as possible static objects (such as logo, background, icon, etc.) from dynamic ones (translations, barcodes, serialNumber, …), while keeping an eye on the different possible execution contexts.
Pass creation and population might not fully happen in runtime. This library allows to create a pass from scratch, specify a folder model (template) or specify a set of buffers. In the last two cases, both should contain all the objects needed (static medias) and structure to make a pass work.
Whenever adding files, through scratch, template or buffer, these will be read and pushed as they are in the resulting .zip file, while dynamic data will be patched (
pass.json
with props) or generated in runtime (manifest.json
,signature
and translation files).Tags: #typescript • apple • wallet
-
dst-admin
Steam平台的Don’t Starve Together 饥荒联机版管理后台
dst-admin is the Don’t Starve Together Management System, it is a web program written in Java language, which is powerful, convenient and simple to use, and reduces the difficulty of server construction
Tags: #java • dst-admin • steam
-
gitinspector
:bar_chart: The statistical analysis tool for git repositories
- Shows cumulative work by each author in the history.
- Filters results by extension (default: java,c,cc,cpp,h,hh,hpp,py,glsl,rb,js,sql).
- Can display a statistical timeline analysis.
- Scans for all filetypes (by extension) found in the repository.
- Multi-threaded; uses multiple instances of git to speed up analysis when possible.
- Supports HTML, JSON, XML and plain text output (console).
- Can report violations of different code metrics.
Tags: #python • statistical-analysis • gitinspector
-
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 PST
Tags: #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
subscribe via RSS