0.0
Making Minecraft 1 Command Creations with ruby. It's as easy as `c.say 123`
2020
2021
2022
2023
2024
2025
0.0
iOS application modulize into pods, improvement for develop modules.
CMD:
1.todo 1
2.todo 2
3.todo 3
2020
2021
2022
2023
2024
2025
0.0
Track counts and compute rate of iteration. Set up callbacks for various
intervals such as every n increments or every n ticks.
computer = Cadence::Computer.new do |c|
c.every 5 do
p [:completed_processing, n]
end
end
computer.start do |c|
1...
2020
2021
2022
2023
2024
2025
0.0
Ultraviolet + TextPow + PList for Ruby 1.8 and 1.9
2020
2021
2022
2023
2024
2025
0.0
== What's this?
{ComicFury}[https://comicfury.com] is an excellent no-bullshit webcomic hosting
site created and maintained by the legend Kyo. You should support them on
{Patreon}[https://www.patreon.com/comicfury]!
{Jekyll}[https://jekyllrb.com] is a highly regarded and widespread static site
...
2020
2021
2022
2023
2024
2025
0.0
Usually Resque workers work on queues in the given order (if there is something in the first, work it, otherwise if the there is something in the second, work on it, and so on). This plugin randomizes the order of the queues based on weights, so that a given queue will be the first queue to try b...
2020
2021
2022
2023
2024
2025
0.0
Converts letter to numbers and numbers to letters. For example, '23' will conver to 'W' or 'w' will become 23. The range is from 1 to 100,000. Accepts both strings and fixnums as arguments. Include in gemfile and call Alphmeric.convert(arg)
2020
2021
2022
2023
2024
2025
0.0
# Footman
This gem is still growing.
## Installation
Depends upon having reprepro tool installed (if debian based) or createrepo installed (if red hat based).
Ruby 1.9.+ is required to use this gem.
'createrepo' (rpm) tool does not require any pre-setup to the repository or watched directory.
...
2020
2021
2022
2023
2024
2025
0.0
This RubyGem contains a nice-n-easy funding projects simulation, called FundList.
The sim runs in command-line, calling just the command crowd_fund (easy as that :0 )
You can choose the number of funding rounds and it will display the current stats of the projects.
You can also create a '.csv'...
2020
2021
2022
2023
2024
2025
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...
2020
2021
2022
2023
2024
2025
0.0
RubyGems plugin to allow gem install to generate executables that work for both Ruby 1.8 and 1.9
2020
2021
2022
2023
2024
2025
0.0
This is a demo for CIS 196
2020
2021
2022
2023
2024
2025
0.0
Keep track of your progress during #100DaysOfCode event.
2020
2021
2022
2023
2024
2025
0.0
This gem backports and "undeprecates" Gem::SourceIndex and other RubyGems
1.6.x classes and libraries in order to allow library developers to use
the old APIs with 1.8.x+. Support for using the new APIs with older versions
is coming soon.
2020
2021
2022
2023
2024
2025
0.0
Stockpile is a simple key-value store connection manager framework. Stockpile
itself does not implement a connection manager, but places expectations for
implemented connection managers. So far, only Redis has been implemented
(stockpile-redis).
Stockpile also provides an adapter so that its fun...
2020
2021
2022
2023
2024
2025
0.0
ex) Age.cal(1999,10,22)
2020
2021
2022
2023
2024
2025
0.0
This gem takes English words, converts them to their IPA equivalent, and then uses a tree data structure to query a database and identify other English words that have a similar phonetic makeup. It uses RubyTree which has the following license:
"RubyTree is licensed under the BSD license.
C...
2020
2021
2022
2023
2024
2025
0.0
Flexible Argument Parse
It allows a default setting to use discriminating argument types like 'a:42 -b c,3,4 delta:1..10'
2020
2021
2022
2023
2024
2025
0.0
== DESCRIPTION: This is a ruby wrapper around Plotr with a similar API to Gruff. You can create graphs with a similar interface to Gruff, but offload the rendering to the browser! == FEATURES/PROBLEMS: * Needs more tests! == SYNOPSIS: An example in rails. Your controller: class GraphContr...
2020
2021
2022
2023
2024
2025
0.0
FreeType2 bindings for Ruby 1.8 and 1.9
2020
2021
2022
2023
2024
2025