Posts
-
warpinator-android
An unofficial implementation of Warpinator for Android
This is an unofficial reimplementation of Linux Mint’s file sharing tool Warpinator for Android.
Tags: #java • file-sharing • android-application
-
autotiling
Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
This script uses the i3ipc-python library to switch the layout splith/splitv depending on the currently focused window dimensions. It works on both sway and i3 window managers.
Inspired by https://github.com/olemartinorg/i3-alternating-layout.
Tags: #python • sway • swaywm
-
PyDebloatX
Python GUI for uninstalling the default Windows 10 apps.
Pre-built binaries are available from the releases page.
PyDebloatX installer is also available from the Windows Package Manager Winget:
winget install --id=Teraskull.PyDebloatX -eTags: #python • windows-10 • python3
-
toucan-js
Cloudflare Workers client for Sentry
Toucan is a Sentry client for Cloudflare Workers written in TypeScript.
- Reliable: In Cloudflare Workers isolate model, it is inadvisable to set or mutate global state within the event handler. Toucan was created with Workers’ concurrent model in mind. No race-conditions, no undelivered logs, no nonsense metadata in Sentry.
- Flexible: Supports
fetchandscheduledWorkers, their.mjsequivalents, andDurable Objects. - Familiar API: Follows Sentry unified API guidelines.
Tags: #typescript
-
Karta
Karta - source code assisted fast binary matching plugin for IDA
“Karta” (Russian for “Map”) is an IDA Python plugin that identifies and matches open-sourced libraries in a given binary. The plugin uses a unique technique that enables it to support huge binaries (>200,000 functions), with almost no impact on the overall performance.
The matching algorithm is location-driven. This means that it’s main focus is to locate the different compiled files, and match each of the file’s functions based on their original order within the file. This way, the matching depends on K (number of functions in the open source) instead of N (size of the binary), gaining a significant performance boost as usually N » K.
We believe that there are 3 main use cases for this IDA plugin:
- Identifying a list of used open sources (and their versions) when searching for a useful 1-Day
- Matching the symbols of supported open sources to help reverse engineer a malware
- Matching the symbols of supported open sources to help reverse engineer a binary / firmware when searching for 0-Days in proprietary code
Tags: #python • research • ida-plugin
-
validate.js
Lightweight JavaScript form validation library inspired by CodeIgniter.
validate.js is a lightweight JavaScript form validation library inspired by CodeIgniter.
Tags: #javascript • codeigniter • forms
-
active_event_store
Rails Event Store in a more Rails way
Active Event Store is a wrapper over Rails Event Store which adds conventions and transparent Rails integration.
Tags: #ruby • rails • event-sourcing
-
lhotse
Tools for handling speech data in machine learning projects.
Lhotse is a Python library aiming to make speech and audio data preparation flexible and accessible to a wider community. Alongside k2, it is a part of the next generation Kaldi speech processing library.
Tags: #python • speech • audio
-
ddd-java
Spring Boot + Java [ DDD Sample ]
It is DDD sample implementation from Spring Boot.
It is not a framework, This is a simple example of the implementation based on Evans’s DDD.Tags: #java • spring-boot • ddd
-
PHPCI
PHPCI is a free and open source continuous integration tool specifically designed for PHP.
- Clones your project from Github, Bitbucket or a local path
- Allows you to set up and tear down test databases.
- Installs your project’s Composer dependencies.
- Runs through any combination of the supported plugins.
- You can mark directories for the plugins to ignore.
- You can mark certain plugins as being allowed to fail (but still run.)
Tags: #php • phpci • continuous-integration
subscribe via RSS