Posts
-
jsondiff
Diff JSON and JSON-like structures in Python
Diff JSON and JSON-like structures in Python.
Tags: #python • json • diff
-
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 • scheduler • queue
-
rake-compiler
Provide a standard and simplified way to build and package Ruby C and Java extensions using Rake as glue.
rake-compiler is first and foremost a productivity tool for Ruby developers. Its goal is to make the busy developer’s life easier by simplifying the building and packaging of Ruby extensions by simplifying code and reducing duplication.
It follows convention over configuration by advocating a standardized build and package structure for both C and Java based RubyGems.
rake-compiler is the result of many hard-won experiences dealing with several diverse RubyGems that provided native extensions for different platforms and different user configurations in different ways. Details such as differences in code portability, differences in code clarity, and differences in project directory structure often made it very difficult for newcomers to those RubyGems.
From these challenges, rake-compiler was born with the single-minded goal of making the busy RubyGem developer’s life much less difficult.
Tags: #ruby
-
Services_Openstreetmap
Makes communicating with the Open Street Map API, and Nominatim, from PHP intuitive.
OpenStreetMap is a global project with an aim of collaboratively collecting mapdata. This package aims to make communicating with the OSM API intuitive.
Tags: #php • services-openstreetmap • mapquest-api
-
gazpacho
🥫 The simple, fast, and modern web scraping library
gazpacho is a simple, fast, and modern web scraping library. The library is stable, and installed with zero dependencies.
Tags: #python • gazpacho • webscraping
-
optica
A tool for keeping track of nodes in your infrastructure
Optica is a service for registering and locating nodes. It provides a simple REST API.
Nodes can POST to / to register themselves with some parameters. Humans can GET / to get a list of all registered nodes. GET also accepts some parameters to limit which of the registered nodes you see.
Tags: #ruby
-
CompoundLayout
It’s an Android library that allows you to use Layout as RadioButton or CheckBox.
CompoundLayout checked state can be changed programmatically using method myCompoundLayout.setChecked(). Checked state can be retrieved using myCompoundLayout.isChecked(), and can be listened using myCompoundLayout.setOnCheckedChangeListener().
Tags: #java
-
jquery-iframe-transport
jQuery Ajax transport plugin that supports file uploads through a hidden iframe
jQuery Ajax transport plugin for iframe-based file uploads. For documentation, see:
https://cmlenz.github.io/jquery-iframe-transport/
Tags: #javascript
-
PHRETS
PHP client library for interacting with a RETS server to pull real estate listings, photos and other data made available from an MLS system
PHRETS provides PHP developers a way to integrate RETS functionality directly within new or existing code by handling the following aspects for you:
- Response parsing (XML, HTTP multipart, etc.)
- Simple variables, arrays and objects returned to the developer
- RETS communication (over HTTP)
- HTTP Header management
- Authentication
- Session/Cookie management
- PHP 5.6, 7.0, 7.1 and 7.2 supported
Tags: #php • mls • phrets
-
aeneas
aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment).
- Version: 1.7.3
- Date: 2017-03-15
- Developed by: ReadBeyond
- Lead Developer: Alberto Pettarin
- License: the GNU Affero General Public License Version 3 (AGPL v3)
- Contact: aeneas@readbeyond.it
- Quick Links: Home - GitHub - PyPI - Docs - Tutorial - Benchmark - Mailing List - Web App
Tags: #python • speech • alignment
subscribe via RSS