Posts

  • XmlToJson

    Android Library for converting XML to JSON and JSON to XML

    XML to JSON is an Android Studio Library which converts easily XML to JSON and JSON to XML.

    It is fully configurable so that you can change for example attribute names.

    It is easy to integrate with gradle.

    Tags: #java

  • material-refresh

    Google Material Design swipe(pull) to refresh by using JavaScript and CSS3.

    High Performance

    Mobile only

    Google Material Design swipe (pull) to refresh.

    It uses CSS3 and JavaScript depend on Zepto or jQuery.

    Actually, it’s easy to convert the dependent js library or just use the vanilla JavaScript.

    It’s high performancenot which not impact the structure of sites.

    Tags: #javascript

  • resque-scheduler

    A light-weight job scheduling system built on top of Resque

    Resque-scheduler is an extension to Resque that adds support for queueing items in the future.

    Job scheduling is supported in two different ways: Recurring (scheduled) and Delayed.

    Scheduled jobs are like cron jobs, recurring on a regular basis. Delayed jobs are resque jobs that you want to run at some point in the future. The syntax is pretty explanatory:

    Resque.enqueue_in(5.days, SendFollowupEmail, argument) # runs a job in 5 days, calling SendFollowupEmail.perform(argument)
    # or
    Resque.enqueue_at(5.days.from_now, SomeJob, argument) # runs a job at a specific time, calling SomeJob.perform(argument)
    

    Tags: #ruby

  • loghouse

    Ready to use log management solution for Kubernetes storing data in ClickHouse and providing web UI.

    • Collecting and storing logs from all Kubernetes pods efficiently:
      • Fluentd processes upto 10,000 log entries per second consuming 300 MB of RAM (installed at each K8s node).
      • ClickHouse makes disk space usage minimal. Examples of logs stored in our production deployments: 3.7 million entries require 1.2 GB, 300m — 13 GB, 5,35 billion — 54 GB.
    • Simple query language: Easy to select entries by exact keys values or regular expressions, multiple conditions are supported with AND/OR. Learn more in query language docs.
    • Selecting entries based on additional containers’ data available in Kubernetes API (pod’s and container’s names, host, namespace, labels, etc).
    • Quickly & straightforward deployable to Kubernetes via Dockerfiles and Helm chart.
    • Web UI made cosy and powerful:
      • Papertrail-like user experience.
      • Customizable time frames: from date to date / from now till given period (last hour, last day, etc) / seek to specific time and show logs around it.
      • Infinite scrolling of older log entries.
      • Save your queries to use in future.
      • Basic permissions (limiting entries shown for users by specifying Kubernetes namespaces).
      • Exporting current query’s results to CSV (more formats will be supported).
    • fluentd monitoring via Prometheus with Grafana dashboards for ClickHouse and fluentd.

    Tags: #ruby • kubernetes • clickhouse

  • rabl-rails

    Rails 4.2 & 5 templating system with JSON, XML and Plist support.

    rabl-rails is a ruby templating system for rendering your objects in different format (JSON, XML, PLIST).

    This gem aims for speed and little memory footprint while letting you build complex response with a very intuitive DSL.

    rabl-rails targets Rails 4.2/5/6 application and have been testing with MRI and jRuby.

    Tags: #ruby • rabl-template • rails

  • resium

    React components for 🌏 Cesium

    If you want to contribute, see documentation.

    Tags: #typescript • react • cesium

  • aiosql

    Simple SQL in Python

    Simple SQL in Python

    SQL is code, you should be able to write it, version control it, comment it, and run it using files. Writing your SQL code in Python programs as strings doesn’t allow you to easily reuse your SQL in database GUI tools or CLI tools like psql. With aiosql you can organize your SQL statements in .sql files, load them into your python application as methods to call without losing the ability to use them as you would any other SQL file.

    This project supports standard and asyncio based drivers for SQLite and PostgreSQL out of the box (sqlite3, aiosqlite, psycopg2, asyncpg). Extensions to support other database drivers can be written by you!

    If you are using python versions <3.6 please see the related anosql package which this project is based on.

    Tags: #python

  • bazarr

    Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.

    Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.

    Be aware that Bazarr doesn’t scan disk to detect series and movies: It only takes care of the series and movies that are indexed in Sonarr and Radarr.

    Thanks to the folks at OpenSubtitles for their logo that was an inspiration for ours.

    Tags: #python • sonarr • subliminal

  • ikvStockChart

    A simple stock charting library for Android, supporting time-line, k-line, macd, kdj, rsi, boll index, and interactive gesture operation, including left and right sliding to refresh, scaling, highlighting

    当前最新版本:0.1.5

    支持在 XML 布局文件和代码中设置各个线条颜色、大小配置

    支持左滑、右滑加载

    支持长按高亮、短按点击、双指缩放事件

    支持 fling 滑动

    支持 MACD、RSI、KDJ、BOLL 四个指标

    支持自定义的指标显示方式

    附带的程序示例有:默认左滑右滑加载、禁用左滑右滑加载、多个指标共同联动显示、在 Fragment 中使用、带有下拉刷新的需求中使用、横竖屏切换(自动旋转)、简单分时图

    Tags: #java

  • safetynethelper

    SafetyNet Helper wraps the Google Play Services SafetyNet.API and verifies Safety Net API response with the Android Device Verification API.

    • Calls Google play services Safety Net test
    • Local verification of request
    • Verifies Safety Net API response with the Android Device Verification API (over SSL pinned connection)

    Tags: #java • safetynet-api • android

subscribe via RSS