Posts

  • aurelia

    Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.

    This is the Aurelia 2 monorepo, containing core and plugin packages, examples, benchmarks, and documentation for the upcoming major version of everybody’s favorite modern JavaScript framework, Aurelia.

    Tags: #typescript • aurelia • javascript

  • Generamba

    This codegenerator is too brilliant to be real!

    • Supports work with .xcodeproj files out of the box. All generated class files are automatically placed to specific folders and groups of Xcode project.
    • Can generate both code itself and tests adding them to right targets.
    • Based on work with liquid-templates that have plain and readable syntax in comparison with templates for Xcode.
    • It is very easy to create a new module: generamba gen [MODULE_NAME] [TEMPLATE_NAME]. You do not need to input a bunch of data each time because each project corresponds to only one configuration file that holds standard file system and Xcode-project pathes, names of targets, information about the author.

    Tags: #ruby

  • AndroidScrollingImageView

    An Android view for displaying repeated continuous side scrolling images. This can be used to create a parallax animation effect.

    An Android view for displaying repeated continuous side scrolling images. This can be used to create a parallax animation effect.

    Tags: #java

  • NeoVintageous

    Vim for Sublime Text.

    NeoVintageous is a powerful Vim emulator for Sublime Text. Designed to be fast, reliable, and with zero configuration required. A fork of Vintageous, it is the ideal drop-in replacement.

    Tags: #python • vim • sublime-text

  • phpwkhtmltopdf

    A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface

    Install the package through composer:

    composer require mikehaertl/phpwkhtmltopdf
    

    Make sure, that you include the composer autoloader somewhere in your codebase.

    Tags: #php

  • greenkeeper

    :robot: :palm_tree: Real-time automated dependency updates for npm and GitHub

    🚨🚧 The following documentation might be outdated. We are currently working on improving this section.

    Tags: #javascript • greenkeeper • npm

  • esbuild-webpack-plugin

    Use esbuild as minifier for webpack.

    Use esbuild as minifier for webpack.

    Tags: #typescript

  • VSCode-Zhihu

    Zhihu extension built on vscode.

    基于 VSCode 的知乎客户端提供包括阅读,搜索,创作,发布等一站式服务,内容加载速度比 Web 端更快,创新的 Markdown-Latex 混合语法让内容创作者更方便地插入代码块,数学公式,并一键发布至知乎平台。项目由 牛岱 独立设计开发,喜欢的话请献出你的

    Tags: #typescript

  • gwt-material

    A Google Material Design wrapper for GWT

    Tags: #java • gwt • gwt-material

  • php-vcr

    Record your test suite’s HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.

    • Automatically records and replays your HTTP(s) interactions with minimal setup/configuration code.
    • Supports common http functions and extensions
      • everything using streamWrapper: fopen(), fread(), file_get_contents(), … without any modification (except $http_response_header see #96)
      • SoapClient by adding \VCR\VCR::turnOn(); in your tests/bootstrap.php
      • curl(), by adding \VCR\VCR::turnOn(); in your tests/bootstrap.php
    • The same request can receive different responses in different tests – just use different cassettes.
    • Disables all HTTP requests that you don’t explicitly allow by setting the record mode
    • Request matching is configurable based on HTTP method, URI, host, path, body and headers, or you can easily implement a custom request matcher to handle any need.
    • The recorded requests and responses are stored on disk in a serialization format of your choice (currently YAML and JSON are built in, and you can easily implement your own custom serializer)
    • Supports PHPUnit annotations.

    Tags: #php • php-vcr • accurate-tests

subscribe via RSS