Posts
-
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
-
amp-library
Convert HTML to AMP HTML and report HTML compliance with the AMP HTML specification
An open source PHP library and console utility to convert HTML to AMP HTML and report HTML compliance with the AMP HTML specification.
Tags: #php
-
fancyimpute
Multivariate imputation and matrix completion algorithms implemented in Python
(1) This project is in “bare maintenance” mode. That means we are not planning on adding more imputation algorithms or features (but might if we get inspired). Please do report bugs, and we’ll try to fix them. Also, we are happy to take pull requests for more algorithms and/or features.
(2)
IterativeImputerstarted its life as afancyimputeoriginal, but was then merged intoscikit-learnand we deleted it fromfancyimputein favor of the better-testedsklearnversion. As a convenience, you can stillfrom fancyimpute import IterativeImputer, but under the hood it’s just doingfrom sklearn.impute import IterativeImputer. That means if you updatescikit-learnin the future, you may also change the behavior ofIterativeImputer.Tags: #python
-
react-materialize
Material design for react, powered by materializecss
Material design components for react, powered by materializecss.
Tags: #javascript • react • materialdesign
subscribe via RSS