Posts
-
douban.fm
:radio: douban.fm based on Python
Terminal-based douban.fm inspired by douban.fm.
Tags: #python
-
HueJumper2k
2 Kilobyte 3D racing game in JavaScript
Low fi retro inspired endless runner in only 2 kilobytes! By Frank Force 2019
Tags: #javascript • game • tiny
-
Deep-Image-Matting-PyTorch
Deep Image Matting implementation in PyTorch
Deep Image Matting paper implementation in PyTorch.
Tags: #python
-
sass-lint
Pure Node.js Sass linting
A Node-only Sass linter for both
sassandscsssyntax!
Tags: #javascript
-
here
🎵 Here Music 一个使用 Electron + React 开发的音乐客户端
HERE Music 是基于 Binaryify/NeteaseCloudMusicApi 提供的网易云音乐 API ,使用 Electron、React、Redux、Nedb 开发的一款网易云音乐第三方。
特点是好看、简约、优雅、易用。目前发布了第一个版本,已经可以支撑日常的使用。
Tags: #javascript
-
xxl-conf
A lightweight distributed configuration management platform. (分布式配置管理平台XXL-CONF)
XXL-CONF is a lightweight distributed configuration management platform, with features such as “lightweight, second dynamic push, multi-environment, cross-language, cross-room deployment, configuration listening, permission control, version rollback”. Now, it’s already open source, real “out-of-the-box”.
XXL-CONF 是一个轻量级分布式配置管理平台,拥有”轻量级、秒级动态推送、多环境、跨语言、跨机房、配置监听、权限控制、版本回滚”等特性。现已开放源代码,开箱即用。
Tags: #java • xxl-conf • configuration
-
json_resume
Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON
JsonResume creates pretty versions of resume from a single JSON input file. Output formats are specifically customized to modern resume templates. Also, there are a ton of customizations to the templates possible, to make your own version of resume created easily and super quickly.
Tags: #ruby • json • html
-
nerve
A service registration daemon that performs health checks; companion to airbnb/synapse
Nerve is a utility for tracking the status of machines and services. It runs locally on the boxes which make up a distributed system, and reports state information to a distributed key-value store. At Airbnb, we use Zookeeper as our key-value store. The combination of Nerve and Synapse make service discovery in the cloud easy!
Tags: #ruby
-
timeout
Timeout provides a way to auto-terminate a potentially long-running operation if it hasn’t finished in a fixed amount of time.
Timeout provides a way to auto-terminate a potentially long-running operation if it hasn’t finished in a fixed amount of time.
Previous versions didn’t use a module for namespacing, however
Tags: #ruby
-
query-composer
A library for composing complex SQL queries by defining their subcomponents and the dependencies between them.
Simple SQL queries are, well, simple. But when you start needing to deal with nested subqueries, and especially when those nested subqueries themselves require nested subqueries…things start getting difficult to manage.
Query::Composerwas extracted from a real application, where reporting queries were dynamically generated and typically exceeded 50KB of text for the query alone!This library allows you to specify each component of query independently, as well as allowing you to indicate which other components each component depends on. The composer will then build the correct query from those components, on demand.
Tags: #ruby
subscribe via RSS