Jel gledao neko novi Karate Kid, razmišljam da posle par godina posetim bioskop? :) Ozbiljno pitam.
Comment by Mladen Jablanović on Ruby print out a float with optional digits →
Why should the first indicate “five give or minus a half”? Lack of decimal digits doesn’t have to imply rounding of any kind.
Comment by Mladen Jablanović on Does anyone have experience with Ruby in Steel? →
I completely understand the attachment to VS (I simply can’t imagine writing C# without it), but, believe me, you don’t need it for Ruby. IMHO, the most valuable tool in Ruby is irb.
Šta fali novim #limundo pravilima, osim što destimuliše one kojima ne odgovara aukcija kao način prodaje?
Answer by Mladen Jablanović for Comparing the order of three arrays with the same elements →
In general, if you have array arr of N such arrays, you can just check if there are any duplicates there:
arr.length == arr.uniq.length
because, for example:
...
RT @markoa: Cvetanje Tise - Radi se o tome da jedan insekt, izvesni Palingenia Longicauda, provodiu mulju reke kao larva… http://tumbl …
Comment by Mladen Jablanović on statistics from models created →
I think OP wants number of clicks per each day in the range. Also, performing find and then size is sub-optimal, as all the data needs to be transferred to the application and counted there,…
Answer by Mladen Jablanović for statistics from models created →
date_from = Date.parse '2010-06-01'
date_to = Date.parse '2010-07-01'
click_counts = (date_from..date_to).map{|date| [date, Click.count(:conditions => {:date_stamp => date})]
}
will return an…
Wired says the Web is dead: http://bit.ly/bknmCP Am I a necrophile then?
Moj tim prima novog člana, javite se: http://www.elitesecurity.org/t407580-Analytics-Developer-Vast-com pls RT