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
Tennyson53/SUR
magnum/common/pythonk8sclient/client/models/V1beta3_NodeList.py
15
2562
#!/usr/bin/env python """ Copyright 2015 Reverb Technologies, 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 require...
apache-2.0
-9,012,315,937,409,428,000
30.62963
378
0.569477
false
ccellis/WHACK2016
flask/lib/python2.7/site-packages/migrate/versioning/pathed.py
146
2059
""" A path/directory class. """ import os import shutil import logging from migrate import exceptions from migrate.versioning.config import * from migrate.versioning.util import KeyedInstance log = logging.getLogger(__name__) class Pathed(KeyedInstance): """ A class associated with a path/directory tree...
bsd-3-clause
-8,203,305,717,697,806,000
26.453333
80
0.606119
false
tomMoulard/python-projetcs
scripts3/say_chat.py
1
2153
__author__ = "Brian Lenihan <brian.lenihan@gmail.com" __copyright__ = "Copyright (c) 2012 Python for Android Project" __license__ = "Apache License, Version 2.0" import logging import sl4a from pyxmpp2.jid import JID from pyxmpp2.client import Client from pyxmpp2.settings import XMPPSettings from pyxmpp2.interfaces i...
apache-2.0
-4,344,941,393,585,683,500
28.493151
85
0.694844
false
vlinhd11/vlinhd11-android-scripting
python/src/Lib/test/pydocfodder.py
194
6329
"""Something just to look at via pydoc.""" import types class A_classic: "A classic class." def A_method(self): "Method defined in A." def AB_method(self): "Method defined in A and B." def AC_method(self): "Method defined in A and C." def AD_method(self): "Method de...
apache-2.0
134,855,285,307,707,060
28.300926
71
0.570232
false
frreiss/tensorflow-fred
tensorflow/python/autograph/pyct/static_analysis/__init__.py
27
1375
# 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,562,122,267,984,788,000
43.354839
80
0.731636
false
ramielrowe/magnum
magnum/common/pythonk8sclient/client/models/V1beta3_ServiceStatus.py
15
1172
#!/usr/bin/env python """ Copyright 2015 Reverb Technologies, 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 require...
apache-2.0
7,261,299,544,535,258,000
30.675676
97
0.653584
false
manjunaths/tensorflow
tensorflow/contrib/framework/python/framework/tensor_util.py
37
13232
# 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
8,406,202,043,612,333,000
35.054496
80
0.67367
false
cwisecarver/osf.io
scripts/osfstorage/migrate_to_generic.py
5
6466
from __future__ import unicode_literals import sys import logging import datetime from django.utils import timezone from modularodm import Q from modularodm.storage.base import KeyExistsException from scripts import utils as script_utils from framework.transactions.context import TokuTransaction from website.files...
apache-2.0
92,737,624,281,065,180
34.922222
130
0.633003
false
storborg/manhattan
manhattan/tests/test_middleware.py
1
5386
from __future__ import absolute_import, division, print_function import re from unittest import TestCase from webob import Request, Response from webtest import TestApp, TestRequest from manhattan.middleware import ManhattanMiddleware from manhattan.record import Record from manhattan.log.memory import MemoryLog cl...
mit
1,058,024,441,326,132,900
32.874214
79
0.585592
false
kubeflow/pipelines
components/arena/docker/job_generator.py
3
2817
import argparse import datetime import json import os import sys import logging import requests import subprocess import six import time import yaml from subprocess import Popen,PIPE from shlex import split from utils import * # Generate common options def generate_options(args): gpus = args.gpus cpu = args.c...
apache-2.0
-3,693,265,036,789,507,000
23.284483
76
0.606674
false
cgstudiomap/cgstudiomap
main/parts/odoo/addons/account_analytic_plans/__openerp__.py
264
3114
# -*- 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
2,192,563,892,042,360,800
36.071429
172
0.585742
false
HybridF5/jacket
jacket/db/migration.py
1
1220
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # 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 ...
apache-2.0
-8,622,411,863,977,372,000
31.972973
78
0.736066
false
rahulguptakota/paper-To-Reviewer-Matching-System
citeSentClassifier_gurki.py
1
9088
import xml.etree.ElementTree as ET import re import time import os, csv from nltk.tokenize import sent_tokenize from textblob.classifiers import NaiveBayesClassifier from nltk.corpus import stopwords from nltk.tokenize import word_tokenize from nltk.stem import PorterStemmer from sklearn import naive_bayes from random ...
mit
-835,216,885,992,110,500
34.639216
161
0.674846
false
cfe-lab/MiCall
micall/utils/find_missing_samples.py
1
2703
import re from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter import logging from csv import DictReader from pathlib import Path from micall.utils.sample_sheet_parser import sample_sheet_parser logger = logging.getLogger(__name__) def parse_args(): parser = ArgumentParser( description="Lo...
agpl-3.0
-970,750,006,730,824,600
35.04
85
0.600074
false
haroldl/homeworklog
django/contrib/auth/tests/permissions.py
231
1654
try: from cStringIO import StringIO except ImportError: from StringIO import StringIO from django.contrib.auth.management import create_permissions from django.contrib.auth import models as auth_models from django.contrib.contenttypes import models as contenttypes_models from django.core.management import call...
bsd-3-clause
-6,697,439,261,716,369,000
42.526316
73
0.704353
false
ruuk/script.module.youtube.dl
lib/youtube_dl/extractor/streamable.py
53
3891
# coding: utf-8 from __future__ import unicode_literals import re from .common import InfoExtractor from ..utils import ( ExtractorError, float_or_none, int_or_none, ) class StreamableIE(InfoExtractor): _VALID_URL = r'https?://streamable\.com/(?:[es]/)?(?P<id>\w+)' _TESTS = [ { ...
gpl-2.0
-6,422,476,062,328,418,000
33.741071
103
0.492675
false
mmarchini/python-mingus
mingus/extra/tunings.py
10
26880
#!/usr/bin/python # -*- coding: utf-8 -*- # mingus - Music theory Python package, tunings module. # Copyright (C) 2009, Bart Spaans # # 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 Foundati...
gpl-3.0
2,327,941,679,829,215,000
37.343795
125
0.478515
false
rizzatti/luigi
luigi/tools/range.py
12
31004
# -*- coding: utf-8 -*- # Copyright (c) 2014 Spotify AB # # 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
2,253,821,299,300,542,200
41.705234
160
0.65756
false
sunlianqiang/kbengine
kbe/src/lib/python/Lib/idlelib/IOBinding.py
70
19745
import os import types import shlex import sys import codecs import tempfile import tkinter.filedialog as tkFileDialog import tkinter.messagebox as tkMessageBox import re from tkinter import * from tkinter.simpledialog import askstring from idlelib.configHandler import idleConf from codecs import BOM_UTF8 # Try sett...
lgpl-3.0
-3,723,960,921,664,250,000
34.576577
80
0.54905
false
ilexius/odoo
addons/website_project_issue/tests/test_access_rights.py
45
6654
# -*- coding: utf-8 -*- from openerp.addons.project.tests.test_access_rights import TestPortalProjectBase from openerp.exceptions import AccessError from openerp.tools import mute_logger class TestPortalProjectBase(TestPortalProjectBase): def setUp(self): super(TestPortalProjectBase, self).setUp() ...
gpl-3.0
-2,707,740,358,732,591,600
57.368421
136
0.615269
false
lightcn/odoo
addons/base_report_designer/plugin/openerp_report_designer/bin/script/Expression.py
384
4146
######################################################################### # # Copyright (c) 2003-2004 Danny Brewer d29583@groovegarden.com # Copyright (C) 2004-2010 OpenERP SA (<http://openerp.com>). # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser Gene...
agpl-3.0
5,914,507,552,340,006,000
43.106383
130
0.614086
false
ray-project/ray
python/ray/autoscaler/_private/aliyun/node_provider.py
1
12663
import random import threading from collections import defaultdict import logging import time from typing import Any, Dict, List, Optional from ray.autoscaler.node_provider import NodeProvider from ray.autoscaler.tags import TAG_RAY_CLUSTER_NAME, TAG_RAY_NODE_NAME, \ TAG_RAY_LAUNCH_CONFIG, TAG_RAY_NODE_KIND, \ ...
apache-2.0
-5,249,107,222,568,656,000
39.328025
78
0.5445
false
dkubiak789/odoo
addons/payment_ogone/data/ogone.py
395
30321
# -*- coding: utf-8 -*- OGONE_ERROR_MAP = { '0020001001': "Authorization failed, please retry", '0020001002': "Authorization failed, please retry", '0020001003': "Authorization failed, please retry", '0020001004': "Authorization failed, please retry", '0020001005': "Authorization failed, please ret...
agpl-3.0
8,211,988,891,751,535,000
59.875252
266
0.70785
false
louisswarren/hieretikz
drinkerclass.py
1
6686
import subprocess from hierarchyclass import * from tikzify import * formulae = 'tt lem wlem dgp glpoa gmp dp he dnsu dnse ud'.split() globals().update({f: f for f in formulae}) efq = 'efq' globals().update({future: future for future in 'dpn glpon mgmp glpon'.split()}) # These are actually equivalent. ip = he glpo ...
mit
2,143,332,116,224,817,700
30.389671
105
0.554592
false
waynegm/OpendTect-External-Attributes
Python_3/Filtering/ex_prewitt.py
3
1093
# Prewitt External Attribute import sys,os import numpy as np from scipy.ndimage import prewitt sys.path.insert(0, os.path.join(sys.path[0], '..')) import extattrib as xa xa.params = { 'Inputs': ['Input'], 'Output' : ['Average Gradient', 'In-line gradient', 'Cross-line gradient', 'Z gradient'], 'ZSampMargin' : {'Va...
mit
-7,116,982,936,372,556,000
30.228571
90
0.645929
false
josenavas/QiiTa
qiita_pet/test/test_download.py
1
13165
# ----------------------------------------------------------------------------- # Copyright (c) 2014--, The Qiita Development Team. # # Distributed under the terms of the BSD 3-clause License. # # The full license is in the file LICENSE, distributed with this software. # ------------------------------------------------...
bsd-3-clause
7,230,521,670,577,990,000
39.015198
79
0.599468
false
iut-ibk/DynaMind-UrbanSim
3rdparty/opus/src/urbansim_parcel/job_x_building/same_sector_employment_in_building.py
2
2096
# Opus/UrbanSim urban simulation software. # Copyright (C) 2005-2009 University of Washington # See opus_core/LICENSE from urbansim.abstract_variables.abstract_number_of_agents_with_same_attribute_value import abstract_number_of_agents_with_same_attribute_value class same_sector_employment_in_building(abstract...
gpl-2.0
-6,012,556,590,974,193,000
39.098039
192
0.525286
false
mrf345/FQM
migrations/versions/b41c62db00a1_.py
1
1488
""" Convert printer `vendor` and `product` to int type. And add `name`. Revision ID: b41c62db00a1 Revises: d37b1524c3fc Create Date: 2020-06-06 16:49:00.859545 """ from alembic import op import sqlalchemy as sa # revision identifiers, used by Alembic. revision = 'b41c62db00a1' down_revision = 'd37b1524c3fc' branch...
mpl-2.0
-2,178,126,333,975,643,400
32.066667
78
0.530914
false
AOKP/external_chromium_org
ppapi/c/documentation/doxy_cleanup.py
177
4451
#!/usr/bin/python # Copyright (c) 2011 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. '''This utility cleans up the html files as emitted by doxygen so that they are suitable for publication on a Google documentation sit...
bsd-3-clause
6,580,175,742,424,933,000
30.34507
80
0.638508
false
valmynd/MediaFetcher
src/plugins/youtube_dl/test/test_compat.py
1
5072
#!/usr/bin/env python # coding: utf-8 from __future__ import unicode_literals # Allow direct execution import os import sys import unittest sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) from youtube_dl.compat import ( compat_getenv, compat_setenv, compat_etree_fromstring, compa...
gpl-3.0
7,772,701,422,566,580,000
40.591667
184
0.670607
false
Bitl/RBXLegacy-src
Cut/RBXLegacyDiscordBot/lib/youtube_dl/extractor/porn91.py
40
1888
# coding: utf-8 from __future__ import unicode_literals from .common import InfoExtractor from ..utils import ( parse_duration, int_or_none, ExtractorError, ) class Porn91IE(InfoExtractor): IE_NAME = '91porn' _VALID_URL = r'(?:https?://)(?:www\.|)91porn\.com/.+?\?viewkey=(?P<id>[\w\d]+)' _TE...
gpl-3.0
3,025,237,762,915,472,400
30.275862
95
0.551268
false
jshum/dd-agent
tests/checks/mock/test_supervisord.py
37
18752
# stdlib from socket import socket import unittest import xmlrpclib # 3p from mock import patch # project from checks import AgentCheck from tests.checks.common import get_check class TestSupervisordCheck(unittest.TestCase): TEST_CASES = [{ 'yaml': """ init_config: instances: - name: server1 ...
bsd-3-clause
-5,686,121,151,280,651,000
38.230126
145
0.515092
false
Scalr/libcloud
libcloud/storage/drivers/atmos.py
12
17006
# 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 ...
apache-2.0
-2,901,010,467,178,901,500
35.337607
79
0.555569
false
haeusser/tensorflow
tensorflow/contrib/linalg/python/kernel_tests/linear_operator_composition_test.py
13
8641
# 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
-3,901,312,115,052,500,000
36.569565
80
0.680477
false
PLyczkowski/Sticky-Keymap
2.74/python/lib/encodings/cp866.py
272
34396
""" Python Character Mapping Codec generated from 'VENDORS/MICSFT/PC/CP866.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'): ...
gpl-2.0
270,120,870,210,631,000
48.277937
97
0.608385
false
oblitum/ycmd
cpp/ycm/tests/gmock/scripts/upload_gmock.py
770
2833
#!/usr/bin/env python # # Copyright 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...
gpl-3.0
4,210,096,880,699,330,600
35.320513
72
0.726085
false
BT-ojossen/stock-logistics-workflow
__unported__/stock_sale_filters/stock.py
33
2395
# -*- coding: utf-8 -*- ############################################################################## # # Author: Alexandre Fayolle # Copyright 2012 Camptocamp SA # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # p...
agpl-3.0
6,392,168,610,957,687,000
45.057692
108
0.463466
false
richardnpaul/FWL-Website
lib/python2.7/site-packages/django/contrib/auth/tests/management.py
97
9156
from __future__ import unicode_literals from datetime import date from django.contrib.auth import models, management from django.contrib.auth.management import create_permissions from django.contrib.auth.management.commands import changepassword from django.contrib.auth.models import User from django.contrib.auth.test...
gpl-3.0
-1,999,815,977,508,504,300
39.157895
150
0.663281
false
aventuri/opencaster
code/libs/dvbobjects/dvbobjects/PSI/MGT.py
5
2405
#! /usr/bin/env python # This file is part of the dvbobjects library. # # Copyright 2010-2013 Lorenzo Pallara l.pallara@avalpa.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 vers...
gpl-2.0
4,272,831,636,192,524,000
30.233766
78
0.564241
false
dcroc16/skunk_works
google_appengine/lib/django-1.5/tests/regressiontests/generic_views/dates.py
50
31477
from __future__ import absolute_import import time import datetime from django.core.exceptions import ImproperlyConfigured from django.test import TestCase from django.test.utils import override_settings from django.utils import timezone from django.utils.unittest import skipUnless from .models import Book, BookSign...
mit
-1,653,736,007,509,047,800
48.570079
140
0.654796
false
hpi-xnor/BMXNet
python/mxnet/ndarray/_internal.py
34
1986
# 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,769,698,280,044,095,700
41.255319
86
0.726586
false
ilexius/odoo
openerp/addons/test_impex/tests/test_load.py
7
44231
# -*- coding: utf-8 -*- import json import pkgutil import unittest import openerp.modules.registry import openerp from openerp.tests import common from openerp.tools.misc import mute_logger def message(msg, type='error', from_=0, to_=0, record=0, field='value', **kwargs): return dict(kwargs, type...
gpl-3.0
-1,911,940,414,141,114,400
36.91073
94
0.530816
false
vtemian/uni-west
second_year/os/exams/os_sched.py
1
1793
import Queue import copy fd = open('processes.txt') processes = [] endTime = 0 time = 0 for line in fd: tempProc = line.split(" ") tempProc[0] = int(tempProc[0]) tempProc[1] = int(tempProc[1]) tempProc.append(0) tempProc.append(0) tempProc.append(0) process = (arrival, burst, tw, tr, visi...
apache-2.0
-3,198,944,461,955,452,400
20.987179
77
0.616843
false
google-code/betsynetpdf
sumatrapdf/scripts/util.py
4
21807
import os import re import subprocess import sys import hashlib import string import time import types import zipfile import bz2 import shutil def log(s): print(s) sys.stdout.flush() def strip_empty_lines(s): s = s.replace("\r\n", "\n") lines = [l.strip() for l in s.split("\n") i...
gpl-3.0
5,237,735,412,752,482,000
30.891403
149
0.552988
false
ran0101/namebench
libnamebench/config.py
173
11391
#!/usr/bin/env python # Copyright 2009 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...
apache-2.0
7,441,814,001,223,399,000
40.271739
157
0.680976
false
zzcclp/spark
examples/src/main/python/mllib/stratified_sampling_example.py
27
1329
# # 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
-536,255,007,076,426,750
35.916667
87
0.700527
false
ProfessionalIT/professionalit-webiste
sdk/google_appengine/google/appengine/_internal/django/core/validators.py
23
6691
import re import urlparse from google.appengine._internal.django.core.exceptions import ValidationError from google.appengine._internal.django.utils.translation import ugettext_lazy as _ from google.appengine._internal.django.utils.encoding import smart_unicode # These values, if given to validate(), will trigger the...
lgpl-3.0
-5,722,117,972,611,805,000
37.901163
140
0.574055
false
certik/sympy-oldcore
sympy/ntheory/partitions_.py
1
1870
def npartitions(n): """ Calculate the partition function P(n), i.e. the number of ways that n can be written as a sum of positive integers. P(n) is computed using a straightforward implementation of the Hardy-Ramanujan-Rademacher formula, described e.g. at http://mathworld.wolfram.com/...
bsd-3-clause
-861,416,958,363,658,400
25.101449
71
0.494118
false
noobcoderT/ryu-3.21
ryu/app/rest_conf_switch.py
22
5715
# Copyright (C) 2012 Nippon Telegraph and Telephone Corporation. # Copyright (C) 2012 Isaku Yamahata <yamahata at private email ne jp> # # 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 # # h...
apache-2.0
6,416,562,680,468,467,000
31.288136
78
0.605249
false
kawasaki2013/python-for-android-x86
python3-alpha/python3-src/Lib/idlelib/GrepDialog.py
49
4062
import os import fnmatch import sys from tkinter import * from idlelib import SearchEngine from idlelib.SearchDialogBase import SearchDialogBase def grep(text, io=None, flist=None): root = text._root() engine = SearchEngine.get(root) if not hasattr(engine, "_grepdialog"): engine._grepdialog = GrepD...
apache-2.0
-2,802,053,775,348,888,000
29.541353
77
0.513294
false
OCA/hr
hr_employee_display_own_info/tests/test_employee_display_own_info.py
1
1081
# Copyright 2017-2019 Onestein (<https://www.onestein.eu>) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo.tests.common import TransactionCase class TestEmployeeDisplayOwnInfo(TransactionCase): def setUp(self): super(TestEmployeeDisplayOwnInfo, self).setUp() self.user...
agpl-3.0
6,524,081,741,879,936,000
35.033333
78
0.6642
false
genesi/u-boot-upstream
tools/patman/gitutil.py
7
13538
# Copyright (c) 2011 The Chromium OS Authors. # # See file CREDITS for list of people who contributed to this # project. # # 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 # t...
gpl-2.0
4,558,747,888,253,173,000
33.273418
80
0.603117
false
webcomics/dosage
dosagelib/plugins/namirdeiter.py
1
2179
# SPDX-License-Identifier: MIT # Copyright (C) 2019-2020 Tobias Gruetzmacher # Copyright (C) 2019-2020 Daniel Ring from .common import _ParserScraper class NamirDeiter(_ParserScraper): imageSearch = '//img[contains(@src, "comics/")]' prevSearch = ('//a[@rel="prev"]', '//a[./img[contains(@src...
mit
4,637,421,516,255,357,000
36.568966
89
0.591556
false
weaver-viii/h2o-3
py2/h2o_cmd.py
20
16497
import h2o_nodes from h2o_test import dump_json, verboseprint import h2o_util import h2o_print as h2p from h2o_test import OutputObj #************************************************************************ def runStoreView(node=None, **kwargs): print "FIX! disabling runStoreView for now" return {} if no...
apache-2.0
-2,744,904,721,334,919,000
39.633005
122
0.600048
false
ingted/voltdb
tests/test_apps/csvbenchmark/csvbenchmark.py
7
15913
#!/usr/bin/env python # This file is part of VoltDB. # Copyright (C) 2008-2015 VoltDB 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 limitati...
agpl-3.0
-1,589,348,484,211,064,300
36.179907
125
0.539873
false
mat650/metagoofil
hachoir_parser/container/realmedia.py
95
6851
""" RealMedia (.rm) parser Author: Mike Melanson Creation date: 15 december 2006 References: - http://wiki.multimedia.cx/index.php?title=RealMedia - Appendix E: RealMedia File Format (RMFF) Reference https://common.helixcommunity.org/nonav/2003/HCS_SDK_r5/htmfiles/rmff.htm Samples: - http://samples.mplayerhq.hu/re...
gpl-2.0
-1,140,659,469,835,173,000
38.831395
104
0.62604
false
ovnicraft/odoo
addons/association/__openerp__.py
260
1700
# -*- 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
2,436,279,413,439,626,000
39.47619
87
0.601765
false
partofthething/home-assistant
homeassistant/components/alpha_vantage/sensor.py
16
6966
"""Stock market information from Alpha Vantage.""" from datetime import timedelta import logging from alpha_vantage.foreignexchange import ForeignExchange from alpha_vantage.timeseries import TimeSeries import voluptuous as vol from homeassistant.components.sensor import PLATFORM_SCHEMA from homeassistant.const impor...
mit
3,556,419,044,797,914,600
30.808219
88
0.61269
false
stamhe/zulip
zerver/lib/response.py
124
1316
from __future__ import absolute_import from django.http import HttpResponse, HttpResponseNotAllowed import ujson class HttpResponseUnauthorized(HttpResponse): status_code = 401 def __init__(self, realm): HttpResponse.__init__(self) self["WWW-Authenticate"] = 'Basic realm="%s"' % (realm,) def...
apache-2.0
3,456,960,120,447,376,400
32.74359
83
0.653495
false
ojengwa/flask-oauthlib
example/linkedin.py
16
2007
from flask import Flask, redirect, url_for, session, request, jsonify from flask_oauthlib.client import OAuth app = Flask(__name__) app.debug = True app.secret_key = 'development' oauth = OAuth(app) linkedin = oauth.remote_app( 'linkedin', consumer_key='k8fhkgkkqzub', consumer_secret='ZZtLETQOQYNDjMrz', ...
bsd-3-clause
7,344,566,381,991,752,000
24.730769
77
0.63129
false
anilmuthineni/tensorflow
tensorflow/python/kernel_tests/transpose_op_test.py
29
9886
# 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
1,598,801,942,631,539,000
35.750929
80
0.589521
false
portante/sosreport
sos/plugins/psacct.py
1
1824
### 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 your option) any later version. ## This program is distributed in the hope that it will be useful,...
gpl-2.0
-1,659,996,354,937,482,800
33.415094
76
0.678728
false
hakonsbm/nest-simulator
pynest/nest/tests/test_connect_array_fixed_indegree.py
2
3322
# -*- coding: utf-8 -*- # # test_connect_array_fixed_indegree.py # # This file is part of NEST. # # Copyright (C) 2004 The NEST Initiative # # NEST 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 versio...
gpl-2.0
-5,572,829,488,600,662,000
32.897959
79
0.611078
false
txemi/ansible
lib/ansible/modules/system/gconftool2.py
22
9101
#!/usr/bin/python # -*- coding: utf-8 -*- # (c) 2016, Kenneth D. Evensen <kevensen@redhat.com> # # This file is part of Ansible (sort of) # # 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 vers...
gpl-3.0
-516,726,721,405,931,140
33.736641
79
0.564773
false
leilihh/novaha
nova/db/sqlalchemy/utils.py
9
23587
# Copyright (c) 2013 Boris Pavlovic (boris@pavlovic.me). # 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...
apache-2.0
8,441,293,079,857,176,000
37.730706
79
0.604358
false
JCA-Developpement/Odoo
addons/hr_payroll/__init__.py
433
1137
#-*- coding:utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved # d$ # # This program is free software: you can redistribute it and/or modify # it ...
agpl-3.0
-333,697,164,099,535,800
38.206897
80
0.62533
false
openDAQ/easydaq
easydaq/config.py
1
2487
# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'daqcontrol/config.ui' # # Created by: PyQt5 UI code generator 5.9 # # WARNING! All changes made in this file will be lost! from PyQt5 import QtCore, QtGui, QtWidgets class Ui_MainWindow(object): def setupUi(self, MainWindow): M...
lgpl-3.0
-1,450,624,204,759,073,000
39.770492
100
0.695617
false
bsc-renewit/d2.2
monitoringFramework/gmetric.py
1
3582
#!/usr/bin/env python # To change this license header, choose License Headers in Project Properties. # To change this template file, choose Tools | Templates # and open the template in the editor. __author__="mcanuto" __date__ ="$Feb 13, 2014 6:03:13 PM$" from xdrlib import Packer, Unpacker import socket slope_s...
apache-2.0
-6,962,524,313,266,357,000
28.603306
104
0.584869
false
aerospike/aerospike-client-python
test/old_tests/_test_remove_bin.py
1
12571
# -*- coding: utf-8 -*- import pytest import sys from .test_base_class import TestBaseClass from aerospike import exception as e aerospike = pytest.importorskip("aerospike") try: import aerospike except: print("Please install aerospike python client.") sys.exit(1) class TestRemovebin(object): def se...
apache-2.0
5,883,646,650,752,111,000
29.886978
81
0.52637
false
bob-white/UnityIronPythonConsole
Assets/IronPythonConsole/Plugins/Lib/email/generator.py
106
13930
# Copyright (C) 2001-2010 Python Software Foundation # Contact: email-sig@python.org """Classes to generate plain text from a message object tree.""" __all__ = ['Generator', 'DecodedGenerator'] import re import sys import time import random import warnings from cStringIO import StringIO from email.header import Hea...
mpl-2.0
-4,094,764,582,836,201,500
36.956403
79
0.580546
false
ThomasJunk/ringo
ringo/tests/functional/test_forms.py
4
3977
#!/usr/bin/env python # encoding: utf-8 import pytest from pytest_ringo import login, transaction_begin, transaction_rollback class TestList: def test_GET(self, app): login(app, "admin", "secret") app.get("/forms/list") class TestRead: # FIXME: There is currently no form in the database ()...
gpl-2.0
7,994,911,757,015,152,000
33.284483
106
0.611516
false
memsharded/conan
conans/test/functional/scm/workflows/test_scm_subfolder.py
1
4596
# coding=utf-8 import os import textwrap import unittest from nose.plugins.attrib import attr from conans.test.functional.scm.workflows.common import TestWorkflow from conans.test.utils.tools import SVNLocalRepoTestCase from conans.test.utils.tools import TestClient, create_local_git_repo class SCMSubfolder(TestWo...
mit
-2,842,551,029,878,063,600
40.405405
97
0.617711
false
bimbam23/tools-iuc
tools/resize_coordinate_window/resize_coordinate_window.py
6
3693
from __future__ import print_function import argparse import fileinput import sys # Maximum value of a signed 32 bit integer (2**31 - 1). MAX_CHROM_LEN = 2147483647 def stop_err(msg): sys.stderr.write(msg) sys.exit(1) parser = argparse.ArgumentParser() parser.add_argument('--input', dest='input', help="In...
mit
-7,648,661,794,467,845,000
39.582418
133
0.62632
false
mihailignatenko/erp
addons/l10n_uy/__openerp__.py
260
1807
# -*- encoding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (c) 2011 Openerp.uy <openerp.uy@lists.launchpad.net> # Proyecto de Localización de OperERP para Uruguay # $Id$ # # This program i...
agpl-3.0
3,590,585,674,305,178,600
34.411765
78
0.594131
false
zhangxq5012/sky_engine
build/android/pylib/perf/surface_stats_collector_unittest.py
99
2384
# Copyright 2013 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. """Unittests for SurfaceStatsCollector.""" # pylint: disable=W0212 import unittest from pylib.perf.surface_stats_collector import SurfaceStatsCollector c...
bsd-3-clause
-8,193,354,568,199,450,000
36.25
80
0.636745
false
schwartzmx/ansible-modules-extras
notification/flowdock.py
55
6057
#!/usr/bin/python # -*- coding: utf-8 -*- # Copyright 2013 Matt Coddington <coddington@gmail.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 ...
gpl-3.0
7,757,007,189,330,942,000
30.546875
155
0.626548
false
TheJJ100100/bedrock
bedrock/base/tests/test_accepted_locales.py
6
3508
import os import shutil from django.conf import settings import test_utils from bedrock.settings.base import get_dev_languages, path class AcceptedLocalesTest(test_utils.TestCase): """Test lazy evaluation of locale related settings. Verify that some localization-related settings are lazily evaluated based ...
mpl-2.0
-1,075,531,728,976,025,900
34.795918
79
0.611174
false
skg-net/ansible
test/runner/lib/docker_util.py
17
5836
"""Functions for accessing docker via the docker cli.""" from __future__ import absolute_import, print_function import json import os import time from lib.executor import ( SubprocessError, ) from lib.util import ( ApplicationError, run_command, common_environment, display, find_executable, ...
gpl-3.0
-3,049,441,002,144,460,300
25.170404
119
0.605552
false
AustereCuriosity/numpy
numpy/lib/tests/test_nanfunctions.py
10
32613
from __future__ import division, absolute_import, print_function import warnings import numpy as np from numpy.testing import ( run_module_suite, TestCase, assert_, assert_equal, assert_almost_equal, assert_no_warnings, assert_raises, assert_array_equal, suppress_warnings ) # Test data _ndat = np.array(...
bsd-3-clause
-3,814,907,824,342,896,600
37.549645
98
0.514641
false
nolanliou/tensorflow
tensorflow/contrib/nn/__init__.py
56
1688
# 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
8,201,347,967,109,907,000
39.190476
80
0.75
false
zingale/hydro_examples
advection/weno_coefficients.py
3
18621
import numpy # Coefficients of order r=2 # On smooth solutions this should converge with order r=3 C_2 = numpy.array([ 1, 2 ]) / 3 a_2 = numpy.array([ [ 3, -1], [ 1, 1], ]) / 2 sigma_2 = numpy.array([ [ [ 1, 0...
bsd-3-clause
-5,206,133,110,468,352,000
61.486577
139
0.275925
false
pombredanne/pants
tests/python/pants_test/backend/codegen/antlr/java/test_antlr_java_gen_integration.py
8
1286
# 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) from pants_test.pant...
apache-2.0
227,209,065,965,367,940
50.44
95
0.605754
false
KeyWeeUsr/kivy
examples/frameworks/twisted/echo_client_app.py
13
2352
# install_twisted_rector must be called before importing the reactor from __future__ import unicode_literals from kivy.support import install_twisted_reactor install_twisted_reactor() # A Simple Client that send messages to the Echo Server from twisted.internet import reactor, protocol class EchoClient(protocol.Pr...
mit
1,322,365,627,565,985,000
27.682927
70
0.680697
false
utessel/edimax
target/linux/x86/image/mkimg_bifferboard.py
561
1265
#!/usr/bin/env python """ Create firmware for 4/8MB Bifferboards, suitable for uploading using either bb_upload8.py or bb_eth_upload8.py """ import struct, sys # Increase the kmax value if the script gives errors about the kernel being # too large. You need to set the Biffboot kmax value to the same value yo...
gpl-2.0
-3,588,933,269,943,066,600
24.3
76
0.667984
false
thaumos/ansible
lib/ansible/modules/storage/netapp/na_ontap_vscan_scanner_pool.py
21
8931
#!/usr/bin/python # (c) 2018, NetApp, 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 ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], ...
gpl-3.0
6,293,197,760,607,675,000
36.52521
122
0.613929
false
awkspace/ansible
lib/ansible/modules/network/fortios/fortios_firewall_multicast_address6.py
24
10083
#!/usr/bin/python from __future__ import (absolute_import, division, print_function) # 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 Lic...
gpl-3.0
-2,655,453,827,568,233,000
30.216718
98
0.553308
false
shubhdev/openedx
common/djangoapps/student/migrations/0007_convert_to_utf8.py
188
9663
# encoding: utf-8 import datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): if db.backend_name == 'mysql': db.execute_many(""" ALTER DATABASE CHARACTER SET utf8 COLLATE utf8_...
agpl-3.0
-6,087,782,319,955,499,000
76.304
182
0.561834
false
luisgg/iteexe
twisted/internet/gtk2reactor.py
14
9981
# Copyright (c) 2001-2004 Twisted Matrix Laboratories. # See LICENSE for details. """ This module provides support for Twisted to interact with the glib/gtk2 mainloop. In order to use this support, simply do the following:: | from twisted.internet import gtk2reactor | gtk2reactor.install() Then use twist...
gpl-2.0
-5,488,067,095,562,070,000
34.144366
86
0.634105
false
flavour/tldrmp
modules/s3cfg.py
1
73402
# -*- coding: utf-8 -*- """ Deployment Settings @requires: U{B{I{gluon}} <http://web2py.com>} @copyright: 2009-2013 (c) Sahana Software Foundation @license: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (t...
mit
6,573,373,098,371,668,000
35.155325
209
0.538139
false
jimi-c/ansible
lib/ansible/modules/cloud/ovirt/ovirt_scheduling_policies_facts.py
2
4085
#!/usr/bin/python # -*- coding: utf-8 -*- # # Copyright (c) 2017 Red Hat, 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
-6,534,769,872,052,733,000
31.165354
97
0.637209
false
nikhilprathapani/python-for-android
python3-alpha/python3-src/Lib/distutils/tests/test_bdist_wininst.py
53
1038
"""Tests for distutils.command.bdist_wininst.""" import unittest from test.support import run_unittest from distutils.command.bdist_wininst import bdist_wininst from distutils.tests import support class BuildWinInstTestCase(support.TempdirManager, support.LoggingSilencer, ...
apache-2.0
7,292,239,186,281,860,000
32.483871
67
0.655106
false
shashank971/edx-platform
common/djangoapps/student/management/commands/assigngroups.py
170
3059
from django.core.management.base import BaseCommand from django.contrib.auth.models import User from student.models import UserTestGroup import random import sys import datetime from textwrap import dedent import json from pytz import UTC def group_from_value(groups, v): ''' Given group: (('a',0.3),('b',0.4),(...
agpl-3.0
-1,424,312,265,535,190,500
30.536082
118
0.55541
false
lumig242/Hue-Integration-with-CDAP
desktop/core/ext-py/Django-1.6.10/django/contrib/gis/db/models/sql/compiler.py
76
14014
import datetime from django.conf import settings from django.db.backends.util import truncate_name, typecast_date, typecast_timestamp from django.db.models.sql import compiler from django.db.models.sql.constants import MULTI from django.utils import six from django.utils.six.moves import zip, zip_longest from django.u...
apache-2.0
-700,933,559,621,958,700
43.773163
96
0.588412
false
erkrishna9/odoo
addons/l10n_es/__openerp__.py
314
2772
# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (c) 2008-2010 Zikzakmedia S.L. (http://zikzakmedia.com) All Rights Reserved. # Jordi Esteve <jesteve@zikzakmedia.com> # Copy...
agpl-3.0
-2,250,878,701,145,068,500
42.296875
91
0.604836
false
CoderSong2015/utFordataType
googletest/googletest/test/gtest_test_utils.py
20
10824
#!/usr/bin/env python # # Copyright 2006, 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...
apache-2.0
6,009,014,981,150,480,000
32.825
79
0.67415
false
lewischeng-ms/pox
pox/lib/socketcapture.py
24
5511
# Copyright 2012 James McCauley # # This file is part of POX. # # POX 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. # # POX is distri...
gpl-3.0
-8,264,924,839,194,660,000
26.974619
73
0.587008
false
emilio/servo
tests/wpt/web-platform-tests/tools/third_party/pytest/src/_pytest/pytester.py
32
42622
"""(disabled by default) support for testing pytest and pytest plugins.""" from __future__ import absolute_import, division, print_function import codecs import gc import os import platform import re import subprocess import six import sys import time import traceback from fnmatch import fnmatch from weakref import W...
mpl-2.0
1,438,267,591,620,287,200
32.507862
88
0.587795
false
eyohansa/django
django/contrib/sessions/backends/base.py
298
12046
from __future__ import unicode_literals import base64 import logging import string from datetime import datetime, timedelta from django.conf import settings from django.contrib.sessions.exceptions import SuspiciousSession from django.core.exceptions import SuspiciousOperation from django.utils import timezone from dj...
bsd-3-clause
-4,010,524,202,764,970,500
33.221591
94
0.61398
false
paveu/api_mocker
apimocker/mocker/migrations/0002_auto_20170718_1858.py
1
1459
# -*- coding: utf-8 -*- # Generated by Django 1.11.3 on 2017-07-18 18:58 from __future__ import unicode_literals from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('mocker', '0001_initial'), ] operations = [ ...
mit
3,768,099,984,195,887,000
33.738095
114
0.564085
false
pyrrho314/recipesystem
trunk/astrodata/adutils/irafutil.py
1
6759
'''This file contains the following utilities: joinlines (input, delim=" ", missing="Missing", maxchars=161, shortest=True) joinlists (list1, list2, delim=" ", missing="Missing", shortest=True) atList (input, filenames) expandlist (input) ''' #--------------------------------------...
mpl-2.0
6,242,744,817,355,163,000
30.732394
77
0.576417
false