Posts
-
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.
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,RxJSandReact.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
fromortooptions for postcss in the config file. They are set automatically based on the CLI arguments.Tags: #javascript • cli • postcss
-
cesi
CeSI is a web interface for managing multiple supervisors from the same place.
CeSI is a web interface for managing multiple [supervisors][1] from the same place.
Supervisor has its own web UI but managing multiple supervisor installations is hard with seperate UIs (If you are using the UI of course :). CeSI aims to solve this problem by creating a centralized web UI, based on the RPC interface of Supervisor.
Tags: #javascript • supervisor • flask
-
js-url
url() - A simple, lightweight url parser for JavaScript
A simple light weight JavaScript url parser.
Tags: #javascript
subscribe via RSS