Binary transparency for pacman
Rust bindings for the Listen Notes Podcast API
# crowd_fund
This gem allows you to raise funds for projects. Projects can either lose or gain funds. You can even give grants to certain projects.
A console-based funding program written in Ruby. This program is the outcome of bonus exercise work for the excellent Ruby course by Mike and Nicole Clark of The Pragmatic Studio.
A crowd-funding platform parser
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' file to hold projects, with a current amount and a target. This file should be put next to the command when calling the sim. File structure: --NAME--|--TARGET--|--AMOUNT-- (This is just for explanatory purpose) Project,1000,100 (The commas must be put into each string of projects, without blankspace.) Have fun on this simulation. If you have any ideas, you can use the code, which already is tested, to create a new, different, sim! Good-bye !! =)