• Personal webpage of Dimitris Glezos
  • .com/
  • weblog
07 αύγ 08
  • Transifex uptake in Fedora

  • Counting submissions through Transifex in the past month…

    >>> import datetime
    >>> aMonthAgo = datetime.datetime.now() - datetime.timedelta(days=31)
    >>> ActionLog.select(AND(
      ActionLog.q.type=="submit",
      ActionLog.q.timestamp > aMonthAgo)).count()
    1281

    That’s 1200+ commits in one month through Transifex, averaging 41 commits per day.

    glezos pleased.

  • μες τη νύχτα, Πέμπτη 10 Απριλίου 2008