Posts

  • DataDogAuditBundle

    Stores all database changes for doctrine ORM

    This bundle creates an audit log for all doctrine ORM database related changes:

    • inserts and updates including their diffs and relation field diffs.
    • many to many relation changes, association and dissociation actions.
    • if there is an user in token storage, it will link him to the log.
    • the audit entries are inserted within the same transaction during flush, if something fails the state remains clean.

    Basically you can track any change from these log entries if they were managed through standard ORM operations.

    NOTE: audit cannot track DQL or direct SQL updates or delete statement executions.

    Tags: #php

  • qpixel

    Q&A-based community knowledge-sharing software

    Rails-based version of our core software. Currently under active development towards MVP.

    Tags: #ruby • rails • q-and-a

  • Catroid

    Writing programs on an Android device without prior knowledge.

    Catroid is a visual coding IDE and interpreter for Android for the Catrobat programming language.

    Catrobat is a visual programming language and a set of creativity tools for smartphones. Catrobat projects can be created using Catrobat’s Android apps available on Google Play and iPhone apps available on Apple’s app store.

    For more information oriented towards developers, check out our developers page.

    Tags: #java

  • super-bombinhas

    A 2D platformer written in Ruby.

    Super Bombinhas is a retro platformer game inspired by classics like Super Mario World, but with a unique change characters mechanic. It is built with Ruby and the Gosu and MiniGL libraries. You can download the installers from releases here in GitHub or in itch.io, where you can also find a more detailed description and a gameplay video. It’s also available on Steam.

    Join the subreddit!

    Tags: #ruby

  • Mutters

    A framework for building bot brains.

    A Java framework for building bot brains. Heavily inspired by Amazon Echo’s natural language understanding model.

    Implements:

    • Templated and/or machine learning based identification of a user’s intent based on their utterance. Support out of the box for OpenNLP or Facebook’s fastText.
    • Templated and/or machine learning based (NER) extraction of data from the user’s utterance
    • State management to support complex conversations, using either:
      • a state machine
      • Inkle’s narrative scripting engine Ink
    • Pluggable intent matching, named entity extraction and conversation state management so you can use our own implementations.

    Tags: #java • machine-learning • bot

  • Sharrre

    Make your sharing widget! Sharrre is a jQuery plugin that allows you to create nice widgets sharing for Facebook, Twitter, Google Plus (with PHP script) and more.

    Make your sharing widget! Sharrre is a jQuery plugin that allows you to create nice widgets sharing for Facebook, Twitter, Google Plus (with PHP script) and more. More information on Sharrre

    Tags: #javascript

  • meinheld-gunicorn-flask-docker

    Docker image with Meinheld and Gunicorn for Flask applications in Python. Optionally with Alpine Linux.

    Tags: #python • gunicorn • web

  • clickhouse-activerecord

    A Ruby database ActiveRecord driver for ClickHouse

    A Ruby database ActiveRecord driver for ClickHouse. Support Rails >= 5.2. Support ClickHouse version from 20.9 LTS.

    Tags: #ruby

  • jsonpath

    Ruby implementation of http://goessner.net/articles/JsonPath/

    This is an implementation of http://goessner.net/articles/JsonPath/.

    Tags: #ruby

  • uap-ruby

    A simple, comprehensive Ruby gem for parsing user agent strings with the help of BrowserScope’s UA database

    UserAgentParser is a simple, comprehensive Ruby gem for parsing user agent strings. It uses BrowserScope’s parsing patterns.

    Tags: #ruby • useragentparser • browserscope

subscribe via RSS