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
ampax/edx-platform-backup
common/lib/capa/capa/tests/__init__.py
45
2261
"""Tools for helping with testing capa.""" import gettext import os import os.path import fs.osfs from capa.capa_problem import LoncapaProblem, LoncapaSystem from capa.inputtypes import Status from mock import Mock, MagicMock import xml.sax.saxutils as saxutils TEST_DIR = os.path.dirname(os.path.realpath(__file__)...
agpl-3.0
7,281,259,527,744,206,000
30.402778
135
0.678019
false
lmazuel/azure-sdk-for-python
azure-mgmt-datafactory/azure/mgmt/datafactory/models/eloqua_source.py
2
2076
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. # # Code generated by Microsoft (R) AutoRest Code Generator. # Changes ...
mit
-7,365,701,283,696,140,000
40.52
163
0.612717
false
mrgloom/HPOlib
HPOlib/config_parser/parse.py
5
2553
## # wrapping: A program making it easy to use hyperparameter # optimization software. # Copyright (C) 2013 Katharina Eggensperger and Matthias Feurer # # 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 Found...
gpl-3.0
-7,317,918,995,666,956,000
40.177419
84
0.62358
false
loandy/billy
billy/web/api/tests/test_committees.py
4
1386
from .base import BaseTestCase class CommitteesSearchTestCase(BaseTestCase): url_tmpl = '/api/v1/committees/' data = dict(state='ex', chamber='lower') def test_count(self): self.assertEquals( len(self.json), self.db.committees.find(self.data).count()) def test_correc...
bsd-3-clause
-1,823,769,695,010,079,700
29.130435
83
0.602453
false
lepistone/babel
setup.py
7
2969
# -*- coding: utf-8 -*- import os import sys import subprocess from setuptools import setup sys.path.append(os.path.join('doc', 'common')) try: from doctools import build_doc, test_doc except ImportError: build_doc = test_doc = None from distutils.cmd import Command class import_cldr(Command): descrip...
bsd-3-clause
5,674,326,644,623,981,000
29.608247
81
0.66386
false
mozillazg/django-cron
django_cron/tests.py
2
6953
import threading from time import sleep from datetime import timedelta from django import db from django.utils import unittest from django.core.management import call_command from django.test.utils import override_settings from django.test.client import Client from django.core.urlresolvers import reverse from django.c...
mit
-6,735,179,121,292,212,000
37.414365
100
0.638286
false
7kbird/chrome
third_party/cython/src/Cython/Debugger/Cygdb.py
90
4855
#!/usr/bin/env python """ The Cython debugger The current directory should contain a directory named 'cython_debug', or a path to the cython project directory should be given (the parent directory of cython_debug). Additional gdb args can be provided only if a path to the project directory is given. """ import os i...
bsd-3-clause
1,109,199,760,930,856,400
34.181159
99
0.595881
false
g-vidal/mraa
tests/mock/i2c_checks_write_byte.py
21
2079
#!/usr/bin/env python # Author: Alex Tereschenko <alext.mkrs@gmail.com> # Copyright (c) 2016 Alex Tereschenko. # # 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, includin...
mit
4,999,197,521,143,444,000
37.5
81
0.70178
false
redreamality/learning-to-rank
lerot/evaluation/LetorNdcgEval.py
1
1546
# This file is part of Lerot. # # Lerot 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 3 of the License, or # (at your option) any later version. # # Lerot is distributed in the hope tha...
gpl-3.0
5,792,174,630,002,202,000
37.65
78
0.653299
false
Changaco/oh-mainline
vendor/packages/whoosh/src/whoosh/lang/porter2.py
117
8314
"""An implementation of the Porter2 stemming algorithm. See http://snowball.tartarus.org/algorithms/english/stemmer.html Adapted from pyporter2 by Michael Dirolf. This algorithm is more correct but (at least in this implementation) several times slower than the original porter algorithm as implemented in stemming.por...
agpl-3.0
-350,356,380,627,512,960
25.5623
87
0.479192
false
lmacken/moksha
moksha/tests/functional/test_csrf.py
2
4881
# -*- coding: utf-8 -*- # This file is part of Moksha. # Copyright (C) 2008-2010 Red Hat, 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-...
apache-2.0
384,985,529,124,389,100
42.972973
94
0.63573
false
lahosken/pants
src/python/pants/backend/jvm/subsystems/jar_tool.py
8
1493
# coding=utf-8 # Copyright 2015 Pants project contributors (see CONTRIBUTORS.md). # Licensed under the Apache License, Version 2.0 (see LICENSE). from __future__ import (absolute_import, division, generators, nested_scopes, print_function, unicode_literals, with_statement) from pants.backend.j...
apache-2.0
-6,835,539,581,936,233,000
42.911765
95
0.61152
false
ioram7/keystone-federado-pgid2013
build/lib.linux-x86_64-2.7/keystone/common/sql/migrate_repo/versions/019_fixup_role.py
4
1070
import json import uuid import sqlalchemy as sql from sqlalchemy import orm from keystone import config from keystone import exception CONF = config.CONF def upgrade(migrate_engine): meta = sql.MetaData() meta.bind = migrate_engine role_table = sql.Table('role', meta, autoload=True) # name should...
apache-2.0
-4,534,094,979,491,441,000
27.918919
77
0.707477
false
dabiboo/youtube-dl
test/test_cache.py
177
1575
#!/usr/bin/env python # coding: utf-8 from __future__ import unicode_literals import shutil # Allow direct execution import os import sys import unittest sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) from test.helper import FakeYDL from youtube_dl.cache import Cache def _is_empt...
unlicense
-3,083,836,465,976,276,500
25.677966
79
0.595934
false
alfonsodev/ansible-modules-extras
monitoring/zabbix_screen.py
59
16469
#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2013-2014, Epic Games, Inc. # # 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,755,471,344,981,753,000
38.305489
188
0.572227
false
proxysh/Safejumper-for-Mac
buildmac/Resources/env/lib/python2.7/site-packages/pyparsing.py
213
229867
# module pyparsing.py # # Copyright (c) 2003-2016 Paul T. McGuire # # 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 u...
gpl-2.0
-7,066,982,590,310,306,000
38.355864
195
0.559963
false
ryfeus/lambda-packs
Keras_tensorflow_nightly/source2.7/tensorflow/contrib/layers/python/layers/embedding_ops.py
2
41512
# 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...
mit
-709,370,804,553,335,700
44.818985
92
0.639333
false
nlproc/splunkml
bin/multiclassify.py
1
2142
import sys, os, itertools try: import cStringIO as StringIO except: import StringIO import numpy as np import scipy.sparse as sp from gensim.corpora import TextCorpus from gensim.models import LsiModel, TfidfModel, LdaModel from gensim.matutils import corpus2csc from sklearn.feature_extraction import FeatureHashe...
apache-2.0
2,015,773,664,446,975,200
23.340909
69
0.679272
false
stefanw/django-cms
cms/tests/admin.py
8
76720
# -*- coding: utf-8 -*- from __future__ import with_statement import json import datetime from cms import api from cms.utils.urlutils import admin_reverse from djangocms_text_ckeditor.cms_plugins import TextPlugin from djangocms_text_ckeditor.models import Text from django.contrib import admin from django.contrib.admi...
bsd-3-clause
-2,511,381,197,464,639,000
45.244726
129
0.597041
false
delighted/phantomjs
src/qt/qtwebkit/Tools/QueueStatusServer/handlers/svnrevision.py
143
1923
# Copyright (C) 2009 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
-8,009,478,829,172,260,000
47.075
116
0.75715
false
Hybrid-Cloud/badam
patches_tool/aws_patch/aws_deps/libcloud/test/dns/test_linode.py
1
14072
# 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 ...
apache-2.0
7,821,658,460,038,013,000
40.772036
79
0.592382
false
mlperf/training_results_v0.7
Google/benchmarks/maskrcnn/implementations/maskrcnn-research-TF-tpu-v4-128/object_detection/balanced_positive_negative_sampler.py
2
11991
# Copyright 2017 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
-770,015,242,663,909,200
44.078947
103
0.669169
false
radiasoft/radtrack
radtrack/rt_params.py
1
9448
# -*- coding: utf-8 -*- """Parameter declaration parser :copyright: Copyright (c) 2015 Bivio Software, Inc. All Rights Reserved. :license: http://www.apache.org/licenses/LICENSE-2.0.html """ from __future__ import absolute_import, division, print_function import UserDict import __builtin__ import copy import enum im...
apache-2.0
2,926,831,937,173,079,000
29.379421
108
0.575783
false
cgstudiomap/cgstudiomap
main/local_modules/res_partner_url_validation_missing_details/__openerp__.py
1
1456
# -*- encoding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # This module copyright (C) cgstudiomap <cgstudiomap@gmail.com> # # This program is free software: you can redistribute it and/or modify # it under the terms...
agpl-3.0
-6,023,934,606,815,032,000
36.333333
78
0.59272
false
FEniCS/fiat
FIAT/discontinuous_taylor.py
1
2114
# Copyright (C) 2008 Robert C. Kirby (Texas Tech University) # Modified by Colin Cotter (Imperial College London) # David Ham (Imperial College London) # # This file is part of FIAT (https://www.fenicsproject.org) # # SPDX-License-Identifier: LGPL-3.0-or-later from FIAT import finite_element, polynomial...
lgpl-3.0
-4,400,522,402,054,451,700
36.75
96
0.657521
false
lsp84ch83/PyText
UItestframework/testcase/test_baidu.py
1
1073
#coding=utf-8 from time import sleep from public.common import mytest from public.pages import baiduIndexPage from public.common import datainfo class TestBaiduIndex(mytest.MyTest): """百度搜索测试""" def _search(self,searchKey): """封装百度搜索的函数""" baidupage = baiduIndexPage.BaiduIndexPage(self.dr) ...
gpl-3.0
4,786,702,535,316,635,000
27.657143
65
0.645065
false
Yukarumya/Yukarum-Redfoxes
dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/fborender/fborender_test_generator.py
51
3682
#!/usr/bin/env python # Copyright (c) 2016 The Khronos Group Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and/or associated documentation files (the # "Materials"), to deal in the Materials without restriction, including # without limitation the rights to use...
mpl-2.0
-7,141,904,113,386,431,000
26.477612
73
0.673819
false
tiagoantao/igrat
igrat/bio/tasks/load_genomeposition.py
1
1502
""" Copyright 2013 Tiago Antao This file is part of igrat. igrat is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. igrat is distribut...
agpl-3.0
-9,087,709,297,147,429,000
24.033333
75
0.689081
false
angr/angr
angr/analyses/girlscout.py
3
32197
raise ImportError("Don't import me! I don't work!") import logging import math import os import pickle import re import string from collections import defaultdict from datetime import datetime import cle import networkx import progressbar import pyvex from . import Analysis from angr.analyses.cfg.cfg_fast import Seg...
bsd-2-clause
-1,838,273,232,323,139,800
38.89715
124
0.53915
false
nitin-cherian/LifeLongLearning
Python/PythonProgrammingLanguage/Encapsulation/encap_env/lib/python3.5/site-packages/pickleshare.py
12
9849
#!/usr/bin/env python """ PickleShare - a small 'shelve' like datastore with concurrency support Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike shelve, many processes can access the database simultaneously. Changing a value in database is immediately visible to other processes accessing the...
mit
-1,124,421,575,492,411,000
27.22063
114
0.552137
false
UCRoboticsLab/BaxterTictactoe
src/baxter_tools/src/baxter_tools/__init__.py
3
1588
# Copyright (c) 2013-2015, Rethink Robotics # All rights reserved. # # 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 list of conditio...
apache-2.0
2,671,328,835,609,972,700
55.714286
77
0.785894
false
geodynamics/gale
boost/libs/python/test/virtual_functions.py
46
1803
# Copyright David Abrahams 2004. Distributed under the Boost # Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ''' >>> from virtual_functions_ext import * >>> class C1(concrete): ... def f(self, y): ... return concrete.f(self, Y(-y.va...
gpl-2.0
5,288,668,452,777,348,000
15.390909
71
0.582363
false
mozvip/CouchPotatoServer
libs/suds/sax/date.py
160
10456
# This program is free software; you can redistribute it and/or modify # it under the terms of the (LGPL) GNU Lesser 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 hope that it will ...
gpl-3.0
-1,263,599,776,242,215,200
26.661376
76
0.509564
false
Jun1113/MapReduce-Example
contrib/hod/hodlib/RingMaster/ringMaster.py
182
35563
#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 use thi...
apache-2.0
-1,769,660,916,769,620,200
33.899902
108
0.606192
false
syndbg/ubuntu-make
umake/interactions/__init__.py
1
6238
# -*- coding: utf-8 -*- # Copyright (C) 2014 Canonical # # Authors: # Didier Roche # # 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 3. # # This program is distributed in the hope that ...
gpl-3.0
-1,425,082,578,962,650,400
38.732484
120
0.588169
false
Yuriy-Leonov/nova
nova/api/openstack/compute/contrib/server_diagnostics.py
15
2561
# Copyright 2011 OpenStack Foundation # 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 requ...
apache-2.0
-694,403,430,750,275,800
36.661765
78
0.673955
false
ity/pants
tests/python/pants_test/util/test_osutil.py
24
1839
# coding=utf-8 # Copyright 2014 Pants project contributors (see CONTRIBUTORS.md). # Licensed under the Apache License, Version 2.0 (see LICENSE). from __future__ import (absolute_import, division, generators, nested_scopes, print_function, unicode_literals, with_statement) import logging impor...
apache-2.0
-6,263,407,353,687,622,000
33.055556
93
0.679173
false
bukzor/sympy
sympy/__init__.py
42
2442
"""SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries, except optionally for ...
bsd-3-clause
3,648,404,883,689,580,500
29.911392
81
0.72973
false
tillahoffmann/tensorflow
tensorflow/python/eager/core.py
14
2317
# Copyright 2017 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
-4,248,505,585,574,437,400
29.893333
80
0.701338
false
paulthulstrup/moose
framework/contrib/nsiqcppstyle/rules/RULE_3_2_F_use_representitive_classname_for_cpp_filename.py
43
3744
""" The file name should contain the representitive class/struct name. If the file contains class/struct decls or defs, the file name should be one of classes. If the class/struct name starts with "C", "C" can be ommited in the file name. == Vilolation == = a.h = <== Violation. It should contain class name 'TestC...
lgpl-2.1
1,117,866,397,743,444,500
22.254658
94
0.598558
false
jhayworth/config
.emacs.d/elpy/rpc-venv/lib/python2.7/site-packages/pip/_vendor/urllib3/connectionpool.py
10
36488
from __future__ import absolute_import import errno import logging import sys import warnings from socket import error as SocketError, timeout as SocketTimeout import socket from .exceptions import ( ClosedPoolError, ProtocolError, EmptyPoolError, HeaderParsingError, HostChangedError, Locatio...
gpl-3.0
5,188,614,900,558,072,000
33.717412
99
0.580081
false
MiltosD/CEF-ELRC
lib/python2.7/site-packages/haystack/fields.py
14
12973
import re from django.utils import datetime_safe from django.template import loader, Context from haystack.exceptions import SearchFieldError class NOT_PROVIDED: pass DATETIME_REGEX = re.compile('^(?P<year>\d{4})-(?P<month>\d{2})-(?P<day>\d{2})(T|\s+)(?P<hour>\d{2}):(?P<minute>\d{2}):(?P<second>\d{2}).*?$') #...
bsd-3-clause
6,164,028,066,813,941,000
28.891705
175
0.597934
false
akashsinghal/Speech-Memorization-App
Python_Backend/lib/requests/_internal_utils.py
414
1096
# -*- coding: utf-8 -*- """ requests._internal_utils ~~~~~~~~~~~~~~ Provides utility functions that are consumed internally by Requests which depend on extremely few external helpers (such as compat) """ from .compat import is_py2, builtin_str, str def to_native_string(string, encoding='ascii'): """Given a str...
apache-2.0
-538,853,146,613,893,000
25.095238
77
0.653285
false
Distrotech/bzr
bzrlib/gpg.py
2
21179
# Copyright (C) 2005, 2011 Canonical Ltd # Authors: Robert Collins <robert.collins@canonical.com> # # 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 2 of the License, or # (at yo...
gpl-2.0
8,883,162,089,343,562,000
37.023339
80
0.601067
false
ticosax/django
django/contrib/gis/geos/polygon.py
450
6843
from ctypes import byref, c_uint from django.contrib.gis.geos import prototypes as capi from django.contrib.gis.geos.geometry import GEOSGeometry from django.contrib.gis.geos.libgeos import GEOM_PTR, get_pointer_arr from django.contrib.gis.geos.linestring import LinearRing from django.utils import six from django.util...
bsd-3-clause
7,671,372,188,479,111,000
37.661017
106
0.596668
false
0x0all/nupic
py/regions/ImageSensorFilters/LogPolar.py
17
9875
# ---------------------------------------------------------------------- # 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,320,849,482,652,025,300
36.405303
100
0.629772
false
Colorfulstan/robotframework
src/robot/variables/tablesetter.py
17
5033
# Copyright 2008-2015 Nokia Solutions and Networks # # 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 l...
apache-2.0
326,204,359,237,540,030
32.778523
76
0.62269
false
hpcloud-mon/tempest
tempest/cmd/run_stress.py
14
4969
#!/usr/bin/env python # Copyright 2013 Quanta Research Cambridge, 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 # # U...
apache-2.0
-8,572,493,170,697,134,000
37.223077
78
0.554639
false
yugui/grpc
tools/run_tests/artifacts/distribtest_targets.py
10
12759
#!/usr/bin/env python2.7 # Copyright 2016, 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 lis...
bsd-3-clause
1,437,540,140,894,283,300
37.086567
86
0.600831
false
josh-willis/pycbc
tools/einsteinathome/check_GW150914_detection.py
9
1290
# Read a pycbc_inspiral HDF5 trigger file and check that it contains triggers # compatible with GW150914 # 2016 Tito Dal Canton import sys import h5py import numpy as np # GW150914 params from my run # https://www.atlas.aei.uni-hannover.de/~tito/LSC/er8/er8b_c00_1.2.0_run1 gw150914_time = 1126259462.4 gw150914_snr =...
gpl-3.0
-299,593,791,056,402,200
33.864865
77
0.593798
false
Eksmo/calibre
src/calibre/gui2/dialogs/restore_library.py
4
4621
#!/usr/bin/env python # vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai __license__ = 'GPL v3' __copyright__ = '2011, Kovid Goyal <kovid@kovidgoyal.net>' __docformat__ = 'restructuredtext en' from PyQt4.Qt import (QDialog, QLabel, QVBoxLayout, QDialogButtonBox, QProgressBar, QSize, QTimer, pyqtSignal, Qt) ...
gpl-3.0
4,900,813,173,412,322,000
33.22963
76
0.602034
false
djwbrown/swift
benchmark/scripts/compare_perf_tests.py
10
16354
#!/usr/bin/python # -*- coding: utf-8 -*- # ===--- compare_perf_tests.py -------------------------------------------===// # # This source file is part of the Swift.org open source project # # Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors # Licensed under Apache License v2.0 with Runtime Library...
apache-2.0
-5,498,540,851,723,611,000
37.283372
79
0.556983
false
BIDS-collaborative/cega-trace
q.py
2
2030
# -*- coding: utf-8 -*- # import requests # import urllib import re import urllib import json import sys def search_doi(s): url = "http://search.crossref.org/?q=" + convert_string(s) htmlfile = urllib.urlopen(url) htmltext = htmlfile.read() regex ="href='http://dx.doi.org/"+ '(.*)' + "'>" pattern = re.compile(re...
bsd-2-clause
5,924,794,721,406,216,000
26.432432
182
0.632512
false
nbargnesi/tornado
tornado/iostream.py
38
64263
#!/usr/bin/env python # # Copyright 2009 Facebook # # 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
8,708,752,972,629,134,000
40.919765
128
0.58992
false
foufou55/Sick-Beard
sickbeard/frenchFinder.py
21
6074
# Author: Ludovic SARAKHA # URL: http://code.google.com/p/sickbeard/ # # This file is part of Sick Beard. # # Sick Beard 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, ...
gpl-3.0
-1,993,961,498,501,692,200
48.198347
283
0.572605
false
branchard/django-react-scrapy-sample
djangoapp/components/models.py
1
3265
from django.db import models class Component(models.Model): name = models.CharField(max_length=50, unique=True) photoUrl = models.URLField(null=True, blank=True) brand = models.ForeignKey( 'Brand', on_delete=models.CASCADE, ) class Brand(models.Model): name = models.CharField(max...
gpl-3.0
5,144,723,501,824,918,000
25.544715
137
0.667994
false
renaelectronics/linuxcnc
src/emc/usr_intf/axis/scripts/teach-in.py
5
2641
#!/usr/bin/env python """Usage: python teach.py nmlfile outputfile If outputfile is not specified, writes to standard output. You must ". scripts/rip-environment" before running this script, if you use run-in-place. """ # Copyright 2007 Jeff Epler <jepler@unpythonic.net> # # This program is free software; yo...
gpl-2.0
-6,859,997,627,438,694,000
28.021978
95
0.660356
false
harayz/raspberry_pwn
src/pentest/fimap/singleScan.py
8
5441
# # This file is part of fimap. # # Copyright(c) 2009-2010 Iman Karim(ikarim2s@smail.inf.fh-brs.de). # http://fimap.googlecode.com # # This file may be licensed under the terms of of the # GNU General Public License Version 2 (the ``GPL''). # # Software distributed under the License is distributed # on an ``AS IS'' bas...
gpl-3.0
-7,330,241,218,164,925,000
44.35
143
0.433192
false
merckhung/bokken
ui/treeviews.py
3
11285
# treeviews.py # -*- coding: utf-8 -*- # # Copyright 2011 Hugo Teso <hugo.teso@gmail.com> # Copyright 2014 David Martínez Moreno <ender@debian.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published b...
gpl-2.0
-6,145,221,357,693,862,000
38.592982
102
0.576391
false
malkoto1/just_cook
SQLAlchemy-1.0.4/lib/sqlalchemy/dialects/mysql/zxjdbc.py
59
3942
# mysql/zxjdbc.py # Copyright (C) 2005-2015 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php """ .. dialect:: mysql+zxjdbc :name: zxjdbc for Jython :dbapi: zxjdbc :...
gpl-2.0
3,371,445,033,006,024,700
32.692308
78
0.626332
false
espadrine/opera
chromium/src/third_party/python_26/Tools/scripts/linktree.py
101
2425
#! /usr/bin/env python # linktree # # Make a copy of a directory tree with symbolic links to all files in the # original tree. # All symbolic links go to a special symbolic link at the top, so you # can easily fix things if the original source tree moves. # See also "mkreal". # # usage: mklinks oldtree newtree import...
bsd-3-clause
-8,982,702,451,634,868,000
29.3125
73
0.531546
false
pombreda/seascope
src/backend/plugins/gtags/GtagsProject.py
2
3525
#!/usr/bin/python # Copyright (c) 2010 Anil Kumar # All rights reserved. # # License: BSD import os, string, re from ..PluginBase import PluginFeatureBase, ProjectBase, ConfigBase, QueryBase from ..PluginBase import PluginProcess from ..CtagsCache import CtagsThread class GtagsFeature(PluginFeatureBase): def __i...
bsd-3-clause
-8,958,743,971,184,090,000
21.741935
89
0.584681
false
RPI-OPENEDX/edx-platform
common/test/acceptance/pages/lms/problem.py
23
5236
""" Problem Page. """ from bok_choy.page_object import PageObject class ProblemPage(PageObject): """ View of problem page. """ url = None CSS_PROBLEM_HEADER = '.problem-header' def is_browser_on_page(self): return self.q(css='.xblock-student_view').present @property def prob...
agpl-3.0
7,734,806,684,764,329,000
31.521739
115
0.600267
false
rudischilder/MAV_TU_Delft_gr10
sw/ground_segment/python/settings_app/settingsframe.py
29
6685
#Boa:Frame:PlotFrame from __future__ import division import wx import sys import os PPRZ_SRC = os.getenv("PAPARAZZI_SRC", os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../../..'))) sys.path.append(PPRZ_SRC + "/sw/li...
gpl-2.0
-5,386,395,156,695,230,000
34.94086
174
0.615258
false
temasek/android_external_chromium_org_third_party_WebKit
Source/devtools/scripts/generate_devtools_html.py
9
3173
#!/usr/bin/env python # # 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...
bsd-3-clause
7,900,873,253,431,654,000
41.878378
90
0.695556
false
sriki18/scipy
scipy/sparse/linalg/tests/test_interface.py
38
12724
"""Test functions for the sparse.linalg.interface module """ from __future__ import division, print_function, absolute_import from functools import partial from itertools import product import operator import nose from numpy.testing import TestCase, assert_, assert_equal, \ assert_raises import numpy as np ...
bsd-3-clause
-1,209,716,646,552,355,300
36.09621
80
0.493634
false
mollstam/UnrealPy
UnrealPyEmbed/Development/Python/2015.08.07-Python2710-x64-Source-vs2015/Python27/Source/Python-2.7.10/Tools/framer/framer/member.py
50
1933
from framer import template from framer.util import cstring, unindent T_SHORT = "T_SHORT" T_INT = "T_INT" T_LONG = "T_LONG" T_FLOAT = "T_FLOAT" T_DOUBLE = "T_DOUBLE" T_STRING = "T_STRING" T_OBJECT = "T_OBJECT" T_CHAR = "T_CHAR" T_BYTE = "T_BYTE" T_UBYTE = "T_UBYTE" T_UINT = "T_UINT" T_ULONG = "T_ULONG" T_STRING_INPLAC...
mit
-8,502,403,472,369,238,000
25.479452
71
0.561821
false
vedujoshi/tempest
tempest/scenario/test_minimum_basic.py
1
7041
# Copyright 2013 NEC Corporation # 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 ...
apache-2.0
-234,094,730,467,651,780
39.699422
78
0.626758
false
UnrememberMe/pants
tests/python/pants_test/backend/project_info/tasks/resolve_jars_test_mixin.py
17
3782
# coding=utf-8 # Copyright 2015 Pants project contributors (see CONTRIBUTORS.md). # Licensed under the Apache License, Version 2.0 (see LICENSE). from __future__ import (absolute_import, division, generators, nested_scopes, print_function, unicode_literals, with_statement) import os from textw...
apache-2.0
5,588,423,080,037,379,000
40.108696
100
0.565045
false
MattsFleaMarket/python-for-android
python3-alpha/python3-src/PC/VS8.0/build_ssl.py
48
10103
# Script for building the _ssl and _hashlib modules for Windows. # Uses Perl to setup the OpenSSL environment correctly # and build OpenSSL, then invokes a simple nmake session # for the actual _ssl.pyd and _hashlib.pyd DLLs. # THEORETICALLY, you can: # * Unpack the latest SSL release one level above your main Python ...
apache-2.0
-5,549,738,077,198,014,000
35.472924
84
0.566465
false
vmax-feihu/hue
desktop/core/ext-py/Pygments-1.3.1/pygments/formatters/other.py
75
3857
# -*- coding: utf-8 -*- """ pygments.formatters.other ~~~~~~~~~~~~~~~~~~~~~~~~~ Other formatters: NullFormatter, RawTokenFormatter. :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ from pygments.formatter import Formatter from pygments...
apache-2.0
6,905,584,914,308,392,000
31.965812
77
0.547057
false
thurt/arangodb
3rdParty/V8-4.3.61/third_party/python_26/Lib/pty.py
109
4869
"""Pseudo terminal utilities.""" # Bugs: No signal handling. Doesn't set slave termios and window size. # Only tested on Linux. # See: W. Richard Stevens. 1992. Advanced Programming in the # UNIX Environment. Chapter 19. # Author: Steen Lumholt -- with additions by Guido. from select import select imp...
apache-2.0
-7,293,037,869,893,835,000
26.982759
76
0.575478
false
jvrsantacruz/XlsxWriter
xlsxwriter/test/comparison/test_textbox16.py
8
1117
############################################################################### # # Tests for XlsxWriter. # # Copyright (c), 2013-2015, John McNamara, jmcnamara@cpan.org # from ..excel_comparsion_test import ExcelComparisonTest from ...workbook import Workbook class TestCompareXLSXFiles(ExcelComparisonTest): """...
bsd-2-clause
-2,977,649,407,571,888,600
25.595238
79
0.573859
false
mahabs/nitro
nssrc/com/citrix/netscaler/nitro/resource/config/aaa/aaasession.py
1
8759
# # Copyright (c) 2008-2015 Citrix Systems, 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 l...
apache-2.0
-1,915,675,048,806,550,000
23.196133
112
0.669483
false
pschmitt/home-assistant
homeassistant/components/verisure/alarm_control_panel.py
9
3404
"""Support for Verisure alarm control panels.""" import logging from time import sleep import homeassistant.components.alarm_control_panel as alarm from homeassistant.components.alarm_control_panel.const import ( SUPPORT_ALARM_ARM_AWAY, SUPPORT_ALARM_ARM_HOME, ) from homeassistant.const import ( STATE_ALAR...
apache-2.0
7,620,519,112,160,614,000
30.229358
79
0.622797
false
Kingclove/ChannelAPI-Demo
server/lib/itsdangerous.py
296
30509
# -*- coding: utf-8 -*- """ itsdangerous ~~~~~~~~~~~~ A module that implements various functions to deal with untrusted sources. Mainly useful for web applications. :copyright: (c) 2011 by Armin Ronacher and the Django Software Foundation. :license: BSD, see LICENSE for more details. """ imp...
apache-2.0
-6,719,257,700,779,446,000
35.581535
81
0.633256
false
rruebner/odoo
addons/claim_from_delivery/__init__.py
374
1053
############################################################################## # # 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 Affero General Publ...
agpl-3.0
-1,106,425,932,407,991,400
42.875
79
0.614435
false
leonevo/euao
tornadows/xmltypes.py
1
6469
#!/usr/bin/env python # # Copyright 2011 Rodrigo Ancavil del Pino # # 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,267,989,904,934,680,000
28.008969
110
0.710156
false
CXQERP/ODOOERP
addons/note/note.py
223
8893
# -*- 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...
agpl-3.0
-8,391,852,542,603,725,000
43.688442
131
0.547959
false
sivaprakashniet/push_pull
p2p/lib/python2.7/site-packages/kombu/tests/transport/virtual/test_scheduling.py
38
1835
from __future__ import absolute_import from kombu.transport.virtual.scheduling import FairCycle from kombu.tests.case import Case class MyEmpty(Exception): pass def consume(fun, n): r = [] for i in range(n): r.append(fun()) return r class test_FairCycle(Case): def test_cycle(self): ...
bsd-3-clause
-2,505,846,133,721,004,500
26.38806
73
0.480109
false
J861449197/edx-platform
lms/djangoapps/staticbook/views.py
91
6351
""" Views for serving static textbooks. """ from django.contrib.auth.decorators import login_required from django.http import Http404 from edxmako.shortcuts import render_to_response from opaque_keys.edx.locations import SlashSeparatedCourseKey from xmodule.annotator_token import retrieve_token from courseware.acces...
agpl-3.0
4,760,974,006,913,074,000
34.480447
98
0.641316
false
jcpowermac/ansible
lib/ansible/module_utils/facts/hardware/linux.py
7
27299
# 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. # # Ansible is distributed in the hope that ...
gpl-3.0
-4,739,569,470,297,255,000
37.233894
119
0.508041
false
lcpt/xc
misc/test/defSections.py
1
3450
# Source Generated with Decompyle++ # File: defSections.pyc (Python 2.7) from __future__ import division import xc_base import geom import xc from materials.ehe import EHE_materials areaFi8 = 5e-05 areaFi10 = 7.85e-05 areaFi12 = 0.000113 areaFi16 = 0.000201 areaFi20 = 0.000314 areaFi25 = 0.0004608 def getDiagIntSecti...
gpl-3.0
1,103,720,121,774,635,600
40.071429
89
0.761159
false
vainotuisk/icecreamratings
ENV/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__about__.py
101
1073
# Copyright 2014 Donald Stufft # # 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 in writing, so...
bsd-3-clause
4,840,966,784,882,902,000
33.612903
74
0.680336
false
SpectreJan/gnuradio
gr-utils/python/modtool/gr-newmod/docs/doxygen/doxyxml/base.py
333
6794
# # Copyright 2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # # GNU Radio 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, or (at your option) # any later version. # #...
gpl-3.0
-6,082,990,284,957,464,000
30.022831
76
0.580807
false
adityacs/ansible
test/units/plugins/connection/test_connection.py
52
6390
# (c) 2015, Toshio Kuratomi <tkuratomi@ansible.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...
gpl-3.0
-2,160,114,617,911,164,400
46.686567
132
0.723787
false
upsidetravel/bucket-antivirus-function
scan_bucket.py
1
4671
#! /usr/bin/env python # -*- coding: utf-8 -*- # Upside Travel, 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 app...
apache-2.0
-4,984,718,419,400,336,000
35.779528
86
0.678656
false
ecanzonieri/pyleus
examples/word_count/word_count/line_spout.py
9
1818
import logging import random from pyleus.storm import Spout log = logging.getLogger('counter') LINES = """ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pharetra ante eget nunc blandit vestibulum. Curabitur tempus mi a risus lacinia egestas. Nulla faucibus elit vitae dignissim euismod. Fusce ac ...
apache-2.0
-4,077,361,497,650,171,000
28.322581
62
0.749175
false
Smarsh/django
tests/regressiontests/templates/smartif.py
50
2175
import unittest from django.template.smartif import IfParser, Literal class SmartIfTests(unittest.TestCase): def assertCalcEqual(self, expected, tokens): self.assertEqual(expected, IfParser(tokens).parse().eval({})) # We only test things here that are difficult to test elsewhere # Many other test...
bsd-3-clause
-8,601,469,431,514,981,000
40.037736
91
0.575632
false
cburgmer/eclectus
tomoeqt/handwritingwidget.py
1
12861
#!/usr/bin/python # -*- coding: utf-8 -*- """ Qt widget integrating Tegaki/Tomoe handwriting character recognition for Japanese Kanji and Chinese Hanzi. Includes a QApplication demonstrating the wiget. 10.02.2009 Christoph Burgmer (cburgmer@ira.uka.de) History: * 11.02.2009, show boundaries and keep handwriting ...
gpl-3.0
5,516,803,540,838,374,000
35.851003
80
0.578027
false
keenerd/namcap
Namcap/tests/pkgbuild/test_invalidstartdir.py
4
2034
# -*- coding: utf-8 -*- # # namcap tests - invalidstartdir # Copyright (C) 2011 Rémy Oudompheng <remy@archlinux.org> # # 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 2 of ...
gpl-2.0
-8,273,263,974,540,367,000
26.849315
72
0.706345
false
ZenDevelopmentSystems/scikit-learn
sklearn/metrics/cluster/unsupervised.py
230
8281
""" Unsupervised evaluation metrics. """ # Authors: Robert Layton <robertlayton@gmail.com> # # License: BSD 3 clause import numpy as np from ...utils import check_random_state from ..pairwise import pairwise_distances def silhouette_score(X, labels, metric='euclidean', sample_size=None, random...
bsd-3-clause
-4,046,836,699,392,720,400
36.640909
80
0.660427
false
polyaxon/polyaxon
examples/quick-start/model.py
1
4890
#!/usr/bin/python # # Copyright 2018-2020 Polyaxon, 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 ...
apache-2.0
-4,045,998,437,653,401,600
25.868132
100
0.62454
false
tomlof/scikit-learn
examples/svm/plot_custom_kernel.py
93
1562
""" ====================== SVM with custom kernel ====================== Simple usage of Support Vector Machines to classify a sample. It will plot the decision surface and the support vectors. """ print(__doc__) import numpy as np import matplotlib.pyplot as plt from sklearn import svm, datasets # import some data...
bsd-3-clause
6,155,640,212,110,244,000
26.403509
76
0.597311
false
orione7/plugin.video.streamondemand-pureita
lib/gdata/tlslite/utils/cryptomath.py
172
11559
"""cryptomath module This module has basic math/crypto code.""" import os import math import base64 import binascii import sha from compat import * # ************************************************************************** # Load Optional Modules # ****************************************************************...
gpl-3.0
-7,732,716,543,097,964,000
27.8975
82
0.536811
false
katsikas/gnuradio
gnuradio-core/src/lib/filter/generate_gr_fir_sysconfig.py
17
3117
#!/bin/env python # -*- python -*- # # Copyright 2003,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # # GNU Radio 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, or (...
gpl-3.0
6,920,180,942,158,627,000
22.43609
98
0.616939
false
BartoszCichecki/onlinepython
onlinepython/pypy-2.4.0-win32/lib-python/2.7/test/test_float.py
23
62308
import unittest, struct import os from test import test_support import math from math import isinf, isnan, copysign, ldexp import operator import random import fractions import sys INF = float("inf") NAN = float("nan") have_getformat = hasattr(float, "__getformat__") requires_getformat = unittest.skipUnless(have_get...
gpl-2.0
-1,488,209,148,920,339,700
43.442225
98
0.577117
false
gavmain/django_demo
demo/users/views.py
95
1459
# -*- coding: utf-8 -*- from __future__ import absolute_import, unicode_literals from django.core.urlresolvers import reverse from django.views.generic import DetailView, ListView, RedirectView, UpdateView from django.contrib.auth.mixins import LoginRequiredMixin from .models import User class UserDetailView(Login...
mit
4,437,241,735,609,583,600
29.395833
79
0.701851
false
mkieszek/odoo
openerp/addons/test_inherit/models.py
11
2179
# -*- coding: utf-8 -*- from openerp import models, fields, api, osv # We just create a new model class mother(models.Model): _name = 'test.inherit.mother' _columns = { # check interoperability of field inheritance with old-style fields 'name': osv.fields.char('Name'), 'state': osv.fie...
agpl-3.0
-6,770,268,864,479,548,000
29.263889
83
0.647086
false
PredictiveScienceLab/py-mcmc
pymcmc/_mala_proposal.py
2
1960
""" This is a Metropolis Adjusted Langevin Algorithm (MALA) proposal. Author: Ilias Bilionis """ __all__ = ['MALAProposal'] import numpy as np from scipy.stats import norm from . import GradProposal from . import SingleParameterTunableProposalConcept class MALAProposal(GradProposal, SingleParameterTunablePro...
lgpl-3.0
-804,289,330,180,064,100
30.111111
90
0.595408
false