This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#encoding: utf-8 | |
newT = Time.new | |
birth1 = gets.chomp | |
birth2 = gets.chomp | |
while birth2 > 12 | |
puts ' immetti un mese che esista!!' | |
birth2 = gets.chomp | |
end | |
birth3 = gets.chomp | |
while birth3 > 31 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
,,########################################,, | |
.*##############################################* | |
,*####*:::*########***::::::::**######:::*###########, | |
.*####: *#####*. :*###,.#######*,####*. | |
*####: *#####* .###########* ,####* | |
.*####: ,#######, ##########* :####* | |
*####. :#########*, ,,,,,,,,. ,####: | |
####* ,##############****************:,, .####* | |
:####*#####################################**, *####. | |
*#####Copyright (c) 2014, Maurizio De Magnis#*, :####: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="bags"> | |
<ul> | |
<% last_store_name = nil %> | |
<% bags.each_with_index do |bag, index| %> | |
<% | |
extra_class = if last_store_name != bag.store.name | |
last_store = bag.store | |
"first_of_serie #{bag.store.name}" | |
else | |
'' |