Posts
-
polymorph
Polymorph is a real-time network packet manipulation framework with support for almost all existing protocols
Polymorph is a tool that facilitates the modification of network traffic on the fly by allowing the execution of Python code on network packets that are intercepted in real time.
This framework can be used to modify in real time network packets that implement any publicly specified network protocol. Additionally, it can be used to modify privately specified network protocols by creating custom abstractions and fields.
Tags: #python β’ network β’ packets
-
einvoicing
Library for reading and creating European-compliant electronic invoices (EN 16931)
eInvoicing is a PHP library for creating and reading electronic invoices according to the eInvoicing Directive and European standard.
It aims to be 100% compliant with EN 16931 as well as with the most popular CIUS and extensions, such as PEPPOL BIS.
Tags: #php β’ ubl β’ invoicing
-
sidekiq-cron
Scheduler / Cron for Sidekiq jobs
Before upgrading to a new version, please read our Changelog.
Tags: #ruby β’ sidekiq-cron β’ sidekiq-jobs
-
impress
Enterprise application server for Node.js and Metarhia private cloud β‘
First Node.js server scaled with multithreading and extra thin workload isolation. Optimized for high-intensive data exchange, rapid development, and clean architecture. Provides everything you need out of the box for reliable and efficient backend, network communication with web and mobile clients, protocol-agnostic API, run-time type validation, real-time and in-memory data processing, and reliable stateful services.
Weak sides: not a good choice for content publishing including blogs and online stores, server-side rendering, serving static content and stateless services.
Strong sides: security and architecture for enterprise-level applications, long-lived connections over websocket to minimize overhead for cryptographic handshake, no third-party dependencies.
Tags: #javascript β’ nodejs β’ application-server
-
wordnet
Lexical database of any language
Open Source browsing application for Wordnet database
Tags: #ruby
-
FPDF
FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
This repository is only made for cloning official FPDF releases which are available at: http://www.fpdf.org THERE WILL BE NO DEVELOPMENT IN THIS REPOSITORY!
FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
Tags: #php
-
obsidian-quiet-outline
Improving experience of outline in Obsidian
An outline plugin makes headings easier to read.
Tags: #typescript
-
neuralnetworks
java deep learning algorithms and deep neural networks with gpu acceleration
Update This is a newer version of the framework, that I developed while working at ExB Research. Currently, you can build the project, but some of the tests are not working. If you want to access the previous version itβs available in the old branch.
This is a Java implementation of some of the algorithms for training deep neural networks. GPU support is provided via the OpenCL and Aparapi. The architecture is designed with modularity, extensibility and pluggability in mind.
Tags: #java
-
skip-duplicate-actions
Save time and cost when using GitHub Actions
skip-duplicate-actionsprovides the following features to optimize GitHub Actions:- Skip duplicate workflow runs after merges, pull requests or similar.
- Skip concurrent or parallel workflow runs for things that you do not want to run twice.
- Skip ignored paths to speedup documentation-changes or similar.
- Skip if paths not changed for something like directory-specific tests.
- Cancel outdated workflow runs after branch-pushes.
All of those features help to save time and costs; especially for long-running workflows. You can choose any subset of those features.
Tags: #typescript
-
completely
Generate bash completion scripts using a simple configuration file
Completely is a command line utility and a Ruby library that lets you generate bash completion scripts from simple YAML configuration.
This tool is for you if:
- You develop your own command line tools.
- Your life feels empty without bash completions.
- Bash completion scripts seem overly complex to you.
Note that if you are building bash command line scripts with [bashly][bashly], then this functionality is already integrated with it.
Tags: #ruby β’ bash β’ bash-completion
subscribe via RSS