repo_name
stringlengths
5
92
path
stringlengths
4
232
copies
stringclasses
19 values
size
stringlengths
4
7
content
stringlengths
721
1.04M
license
stringclasses
15 values
hash
int64
-9,223,277,421,539,062,000
9,223,102,107B
line_mean
float64
6.51
99.9
line_max
int64
15
997
alpha_frac
float64
0.25
0.97
autogenerated
bool
1 class
andyh616/mne-python
mne/tests/test_epochs.py
1
71695
# Author: Alexandre Gramfort <alexandre.gramfort@telecom-paristech.fr> # Denis Engemann <denis.engemann@gmail.com> # # License: BSD (3-clause) import os.path as op from copy import deepcopy from nose.tools import (assert_true, assert_equal, assert_raises, assert_not_equal) from numpy....
bsd-3-clause
-4,107,061,049,105,148,000
40.08596
79
0.604324
false
dkrisman/Traipse
mercurial/portable_hgweb/server.py
1
10801
# hgweb/server.py - The standalone hg web server. # # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> # Copyright 2005-2007 Matt Mackall <mpm@selenic.com> # # This software may be used and distributed according to the terms of the # GNU General Public License version 2, incorporated herein by reference. im...
gpl-2.0
-7,759,598,077,244,585,000
35.244966
80
0.560411
false
UITools/saleor
saleor/shipping/migrations/0013_auto_20180822_0721.py
1
4293
# Generated by Django 2.0.3 on 2018-08-22 12:20 from django.conf import settings from django.db import migrations, models import django.db.models.deletion import django_countries.fields import django_measurement.models import django_prices.models import saleor.core.weight class Migration(migrations.Migration): ...
bsd-3-clause
1,969,370,652,778,655,500
39.885714
156
0.603075
false
RyanSkraba/beam
sdks/python/apache_beam/io/gcp/datastore_write_it_pipeline.py
1
7435
# # 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
-6,609,520,080,084,072,000
34.745192
80
0.698991
false
ijmarshall/cochrane-nlp
quality4.py
1
73371
from tokenizer import sent_tokenizer, word_tokenizer import biviewer import pdb import re import progressbar import collections import string from unidecode import unidecode import codecs import yaml from pprint import pprint import numpy as np import math import difflib import sklearn from sklearn.feature_extracti...
gpl-3.0
8,653,868,186,282,305,000
31.990558
169
0.590233
false
jakerockland/find-s
find-s.py
1
3211
# This program is an machine learning experiment with the FindS concept learning algorithm # Based on an excercise from Machine Learning by Thomas Mitchell (1997) # By: Jacob Rockland # # The attribute EnjoySport indicates whether or not Aldo enjoys his favorite # water sport on this day # # For all possible days with ...
mit
5,064,658,467,091,919,000
37.22619
90
0.629088
false
souzabrizolara/py-home-shell
src/dao/appliancedao.py
1
1109
__author__ = 'alisonbento' import basedao from src.entities.hsappliance import HomeShellAppliance import datetime import configs class ApplianceDAO(basedao.BaseDAO): def __init__(self, connection): basedao.BaseDAO.__init__(self, connection, 'hs_appliances', 'appliance_id') def convert_row_to_object(...
apache-2.0
3,405,373,118,082,334,000
33.65625
114
0.66817
false
Flutras/techstitution
app/mod_main/views.py
1
15521
from flask import Blueprint, render_template, request, redirect, url_for, Response, jsonify, flash from flask_wtf import FlaskForm from wtforms import StringField, IntegerField, DateTimeField, TextField, SubmitField, TextAreaField, RadioField from wtforms import validators, ValidationError from wtforms.validators impor...
cc0-1.0
-1,095,109,134,127,927,400
42.844633
136
0.644611
false
theDarkForce/websearch
webseach_book.py
1
2428
# -*- coding: UTF-8 -*- # webseach # create at 2015/10/30 # autor: qianqians import sys reload(sys) sys.setdefaultencoding('utf8') sys.path.append('../') from webget import gethtml import pymongo from doclex import doclex import time collection_key = None def seach(urllist): def process_keyurl(keyurl): ...
bsd-2-clause
5,170,723,839,560,860,000
21.700935
96
0.543657
false
mmw125/MuDimA
server/database_reader.py
1
7747
"""Functions for reading from the database.""" import constants import database_utils import models def get_urls(): """Get all of the urls in articles in the database.""" with database_utils.DatabaseConnection() as (connection, cursor): cursor.execute("SELECT link FROM article;") urls = set(i...
gpl-3.0
4,023,521,665,624,149,500
51.70068
120
0.61469
false
squirrelo/qiita
qiita_pet/handlers/study_handlers/tests/test_prep_template.py
1
2221
# ----------------------------------------------------------------------------- # 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
-1,560,902,962,253,008,600
38.660714
79
0.52724
false
andrew-rogers/DSP
GPS/file_reader.py
1
1929
#!/usr/bin/env python3 """Global Position System (GPS) file reader for captured IQ signal The Standard Positioning Service (SPS) spec can be found at https://www.navcen.uscg.gov/pubs/gps/sigspec/gpssps1.pdf """ # Copyright (c) 2021 Andrew Rogers # # Permission is hereby granted, free of charge, to any person obt...
gpl-3.0
-1,833,778,985,490,122,800
39.1875
115
0.733022
false
renzon/pypratico
setup.py
1
4933
import codecs import os import sys from distutils.util import convert_path from fnmatch import fnmatchcase from setuptools import setup, find_packages def read(fname): return codecs.open(os.path.join(os.path.dirname(__file__), fname)).read() # Provided as an attribute, so you can append to these instead # of r...
agpl-3.0
6,054,291,991,308,348,000
33.739437
77
0.550578
false
syndbg/ubuntu-make
tests/medium/test_web.py
1
1847
# -*- coding: utf-8 -*- # Copyright (C) 2015 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
7,249,825,882,999,387,000
33.849057
114
0.707093
false
gurneyalex/odoo
addons/auth_signup/models/res_partner.py
4
7625
# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. import random import werkzeug.urls from collections import defaultdict from datetime import datetime, timedelta from odoo import api, exceptions, fields, models, _ class SignupError(Exception): pass def random_to...
agpl-3.0
5,222,862,158,435,340,000
42.323864
119
0.590557
false
importre/kotlin-unwrap
utils/gen.py
1
1264
#! /usr/bin/env python3 import os impl = ''' class Unwrap(private var valid: Boolean) { infix fun <R> nah(f: () -> R) { if (!valid) f() } } ''' template = ''' inline fun <{0}, R> unwrap( {1}, block: ({0}) -> R): Unwrap {{ val valid = null !in arrayOf{4}({2}) if (valid) block({...
apache-2.0
3,446,911,921,353,584,000
29.095238
78
0.508703
false
arenadata/ambari
ambari-server/src/main/resources/common-services/MAHOUT/1.0.0.2.3/package/scripts/mahout.py
1
2241
""" 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 this ...
apache-2.0
-7,583,274,711,952,001,000
34.015625
92
0.722445
false
googleapis/googleapis-gen
google/ads/googleads/v6/googleads-py/tests/unit/gapic/googleads.v6/services/test_mobile_app_category_constant_service.py
1
31876
# -*- coding: utf-8 -*- # Copyright 2020 Google LLC # # 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
-7,187,149,030,105,611,000
45.331395
241
0.693719
false
obspy/TauPy
taupy/tests/test_TauP_Time.py
1
5761
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ This file tests the TauP_Time utility against the original TauPy using both the high-level tau interface of TauPy and the java-like old script-based interface. """ from __future__ import (absolute_import, division, print_function, unicode_liter...
gpl-3.0
-677,136,912,718,723,700
36.167742
79
0.559104
false
josiah-wolf-oberholtzer/supriya
supriya/ugens/dynamics.py
1
3847
import collections from supriya import CalculationRate from supriya.synthdefs import PseudoUGen, UGen from .delay import DelayN class Amplitude(UGen): """ An amplitude follower. :: >>> source = supriya.ugens.In.ar(0) >>> amplitude = supriya.ugens.Amplitude.kr( ... attack_ti...
mit
7,030,170,808,679,921,000
24.476821
92
0.494671
false
CDE-UNIBE/qcat
apps/search/search.py
1
8779
from functools import lru_cache from django.conf import settings from elasticsearch import TransportError from questionnaire.models import Questionnaire from .index import get_elasticsearch from .utils import get_alias, ElasticsearchAlias es = get_elasticsearch() def get_es_query( filter_params: list=None,...
apache-2.0
638,632,226,290,109,800
30.579137
96
0.552569
false
Lindy21/CSE498-LRS
oauth_provider/views.py
1
8387
from oauth.oauth import OAuthError from django.conf import settings from django.http import ( HttpResponse, HttpResponseBadRequest, HttpResponseRedirect, HttpResponseForbidden) from django.utils.translation import ugettext as _ from django.contrib.auth.decorators import login_required from django.core.urlresolvers...
apache-2.0
868,409,682,363,586,200
41.573604
120
0.595088
false
joshuaunderwood7/HaskeLinGeom
pysrc/LG/Board.py
1
2993
def indexToLocation(x): return ( (8-(x%8)) , (int(x/8)+1) ) class Location: def __init__(self, x=1, y=1, z=1): self.x = x self.y = y self.z = z def parseStr(self, inStr): inStr = inStr[1:-1] inStr = inStr.split(',') self.x = int(inStr[0]) self.y = in...
gpl-3.0
-2,676,868,010,432,471,000
26.712963
117
0.539926
false
sole/high-fidelity
test/marionette/test_app.py
1
2990
from unittest import skip from gaiatest import GaiaTestCase class TestApp(GaiaTestCase): """Test standard app functionality like menu bar and tab-switching.""" popular_tab = ('css selector', '#popular-tab-container') popular_tab_link = ('css selector', '#popular-tab a') search_input = ('id', 'podcas...
mit
-3,328,228,603,148,573,000
42.333333
75
0.616722
false
i19870503/i19870503
Python/eggnog2go_anno.py
1
2591
import os import re import pandas as pd import string import itertools import numpy as np import sys import argparse from collections import OrderedDict if __name__ == '__main__': parser = argparse.ArgumentParser(description='Create GO annotation and enrichment file') parser.add_argument('-i',type=str,dest='i...
gpl-2.0
-6,269,192,895,930,068,000
37.102941
157
0.580085
false
OCA/program
program_multi_menu_budget/program_result_region.py
1
1213
# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2014 Savoir-faire Linux (<www.savoirfairelinux.com>). # # This program is free software: you can redistribute it and/or modify # it under the t...
agpl-3.0
8,760,379,846,450,138,000
38.129032
78
0.612531
false
avanzosc/avanzosc6.1
avanzosc_tree_grid_ext/__openerp__.py
1
1850
# -*- encoding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2008-2013 AvanzOSC S.L. All Rights Reserved # Date: 01/07/2013 # # This program is free software: you can redistribute it and/or modif...
agpl-3.0
-7,973,430,295,569,346,000
40.954545
115
0.583198
false
rcwoolley/device-cloud-python
device_cloud/osal.py
1
3073
''' Copyright (c) 2016-2017 Wind River 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 a...
apache-2.0
6,464,276,360,981,115,000
25.491379
84
0.633257
false
dnarvaez/virtualenv-bootstrap
bootstrap.py
1
4429
#!/usr/bin/env python3 # Copyright 2013 Daniel Narvaez # # 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 la...
apache-2.0
4,880,690,577,747,265,000
24.601156
76
0.621585
false
CCI-Tools/cate-core
cate/ops/index.py
1
8641
# The MIT License (MIT) # Copyright (c) 2016, 2017 by the ESA CCI Toolbox development team and contributors # # 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 w...
mit
3,199,853,828,415,307,300
43.312821
110
0.671566
false
los-cocos/etc_code
cocos#248--RectMapCollider, player sometimes stuck/start.py
1
6979
""" A script to demo a defect in RectMapCollider, initial report by Netanel at https://groups.google.com/forum/#!topic/cocos-discuss/a494vcH-u3I The defect is that the player gets stuck at some positions, and it was confirmed for cocos master Aug 1, 2015 (292ae676) and cocos-0.6.3-release, see cocos #248 The package ...
mit
2,921,396,511,402,230,300
29.609649
91
0.640923
false
mozman/ezdxf
tests/test_01_dxf_entities/test_131_field_list.py
1
2369
# Copyright (c) 2019 Manfred Moitzi # License: MIT License from typing import cast import pytest import ezdxf from ezdxf.entities.idbuffer import FieldList from ezdxf.lldxf.tagwriter import TagCollector, basic_tags_from_text FIELDLIST = """0 FIELDLIST 5 0 102 {ACAD_REACTORS 330 0 102 } 330 0 100 AcDbIdSet 90 12 100 Ac...
mit
-7,176,212,482,512,180,000
21.561905
69
0.662727
false
krautradio/PyRfK
lib/rfk/database/base.py
1
14479
import time import hashlib from datetime import timedelta from passlib.hash import bcrypt from sqlalchemy import * from sqlalchemy.orm import relationship, backref, exc from sqlalchemy.dialects.mysql import INTEGER as Integer from sqlalchemy.ext.hybrid import hybrid_property, hybrid_method from sqlalchemy.sql.express...
bsd-3-clause
1,369,849,253,642,008,600
34.662562
113
0.58243
false
albertoferna/compmech
setup.py
1
1198
from glob import glob import sys import os from subprocess import Popen import numpy #params = 'build_ext -inplace -IC:\clones\cubature\cubature ' + ' '.join(sys.argv[1:]) params = 'build_ext --inplace -I%s' % numpy.get_include() + ' '.join(sys.argv[1:]) + ' clean' cwd = os.getcwd() if os.name == 'nt': use_sdk =...
bsd-3-clause
8,871,118,216,028,705,000
29.717949
93
0.569282
false
MicBrain/Scheme-Interpreter
scheme.py
1
21214
"""This module implements the core Scheme interpreter functions, including the eval/apply mutual recurrence, environment model, and read-eval-print loop. """ from scheme_primitives import * from scheme_reader import * from ucb import main, trace ############## # Eval/Apply # ############## def scheme_eval(expr, env)...
apache-2.0
1,368,474,208,198,917,400
35.139693
93
0.593335
false
beefoo/still-i-rise
collect_sound_data.py
1
2076
# -*- coding: utf-8 -*- # Description: generate audio clips for lines, words, and syllables import argparse import json import os from pprint import pprint import re import subprocess import sys # input parser = argparse.ArgumentParser() parser.add_argument('-in', dest="INPUT_FILE", default="still_i_rise.wav", help=...
mit
2,398,684,887,728,343,000
55.108108
323
0.725915
false
googleapis/googleapis-gen
google/cloud/talent/v4beta1/talent-v4beta1-py/google/cloud/talent_v4beta1/services/job_service/transports/grpc.py
1
23359
# -*- coding: utf-8 -*- # Copyright 2020 Google LLC # # 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
5,724,087,368,380,103,000
42.580224
87
0.609615
false
chungjjang80/FRETBursts
fretbursts/burstlib.py
1
133746
# # FRETBursts - A single-molecule FRET burst analysis toolkit. # # Copyright (C) 2013-2016 The Regents of the University of California, # Antonino Ingargiola <tritemio@gmail.com> # """ This module contains all the main FRETBursts analysis functions. `burstslib.py` defines the fundamental object `Data()`...
gpl-2.0
-7,185,521,470,680,014,000
41.513032
82
0.562813
false
sl2017/campos
campos_jobber_final/models/campos_jobber_accom_group.py
1
1182
# -*- coding: utf-8 -*- # Copyright 2017 Stein & Gabelgaard ApS # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from openerp import api, fields, models, _ class CamposJobberAccomGroup(models.Model): _name = 'campos.jobber.accom.group' _description = 'Campos Jobber Accom Group' # TODO n...
agpl-3.0
1,359,394,841,940,174,300
38.433333
114
0.64467
false
OpenTouch/python-facette
src/facette/v1/groupentry.py
1
1278
# Copyright (c) 2014 Alcatel-Lucent Enterprise # 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 # # Un...
apache-2.0
-6,053,528,661,753,423,000
34.5
78
0.682316
false
homann/stand-browser
test/test_stand_browser_dockwidget.py
1
1123
# coding=utf-8 """DockWidget test. .. note:: 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. """ __author__ = ...
gpl-2.0
-1,944,341,467,552,885,500
23.955556
78
0.682102
false
macarthur-lab/xbrowse
xbrowse_server/api/views.py
1
67273
import datetime import csv import json import logging import sys import traceback from collections import defaultdict from django.views.decorators.csrf import csrf_exempt from django.conf import settings from django.contrib.auth.decorators import login_required from django.shortcuts import get_object_or_404 from django...
agpl-3.0
-8,759,921,877,234,000,000
36.645775
170
0.615225
false
dvklopfenstein/PrincetonAlgorithms
py/AlgsSedgewickWayne/Topological.py
1
2002
"""Compute topological ordering(w DFS) of a DAG or edge-weighted DAG. Runs in O(E + V) time.""" # TBD Finish Python port from AlgsSedgewickWayne.DirectedCycle import DirectedCycle from AlgsSedgewickWayne.DepthFirstOrder import DepthFirstOrder from AlgsSedgewickWayne.EdgeWeightedDigraph import EdgeWeightedDigraph from...
gpl-2.0
-1,320,169,917,173,574,100
39.04
95
0.695305
false
WizeCommerce/medusa
setup.py
1
1292
#!/usr/bin/env python import os from setuptools import setup, find_packages # Utility function to read the README file. # Used for the long_description. It's nice, because now 1) we have a top level # README file and 2) it's easier to type in the README file than to put a raw # string in below ... def read(fname): ...
apache-2.0
-8,982,372,392,790,578,000
37
119
0.647059
false
kleinfeld/medpy
medpy/features/__init__.py
1
1324
""" @package medpy.features Functionality to extract features from images and present/manipulate them. Packages: - histogram: Functions to create and manipulate (fuzzy) histograms. - intensity: Functions to extracts voxel-wise intensity based features from (medical) images. - texture: Run-time optimised fe...
gpl-3.0
7,675,755,194,362,172,000
56.608696
141
0.755287
false
open-austin/influence-texas
src/influencetx/legislators/migrations/0001_initial.py
1
1680
# -*- coding: utf-8 -*- # Generated by Django 1.11.15 on 2019-01-17 17:38 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): initial = True dependencies = [ ] operations = [ migrations.CreateModel( name='Legis...
gpl-2.0
-3,630,584,201,326,298,000
41
150
0.554167
false
raphaelrpl/portal
backend/appengine/routes/questions/rest.py
1
4013
# -*- coding: utf-8 -*- from __future__ import absolute_import, unicode_literals from time import sleep from gaebusiness.business import CommandExecutionException from permission_app.permission_facade import main_user_form from tekton.gae.middleware.json_middleware import JsonResponse from question_app import question_...
mit
-3,836,463,681,952,738,300
33.299145
115
0.673561
false
mozillazg/bustard
tests/httpbin/core.py
1
21325
# -*- coding: utf-8 -*- """ httpbin.core ~~~~~~~~~~~~ This module provides the core HttpBin experience. """ import base64 import json import os import random import time import uuid from bustard.app import Bustard from bustard.http import ( Response, Headers, jsonify as bustard_jsonify, redirect ) from bustard....
mit
1,247,459,229,769,562,400
27.245033
81
0.608488
false
SurfasJones/icecream-info
icecream/lib/python2.7/site-packages/sphinx/search/__init__.py
1
11415
# -*- coding: utf-8 -*- """ sphinx.search ~~~~~~~~~~~~~ Create a full-text search index for offline search. :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ from __future__ import with_statement import re import cPickle as pickle from do...
mit
-8,059,802,016,210,315,000
33.279279
80
0.565484
false
omarkohl/pytest
_pytest/python.py
1
89408
""" Python test discovery, setup and run of test functions. """ import fnmatch import functools import inspect import re import types import sys import py import pytest from _pytest._code.code import TerminalRepr from _pytest.mark import MarkDecorator, MarkerError try: import enum except ImportError: # pragma: n...
mit
5,183,993,823,527,229,000
37.83927
108
0.602608
false
ilya-epifanov/ansible
lib/ansible/plugins/strategies/linear.py
1
14293
# (c) 2012-2014, Michael DeHaan <michael.dehaan@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 of the License, or # (at your option) an...
gpl-3.0
-5,798,462,310,246,295,000
45.405844
179
0.547331
false
mramanathan/pydiary_notes
decorators/starter.py
1
1078
# _*_ coding: utf-8 _*_ #!/usr/bin/env/python def jewel(crown): ''' Novice decorator function ''' def necklace(*args, **kwargs): print("necklace is always below the crown {}".format(jewel.__name__)) return crown(*args, **kwargs) return necklace def funcLog(crowns): ''' Real wo...
gpl-3.0
1,280,736,323,662,418,200
21
86
0.622449
false
mammique/django
tests/regressiontests/extra_regress/tests.py
2
14184
from __future__ import absolute_import, unicode_literals import datetime from django.contrib.auth.models import User from django.test import TestCase from django.utils.datastructures import SortedDict from .models import TestObject, Order, RevisionableModel class ExtraRegressTests(TestCase): def setUp(self): ...
bsd-3-clause
247,268,189,135,698,620
39.641834
159
0.55062
false
Huyuwei/tvm
topi/python/topi/image/resize.py
1
7184
# 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
8,464,358,940,680,116,000
32.886792
96
0.549415
false
yelizariev/addons-yelizariev
web_debranding/__manifest__.py
1
1144
# Copyright 2015-2020 Ivan Yelizariev <https://it-projects.info/team/yelizariev> # Copyright 2017 Ilmir Karamov <https://it-projects.info/team/ilmir-k> # Copyright 2018-2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr> # Copyright 2018 Ildar Nasyrov <https://it-projects.info/team/iledarn> # Copyri...
lgpl-3.0
-7,172,393,133,491,129,000
43
88
0.664336
false
ictofnwi/coach
dashboard/views.py
1
19639
import random import re import json import pytz import dateutil.parser from datetime import datetime, timedelta from pprint import pformat from hashlib import md5 from django.http import HttpResponse from django.core.exceptions import ObjectDoesNotExist from django.shortcuts import render, redirect from django.conf im...
agpl-3.0
-7,548,557,729,014,595,000
38.594758
82
0.585671
false
mikacousin/olc
src/ascii_load.py
1
25915
"""ASCII file: Load functions""" import array from olc.channel_time import ChannelTime from olc.cue import Cue from olc.define import MAX_CHANNELS, NB_UNIVERSES, App from olc.device import Device, Parameter, Template from olc.group import Group from olc.independent import Independent from olc.master import Master fro...
gpl-3.0
-7,586,853,367,817,942,000
41.001621
88
0.353849
false
mementum/backtrader
samples/vctest/vctest.py
1
15011
#!/usr/bin/env python # -*- coding: utf-8; py-indent-offset:4 -*- ############################################################################### # # Copyright (C) 2015-2020 Daniel Rodriguez # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License a...
gpl-3.0
3,710,281,282,891,024,000
35.612195
79
0.541136
false
dansanderson/picotool
tests/pico8/music/music_test.py
1
3789
#!/usr/bin/env python3 import unittest from unittest.mock import Mock from unittest.mock import patch from pico8.music import music VALID_MUSIC_LINES = [b'00 41424344\n'] * 64 class TestMusic(unittest.TestCase): def testFromLines(self): m = music.Music.from_lines(VALID_MUSIC_LINES, 4) self.ass...
mit
476,180,073,317,295,040
36.147059
68
0.584851
false
vivisect/synapse
synapse/lib/trigger.py
1
1918
import logging import synapse.lib.cache as s_cache logger = logging.getLogger(__name__) class Triggers: def __init__(self): self._trig_list = [] self._trig_match = s_cache.MatchCache() self._trig_byname = s_cache.Cache(onmiss=self._onTrigNameMiss) def clear(self): ''' ...
apache-2.0
-5,746,460,234,072,582,000
25.638889
79
0.519291
false
vlegoff/tsunami
src/secondaires/navigation/equipage/postes/chirurgien.py
1
1796
# -*-coding:Utf-8 -* # Copyright (c) 2010-2017 LE GOFF Vincent # 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,182,430,875,838,210,000
41.738095
79
0.764903
false
allenai/allennlp
tests/training/metrics/covariance_test.py
1
7843
import numpy as np import torch from torch.testing import assert_allclose from allennlp.common.testing import ( AllenNlpTestCase, multi_device, # global_distributed_metric, # run_distributed_test, ) from allennlp.training.metrics import Covariance class CovarianceTest(AllenNlpTestCase): @multi_de...
apache-2.0
-7,190,731,554,335,734,000
38.812183
105
0.553742
false
orionzhou/robin
utils/counter.py
1
6732
""" Counter class for py2.6 back compat. <http://code.activestate.com/recipes/576611/> """ from operator import itemgetter from heapq import nlargest from itertools import repeat, ifilter class Counter(dict): '''Dict subclass for counting hashable objects. Sometimes called a bag or multiset. Elements are st...
gpl-2.0
-6,222,579,013,777,309,000
32
85
0.531491
false
wjakob/layerlab
recipes/utils/materials.py
1
6279
# Complex-valued IOR curves for a few metals from scipy import interpolate lambda_gold = [298.75705, 302.400421, 306.133759, 309.960449, 313.884003, 317.908142, 322.036835, 326.274139, 330.624481, 335.092377, 339.682678, 344.400482, 349.251221, 354.240509, 359.37442, 364.659332, 370.10202, 375.709625, 381...
bsd-2-clause
1,225,152,362,439,384,800
60.558824
85
0.637363
false
angus-ai/angus-jumpingsumo
wrapper.py
1
3347
# -*- coding: utf-8 -*- #!/usr/bin/env python # 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 Licens...
apache-2.0
-9,205,598,472,601,172,000
24.356061
74
0.58052
false
nhatbui/pysuite
pookeeper/pookeeper/pookeeper.py
1
7385
import os from collections import defaultdict, OrderedDict from twisted.internet.protocol import Factory from twisted.protocols.basic import LineReceiver from twisted.internet import reactor class ZooKeeper(LineReceiver): def __init__(self, connection_addr, znodes, ephem_nodes): self.address = connection...
mit
-7,960,860,430,897,966,000
29.899582
91
0.55545
false
FluidityStokes/fluidity
tests/mms_tracer_P1dg_cdg_diff_steady_3d_cjc_inhNmnnbc/cdg3d.py
1
1504
import os from fluidity_tools import stat_parser from sympy import * from numpy import array,max,abs meshtemplate=''' Point(1) = {0.0,0.0,0,0.1}; Extrude {1,0,0} { Point{1}; Layers{<layers>}; } Extrude {0,1,0} { Line{1}; Layers{<layers>}; } Extrude {0,0,1} { Surface{5}; Layers{<layers>}; } //Z-normal surface, z=...
lgpl-2.1
-6,174,876,977,776,289,000
25.857143
77
0.664229
false
hzlf/openbroadcast
website/apps/__rework_in_progress/importer/api.py
1
7486
from django.conf import settings from django.conf.urls.defaults import * from django.contrib.auth.models import User from django.db.models import Count import json from tastypie import fields from tastypie.authentication import * from tastypie.authorization import * from tastypie.resources import ModelResource, Resourc...
gpl-3.0
2,424,500,771,755,327,000
31.837719
190
0.56786
false
crempp/mdweb
mdweb/SiteMapView.py
1
2696
"""MDWeb SiteMap View Object.""" import datetime import logging import numbers import os import pytz import time from flask import ( current_app as app, make_response, render_template_string, url_for, ) from flask.views import View #: Template string to use for the sitemap generation # (is there a bet...
mit
-4,282,121,319,264,830,000
30.717647
124
0.585682
false
TemoaProject/temoa
temoa_model/temoa_config.py
1
19245
""" Tools for Energy Model Optimization and Analysis (Temoa): An open source framework for energy systems optimization modeling Copyright (C) 2015, NC State University 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 So...
gpl-2.0
-3,519,481,013,285,294,600
37.959514
164
0.52663
false
armyofevilrobots/reticulatus
reticulatus/gui/reticulate_main.py
1
13375
# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'reticulate_main.ui' # # Created: Thu Oct 25 21:48:45 2012 # by: pyside-uic 0.2.13 running on PySide 1.1.0 # # WARNING! All changes made in this file will be lost! from PySide import QtCore, QtGui class Ui_main_window(object): def ...
gpl-3.0
-5,630,036,228,393,934,000
61.209302
173
0.717458
false
Ichimonji10/robottelo
robottelo/ui/container.py
1
8490
# -*- encoding: utf-8 -*- from robottelo.constants import FILTER from robottelo.ui.base import Base, UINoSuchElementError, UIError from robottelo.ui.locators import common_locators, locators, tab_locators from robottelo.ui.navigator import Navigator class Container(Base): """Provides the CRUD functionality for Do...
gpl-3.0
8,288,520,776,015,055,000
42.989637
79
0.578445
false
mitodl/micromasters
cms/migrations/0025_infolinks.py
1
1226
# -*- coding: utf-8 -*- # Generated by Django 1.10.3 on 2016-12-05 22:18 from __future__ import unicode_literals from django.db import migrations, models import django.db.models.deletion import modelcluster.fields class Migration(migrations.Migration): dependencies = [ ('cms', '0024_programtabpage'), ...
bsd-3-clause
-5,478,774,938,762,284,000
38.548387
161
0.604405
false
eagle00789/PythonMiniProbe
test_sensors.py
1
3294
#!/usr/bin/env python from nose.tools import * from sensors import nmap,adns,apt,cpuload,cputemp def test_nmap_get_kind(): """nmap returns the correct kind""" test_nmap = nmap.NMAP() assert_equal(test_nmap.get_kind(), 'mpnmap') def test_nmap_icmp_echo_request(): """nmap const ICMP_ECHO_REQUEST is set...
bsd-3-clause
-7,744,472,642,238,725,000
39.666667
107
0.693989
false
vpelletier/neoppod
neo/master/backup_app.py
1
16200
# # Copyright (C) 2012-2016 Nexedi SA # # 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...
gpl-2.0
-8,403,937,226,814,069,000
45.685879
80
0.555
false
redhat-openstack/glance
glance/cmd/registry.py
1
2664
#!/usr/bin/env python # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # Copyright 2011 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file ...
apache-2.0
-6,918,632,415,636,315,000
32.3
78
0.626502
false
Azure/azure-sdk-for-python
sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_12_01/aio/operations/_vpn_server_configurations_operations.py
1
28218
# 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 may ...
mit
9,197,678,067,185,579,000
50.871324
215
0.658941
false
adusca/treeherder
treeherder/perf/models.py
1
2417
from django.core.validators import MinLengthValidator from django.db import models from django.utils.encoding import python_2_unicode_compatible from jsonfield import JSONField from treeherder.model.models import (MachinePlatform, OptionCollection, ...
mpl-2.0
-5,983,352,198,108,781,000
33.042254
83
0.620604
false
lovetox/gajim
src/common/crypto.py
1
4823
# common crypto functions (mostly specific to XEP-0116, but useful elsewhere) # -*- coding:utf-8 -*- ## src/common/crypto.py ## ## Copyright (C) 2007 Brendan Taylor <whateley AT gmail.com> ## ## This file is part of Gajim. ## ## Gajim is free software; you can redistribute it and/or modify ## it under the terms of the ...
gpl-3.0
1,936,273,987,310,581,000
30.940397
94
0.6243
false
python-dirbtuves/it-brandos-egzaminai
exams/E2018/pagrindinis/u2/u2.py
1
1377
from itertools import islice from pathlib import Path from typing import Dict def seconds(v: int, m: int, s: int) -> int: # Ši funkcija verčia valandas, minutes ir sekundes į sekundes. return v * 3600 + m * 60 + s def save_results(path: Path, pabaiga: Dict[str, int]) -> None: with path.open('w') as f: ...
agpl-3.0
-4,870,201,727,215,256,000
33.075
78
0.590609
false
Woraufhin/logic
formula.py
1
1112
import itertools import string from abc import ABCMeta, abstractproperty import attr def is_valid_formula(inst, attr, value): if not isinstance(value, (Formula, str)): raise ValueError('{} is not a valid formula type.'.format(value)) class Formula(object): __metaclass__ = ABCMeta group = {'ope...
mit
1,520,875,086,732,139,300
19.592593
73
0.642986
false
googleapis/python-dataflow-client
google/cloud/dataflow_v1beta3/types/snapshots.py
1
5677
# -*- coding: utf-8 -*- # Copyright 2020 Google LLC # # 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
4,473,963,810,072,339,500
31.815029
95
0.648758
false
invariantor/ImageSplit-Classification
image split and classification/image_split.py
1
6276
import numpy as np import pylab import mahotas as mh import types # constants upper_distance = 100 #the start searching approxWidth = 40 threshold = 300 border = 1 def pre_process(image): """ pre_process will return black_white image, given a colorful image as input. """ T = mh.threshol...
mit
-6,850,167,160,207,502,000
28.608491
149
0.53362
false
Maselkov/GW2Bot
guildwars2/evtc.py
1
12990
import datetime import aiohttp import discord from discord.ext import commands from discord.ext.commands.cooldowns import BucketType from .exceptions import APIError from .utils.chat import (embed_list_lines, en_space, magic_space, zero_width_space) UTC_TZ = datetime.timezone.utc BASE_URL =...
mit
-8,968,317,482,185,168,000
39.702194
79
0.522027
false
juhnowski/FishingRod
production/pygsl-0.9.5/tests/block_test.py
1
60228
#!/usr/bin/env python # Author : Pierre Schnizer import types import tempfile import pygsl import pygsl._numobj as nummodule from pygsl import vector, ArrayType from pygsl import matrix_pierre matrix = matrix_pierre from pygsl import _block, get_typecode from array_check import myord, myorda, array_check import unit...
mit
-2,381,157,358,845,461,500
32.201764
97
0.473467
false
rawodb/bitcoin
test/functional/interface_bitcoin_cli.py
1
4196
#!/usr/bin/env python3 # Copyright (c) 2017 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test bitcoin-cli""" from test_framework.test_framework import BitcoinTestFramework from test_framework.util ...
mit
-2,408,801,850,134,865,400
55.702703
160
0.676358
false
CitoEngine/cito_engine
app/tests/test_comments_view.py
1
2629
"""Copyright 2014 Cyrus Dasadia 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, software distr...
apache-2.0
-662,581,660,333,275,400
41.419355
106
0.637124
false
mit-ll/LO-PHI
lophi-automation/lophi_automation/dataconsumers/logudp.py
1
1294
""" Class to handle logging over UDP (c) 2015 Massachusetts Institute of Technology """ # Native import socket import logging logger = logging.getLogger(__name__) class LogUDP: def __init__(self,address,port): """ Intialize our UDP logger @param addre...
bsd-3-clause
-5,603,330,343,461,050,000
22.125
72
0.506955
false
ageis/securedrop
securedrop/store.py
1
6181
# -*- coding: utf-8 -*- import os import re import config import zipfile import crypto_util import uuid import tempfile import subprocess from cStringIO import StringIO import gzip from werkzeug import secure_filename from secure_tempfile import SecureTemporaryFile import logging log = logging.getLogger(__name__) VA...
agpl-3.0
4,611,774,342,310,068,000
36.011976
104
0.629672
false
jprawiharjo/Nerddit
Storm/Streaming/Push_to_Cassandra_Bolt.py
1
3976
# -*- coding: utf-8 -*- """ Created on Sat Jan 23 13:37:20 2016 @author: jprawiharjo """ from cassandra.cluster import Cluster import cassandra from collections import namedtuple from pyleus.storm import SimpleBolt from Streaming.Doc_Processor import DataFrame import logging log = logging.getLogger('cassandra_bolt') ...
gpl-3.0
9,044,771,838,797,030,000
37.240385
124
0.608903
false
googleapis/googleapis-gen
google/ads/googleads/v7/googleads-py/google/ads/googleads/v7/enums/types/placeholder_type.py
1
1630
# -*- coding: utf-8 -*- # Copyright 2020 Google LLC # # 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
-9,196,301,452,706,389,000
27.103448
74
0.634969
false
julierthanjulie/PedestrianTracking
generate_frames.py
1
3979
""" This code generates frames from CSV values that can be stiched together using FFMPEG to animate pedestrian data. This version produces an animation at 4x speed. """ print "Importing..." # Please ensure the following dependencies are installed before use: import pylab import numpy as np import itertools impo...
mit
-6,176,049,097,840,916,000
22.96988
149
0.643629
false
by46/simplekit
simplekit/email/__init__.py
1
4151
import httplib import os.path import requests import six from simplekit import settings from simplekit.exceptions import MailException PRIORITY_NORMAL = 0 PRIORITY_LOW = 1 PRIORITY_HIGH = 2 CONTENT_TYPE_HTML = 0 CONTENT_TYPE_TEXT = 1 ENCODING_UTF8 = 0 ENCODING_ASCII = 1 ENCODING_UTF32 = 2 ENCODI...
mit
-3,068,504,204,268,324,000
33.177966
115
0.582751
false
bixbydev/Bixby_v3
database/mysql/base.py
1
2501
#!/usr/bin/env python # Filename: base.py #=====================================================================# # Copyright (c) 2015 Bradley Hilton <bradleyhilton@bradleyhilton.com> # # Distributed under the terms of the GNU GENERAL PUBLIC LICENSE V3. # #===========================================================...
gpl-3.0
-985,612,127,546,954,500
30.658228
75
0.566973
false
pentestfail/TA-FireEye_TAP
bin/input_module_fireeye_tap_incidents.py
1
4568
# encoding = utf-8 import os import sys import time import datetime import json def validate_input(helper, definition): api_env = definition.parameters.get('api_env', None) instanceid = definition.parameters.get('instance_id', None) apikey = definition.parameters.get('apikey', None) api_limit = defin...
mit
-2,108,804,593,542,460,400
43.794118
183
0.632443
false
ODInfoBiz/csvengine-ui
csvengine/data_cache.py
1
7704
''' Created on Dec 7, 2015 @author: jumbrich ''' import hashlib import requests from StringIO import StringIO import os import urllib import urlnorm from werkzeug.exceptions import RequestEntityTooLarge from pyyacp.yacp import YACParser from csvengine.utils import assure_path_exists import structlog log =structlo...
gpl-3.0
3,413,626,609,846,684,000
30.970954
89
0.579439
false
turtlewit/GSHS_RPG
AdventureEngine/CoreEngine/input.py
2
3088
#------------------------------------------------------------------------------# # Copyright 2016-2017 Golden Sierra Game Development Class # # This file is part of Verloren (GSHS_RPG). # # ...
gpl-3.0
1,061,857,247,540,585,600
35.204819
80
0.510687
false
TheOriginalBDM/Lazy-Cleaner-9000
code/clean_sweep_vision.py
1
6258
#!/usr/bin/env python from picamera.array import PiRGBArray from picamera import PiCamera import cv2 import time from colormath.color_diff import delta_e_cie2000 from colormath.color_objects import LabColor, sRGBColor from colormath.color_conversions import convert_color def nothing(*arg): pass def is_allowed_co...
gpl-3.0
5,175,269,980,451,224,000
30.606061
135
0.563279
false
raiden-network/raiden
raiden/utils/upgrades.py
1
8374
import os import sqlite3 import sys from contextlib import closing from glob import escape, glob from pathlib import Path import filelock import structlog from raiden.constants import RAIDEN_DB_VERSION from raiden.storage.sqlite import SQLiteStorage from raiden.storage.versions import VERSION_RE, filter_db_names, lat...
mit
-4,492,969,264,185,019,000
36.891403
98
0.614999
false
tymmothy/dds3x25
dds3x25/dds.py
1
12274
#!/usr/bin/env python """ This is an interface library for Hantek DDS-3X25 arbitrary waveform generator. Licenced LGPL2+ Copyright (C) 2013 Domas Jokubauskis (domas@jokubauskis.lt) Copyright (C) 2014 Tymm Twillman (tymmothy@gmail.com) """ import struct import math import collections # dds3x25 imports... from usb_int...
lgpl-2.1
106,578,187,649,829,000
32.535519
130
0.607952
false