repo_name
stringlengths
5
100
path
stringlengths
4
299
copies
stringclasses
990 values
size
stringlengths
4
7
content
stringlengths
666
1.03M
license
stringclasses
15 values
hash
int64
-9,223,351,895,964,839,000
9,223,297,778B
line_mean
float64
3.17
100
line_max
int64
7
1k
alpha_frac
float64
0.25
0.98
autogenerated
bool
1 class
Antiun/odoo
addons/l10n_gt/__openerp__.py
260
2305
# -*- encoding: utf-8 -*- ############################################################################## # # Copyright (c) 2009-2010 Soluciones TecnologΓ³cias Prisma S.A. All Rights Reserved. # JosΓ© Rodrigo FernΓ‘ndez Menegazzo, Soluciones TecnologΓ³cias Prisma S.A. # (http://www.solucionesprisma.com) # # This program is ...
agpl-3.0
4,645,643,458,688,282,000
38.62069
83
0.644909
false
Sinkmanu/auth-system-chronos
Chronos Auth System/tools/Chronos Auth System/tools/urwid/font.py
8
25430
#!/usr/bin/python # -*- coding: utf-8 -*- # # Urwid BigText fonts # Copyright (C) 2004-2006 Ian Ward # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1...
gpl-3.0
-1,933,365,354,575,088,000
36.824561
78
0.270466
false
taranjeet/EvalAI
apps/web/migrations/0002_added_team_model.py
5
1151
# -*- coding: utf-8 -*- # Generated by Django 1.10.2 on 2017-02-06 09:14 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('web', '0001_initial'), ] operations = [ migrations.CreateModel( ...
bsd-3-clause
3,876,430,059,609,022,000
34.96875
133
0.537793
false
perdona/sorl-thumbnail
tests/thumbnail_tests/test_parsers.py
17
1229
# -*- coding: utf-8 -*- import unittest from sorl.thumbnail.helpers import ThumbnailError from sorl.thumbnail.parsers import parse_crop, parse_geometry class CropParserTestCase(unittest.TestCase): def test_alias_crop(self): crop = parse_crop('center', (500, 500), (400, 400)) self.assertEqual(crop...
bsd-3-clause
-7,757,403,440,231,434,000
33.138889
87
0.60537
false
giorgiop/scikit-learn
examples/mixture/plot_gmm_sin.py
103
6101
""" ================================= Gaussian Mixture Model Sine Curve ================================= This example demonstrates the behavior of Gaussian mixture models fit on data that was not sampled from a mixture of Gaussian random variables. The dataset is formed by 100 points loosely spaced following a noisy ...
bsd-3-clause
1,629,001,318,295,124,200
38.616883
79
0.673988
false
eatbyte/depot_tools
third_party/boto/auth_handler.py
106
2059
# Copyright 2010 Google Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, dis- # trib...
bsd-3-clause
-9,181,785,203,906,295,000
34.5
74
0.709082
false
alexallah/django
django/middleware/clickjacking.py
82
1733
""" Clickjacking Protection Middleware. This module provides a middleware that implements protection against a malicious site loading resources from your site in a hidden frame. """ from django.conf import settings from django.utils.deprecation import MiddlewareMixin class XFrameOptionsMiddleware(MiddlewareMixin): ...
bsd-3-clause
-305,797,511,004,002,940
37.511111
79
0.669359
false
fbellini/AliPhysics
PWGJE/EMCALJetTasks/Tracks/analysis/base/struct/DataContainers.py
41
12989
#************************************************************************** #* Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. * #* * #* Author: The ALICE Off-line Project. * #* Contributors ...
bsd-3-clause
-3,446,530,416,506,553,000
32.476804
117
0.564478
false
sublime1809/django
django/core/management/utils.py
20
2832
from __future__ import unicode_literals import os from subprocess import PIPE, Popen import sys from django.utils.encoding import force_text, DEFAULT_LOCALE_ENCODING from django.utils import six from .base import CommandError def popen_wrapper(args, os_err_exc_type=CommandError): """ Friendly wrapper aroun...
bsd-3-clause
-6,176,149,575,796,016,000
33.536585
84
0.606992
false
exploreodoo/datStruct
odoo/addons/crm/__openerp__.py
258
4199
# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU...
gpl-2.0
-520,908,180,522,493,950
33.702479
243
0.618004
false
nilsonmorales/Puppyes-nightrc
usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/ard.py
6
2195
import re from .common import InfoExtractor from ..utils import ( ExtractorError, ) class ARDIE(InfoExtractor): _VALID_URL = r'^(?:https?://)?(?:(?:www\.)?ardmediathek\.de|mediathek\.daserste\.de)/(?:.*/)(?P<video_id>[^/\?]+)(?:\?.*)?' _TITLE = r'<h1(?: class="boxTopHeadline")?>(?P<title>.*)</h1>' _ME...
gpl-3.0
-4,853,257,961,968,733,000
39.648148
151
0.558542
false
Atlas7/deepdive
examples/tutorial_example/step3-more-data/experiment-reports/v00001/code/udf/ext_people.py
161
1752
#! /usr/bin/env python # Sample input data (piped into STDIN): ''' 118238@10 Sen.~^~Barack~^~Obama~^~and~^~his~^~wife~^~,~^~Michelle~^~Obama~^~,~^~have~^~released~^~eight~^~years~^~of~^~joint~^~returns~^~. O~^~PERSON~^~PERSON~^~O~^~O~^~O~^~O~^~PERSON~^~PERSON~^~O~^~O~^~O~^~DURATION~^~DURATION~^~O~^~O~^~O~^~O 118238@12...
apache-2.0
713,878,411,720,616,000
40.714286
326
0.590183
false
MadCat34/Sick-Beard
lib/requests/packages/oauthlib/oauth2/draft25/__init__.py
74
22862
""" oauthlib.oauth2.draft_25 ~~~~~~~~~~~~~~ This module is an implementation of various logic needed for signing and checking OAuth 2.0 draft 25 requests. """ from tokens import prepare_bearer_uri, prepare_bearer_headers from tokens import prepare_bearer_body, prepare_mac_header from parameters import prepare_grant_ur...
gpl-3.0
4,745,918,991,383,437,000
45
122
0.662759
false
ajayuranakar/django-blog
lib/python2.7/site-packages/setuptools/dist.py
65
32132
__all__ = ['Distribution'] import re import sys from distutils.core import Distribution as _Distribution from setuptools.depends import Require from setuptools.command.install import install from setuptools.command.sdist import sdist from setuptools.command.install_lib import install_lib from setuptools.compat import ...
gpl-3.0
6,818,622,924,915,607,000
35.022422
97
0.611944
false
arnif/CouchPotatoServer
libs/requests/packages/oauthlib/oauth1/rfc5849/parameters.py
186
4817
# -*- coding: utf-8 -*- from __future__ import absolute_import """ oauthlib.parameters ~~~~~~~~~~~~~~~~~~~ This module contains methods related to `section 3.5`_ of the OAuth 1.0a spec. .. _`section 3.5`: http://tools.ietf.org/html/rfc5849#section-3.5 """ from urlparse import urlparse, urlunparse from . import util...
gpl-3.0
-2,138,787,602,892,411,100
34.947761
80
0.658501
false
annahs/atmos_research
util_move_ptxt_data_to_mySQL_table.py
1
6036
import sys import os import numpy as np from pprint import pprint from datetime import datetime import mysql.connector import pickle import math instrument = 'UBCSP2' #'UBCSP2' #ECSP2 instrument_locn = 'WHI' #'WHI' POLAR6 #this script will run through all the .ptxt files for the WHI data and put the info into the m...
mit
-7,577,130,624,833,383,000
37.44586
242
0.652253
false
marcoitur/FreeCAD
src/Mod/Path/PathScripts/dumper_post.py
20
3812
#*************************************************************************** #* (c) sliptonic (shopinthewoods@gmail.com) 2014 * #* * #* This file is part of the FreeCAD CAx development system. * #* ...
lgpl-2.1
7,619,847,830,826,860,000
39.989247
101
0.530168
false
cognitiveclass/edx-platform
openedx/core/djangoapps/profile_images/tests/helpers.py
117
1742
""" Helper methods for use in profile image tests. """ from contextlib import contextmanager import os from tempfile import NamedTemporaryFile from django.core.files.uploadedfile import UploadedFile from PIL import Image @contextmanager def make_image_file(dimensions=(320, 240), extension=".jpeg", force_size=None): ...
agpl-3.0
-5,679,710,942,558,775,000
30.672727
86
0.633754
false
Celthi/youtube-dl-GUI
youtube_dl/extractor/tube8.py
32
3522
from __future__ import unicode_literals import json import re from .common import InfoExtractor from ..compat import ( compat_urllib_parse_urlparse, compat_urllib_request, ) from ..utils import ( int_or_none, str_to_int, ) from ..aes import aes_decrypt_text class Tube8IE(InfoExtractor): _VALID_U...
mit
-4,102,104,422,603,856,400
36.073684
141
0.536059
false
KohlsTechnology/ansible
lib/ansible/modules/network/avi/avi_vsvip.py
26
4732
#!/usr/bin/python # # @author: Gaurav Rastogi (grastogi@avinetworks.com) # Eric Anderson (eanderson@avinetworks.com) # module_check: supported # Avi Version: 17.1.2 # # Copyright: (c) 2017 Gaurav Rastogi, <grastogi@avinetworks.com> # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses...
gpl-3.0
3,743,106,047,798,852,000
32.323944
125
0.603339
false
haeusser/tensorflow
tensorflow/contrib/layers/python/layers/regularizers.py
63
6978
# Copyright 2015 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
apache-2.0
-6,584,794,799,620,627,000
34.602041
80
0.672399
false
2uller/LotF
App/Lib/sqlite3/test/userfunctions.py
2
15477
#-*- coding: ISO-8859-1 -*- # pysqlite2/test/userfunctions.py: tests for user-defined functions and # aggregates. # # Copyright (C) 2005-2007 Gerhard HΓ€ring <gh@ghaering.de> # # This file is part of pysqlite. # # This software is provided 'as-is', without any express or implied ...
gpl-2.0
-3,292,085,302,704,013,000
31.141328
98
0.582865
false
anjalisood/spark-tk
python/sparktk/dicom/ops/filter_by_keywords.py
14
3974
# vim: set encoding=utf-8 # CopyrightΒ (c)Β 2016 IntelΒ CorporationΒ  # # LicensedΒ underΒ theΒ ApacheΒ License,Β VersionΒ 2.0Β (theΒ "License"); # youΒ mayΒ notΒ useΒ thisΒ fileΒ exceptΒ inΒ complianceΒ withΒ theΒ License. # YouΒ mayΒ obtainΒ aΒ copyΒ ofΒ theΒ LicenseΒ at # # Β Β Β Β Β  http://www.apache.org/licenses/LICENSE-2.0 # # UnlessΒ require...
apache-2.0
-4,249,756,554,954,055,700
40.021053
199
0.588552
false
DDelon/youtube-dl
youtube_dl/extractor/phoenix.py
108
1527
from __future__ import unicode_literals from .common import InfoExtractor from .zdf import extract_from_xml_url class PhoenixIE(InfoExtractor): _VALID_URL = r'''(?x)https?://(?:www\.)?phoenix\.de/content/ (?: phoenix/die_sendungen/(?:[^/]+/)? )? (?P<id>[0-9]+)''' _TESTS = ...
unlicense
-946,064,579,181,267,100
32.933333
112
0.516045
false
metaml/nupic
tests/integration/nupic/algorithms/knn_classifier_test/classifier_test.py
25
10208
#!/usr/bin/env python # ---------------------------------------------------------------------- # Numenta Platform for Intelligent Computing (NuPIC) # Copyright (C) 2014, Numenta, Inc. Unless you have purchased from # Numenta, Inc. a separate commercial license for this software code, the # following terms and conditio...
agpl-3.0
-3,643,670,659,823,021,600
29.654655
80
0.646062
false
Aristocles/CouchPotatoServer
libs/pyasn1/debug.py
185
1541
import sys from pyasn1.compat.octets import octs2ints from pyasn1 import error from pyasn1 import __version__ flagNone = 0x0000 flagEncoder = 0x0001 flagDecoder = 0x0002 flagAll = 0xffff flagMap = { 'encoder': flagEncoder, 'decoder': flagDecoder, 'all': flagAll } class Debug: defaultPr...
gpl-3.0
6,887,053,370,497,646,000
22.707692
69
0.550292
false
xNovax/SickRage
lib/html5lib/treewalkers/pulldom.py
1729
2302
from __future__ import absolute_import, division, unicode_literals from xml.dom.pulldom import START_ELEMENT, END_ELEMENT, \ COMMENT, IGNORABLE_WHITESPACE, CHARACTERS from . import _base from ..constants import voidElements class TreeWalker(_base.TreeWalker): def __iter__(self): ignore_until = None...
gpl-3.0
6,885,719,616,701,431,000
35.539683
92
0.533015
false
gencer/sentry
src/sentry/south_migrations/0060_fill_filter_key.py
5
28004
# -*- coding: utf-8 -*- import datetime from south.db import db from south.v2 import DataMigration from django.db import models class Migration(DataMigration): def forwards(self, orm): "Write your forwards methods here." # Note: Remember to use orm['appname.ModelName'] rather than "from appname.mo...
bsd-3-clause
8,142,669,036,421,032,000
34.719388
93
0.381588
false
nwjs/chromium.src
third_party/blink/renderer/bindings/scripts/generate_bindings.py
1
2542
# Copyright 2019 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """ Runs the bindings code generator for the given tasks. """ import optparse import sys import bind_gen import web_idl def parse_options(): parser =...
bsd-3-clause
4,693,703,473,959,486,000
32.893333
80
0.612116
false
piece601/Openkore
src/scons-local-2.0.1/SCons/Warnings.py
61
6806
# # Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without li...
gpl-2.0
6,010,045,399,911,633,000
26.666667
95
0.714664
false
TomHeatwole/osf.io
scripts/tests/test_triggered_mails.py
31
2280
import mock from datetime import datetime, timedelta from nose.tools import * # noqa from tests.base import OsfTestCase from tests.factories import UserFactory from scripts.triggered_mails import main, find_inactive_users_with_no_inactivity_email_sent_or_queued from website import mails class TestTriggeredMails(OsfT...
apache-2.0
8,798,485,361,368,447,000
40.454545
101
0.649123
false
tuxfux-hlp-notes/python-batches
archieves/batch-61/modules/myenv/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py
1093
8936
# Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. # Passes Python2.7's test suite and incorporates all the latest updates. # Copyright 2009 Raymond Hettinger, released under the MIT License. # http://code.activestate.com/recipes/576693/ try: from thread import get_ident as _get_ide...
gpl-3.0
-2,244,551,969,868,659,200
33.369231
87
0.548568
false
EvanK/ansible
test/units/modules/network/f5/test_bigip_configsync_action.py
21
3910
# -*- coding: utf-8 -*- # # Copyright (c) 2017 F5 Networks Inc. # GNU General Public License v3.0 (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import (absolute_import, division, print_function) __metaclass__ = type import os import json import pytest import sys if sys.version_info < (2, ...
gpl-3.0
-5,540,787,953,279,260,000
28.847328
91
0.644757
false
JD-P/HackerNewsToJSON
hn2json.py
1
6275
#!/usr/bin/env python """Python-Pinboard Python script for downloading your saved stories and saved comments on Hacker News and converting them to a JSON format for easy use. Originally written on Pythonista on iPad """ __version__ = "1.1" __license__ = "BSD" __copyright__ = "Copyright 2013-2014, Luciano Fiandesio" ...
bsd-3-clause
6,621,482,087,074,103,000
40.013072
121
0.61004
false
applidget/zxing-ios
cpp/scons/scons-local-2.0.0.final.0/SCons/Util.py
34
49016
"""SCons.Util Various utility functions go here. """ # # Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in th...
apache-2.0
5,895,460,004,294,275,000
31.764706
96
0.598294
false
huijunwu/heron
heron/tools/cli/tests/python/opts_unittest.py
5
2120
#!/usr/bin/env python # -*- encoding: utf-8 -*- # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache...
apache-2.0
-8,596,834,868,011,118,000
30.176471
63
0.668868
false
sometallgit/AutoUploader
Python27/Lib/site-packages/rsa/cli.py
81
12185
# -*- coding: utf-8 -*- # # Copyright 2011 Sybren A. StΓΌvel <sybren@stuvel.eu> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Un...
mit
-5,076,724,540,771,653,000
30.81201
87
0.610309
false
ptkool/spark
examples/src/main/python/ml/polynomial_expansion_example.py
123
1522
# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not us...
apache-2.0
-1,349,623,178,291,959,000
32.822222
96
0.707622
false
michalbe/servo
src/components/script/dom/bindings/codegen/parser/tests/test_special_method_signature_mismatch.py
241
6622
def WebIDLTest(parser, harness): threw = False try: parser.parse(""" interface SpecialMethodSignatureMismatch1 { getter long long foo(long index); }; """) results = parser.finish() except: threw = True harness.ok(threw, "Should have...
mpl-2.0
-8,883,394,811,099,408,000
21.52381
90
0.532014
false
jward6/academics-python
datastructures/linkedStackTest.py
1
1812
import unittest class Empty(Exception): pass class Stack: class _Node: __slots__ = '_element', '_next' def __init__(self, e, n): self._element = e self._next = n def __init__(self): self._head = self._Node(None, None) self._length = 0 def __len...
mit
4,390,032,770,302,519,000
18.276596
43
0.475166
false
ChrisTruncer/rdpy
rdpy/security/pyDes.py
2
32292
############################################################################# # Documentation # ############################################################################# # Author: Todd Whiteman # Date: 16th March, 2009 # Verion: 2.0.0 # License: Public Domain - free to d...
gpl-3.0
-6,038,914,622,644,025,000
36.902582
164
0.52592
false
ishay2b/tensorflow
tensorflow/python/kernel_tests/stack_op_test.py
9
11444
# Copyright 2015 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
apache-2.0
3,642,174,143,858,088,400
38.874564
80
0.569818
false
LoHChina/nova
nova/tests/unit/virt/libvirt/volume/test_hgst.py
38
2570
# Copyright 2015 HGST # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agree...
apache-2.0
-3,787,594,705,818,517,000
39.793651
77
0.664981
false
codester2/devide.johannes
extra/soappy-cvp/SOAPpy/SOAPBuilder.py
8
22127
""" ################################################################################ # Copyright (c) 2003, Pfizer # Copyright (c) 2001, Cayce Ullman. # Copyright (c) 2001, Brian Matthews. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provid...
bsd-3-clause
5,413,288,180,619,646,000
33.900631
102
0.501243
false
lmazuel/ansible
lib/ansible/modules/source_control/git_config.py
70
7530
#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2015, Marius Gedminas <marius@pov.lt> # (c) 2016, Matthew Gamble <git@matthewgamble.net> # # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free...
gpl-3.0
-7,158,663,321,818,635,000
28.299611
116
0.625631
false
alon/servo
components/script/dom/bindings/codegen/parser/tests/test_lenientSetter.py
137
1867
# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. def should_throw(parser, harness, message, code): parser = parser.reset(); threw = False try: parser...
mpl-2.0
5,773,587,906,975,646,000
31.189655
71
0.626138
false
aperigault/ansible
lib/ansible/modules/cloud/softlayer/sl_vm.py
34
11435
#!/usr/bin/python # -*- coding: utf-8 -*- # Copyright: (c) 2017, Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', ...
gpl-3.0
-2,064,034,638,261,271,300
29.905405
144
0.604373
false
Serag8/Bachelor
google_appengine/google/appengine/ext/remote_api/remote_api_stub.py
4
31174
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
mit
-2,244,815,479,147,907,600
33.831285
80
0.665747
false
chrismeyersfsu/webapp-bills
form.app.engine.py
1
19113
import cgi import urllib, urllib2, Cookie import cookielib import re import logging from urlparse import urlparse from django.utils import simplejson from google.appengine.api import users from google.appengine.ext import webapp from google.appengine.ext.webapp.util import run_wsgi_app from google.appengine.api import...
gpl-3.0
1,125,095,166,283,836,500
38.165984
246
0.513316
false
barykaed/Pelican-Test
fsp_env/Lib/site-packages/pip/_vendor/distlib/index.py
571
20976
# -*- coding: utf-8 -*- # # Copyright (C) 2013 Vinay Sajip. # Licensed to the Python Software Foundation under a contributor agreement. # See LICENSE.txt and CONTRIBUTORS.txt. # import hashlib import logging import os import shutil import subprocess import tempfile try: from threading import Thread except ImportErr...
mit
3,313,144,646,176,847,400
39.888889
79
0.545195
false
coders4help/volunteer_planner
shiftmailer/excelexport.py
5
2641
# coding: utf-8 import logging import os import tempfile from django.conf import settings from django.core.mail.message import EmailMessage from excel_renderer import ExcelRenderer log = logging.getLogger(__name__) class GenerateExcelSheet: def __init__(self, shifts, mailer): if not shifts: ...
agpl-3.0
5,214,641,586,995,500,000
39.015152
118
0.595229
false
ryanjmccall/nupic
nupic/frameworks/opf/expdescriptionhelpers.py
7
15073
# ---------------------------------------------------------------------- # Numenta Platform for Intelligent Computing (NuPIC) # Copyright (C) 2013, Numenta, Inc. Unless you have an agreement # with Numenta, Inc., for a separate license for this software code, the # following terms and conditions apply: # # This progra...
gpl-3.0
-4,748,827,907,297,400,000
37.748072
86
0.645525
false
SeattleTestbed/repy_v2
safe_check.py
1
1136
""" Author: Armon Dadgar Date: June 11th, 2009 Description: This simple script reads "code" from stdin, and runs safe.safe_check() on it. The resulting return value or exception is serialized and written to stdout. The purpose of this script is to be called from the main repy.py script so that the memory used b...
mit
-6,990,183,952,512,233,000
25.418605
85
0.669894
false
ViaQ/watches-cli
tests/commands/test_just_indices_stats.py
1
1384
"""Tests for our `watches just_indices_stats` subcommand.""" import json from subprocess import PIPE, Popen as popen from secure_support import TestSecureSupport class TestJustIndicesStats(TestSecureSupport): def test_returns_index_per_line(self): cmd = self.appendSecurityCommands(['watches', 'just_ind...
apache-2.0
-9,034,204,081,982,815,000
37.444444
116
0.608382
false
tomekwojcik/Team-O-Matic
teamomatic/app.py
1
2057
# -*- coding: utf-8 -*- # # Copyright (C) 2011 by Tomasz WΓ³jcik <labs@tomekwojcik.pl> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the r...
mit
-5,744,565,955,526,264,000
35.732143
93
0.711089
false
zhulin2609/phantomjs
src/qt/qtwebkit/Tools/Scripts/webkitpy/tool/bot/commitqueuetask_unittest.py
119
29255
# Copyright (c) 2010 Google Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of conditions and the ...
bsd-3-clause
3,934,182,110,898,596,400
49.180103
136
0.676773
false
blacklin/kbengine
kbe/res/scripts/common/Lib/encodings/cp864.py
272
33663
""" Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP864.TXT' with gencodec.py. """#" import codecs ### Codec APIs class Codec(codecs.Codec): def encode(self,input,errors='strict'): return codecs.charmap_encode(input,errors,encoding_map) def decode(self,input,errors='strict'): ...
lgpl-3.0
-5,030,003,695,984,570,000
47.786957
97
0.604076
false
vrv/tensorflow
tensorflow/contrib/tensor_forest/hybrid/python/kernel_tests/k_feature_routing_function_op_test.py
103
3383
# Copyright 2016 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
apache-2.0
-6,217,180,267,416,890,000
37.011236
80
0.655631
false
Trixter69/BookMarka
lib/cherrypy/_cptools.py
55
19093
"""CherryPy tools. A "tool" is any helper, adapted to CP. Tools are usually designed to be used in a variety of ways (although some may only offer one if they choose): Library calls All tools are callables that can be used wherever needed. The arguments are straightforward and should be detailed w...
gpl-3.0
5,551,977,356,191,091,000
35.092628
79
0.623684
false
DARKPOP/external_chromium_org_third_party_skia
gm/rebaseline_server/download_actuals_test.py
20
1491
#!/usr/bin/python """ Copyright 2014 Google Inc. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. Test download.py TODO(epoger): Create a command to update the expected results (in self._output_dir_expected) when appropriate. For now, you should: 1. examine the resu...
bsd-3-clause
6,476,254,156,548,060,000
27.673077
79
0.720993
false
piiswrong/mxnet
python/mxnet/gluon/model_zoo/vision/densenet.py
10
7848
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
apache-2.0
-1,877,315,610,535,911,700
37.851485
100
0.650102
false
catapult-project/catapult
third_party/gsutil/third_party/pyu2f/pyu2f/convenience/baseauthenticator.py
13
2202
# Copyright 2016 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ag...
bsd-3-clause
2,227,190,522,359,021,000
36.965517
80
0.71753
false
jreut/Switcharoo
scraper/scraper/entryqueue.py
2
2041
# Copyright 2015 Adam Greenstein <adamgreenstein@comcast.net> # # Switcharoo Cartographer is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later versio...
gpl-3.0
-7,789,401,602,929,347,000
35.464286
82
0.641352
false
sunshine027/mic
mic/utils/misc.py
5
35129
#!/usr/bin/python -tt # # Copyright (c) 2010, 2011 Intel Inc. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the Free # Software Foundation; version 2 of the License # # This program is distributed in the hope that it will ...
gpl-2.0
-489,292,673,832,215,740
33.440196
254
0.546329
false
Endika/django
tests/multiple_database/models.py
282
2472
from django.contrib.auth.models import User from django.contrib.contenttypes.fields import ( GenericForeignKey, GenericRelation, ) from django.contrib.contenttypes.models import ContentType from django.db import models from django.utils.encoding import python_2_unicode_compatible @python_2_unicode_compatible clas...
bsd-3-clause
-4,937,620,199,559,036,000
26.775281
89
0.690939
false
janewangfb/spark
examples/src/main/python/transitive_closure.py
128
2408
# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not us...
apache-2.0
-8,044,983,217,867,184,000
31.540541
80
0.660714
false
YanTangZhai/tf
tensorflow/python/training/training_ops.py
1
5435
# Copyright 2015 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or a...
apache-2.0
4,176,143,315,333,818,000
37.546099
80
0.711132
false
ashang/calibre
src/calibre/gui2/actions/preferences.py
14
2810
#!/usr/bin/env python2 # vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai __license__ = 'GPL v3' __copyright__ = '2010, Kovid Goyal <kovid@kovidgoyal.net>' __docformat__ = 'restructuredtext en' from functools import partial from PyQt5.Qt import QIcon, Qt from calibre.gui2.actions import InterfaceAction from calib...
gpl-3.0
3,919,851,317,819,322,400
37.493151
97
0.621352
false
mlq/fMBT
utils/setup.py
5
4003
#!/usr/bin/env python2 from distutils.core import setup, Extension import os import subprocess import sys def pkg_config(package): if os.name == "nt": if package == "MagickCore": # pkg-config cannot be used, try to find needed libraries from the filesystem import fnmatch ...
lgpl-2.1
-6,948,949,243,247,011,000
40.697917
102
0.513365
false
switchboardOp/ansible
lib/ansible/modules/network/netscaler/netscaler_server.py
14
12592
#!/usr/bin/python # -*- coding: utf-8 -*- # Copyright (c) 2017 Citrix Systems # # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or ...
gpl-3.0
-7,921,138,041,867,247,000
31.621762
144
0.591487
false
tinloaf/home-assistant
homeassistant/components/binary_sensor/__init__.py
4
3179
""" Component to interface with binary sensors. For more details about this component, please refer to the documentation at https://home-assistant.io/components/binary_sensor/ """ from datetime import timedelta import logging import voluptuous as vol from homeassistant.helpers.entity_component import EntityComponen...
apache-2.0
1,237,085,062,904,746,000
35.965116
77
0.657754
false
TempSquad/TEMP2016-site-client
node_modules/gulp-sass/node_modules/node-sass/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py
2767
2174
# Copyright (c) 2011 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Applies a fix to CR LF TAB handling in xml.dom. Fixes this: http://code.google.com/p/chromium/issues/detail?id=76293 Working around this: http://bugs.python.or...
apache-2.0
-7,195,404,887,630,765,000
30.507246
74
0.658234
false
ujjvala-addsol/addsol_hr
openerp/addons/base_report_designer/__init__.py
421
1136
# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). # # This program is free software: you can redistribute it and/or modify # it under the terms of the...
agpl-3.0
3,931,537,070,822,987,000
42.692308
79
0.625
false
ParuninPavel/lenta4_hack
vkapp/contrib/sites/migrations/0003_set_site_domain_and_name.py
1
1085
""" To understand why this file is here, please read: http://cookiecutter-django.readthedocs.io/en/latest/faq.html#why-is-there-a-django-contrib-sites-directory-in-cookiecutter-django """ from django.conf import settings from django.db import migrations def update_site_forward(apps, schema_editor): """Set site d...
mit
-5,036,127,893,043,715,000
24.833333
129
0.623963
false
sunlianqiang/kbengine
kbe/res/scripts/common/Lib/test/test_zipfile.py
60
70441
import io import os import sys import importlib.util import time import struct import zipfile import unittest from tempfile import TemporaryFile from random import randint, random, getrandbits from test.support import (TESTFN, findfile, unlink, rmtree, requires_zlib, requires_bz2, requires_...
lgpl-3.0
-5,728,849,412,639,061,000
38.507011
92
0.579875
false
cyli/volatility
volatility/plugins/linux/netstat.py
10
2404
# Volatility # Copyright (C) 2007-2013 Volatility Foundation # # This file is part of Volatility. # # Volatility is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your o...
gpl-2.0
7,423,932,609,651,793,000
40.448276
169
0.64975
false
vdmann/cse-360-image-hosting-website
lib/python2.7/site-packages/django/contrib/gis/management/commands/inspectdb.py
315
1466
from django.core.management.commands.inspectdb import Command as InspectDBCommand class Command(InspectDBCommand): db_module = 'django.contrib.gis.db' gis_tables = {} def get_field_type(self, connection, table_name, row): field_type, field_params, field_notes = super(Command, self).get_field_type(...
mit
5,457,492,270,504,847,000
49.551724
112
0.639154
false
Bysmyyr/blink-crosswalk
Tools/Scripts/webkitpy/style/checkers/png.py
170
3914
# Copyright (C) 2012 Balazs Ankes (bank@inf.u-szeged.hu) University of Szeged # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this lis...
bsd-3-clause
-3,351,296,925,016,274,400
51.186667
167
0.695708
false
matthewoliver/swift
test/unit/obj/test_expirer.py
2
34828
# Copyright (c) 2011 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
apache-2.0
-9,147,987,645,053,107,000
38.264938
79
0.557999
false
oopy/micropython
tests/basics/exceptpoly2.py
63
1789
try: raise MemoryError except Exception: print("Caught MemoryError via Exception") try: raise MemoryError except MemoryError: print("Caught MemoryError") try: raise NameError except Exception: print("Caught NameError via Exception") try: raise NameError except NameError: print("Caught...
mit
6,119,470,245,631,497,000
17.070707
57
0.743432
false
haeusser/tensorflow
tensorflow/contrib/ndlstm/python/lstm2d_test.py
22
3473
# Copyright 2016 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable ...
apache-2.0
2,188,381,737,227,675,600
34.804124
80
0.686438
false
runt18/nupic
tests/unit/nupic/engine/unified_py_parameter_test.py
35
3604
#!/usr/bin/env python # ---------------------------------------------------------------------- # Numenta Platform for Intelligent Computing (NuPIC) # Copyright (C) 2014, Numenta, Inc. Unless you have an agreement # with Numenta, Inc., for a separate license for this software code, the # following terms and conditions ...
agpl-3.0
-4,403,359,557,778,188,300
31.468468
74
0.628746
false
zengenti/ansible
lib/ansible/plugins/callback/junit.py
92
8951
# (c) 2016 Matt Clay <matt@mystile.com> # # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # ...
gpl-3.0
-4,300,522,125,354,830,300
31.667883
121
0.594347
false
liggitt/docker-registry
depends/docker-registry-core/docker_registry/drivers/file.py
38
4471
# -*- coding: utf-8 -*- # Copyright (c) 2014 Docker. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or...
apache-2.0
221,638,211,775,621,820
29.834483
79
0.514203
false
mhild/Sick-Beard
lib/hachoir_core/field/seekable_field_set.py
90
6130
from lib.hachoir_core.field import Field, BasicFieldSet, FakeArray, MissingField, ParserError from lib.hachoir_core.tools import makeUnicode from lib.hachoir_core.error import HACHOIR_ERRORS from itertools import repeat import lib.hachoir_core.config as config class RootSeekableFieldSet(BasicFieldSet): def __init_...
gpl-3.0
-5,938,486,074,494,937,000
32.681319
93
0.567537
false
tectronics/admiral-jiscmrd
test/MiscLib/tests/TestSuperGlobal.py
8
1649
# $Id: TestSuperGlobal.py 1047 2009-01-15 14:48:58Z graham $ # # Unit testing for SuperGlobal module # See http://pyunit.sourceforge.net/pyunit.html # import sys import unittest sys.path.append("../..") from MiscLib.SuperGlobal import * class TestSuperGlobal(unittest.TestCase): def setUp(self): return ...
mit
1,674,266,141,606,934,000
24.369231
61
0.625227
false
yavalvas/yav_com
build/matplotlib/examples/widgets/slider_demo.py
13
1179
import numpy as np import matplotlib.pyplot as plt from matplotlib.widgets import Slider, Button, RadioButtons fig, ax = plt.subplots() plt.subplots_adjust(left=0.25, bottom=0.25) t = np.arange(0.0, 1.0, 0.001) a0 = 5 f0 = 3 s = a0*np.sin(2*np.pi*f0*t) l, = plt.plot(t,s, lw=2, color='red') plt.axis([0, 1, -10, 10]) a...
mit
-6,826,201,083,612,031,000
26.418605
68
0.660729
false
karmix/anaconda
tests/gui/inside/storage.py
13
9863
# Copyright (C) 2014 Red Hat, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published # by the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # # This program is distr...
gpl-2.0
-3,789,481,931,969,705,500
47.348039
103
0.677988
false
rismalrv/edx-platform
common/lib/xmodule/xmodule/foldit_module.py
68
6538
import logging from lxml import etree from pkg_resources import resource_string from xmodule.editing_module import EditingDescriptor from xmodule.x_module import XModule from xmodule.xml_module import XmlDescriptor from xblock.fields import Scope, Integer, String from .fields import Date log = logging.getLogger(__n...
agpl-3.0
4,699,576,801,311,757,000
30.737864
113
0.604772
false
neumerance/deploy
.venv/lib/python2.7/site-packages/django/contrib/gis/gdal/srs.py
219
11914
""" The Spatial Reference class, represensents OGR Spatial Reference objects. Example: >>> from django.contrib.gis.gdal import SpatialReference >>> srs = SpatialReference('WGS84') >>> print(srs) GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84",6378137,298.257223563, AUTHOR...
apache-2.0
3,991,573,467,598,780,400
33.836257
97
0.609619
false
rambo/asylum
project/members/models.py
4
6401
# -*- coding: utf-8 -*- import random from decimal import Decimal from access.models import AccessType from access.utils import resolve_acl from django.core.exceptions import ValidationError from django.db import models, transaction from django.utils import timezone from django.utils.translation import ugettext_lazy a...
mit
-3,186,799,878,011,729,000
33.6
173
0.648961
false
MoisesTedeschi/python
Scripts-Python/Modulos-Diversos/python-com-scrapy/Lib/site-packages/pip/_vendor/progress/helpers.py
24
2952
# Copyright (c) 2012 Giorgos Verigakis <verigak@gmail.com> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice appear in all copies. # # THE SOFTWARE IS PROVIDED "AS IS" AND THE A...
gpl-3.0
-3,875,304,096,176,934,400
31.43956
74
0.621951
false
SebDieBln/QGIS
python/plugins/processing/algs/taudem/dinfdistdown_multi.py
12
5393
# -*- coding: utf-8 -*- """ *************************************************************************** dinfdistdown_multi.py --------------------- Date : March 2015 Copyright : (C) 2015 by Alexander Bruy Email : alexander dot bruy at gmail dot com ********...
gpl-2.0
-378,857,323,110,243,000
41.464567
96
0.578528
false
SGCreations/Flask
Work/TriviaMVA/TriviaMVA/env/Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py
2994
1676
######################## BEGIN LICENSE BLOCK ######################## # The Original Code is mozilla.org code. # # The Initial Developer of the Original Code is # Netscape Communications Corporation. # Portions created by the Initial Developer are Copyright (C) 1998 # the Initial Developer. All Rights Reserved. # # Con...
apache-2.0
-6,391,776,157,106,891,000
39.878049
69
0.716587
false
shsingh/ansible
test/units/modules/network/fortios/test_fortios_vpn_ssl_web_user_group_bookmark.py
21
7790
# Copyright 2019 Fortinet, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the...
gpl-3.0
-843,241,034,057,633,400
40.216931
142
0.66932
false
infobloxopen/infoblox-netmri
infoblox_netmri/api/broker/v2_3_0/issue_adhoc_broker.py
19
1697
from ..broker import Broker class IssueAdhocBroker(Broker): controller = "issue_adhocs" def generate_issue(self, **kwargs): """Generates an instance of a custom issue. **Inputs** | ``api version min:`` None | ``api version max:`` None | ``required:...
apache-2.0
2,321,143,481,276,814,000
29.303571
97
0.507955
false
jinnykoo/wuyisj.com
src/oscar/apps/basket/forms.py
26
10178
from django import forms from django.conf import settings from django.forms.models import modelformset_factory, BaseModelFormSet from django.db.models import Sum from django.utils.translation import ugettext_lazy as _ from oscar.core.loading import get_model from oscar.forms import widgets Line = get_model('basket', ...
bsd-3-clause
-7,666,253,843,431,022,000
35.092199
79
0.620358
false
OXPHOS/shogun
examples/undocumented/python/streaming_vw_createcache.py
5
1432
#!/usr/bin/env python from shogun import StreamingVwFile from shogun import StreamingVwCacheFile from shogun import T_SVMLIGHT from shogun import StreamingVwFeatures from shogun import VowpalWabbit parameter_list=[['../data/fm_train_sparsereal.dat']] def streaming_vw_createcache (fname): # First creates a binary cac...
gpl-3.0
9,087,873,785,597,811,000
30.822222
84
0.754888
false
dagwieers/ansible
lib/ansible/modules/web_infrastructure/sophos_utm/utm_proxy_frontend.py
36
8794
#!/usr/bin/python # Copyright: (c) 2018, Johannes Brunswicker <johannes.brunswicker@gmail.com> # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function __metaclass__ = type ANSIBLE_METADATA = { 'metadata_version...
gpl-3.0
7,734,201,160,200,705,000
31.813433
107
0.596884
false
bintlabs/pygal-nostatics
pygal/css/style_css.py
1
2851
# -*- coding: utf-8 -*- # This file is part of pygal # # A python svg graph plotting library # Copyright Β© 2012-2014 Kozea # # This library is free software: you can redistribute it and/or modify it under # the terms of the GNU Lesser General Public License as published by the Free # Software Foundation, either version...
lgpl-3.0
-4,838,728,551,540,473,000
21.093023
79
0.631579
false