Posts
-
docker-plugin
Jenkins cloud plugin that uses Docker
This plugin allows containers to be dynamically provisioned as Jenkins agents using Docker. It is a Jenkins Cloud plugin for Docker.
This plugin allows a Docker host to dynamically provision a container as a Jenkins agent node, lets that run a single build, then removes that node, without the build process or Jenkins job definition requiring any awareness of Docker.
The Jenkins administrator configures Jenkins with Docker hosts, one or more βtemplatesβ that describe the labels/tags provided by the template, the Docker image, and Jenkins creates agents on-demand using those Docker containers.
Tags: #java β’ docker β’ cloud
-
pyswarms
A research toolkit for particle swarm optimization in Python
- High-level module for Particle Swarm Optimization. For a list of all optimizers, check this link.
- Built-in objective functions to test optimization algorithms.
- Plotting environment for cost histories and particle movement.
- Hyperparameter search tools to optimize swarm behaviour.
- (For Devs and Researchers): Highly-extensible API for implementing your own techniques.
Tags: #python β’ particle-swarm-optimization β’ optimization-tools
-
homebrew-zathura
Homebrew formulae to build Zathura on Mac OS X
Homebrew formulae to install Zathura and supporting PDF plugins on macOS.
Tags: #ruby β’ zathura β’ homebrew
-
foreman_fog_proxmox
Foreman plugin to add Proxmox compute resource based on fog-proxmox gem
Foreman plugin that adds Proxmox compute resource: managing virtual machines and containers using the fog-proxmox module.
It is intended to satisfy this feature.
If you like it and need more features you can contribute or simply support it:
Tags: #ruby β’ foreman β’ foreman-proxmox
-
rocket-nginx
Rocket-Nginx is a Nginx configuration that makes WP-Rocket even faster by serving static pages directly without loading WordPress or PHP.
Tags: #php β’ wordpress β’ nginx
-
fastexcel
Generate and read big Excel files quickly
There are not many alternatives when you have to generate xlsx Excel workbooks in Java. The most popular one (Apache POI) includes many features, but when it comes down to huge worksheets it quickly becomes a memory hog.
Its streaming API may mitigate this problem but it introduces several limitations:
- Its sliding window mechanism prevents you from accessing cells above the current writing position.
- It writes stuff to a temporary file.
- It comes with an overhead on the file size because shared strings are disabled by default. Enabling shared strings is likely to consume much more heap if you deal with string values.
So, fastexcel has been created to offer an alternative with the following key points:
- Limited set of features (basic style support, no graph support yet) and very simple API.
- Reduced memory footprint and high performance by accumulating only necessary elements. XML stuff is piped to the output stream at the end.
- Multithreading support: each worksheet in the workbook can be generated by a different thread, while fully supporting shared strings and styles.
Tags: #java β’ excel β’ performance
-
ocLazyLoad
Lazy load modules & components in AngularJS
- Dependencies are automatically loaded
- Debugger friendly (no eval code)
- The ability to mix normal boot and load on demand
- Load via the service or the directive
- Use the embedded async loader or use your own (requireJS, β¦)
- Load js (angular or not) / css / templates files
- Compatible with AngularJS 1.2.x/1.3.x/1.4.x/1.5.x/1.6.x
Tags: #javascript β’ angularjs β’ lazyload
-
sendportal
Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.
The core functionality of SendPortal is contained within the SendPortal Core package. If you would like to add SendPortal to an existing application that already handles user authentication, you only require SendPortal Core.
Tags: #php β’ email-marketing β’ marketing-automation
-
manticoresearch-php
Official PHP client for Manticore Search
require_once __DIR__ . '/vendor/autoload.php'; $config = ['host'=>'127.0.0.1','port'=>9308]; $client = new \Manticoresearch\Client($config); $table = $client->table('movies');Tags: #php β’ search
-
API-fuzzer
API Fuzzer which allows to fuzz request attributes using common pentesting techniques and lists vulnerabilities
API_Fuzzergem accepts a API request as input and returns vulnerabilities possible in the API. Following are the main check involved in API_Fuzzer gem- Cross-site scripting vulnerability
- SQL injection
- Blind SQL injection
- XML External entity vulnerability
- IDOR (in specific cases)
- API Rate Limiting
- Open redirect vulnerabilities
- Information Disclosure flaws
- Info leakage through headers
- Cross-site request forgery vulnerability
Tags: #ruby β’ gem β’ ruby-gem
subscribe via RSS