Posts

  • acestream-launcher

    Acestream Launcher allows you to open Acestream links with a Media Player of your choice

    Tags: #python • acestream • streaming

  • Isometric

    Isometric drawing library for Android

    Isometric drawing library for Android

    Tags: #java • android • view

  • classpy

    GUI tool for investigating Java class files

    Classpy is a GUI tool for investigating Java class file, Lua binary chunk, Wasm binary code, and other binary file formats.

    Tags: #java • jvm • lua

  • SimpleAMS

    Fast modern plain Ruby serializers using zero dependencies

    “Simple things should be simple and complex things should be possible.” Alan Kay.

    If we want to interact with modern APIs we should start building modern, flexible libraries that help developers to build such APIs. Modern Ruby serializers, as I always wanted them to be.

    You can find the core ideas, the reasoning behind the architecture, use cases and examples here.

    Tags: #ruby • rails • serializer

  • caer

    High-performance Vision library in Python. Scale your research, not boilerplate.

    Caer is a lightweight, high-performance Vision library for high-performance AI research. We wrote this framework to simplify your approach towards Computer Vision by abstracting away unnecessary boilerplate code giving you the flexibility to quickly prototype deep learning models and research ideas. The end result is a library quite different in its design, that’s easy to understand, plays well with others, and is a lot of fun to use.

    Our elegant, type-checked API and design philosophy makes Caer ideal for students, researchers, hobbyists and even experts in the fields of Deep Learning and Computer Vision.

    Tags: #python • vision • artificial-intelligence

  • secure-preferences

    Android Shared preference wrapper than encrypts the values of Shared Preferences. It’s not bullet proof security but rather a quick win for incrementally making your android app more secure.

    The v0.1.0 release was a major refactor of the guts of secure prefs, which is Not backwards compatible yet with older 0.0.1 - 0.0.4 versions. So if you have an existing app using this don’t upgrade. I’ll be looking to add migration into a later release.

    Full list of changes

    Tags: #java • sharedpreferences • android

  • redmine_github_hook

    Allow your Redmine installation to be notified when changes have been pushed to a Github repository.

    This plugin allows you to update your local Git repositories in Redmine when changes have been pushed to GitHub.

    Tags: #ruby • redmine • github

  • elm-ts

    A porting to TypeScript featuring fp-ts, rxjs6 and React

    A porting of The Elm Architecture to TypeScript featuring fp-ts, RxJS and React.

    Tags: #typescript • elm-lang • fp-ts

  • brew-pkg

    Build OS X installer packages directly from Homebrew formulae

    brew-pkg is a Homebrew external command that builds an OS X installer package from a formula. The formula must first already be installed on the system.

    Tags: #ruby

  • postcss-cli

    CLI for postcss

    If you need to pass options to your plugins, or have a long plugin chain, you’ll want to use a configuration file.

    postcss.config.js

    module.exports = {
      parser: 'sugarss',
      plugins: [
        require('postcss-import')({ ...options }),
        require('postcss-url')({ url: 'copy', useHash: true }),
      ],
    }
    

    Note that you can not set the from or to options for postcss in the config file. They are set automatically based on the CLI arguments.

    Tags: #javascript • cli • postcss

subscribe via RSS