Posts

  • stream-m

    An HTML5-compatible live streaming server supporting the WebM and H.264 formats.

    Currently both WebM and H.264 are supported, although through slightly different workflows.

    Tags: #java • broadcast • live-streaming

  • atom

    Atom file-specific icons for improved visual grepping.

    Tags: #javascript • atom • icons

  • react-instantsearch

    ⚡️ Lightning-fast search for React and React Native applications, by Algolia.

    You should be using React InstantSearch if you want to:

    • Design search experiences with best practices
    • Customize your components at will
    • Follow React principles

    Tags: #typescript • search • algolia

  • IOS13-SimulateTouch

    iOS Automation Framework iOS Touch Simulation Library

    A system wide touch event simulation library for iOS 11.0 - 14.

    Jailbroken device required. Application wide touch simulation library: PTFakeTouch. Choose as you like:)

    Discord: https://discord.gg/acSXfyz

    Please give me a star!

    Read this in other languages(send email to me if you want to help to translate this page): 简体中文版说明文档

    Tags: #python • touch-simulation • touch-events

  • OpenFarm

    A free and open database for farming and gardening knowledge. You can grow anything!

    We take security seriously and value the input of independent researchers. Please email security@farmbot.io for issues that require immediate attention. Please follow responsible disclosure. Do not use Slack or Github issues to discuss security vulnerabilities.

    Tags: #ruby • gardening • farming

  • cakephp-upload

    CakePHP: Handle file uploading sans ridiculous automagic

    The Upload Plugin is an attempt to easily handle file uploads with CakePHP.

    See 4.x branch for CakePHP 3.x documentation.

    See 2.x branch for CakePHP 2.x documentation.

    See this blog post for a tutorial on using the 3.x version.

    Tags: #php

  • logstash-input-jdbc

    Logstash Plugin for JDBC Inputs

    This is a plugin for Logstash.

    It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.

    Tags: #ruby

  • jphp

    JPHP - an implementation of PHP on Java VM

    We develop a new IDE for beginners like Game Maker or Scirra Construct. It’s based on JPHP, JavaFX, Java 8, Gradle and allows to create desktop games and apps for Linux, Windows and Mac (maybe Android and other platforms in future). The project name is DevelNext (https://github.com/jphp-group/develnext-ide), the current status and version of the project is BETA. The project has not yet been localized in English.

    Tags: #java • php • php-language

  • graby

    Graby helps you extract article content from web pages

    Full-Text RSS works great as a standalone application. But when you need to encapsulate it in your own library it’s a mess. You need this kind of ugly thing:

    $article = 'http://www.bbc.com/news/entertainment-arts-32547474';
    $request = 'http://example.org/full-text-rss/makefulltextfeed.php?format=json&url='.urlencode($article);
    $result  = @file_get_contents($request);
    

    Also, if you want to understand how things work internally, it’s really hard to read and understand. And finally, there are no tests at all.

    That’s why I made this fork:

    1. Easiest way to integrate it (using composer)
    2. Fully tested
    3. (hopefully) better to understand
    4. A bit more decoupled

    Tags: #php • text-rss • extract-website

  • uri-interfaces

    League URI Interfaces

    The UriInterface interface models generic URIs as specified in RFC 3986. The interface provides methods for interacting with the various URI parts, which will obviate the need for repeated parsing of the URI. It also specifies:

    • a __toString() method for casting the modeled URI to its string representation.
    • a jsonSerialize() method to improve interoperability with WHATWG URL Living standard

    Tags: #php • uri • uri-interfaces

subscribe via RSS