Posts
-
JMSSerializerBundle
Easily serialize, and deserialize data of any complexity (supports XML, JSON, YAML)
You can learn more about the bundle in its documentation.
Tags: #php
-
electron-installer-windows
Create a Windows package for your Electron app.
Create a Windows package for your Electron app.
This tool relies on the awesome Squirrel.Windows framework written by @anaisbetts. It takes care of creating the actual package, signing it, dealing with updates, and many more things. Gotta give credit where credit is due, ya know.
Tags: #javascript
-
spotty
Training deep learning models on AWS and GCP instances
- See the documentation page.
- Read this article on Medium for a real-world example.
Tags: #python • aws • spot-instances
-
stencil-store
Store is a lightweight shared state library by the StencilJS core team. Implements a simple key/value map that efficiently re-renders components when necessary.
Store is a lightweight shared state library by the StencilJS core team. It implements a simple key/value map that efficiently re-renders components when necessary.
Highlights:
- Lightweight
- Zero dependencies
- Simple API, like a reactive Map
- Best performance
Tags: #typescript • state • global
-
phpinsights
A versatile PHP Library for Google PageSpeed Insights
An easy-to-use API Wrapper for Googles PageSpeed Insights. The JSON response is mapped to objects for an headache-free usage.
Tags: #php • google-pagespeed-insights • google-insights
-
travel
Framework agnostic PHP package to control the time.
You can install the package via composer:
composer require --dev rachidlaasri/travelTags: #php • time • carbon
-
gitlab-ci-local
Tired of pushing to test your .gitlab-ci.yml?
Tags: #typescript • gitlab • local
-
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
-
python-pesq
A python package for calculating the PESQ.
Pypesq is a python wrapper for the PESQ score calculation C routine. It only can be used in evaluation purpose.
Tags: #python
-
caption
Get Caption, start watching.
Caption is completely open-source. We’ve tried to make it as easy as possible to contribute. If you’d like to help out by adding features, working on bug fixes, or assisting in other parts of development, here’s how to get started:
Tags: #javascript • caption • subtitle
subscribe via RSS