Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'kvs'

644498 - zgr: kvs
  1. %sec = $0
  2. %answer = 0
  3. if ($str.isnumber(%sec)) {
  4. %weeks = $($(%sec - $mod(%sec,604800)) / 604800)
  5. %sec = $(%sec - $(%weeks * 604800))
  6. %days = $($(%sec - $mod(%sec,86400)) / 86400)
  7. %sec = $(%sec - $(%days * 86400))
  8. %hours = $($(%sec - $mod(%sec,3600)) / 3600)
  9.  
644465 - zgr: kvs
  1. %sec = $0
  2. %answer = 0
  3. if ($str.isnumber(%sec)) {
  4. %weeks = $($(%sec - $mod(%sec,604800)) / 604800)
  5. %sec = $(%sec - $(%weeks * 604800))
  6. %days = $($(%sec - $mod(%sec,86400)) / 86400)
  7. %sec = $(%sec - $(%days * 86400))
  8. %hours = $($(%sec - $mod(%sec,3600)) / 3600)
  9.  
fantasy-obligation
fantasy-obligation
fantasy-obligation