Posts

  • rspec_api_documentation

    Automatically generate API documentation from RSpec

    Generate pretty API docs for your Rails APIs.

    Check out a sample.

    Tags: #ruby β€’ rspec β€’ api

  • mimicry

    The library can be installed with:

    pip install git+https://github.com/kwotsin/mimicry.git
    

    See also setup information for more.

    Tags: #python β€’ generative-adversarial-networks β€’ gans

  • mozart

    Developers tool for WordPress plugins: Wraps all your projects dependencies in your own namespace, in order to prevent conflicts with other plugins loading the same dependencies in different versions.

    Composes all dependencies as a package inside a WordPress plugin. Load packages through Composer and have them wrapped inside your own namespace. Gone are the days when plugins could load conflicting versions of the same package, resulting in hard to reproduce bugs.

    This package requires PHP 7.3 or higher in order to run the tool. You can use the resulting files as a bundle, requiring any PHP version you like, even PHP 5.2.

    Warning: This package is very experimental and breaking changes are very likely until version 1.0.0 is tagged. Use with caution, always wear a helmet when using this in production environments.

    Tags: #php β€’ composer β€’ autoloader

  • phue

    A Python library for the Philips Hue system

    Full featured Python library to control the Philips Hue lighting system.

    Tags: #python

  • python-user-agents

    A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.

    • ua-parser >= 0.10.0 is required. Thanks @jnozsc!
    • Added get_device(), get_os() and get_browser() instance methods to UserAgent. Thanks @rodrigondec!

    Tags: #python β€’ user-agent-detection β€’ browser-detection

  • ISO-3166-Countries-with-Regional-Codes

    ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets

    These lists are the result of merging data from two sources, the Wikipedia ISO 3166-1 article for alpha and numeric country codes, and the UN Statistics site for countries’ regional, and sub-regional codes. In addition to countries, it includes dependent territories.

    The International Organization for Standardization (ISO) site provides partial data (capitalised and sometimes stripped of non-latin ornamentation), but sells the complete data set as a Microsoft Access 2003 database. Other sites give you the numeric and character codes, but there appeared to be no sites that included the associated UN-maintained regional codes in their data sets. I scraped data from the above two websites that is all publicly available already to produce some ready-to-use complete data sets that will hopefully save someone some time who had similar needs.

    Tags: #ruby β€’ region-codes β€’ countries

  • tinyhttp

    πŸ¦„ 0-legacy, tiny & fast web framework as a replacement of Express

    • ⚑ 2x faster than Express
    • βš™ Express middleware compat
    • β†ͺ Async middleware support
    • β˜‘ Native ESM and CommonJS support
    • πŸš€ No legacy dependencies, just the JavaScript itself
    • πŸ”¨ Types out of the box
    • πŸ”₯ Prebuilt middleware for modern Node.js

    Visit tinyhttp website for docs, guides and middleware search.

    Tags: #typescript β€’ web β€’ webframework

  • pravega

    Pravega - Streaming as a new software defined storage primitive

    Pravega is an open source distributed storage service implementing Streams. It offers Stream as the main primitive for the foundation of reliable storage systems: aΒ high-performance, durable, elastic, and unlimited append-only byte stream with strict ordering and consistency.

    To learn more about Pravega, visit https://pravega.io

    Tags: #java β€’ streaming β€’ streaming-data

  • stock-prediction-deep-neural-learning

    Predicting stock prices using a TensorFlow LSTM (long short-term memory) neural network for times series forecasting

    Predicting stock prices using a TensorFlow LSTM (long short-term memory) neural network for times series forecasting.

    Tags: #python β€’ machine-learning β€’ deep-learning

  • brave

    Java distributed tracing implementation compatible with Zipkin backend services.

    Brave is a distributed tracing instrumentation library. Brave typically intercepts production requests to gather timing data, correlate and propagate trace contexts. While typically trace data is sent to Zipkin server, third-party plugins are available to send to alternate services such as Amazon X-Ray.

    This repository includes dependency-free Java libraries and instrumentation for common components used in production services. For example, this includes trace filters for Servlet and log correlation for Apache Log4J.

    You can look at our example project for how to trace a simple web application.

    Tags: #java β€’ zipkin β€’ distributed-tracing

subscribe via RSS