Posts

  • php-mysql-engine

    A MySQL engine written in pure PHP

    PHP MySQL Engine is a library for PHP that allows you to test database-driven applications with an in-memory simulation of MySQL 5.6. This project extends the PDO class and allows you to call common PDO MySQL methods. It supports a wide variety of queries, and some PDO-specific functionality like transactions and different fetch modes.

    PHP MySQL Engine is based on Slack’s Hack SQL Fake created by Scott Sandler.

    You can read an article about this tool here.

    Tags: #php

  • Multilingual_Text_to_Speech

    An implementation of Tacotron 2 that supports multilingual experiments with parameter-sharing, code-switching, and voice cloning.

    We are now going to show how to run training of our multilingual Tacotron. We used a vocoder that is based on the WaveRNN model, see this repository for more details, or use our pre-trained model.

    Tags: #python • text-to-speech • speech-synthesis

  • simple-django-login-and-register

    An example of Django project with basic user functionality.

    An example of Django project with basic user functionality.

    Tags: #python • django • django-login

  • peer-tweet

    Decentralized feeds using BitTorrent’s DHT. Idea from Arvid and The_8472 “DHT RSS feeds” http://libtorrent.org/dht_rss.html

    Decentralized feeds using BitTorrent’s DHT. Idea from Arvid and The_8472 “DHT RSS feeds” http://libtorrent.org/dht_rss.html

    Tags: #javascript

  • lance

    Multiplayer game server based on Node.JS

    It provides an extendible Node.JS based server, on which game logic runs, as well as a client-side library which synchronizes the client’s game state with the server game state. In order to provide a smooth visual experience for each connected client, Lance implements efficient networking methods, position interpolation and extrapolation, user input coordination, shadow objects, physics and pseudo-physical movement, automatic handling of network spikes.

    Lance aims to optimize the player’s visual experience, while providing a simple development model which is highly configurable and easy to analyze and debug.

    Tags: #javascript • multiplayer • gamedev

  • marvinj

    Javascript Image Processing Framework based on Marvin Framework

    MarvinJ was created to be the Javascript version of Marvin Image Processing Framework aiming to provide the same features in the web, server and mobile platforms powered by Javascript.

    If you are not familiar with Marvin Framework and want to play with MarvinJ, don’t worry. The rest of this article shows the basic image processing features of MarvinJ using JSFiddle snippets that you can make your own version and play with it.

    Tags: #javascript • image-processing • javascript-library

  • sorry-cypress

    Open-source, free, self-hosted alternative to Cypress Dashboard

    Tags: #typescript • cypress • parallelization

  • open-build-service

    Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs

    The Open Build Service (OBS) is a generic system to build and distribute binary packages from sources in an automatic, consistent, and reproducible way. You can release packages as well as updates, add-ons, appliances, and entire distributions for a wide range of operating systems and hardware architectures. More information can be found on openbuildservice.org.

    The OBS consists of a backend and a frontend. The backend implements all the core functionality (i.e. building packages). The frontend provides a web application and XML API for interacting with the backend. Additionally, there is a command line client (osc) for the API which is developed in a separate repository.

    Tags: #ruby • opensuse • rpm

  • zebra

    PHP ZPL builder, image conversion and a basic client for network-connected Zebra label printers.

    PHP ZPL builder, image conversion and a basic client for network-connected Zebra label printers.

    Requires: PHP 7.1.0+

    • Convert images to ASCII hex.
    • Create ZPL code in PHP that is easy to read.
    • Simple wrapper for PHP sockets to send ZPL to the printer via raw TCP/IP (port 9100).

    Tags: #php

  • eye

    Process monitoring tool. Inspired from Bluepill and God.

    We have used god and bluepill in production and always ran into bugs (segfaults, crashes, lost processes, kill not-related processes, load problems, deploy problems, …)

    We wanted something more robust and production stable.

    We wanted the features of bluepill and god, with a few extras like chains, nested configuring, mask matching, easy debug configs

    I hope we’ve succeeded, we’re using eye in production and are quite happy.

    Tags: #ruby • monitoring • tool

subscribe via RSS