Posts

  • 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

  • ember-modal-dialog

    An ember-cli addon for implementing modal dialogs

    The ember-modal-dialog addon provides components to implement modal dialogs throughout an Ember application using a simple, consistent pattern.

    Unlike some other modal libraries for Ember, ember-modal-dialog uses solutions like ember-wormhole to render a modal structure as a top-level DOM element for layout purposes while retaining its logical position in the Ember view hierarchy. This difference introduces a certain elegance and, dare we say, joy, into the experience of using modals in your app. For more info on this, see the “Wormhole” section below.

    Tags: #javascript

  • cocoapods-binary

    integrate pods in form of prebuilt frameworks conveniently, reducing compile time

    You may wonder why CocoaPods doesn’t have a function to integrate libs in form of binaries, if there are dozens or hundreds of pods in your podfile and compile them for a great many times meaninglessly. Too many source code of libs slow down your compile and the response of IDE (e.g. code completion), and then reduce work efficiency, leaving us time to think about the meaning of life.

    This plugin implements this simple wish. Replace the source code in pod target with prebuilt frameworks.

    Why don’t use Carthage? While Carthage also integrates libs in form of frameworks, there several reasons to use CocoaPods with this plugin:

    • Pod is a good simple form to organize files, manage dependencies. (private or local pods)
    • Fast switch between source code and binary, or partial source code, partial binaries.
    • Some libs don’t support Carthage.

    Tags: #ruby • cocoapods-plugin • compile-time

  • micro-ecc

    ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors.

    Compressed points are represented in the standard format as defined in http://www.secg.org/sec1-v2.pdf; uncompressed points are represented in standard format, but without the 0x04 prefix. All functions except uECC_decompress() only accept uncompressed points; use uECC_compress() and uECC_decompress() to convert between compressed and uncompressed point representations.

    Private keys are represented in the standard format.

    Tags: #php

subscribe via RSS