I hereby claim:
- I am coci on github.
- I am coci (https://keybase.io/coci) on keybase.
- I have a public key whose fingerprint is 4682 0230 73A8 5CCE E642 BC4A 3E75 4224 961D D916
To claim this, I am signing this object:
| import threading | |
| import Queue | |
| import timeit | |
| q = Queue.Queue() | |
| number = 5 | |
| t1 = timeit.default_timer() | |
| # Step1: For example, we are running multiple functions normally | |
| result = [] |
| import time | |
| import threading | |
| class BaseThread(threading.Thread): | |
| def __init__(self, callback=None, callback_args=None, *args, **kwargs): | |
| target = kwargs.pop('target') | |
| super(BaseThread, self).__init__(target=self.target_with_callback, *args, **kwargs) | |
| self.callback = callback | |
| self.method = target |
| import random | |
| import string | |
| from random import randrange | |
| from rest_framework import status | |
| from rest_framework.views import APIView | |
| from rest_framework.response import Response | |
| from rest_framework.authtoken.models import Token | |
| from users.models import CustomUser |
I hereby claim:
To claim this, I am signing this object:
| $ ./manage.py shell | |
| Python 2.7.5 (default, Aug 25 2013, 00:04:04) | |
| [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin | |
| Type "help", "copyright", "credits" or "license" for more information. | |
| (InteractiveConsole) | |
| >>> from followers.models import * | |
| >>> john = User.objects.create_user('john', '[email protected]', 'password') | |
| >>> paul = User.objects.create_user('paul', '[email protected]', 'password') | |
| >>> george = User.objects.create_user('george', '[email protected]', 'password') | |
| >>> ringo = User.objects.create_user('ringo', '[email protected]', 'password') |
I hereby claim:
To claim this, I am signing this object: