Posts

  • concretecms

    Official repository for Concrete CMS development

    If you’re looking for Concrete CMS documentation, you’ll want to navigate over to documentation.concretecms.org. If you see anything that needs more information or is just completely wrong, contributions are welcomed! Just log in to the documentation site with your community.concretecms.com account and edit away!

    Tags: #php • concrete5 • cms

  • laravel-cashier-mollie

    Official Mollie integration for Laravel Cashier

    First, make sure to add the Mollie key to your .env file. You can obtain an API key from the Mollie dashboard:

    MOLLIE_KEY="test_xxxxxxxxxxx"
    

    Next, pull this package in using composer:

    composer require laravel/cashier-mollie "^1.0"
    

    Tags: #php • laravel • mollie

  • chipmunk

    log analysis tool

    chipmunk is a fast logfile viewer that can deal with huge logfiles (>10 GB). It powers a super fast search and is supposed to be a useful tool for developers who have to analyze logfiles.

    Tags: #typescript • logs-analysis • logviewer

  • mockit

    A tool to quickly mock out end points, setup delays and more…

    When building applications you often need to interact with services. When the services are not ready to be consumed you have a few options:

    1. Mock out the response with a JSON file
    2. Create a mock service yourself
    3. Use MockIt.

    Tags: #javascript • mock • stub

  • mtube

    mTube : Simple Video Sharing Platform

    mTube is a simple video sharing platform built with Laravel. Create personal channel share videos online with friends and family.

    Tags: #php • laravel • ffmpeg

  • PHPMatrix

    PHP Class for handling Matrices

    • power() function
    • Decomposition
      • Cholesky Decomposition
      • EigenValue Decomposition
        • EigenValues
        • EigenVectors

    Tags: #php

  • infection

    PHP Mutation Testing library

    Please read documentation here: [infection.github.io][doc]

    • Twitter: [@infection_php][twitter]
    • Mastodon: [@infection_php][mastodon]
    • Discord: https://discord.gg/ZUmyHTJ
    • Playground - try it right in your browser!

    Tags: #php • mutation • mutant

  • yahooquery

    Python wrapper for an unofficial Yahoo Finance API

    Yahooquery is a python interface to unofficial Yahoo Finance API endpoints. The package allows a user to retrieve nearly all the data visible via the Yahoo Finance front-end.

    Some features of yahooquery:

    • Fast: Data is retrieved through API endpoints instead of web scraping. Additionally, asynchronous requests can be utilized with simple configuration
    • Simple: Data for multiple symbols can be retrieved with simple one-liners
    • User-friendly: Pandas Dataframes are utilized where appropriate
    • Premium: Yahoo Finance premium subscribers are able to retrieve data available through their subscription

    Tags: #python • yahoo-finance-api • yahoo-finance

  • raster-vision

    An open source library and framework for deep learning on satellite and aerial imagery.

    For more details, see the Setup documentation.

    Tags: #python • deep-learning • computer-vision

  • racecar

    Racecar: a simple framework for Kafka consumers in Ruby

    Racecar is a friendly and easy-to-approach Kafka consumer framework. It allows you to write small applications that process messages stored in Kafka topics while optionally integrating with your Rails models.

    The framework is based on rdkafka-ruby, which, when used directly, can be a challenge: it’s a flexible library with lots of knobs and options. Most users don’t need that level of flexibility, though. Racecar provides a simple and intuitive way to build and configure Kafka consumers.

    NOTE: Racecar requires Kafka 0.10 or higher.

    Tags: #ruby • rails • kafka

subscribe via RSS