0
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Stormwind b8cb251ef8 Fix some whitespaces and return at EOF 2015-10-22 12:11:16 +02:00
Stormwind e14e083901 The output classes now use the new storage interface 2015-04-26 07:16:48 +02:00
Stormwind 66b2becebd Rework output API
Now you give the data at the creation of the object to render it
later.
So you need to create a new output object for every new set of data.
2015-04-25 17:02:39 +02:00
Stormwind cf426e2a48 Add Rubella::Input::Base
Add a base class for Inputs so we have an interface for this.
Use this interface in Rubella::Input::JSON.
2015-02-24 21:45:57 +01:00
Stormwind 600443ddd4 Improvement of Rubella::Output::ASCII
I've fixed a bug, which causes, the 11 than 10 lines tho the outputted data.
Now the empty line at the end is removed.
Corresponding to the base class create now returns self.
I also added some documentation.
2015-02-24 21:30:14 +01:00
Stormwind 65cf4f6b15 Use Rubella::Output::Base
Not complete yet.
2015-02-23 22:29:18 +01:00
Stormwind 9f653408d7 Use new Storage class
The new Storage class is now used. It's atm not used, as it should be, but for
the first implementation it's okay. Improvement will follow.
2015-02-23 22:00:32 +01:00
Stormwind 7a42644b3b Add possibility to change symbol sets 2015-02-22 22:32:39 +01:00
Stormwind 59d5a3a144 Add multiple symbol sets 2015-02-22 22:24:25 +01:00
Stormwind 74016715df Improve math and erase case-selection
Now mathematics does the job ob the case statemant.
2015-02-22 22:12:28 +01:00
Stormwind 1ec11e4f5c Use a instance variable instead of static values for shades
So I can provide different types of symbols for the ascii heatmap
2015-02-22 08:40:58 +01:00
Stormwind 586c0a4476 Improve ASCII output 2015-02-20 21:59:59 +01:00
Stormwind a8e226205c Use 10 Shades instead of 5 in ASCII output 2015-02-20 21:57:24 +01:00
Stormwind 5b72c19df0 Add ASCII art output
Just for fun
2015-02-19 23:39:39 +01:00