Posts

  • ast

    Generic AST parsing library for kotlin multiplatform

    kotlinx.ast is a generic AST (Abstract Syntax Tree) parsing library, Kotlin is currently the only supported language. The library is designed that other languages can be easily added. kotlinx.ast does not use the Kotlin Compiler for parsing, it is using ANTLR (the Kotlin variant: https://github.com/Strumenta/antlr-kotlin) using the official Kotlin Grammar (https://kotlinlang.org/docs/reference/grammar.html).

    One Component is Klass, a collection of language independent data classes used to represent and easily access the AST.

    Tags: #java • kotlin • ast

  • xmemcached

    High performance, easy to use multithreaded memcached client in java.

    • 2.4.8 released, some minor fixes.
    • 2.4.7 released, supports MemcachedSessionComparator and resolveInetAddresses settings and tweak benchmark projects.
    • 2.4.6 released, set timeoutExceptionThreshold though XMemcachedClientFactoryBean.

    Tags: #java • memcached • cache

  • 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

subscribe via RSS