0.0
Description:
Studio_game is a practice application from the pragmatic studio ruby lessons. they walk you through the creation of creating a video game while teaching you the basics of learning ruby. It includes Numbers and Strings, Variables and Objects, Self, Methods, Classes, Attributes, Arrays...
2021
2022
2023
2024
2025
2026
0.0
This is a basic HTTP Live Streaming (HLS) server written in Ruby using the Rack interface. It serves MP3 audio files by converting them on-the-fly into HLS format (M3U8 playlist and MP3 segment files) using `ffmpeg`. Converted files are cached for subsequent requests.
This server is desig...
2021
2022
2023
2024
2025
2026
0.0
Client for http://smsclub.mobi/ SMS gate. Allows you to send and retrieve status of sent SMS via XML API. Supports Resque for asynchronous sending.
2021
2022
2023
2024
2025
2026
0.0
Well, who needed another serialization format? Not me, but that's what I've made. Ruby Object Notation (Ron) is a textual format for the representation of Ruby data structures. It's somewhat like YAML, XML, or (most of all) JSON. However, since it is defined entirely within and as a subset of Ru...
2021
2022
2023
2024
2025
2026
0.0
Libraries for Amazon Web Services (ruby-aws) is a set of libraries and tools designed to make it easier for you to build solutions leveraging Amazon Web Services like Amazon Mechanical Turk. The goals of the libraries are: * To abstract you from the "muck" of using web services * To simplify us...
2021
2022
2023
2024
2025
2026
0.0
Stationed is an extensive Rails application generator, providing you with a
starter app full standard goodies such as testing, authentication,
authorization, decorators, tasks and styles. But as an engine it also provides
you with customized scaffold generators including proper tests. Finally, it...
2021
2022
2023
2024
2025
2026
0.0
Entries in a flatfile will be parased by the BioRuby's Bio::FlatFile.auto module. These entries are used as queries for the Sun Grid Engine (SGE) system. Huge amount of queries are automatically splitted into subdirectories. With a specified command line to be executed, queries are submited to th...
2021
2022
2023
2024
2025
2026
0.0
This plugin for Rails allows several web apps in an authentication domain to share session state, facilitating single sign-on in a distributed web app. It only provides session sharing and does not concern itself with authentication or replication of the user database.
2021
2022
2023
2024
2025
2026
0.0
:: wmainfo-rb ::
Authors: Darren Kirby, Guillaume Pierronnet
mailto:bulliver@gmail.com
License: Ruby
= Quick API docs =
== Initializing ==
require 'wmainfo'
foo = WmaInfo.new("someSong.wma")
... or ...
foo = WmaInfo.new("someVideo.wmv", :encoding=>"UTF-16LE")
(default encodi...
2021
2022
2023
2024
2025
2026
0.24
resque-status is an extension to the resque queue system that provides simple trackable jobs. It provides a Resque::Plugins::Status::Hash class which can set/get the statuses of jobs and a Resque::Plugins::Status class that when included provides easily trackable/killable jobs.
2021
2022
2023
2024
2025
2026
0.03
Spree Active Sale makes it easy to handle flash sale/ daily deals behavior with in a spree application. By this, you can have a variant, product, or group number of products in a taxon, attach that variant, product, or taxon to a sale event with a start and end date for scheduling. So that, your ...
2021
2022
2023
2024
2025
2026
0.02
Enhanced show-doc (a.k.a ? command) for: $! $" $$ $& $' $* $+ $, $-0 $-F $-I $-K $-W $-a $-d $-i $-l $-p $-v $-w $. $0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $: $; $< $= $> $? $@ $DEBUG $FILENAME $KCODE $LOADED_FEATURES $LOAD_PATH $PROGRAM_NAME $SAFE $VERBOSE $\ $_ $` $stderr $stdin $stdout $~ $⁄ BEGIN END _...
2021
2022
2023
2024
2025
2026
1.04
Should testing for .net
2021
2022
2023
2024
2025
2026
1.04
Generate beautiful API documentation, including a UI to explore and test operations, directly from your rspec integration tests. OpenAPI 2 and 3 supported. More about the OpenAPI initiative here: http://spec.openapis.org/
2021
2022
2023
2024
2025
2026
0.44
small reusable bits of code I'm tired of writing over and over. A library form of my software-patterns github repo.
2021
2022
2023
2024
2025
2026
1.88
[Emoji 17.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode and Emoji standards. Includes a categorized list of recommended Emoji.
2021
2022
2023
2024
2025
2026
0.01
gem-status gets the list of gems you use from Gemfile.lock file and runs some checks on those gems. Checks that can be run are:
* Does it has a license? If it does not, it can be a problem for distributing your software with this gem.
* Is it Gpl? If it is, it can be a problem if y...
2021
2022
2023
2024
2025
2026
0.06
Capistrano plugin to simplify "localhost" deployment.
Capistrano can deploy the source to any hosts including localhost via SSH (`SSHKit::Backend::Netssh`).
But when limiting to some simple case that deployment to localhost, SSH isn't sometimes necessary.
A `capistrano-locally` deploys without ...
2021
2022
2023
2024
2025
2026
0.06
Debuggers are great! They help us troubleshoot complicated programming problems by inspecting values produced by code, line by line. They are invaluable when trying to understand what is going on in a large application composed of thousands or millions of lines of code.
In day-to-day test-driven ...
2021
2022
2023
2024
2025
2026
0.66
RSpec::Parameterized supports simple parameterized test syntax in rspec.
2021
2022
2023
2024
2025
2026