I hereby claim:
- I am BioGeek on github.
- I am jeroenvangoey (https://keybase.io/jeroenvangoey) on keybase.
- I have a public key whose fingerprint is FB69 844E A743 0424 B6E3 553A 09DE 5B3F 6E92 96E2
To claim this, I am signing this object:
| # -*- coding: utf-8 -*- | |
| # ----------------------------------------------------------------------------- | |
| # Copyright (c) Vispy Development Team. All Rights Reserved. | |
| # Distributed under the (new) BSD License. See LICENSE.txt for more info. | |
| # ----------------------------------------------------------------------------- | |
| # Author: Nicolas P .Rougier | |
| # Date: 04/03/2014 | |
| # ----------------------------------------------------------------------------- | |
| import numpy as np | |
| import time |
I hereby claim:
To claim this, I am signing this object:
| import datetime | |
| import calendar | |
| months = [6, 2, 2, 5, 0, 3, 5, 1, 4, 6, 2, 4] | |
| weekdays = ["Sunday", "Monday", "Tuesday", "Wednesday", | |
| "Thursday", "Friday", "Saturday", "Sunday"] | |
| centuries = {17: 5, | |
| 18: 3, | |
| 19: 1, | |
| 20: 0, |