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
ningirsu/stepmania-server
smserver/smutils/smpacket/smpacket.py
1
34459
""" The ```SMpacket`` module ======================== Provide easy utilisation of the stepmania protocol. :Example: >>> from smserver.smutils.smpacket import smcommand >>> from smserver.smutils.smpacket import smpacket >>> # Create a new packet instance >>> packet = SMPacket.new(smcom...
mit
-3,107,368,309,541,007,000
29.712121
99
0.605212
false
maloL/nao-fsm
tracking_and_storing.py
1
11706
# object tracking algorithm with trajectory points plotting on # video stream window # after taking 20 points it stores them in txt files from naoqi import ALProxy, ALBroker, ALModule import time from vision_definitions import kVGA, kBGRColorSpace import cv2 as opencv import numpy as np import random from ghmm import ...
lgpl-3.0
-1,398,684,198,154,065,200
36.764516
130
0.579874
false
isazi/Transpose
analysis/manage.py
1
2009
#!/usr/bin/env python # Copyright 2014 Alessio Sclocco <a.sclocco@vu.nl> # # 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
2,591,675,039,704,562,000
41.744681
289
0.649079
false
Emergen/zivios-agent
modules/ntp.py
1
2447
""" * Copyright (c) 2008 Zivios, LLC. * * This file is part of Zivios. * * Zivios is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later versio...
gpl-3.0
-4,665,748,381,308,129,000
28.841463
71
0.644054
false
ancafarcas/superdesk-core
superdesk/datalayer.py
1
4241
# -*- coding: utf-8; -*- # # This file is part of Superdesk. # # Copyright 2013, 2014 Sourcefabric z.u. and contributors. # # For the full copyright and license information, please see the # AUTHORS and LICENSE files distributed with this source code, or # at https://www.sourcefabric.org/superdesk/license import super...
agpl-3.0
5,146,778,410,217,942,000
37.908257
115
0.677906
false
gatkin/declxml
tests/test_hooks_validation.py
1
14857
"""Tests using hooks for validation""" from collections import namedtuple import pytest import declxml as xml from .helpers import strip_xml _UserTuple = namedtuple('_UserTuple', [ 'name', 'age', ]) class _UserClass(object): def __init__(self, name=None, age=None): self.name = name se...
mit
1,754,847,672,226,905,900
23.516502
85
0.522515
false
openaid-IATI/OIPA
OIPA/iati_synchroniser/tests/test_create_publisher_organisation.py
1
1867
import unittest from django.test import TestCase from iati.factory import iati_factory from iati_organisation.models import Organisation from iati_synchroniser.create_publisher_organisation import ( create_publisher_organisation ) from iati_synchroniser.factory import synchroniser_factory class CreatePublisherO...
agpl-3.0
7,065,102,109,405,925,000
34.903846
79
0.677022
false
AusTac/parma
b3/parsers/et.py
1
7934
# BigBrotherBot(B3) (www.bigbrotherbot.net) # Copyright (C) 2005 Michael "ThorN" Thornton # # 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...
gpl-2.0
-8,859,111,680,739,127,000
38.874372
209
0.584069
false
skakri/django-unstructured
wiki/core/permissions.py
1
3004
from wiki.conf import settings ############################### # TARGET PERMISSION HANDLING # ############################### # # All functions are: # can_something(target, user) # => True/False # # All functions can be replaced by pointing their relevant # settings variable in wiki.conf.settings to a callable(...
gpl-3.0
412,424,334,553,834,300
31.652174
85
0.632823
false
mobify/iterstuff
iterstuff/recipes.py
1
4131
from __future__ import absolute_import from iterstuff.lookahead import Lookahead def repeatable_takewhile(predicate, iterable): """ Return successive entries from an iterable as long as the predicate evaluates to true for each entry. Like itertools.takewhile, but does not consume the first elemen...
mit
-8,346,311,089,307,318,000
36.554545
77
0.658678
false
mvpoland/django-smsgateway
smsgateway/views.py
1
1834
from django import forms from django.http import Http404 from django.conf import settings from django.shortcuts import render from django.contrib.admin.views.decorators import staff_member_required from smsgateway import send, __version__ from smsgateway.backends import get_backend accounts = getattr(settings, 'SMSGA...
bsd-3-clause
7,037,312,430,688,589,000
29.566667
102
0.632497
false
wcota/dynSIS-py
dynamics.py
1
8344
#!/usr/bin/env python # ! ## File: dynamics.py # ! ## See README.md for more information and use # !----------------------------------------------------------------------------- # ! SIS epidemic model algorithm based on the article # ! Computer Physics Communications 219C (2017) pp. 303-312 # ! "Opt...
gpl-3.0
8,997,114,562,609,873,000
40.103448
104
0.539909
false
NMTHydro/Recharge
utils/TAW_optimization_subroutine/create_geo_info_file.py
1
2526
# =============================================================================== # Copyright 2018 gabe-parrish # # 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/licen...
apache-2.0
-6,306,104,769,306,550,000
33.148649
114
0.644101
false
gurneyalex/odoo
addons/mrp/wizard/mrp_product_produce.py
3
8943
# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from datetime import datetime from odoo import api, fields, models, _ from odoo.exceptions import UserError from odoo.tools import float_compare class MrpProductProduce(models.TransientModel): _name = "mrp.product...
agpl-3.0
-4,611,204,496,198,219,300
45.82199
158
0.603377
false
makinacorpus/reportlab-ecomobile
src/reportlab/graphics/charts/doughnut.py
1
13260
#Copyright ReportLab Europe Ltd. 2000-2004 #see license.txt for license details #history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/charts/doughnut.py # doughnut chart __version__=''' $Id$ ''' __doc__="""Doughnut chart Produces a circular chart like the doughnut charts pr...
bsd-3-clause
7,873,950,994,067,001,000
36.994269
167
0.556259
false
zentralopensource/zentral
zentral/utils/rison.py
1
2938
# from https://github.com/pifantastic/python-rison # encode a json payload in rison # used in kibana urls import re IDCHAR_PUNCTUATION = '_-./~' NOT_IDCHAR = ''.join([c for c in (chr(i) for i in range(127)) if not (c.isalnum() or c in IDCHAR_PUNCTUATION)]) # Additionally, we need to distinguis...
apache-2.0
1,428,220,077,565,753,000
23.483333
78
0.469367
false
quodlibetor/dedupe
setup.py
1
1174
from __future__ import with_statement import distribute_setup distribute_setup.use_setuptools() from setuptools import setup import os with open(os.path.join(os.path.dirname(__file__),"README.rst"), 'r') as fh: long_desc = fh.read() VERSION = "0.1.2" setup(name="dedupe", version=VERSION, descriptio...
gpl-3.0
8,757,693,658,711,555,000
31.611111
83
0.61414
false
RITct/Rita
app/secret_sauce/seqtoseq_model.py
1
11243
import random import torch import torch.nn as nn from torch.autograd import Variable from torch import optim import torch.nn.functional as F import pickle as pk use_cuda = torch.cuda.is_available() SOS_token = 0 EOS_token = 1 MAX_LENGTH = 80 class Dataset: def __init__(self, name): self.name = name ...
bsd-3-clause
-6,247,866,893,398,659,000
35.385113
133
0.631771
false
nonZero/demos-python
src/examples/short/object_oriented/static_method_6.py
1
1045
#!/usr/bin/python2 ''' An example for using class methods to keep per class properties. Once set, subclass properties shadows properties on the base class. ''' from __future__ import print_function class Book(object): num = 0 def __init__(self, title): self.title = title self.id = self.incr...
gpl-3.0
-7,061,124,976,053,368,000
19.096154
82
0.636364
false
YtvwlD/yarfi
etc/yarfi/services/console_setup.py
1
1300
# YARFI - Yet Another Replacement For Init # Copyright (C) 2014 Niklas Sombert # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later ...
gpl-3.0
-6,666,950,791,183,914,000
32.358974
71
0.717692
false
cydenix/OpenGLCffi
OpenGLCffi/EGL/EXT/EXT/output_base.py
1
1086
from OpenGLCffi.EGL import params @params(api='egl', prms=['dpy', 'attrib_list', 'layers', 'max_layers', 'num_layers']) def eglGetOutputLayersEXT(dpy, attrib_list, layers, max_layers, num_layers): pass @params(api='egl', prms=['dpy', 'attrib_list', 'ports', 'max_ports', 'num_ports']) def eglGetOutputPortsEXT(dpy, at...
mit
6,723,218,600,509,176,000
25.487805
85
0.689687
false
Edraak/circleci-edx-platform
common/djangoapps/edraak_i18n/management/commands/i18n_edraak_theme_push.py
1
2382
# * Handling merge/forks of UserProfile.meta from django.core.management.base import BaseCommand from django.conf import settings import os from subprocess import call import polib class Command(BaseCommand): help = '''Run theme's ./scripts/edraak_i18n_theme_push.sh''' @staticmethod def remove_ignored_me...
agpl-3.0
-8,983,956,020,593,395,000
36.21875
105
0.607473
false
richard-willowit/odoo
addons/stock/__manifest__.py
2
2878
# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': 'Inventory Management', 'version': '1.1', 'summary': 'Inventory, Logistics, Warehousing', 'description': "", 'website': 'https://www.odoo.com/page/warehouse', 'depends': ['product', 'bar...
gpl-3.0
1,153,926,068,468,263,200
33.261905
74
0.601807
false
erijo/py-svndump
svndump/record.py
1
5100
# Copyright (c) 2012 Erik Johansson <erik@ejohansson.se> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 3 of the # License, or (at your option) any later version. # # This pro...
gpl-3.0
-8,833,452,493,659,131,000
30.875
73
0.65902
false
izapolsk/integration_tests
cfme/utils/appliance/services.py
1
3411
import attr from cfme.utils.appliance.plugin import AppliancePlugin from cfme.utils.appliance.plugin import AppliancePluginException from cfme.utils.log import logger_wrap from cfme.utils.quote import quote from cfme.utils.wait import wait_for class SystemdException(AppliancePluginException): pass @attr.s clas...
gpl-2.0
2,346,904,480,859,109,000
29.72973
86
0.586045
false
ttrifonov/horizon
horizon/horizon/dashboards/syspanel/users/tables.py
1
4566
import logging from django import shortcuts from django.contrib import messages from django.core.urlresolvers import reverse from django.utils.translation import ugettext as _ from horizon import api from horizon import tables LOG = logging.getLogger(__name__) class CreateUserLink(tables.LinkAction): name = "...
apache-2.0
-7,072,450,925,408,468,000
31.382979
79
0.56417
false
OliverWalter/amdtk
amdtk/models/mixture.py
1
3497
"""Mixture of distributions/densities.""" import numpy as np from scipy.misc import logsumexp from .discrete_latent_model import DiscreteLatentModel from .dirichlet import Dirichlet class MixtureStats(object): """Sufficient statistics for :class:BayesianMixture`. Methods ------- __getitem__(key) ...
bsd-2-clause
1,982,866,318,469,026,800
26.535433
72
0.582213
false
davidbgk/udata
udata/search/commands.py
1
8335
# -*- coding: utf-8 -*- from __future__ import unicode_literals import logging import sys import signal from contextlib import contextmanager from datetime import datetime from flask import current_app from flask_script import prompt_bool from udata.commands import submanager, IS_INTERACTIVE from udata.search impor...
agpl-3.0
-8,890,075,423,520,776,000
34.168776
111
0.616557
false
DISBi/django-disbi
disbi/disbimodels.py
1
7146
""" Normal Django models with a few custom options for configuration. If you have custom model classes that need these options, add them here and create a child class of the appropriate options class and your custom model class. """ # Django from django.db import models class Options(): def __init__(self, di_sh...
mit
7,004,359,213,430,258,000
23.898955
99
0.626784
false
openhumanoids/oh-distro
software/ihmc/ihmc_step/translator_ihmc.py
1
14123
import lcm import drc import atlas import bot_core import time import numpy as np import py_drake_utils as ut from bdi_step.footsteps import decode_footstep_plan, decode_deprecated_footstep_plan, encode_footstep_plan, FootGoal from bdi_step.plotting import draw_swing from bdi_step.utils import Behavior, gl, now_utime ...
bsd-3-clause
-3,496,072,450,974,365,000
45.920266
238
0.591517
false
albert12132/templar
templar/api/rules/core.py
1
4373
""" The public API for Templar pre/post-processor rules. Users can use this module with the following import statement: from templar.api.rules import core """ from templar.exceptions import TemplarError import re class Rule: """Represents a preprocessor or postprocessor rule. Rules are applied in the orde...
mit
298,352,553,187,532,500
40.647619
100
0.645095
false
katakumpo/niceredis
niceredis/client/server.py
1
6771
# -*- coding: utf-8 *-* import warnings from redis.connection import Token from redis.exceptions import ConnectionError, RedisError from .base import RedisBase class ServerCommands(RedisBase): # SERVER INFORMATION def bgrewriteaof(self): "Tell the Redis server to rewrite the AOF file from data in m...
mit
1,597,255,999,482,688,300
34.082902
79
0.640526
false
asdil12/pywikibase
things.py
1
4025
#!/usr/bin/python2 import re class BaseValue(object): def __init__(self, value): self.value = value def __str__(self): return value def __repr__(self): return "<%s object: %s>" % (self.__class__.__name__, self.__str__()) def to_value(self): return self.__str__() # Note: # to_value: generates value as ...
gpl-3.0
-1,003,805,324,486,820,000
24.636943
134
0.643478
false
adrgerez/ardublockly
package/build_pyinstaller.py
1
9203
#!/usr/bin/env python2 # -*- coding: utf-8 -*- # # # Builds the Ardublockly Python portion of the app for Linux or OS X. # # Copyright (c) 2015 carlosperate https://github.com/carlosperate/ # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the Lice...
apache-2.0
2,858,567,297,311,880,700
36.563265
80
0.641856
false
iulian787/spack
var/spack/repos/builtin/packages/cctools/package.py
2
4409
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) from spack import * class Cctools(AutotoolsPackage): """The Cooperative Computing Tools (cctools) enable large scale...
lgpl-2.1
-6,209,909,144,982,183,000
42.653465
113
0.585847
false
ThomasWu/PersonalNewsWeb
backend/common/configuration_service_client_test.py
1
1367
import configuration_service_client as conf_client def test_basic_get(): amqp_settings = conf_client.getSystemSettings('amqp') print amqp_settings assert amqp_settings is not None assert len(amqp_settings) > 0 print 'test basic get passed' def test_setAndDrop(): system = 'test' settings = ...
mit
-1,052,612,304,301,058,700
34.076923
74
0.720556
false
marifersahin/pyfolio
venv/bin/player.py
1
2205
#!/Users/polizom/Django/pyfolio/venv/bin/python2.7 # # The Python Imaging Library # $Id$ # from __future__ import print_function try: from tkinter import * except ImportError: from Tkinter import * from PIL import Image, ImageTk import sys # -----------------------------------------------------------------...
mit
354,823,484,656,687,040
20.617647
72
0.473923
false
a25kk/tam
src/tam.sitecontent/tam/sitecontent/testing.py
1
1960
# -*- coding: utf-8 -*- """Base module for unittesting.""" from plone.app.testing import applyProfile from plone.app.testing import FunctionalTesting from plone.app.testing import IntegrationTesting from plone.app.testing import login from plone.app.testing import PLONE_FIXTURE from plone.app.testing import PloneSandb...
mit
-5,577,918,858,943,459,000
29.153846
61
0.714796
false
fauskanger/Pretreat
app/classes/graph/path.py
1
1741
from app.config import config from app.pythomas import shapes as shapelib from app.pythomas import pythomas as lib class Path: def __init__(self, path_nodes): path_nodes = None if path_nodes == [None] else path_nodes self.nodes = [] if not path_nodes else path_nodes self.complete = False ...
gpl-2.0
7,555,444,032,393,306,000
23.180556
65
0.556577
false
DNX/django-e1337cms
docs/conf.py
1
7732
# -*- coding: utf-8 -*- # # e1337cms documentation build configuration file, created by # sphinx-quickstart on Fri Jun 1 09:47:07 2012. # # This file is execfile()d with the current directory set to its containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # Al...
bsd-3-clause
5,366,876,038,217,494,000
30.950413
80
0.70357
false
emi420/sotsiaal
app/urls.py
1
2985
from django.conf.urls import patterns, include, url import settings # Uncomment the next two lines to enable the admin: from django.contrib import admin admin.autodiscover() from django.conf.urls.defaults import * from django.views.generic.simple import direct_to_template urlpatterns = patterns('', (r'^admin/', i...
gpl-3.0
-7,142,724,653,885,100,000
38.8
99
0.550084
false
lmazuel/azure-sdk-for-python
azure-mgmt-authorization/azure/mgmt/authorization/models/role_assignment_create_parameters.py
1
1625
# 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
-6,886,032,258,312,350,000
39.625
84
0.622154
false
lucidmotifs/newtopia
newtopia/ntgame/models/effect.py
1
3504
# python modules from enum import Enum # django modules from django.db import models # nt modules from .province import Province from .infrastructure import Building # meta from ntmeta.models import Entity class Effect(models.Model): """ The core component of province change """ """ e.g. Peasant Growth - ...
gpl-3.0
7,361,919,509,951,882,000
30.854545
80
0.664669
false
pidydx/grr
grr/lib/log_test.py
1
2267
#!/usr/bin/env python """Tests for logging classes.""" import logging import time from werkzeug import wrappers as werkzeug_wrappers from grr.gui import wsgiapp from grr.lib import flags from grr.lib import log from grr.lib import stats from grr.lib import test_lib from grr.lib import utils from grr.proto import j...
apache-2.0
3,389,963,987,248,417,000
23.912088
70
0.664314
false
suutari/shoop
shuup/simple_supplier/models.py
1
3252
# -*- coding: utf-8 -*- # This file is part of Shuup. # # Copyright (c) 2012-2016, Shoop Commerce Ltd. All rights reserved. # # This source code is licensed under the AGPLv3 license found in the # LICENSE file in the root directory of this source tree. from django.conf import settings from django.db import models from ...
agpl-3.0
9,174,615,948,482,939,000
40.164557
119
0.718635
false
pitunti/alfaPitunti
plugin.video.alfa/channels/seriesblanco.py
1
13145
# -*- coding: utf-8 -*- import re import urlparse from channels import filtertools from channelselector import get_thumb from core import httptools from core import scrapertoolsV2 from core import servertools from core.item import Item from platformcode import config, logger from channels import autoplay HOST = "h...
gpl-3.0
-4,026,489,724,223,350,000
35.870787
119
0.564909
false
TechAtNYU/feedback-service
feedback.py
1
3796
import requests import secrets import smtplib headers = { 'content-type': 'application/vnd.api+json', 'accept': 'application/*, text/*', 'authorization': 'Bearer ' + secrets.tnyu_api_key } def get_emails(event_id, event_data, eboard_members, attendees): res = requests.get('https://api.tnyu.org/v3/eve...
mit
9,174,346,333,781,503,000
35.5
78
0.560327
false
bobbyrward/fr0st
fr0stlib/gui/utils.py
1
8708
import wx, os from functools import partial from fr0stlib.decorators import * def LoadIcon(*path): # Check for an icons dir in app base path first for development filename = os.path.join(wx.GetApp().AppBaseDir, 'icons', *path) + '.png' if not os.path.exists(filename): # Not there, check install p...
gpl-3.0
4,896,840,407,771,886,000
27.090323
95
0.544442
false
eLRuLL/scrapy
scrapy/http/response/text.py
1
9259
""" This module implements the TextResponse class which adds encoding handling and discovering (through HTTP headers) to base Response class. See documentation in docs/topics/request-response.rst """ from contextlib import suppress from typing import Generator from urllib.parse import urljoin import parsel from w3li...
bsd-3-clause
-5,294,121,437,932,270,000
37.260331
102
0.587212
false
dianchen96/gym
gym/envs/mujoco/mujoco_env.py
1
9674
import os from gym import error, spaces from gym.utils import seeding import numpy as np from os import path import gym import six try: import mujoco_py from mujoco_py.mjlib import mjlib except ImportError as e: raise error.DependencyNotInstalled("{}. (HINT: you need to install mujoco_py, and also perform...
mit
-2,237,362,221,986,834,000
31.354515
178
0.572256
false
chenlian2015/skia_from_google
tools/skp/page_sets/skia_jsfiddlebigcar_desktop.py
2
1282
# Copyright 2014 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. # pylint: disable=W0401,W0614 from telemetry.page import page as page_module from telemetry.page import page_set as page_set_module class SkiaBuildbotDesk...
bsd-3-clause
5,301,158,227,787,102,000
30.268293
74
0.710608
false
soma0sd/pyNuc
ensdf/dbgen.py
1
2763
# -*- coding: utf-8 -*- """Inner Module Import""" from ensdf.genlib import files from ensdf.genlib import regexp """Python Packages""" import pickle def get_card(ident=''): data = [] file_list = files.get_all_files() prog = lambda i: (i+1)*100/len(file_list) for ix, f in enumerate(file_list): card = [] ...
mit
-3,026,741,318,854,007,300
25.066038
69
0.500181
false
jbloom/epitopefinder
scripts/epitopefinder_plotdistributioncomparison.py
1
3447
#!python """Script for plotting distributions of epitopes per site for two sets of sites. Uses matplotlib. Designed to analyze output of epitopefinder_getepitopes.py. Written by Jesse Bloom.""" import os import sys import random import epitopefinder.io import epitopefinder.plot def main(): """Main body of sc...
gpl-3.0
-4,142,234,527,212,145,000
43.766234
215
0.668407
false
dazult/EPA-2012-Residential-Exposure-SOPs
sop_calcs/forms.py
1
76603
from __future__ import absolute_import import copy import datetime from itertools import chain from urlparse import urljoin from django.conf import settings from django.forms.util import flatatt, to_current_timezone from django.utils.datastructures import MultiValueDict, MergeDict from django.utils.html import escape...
agpl-3.0
-3,916,772,724,174,924,000
73.444121
994
0.63773
false
jmennen/group5
Code/buzzit/buzzit_messaging/urls.py
1
2558
__author__ = 'User' from django.conf.urls import url from . import views urlpatterns = [ url(r'^myfollowers/$', views.beingFollowedByView, name="my_followers"), url(r'^circle/new/$', views.CreateCircleView.as_view(), name="new_circle"), url(r'^circle/(?P<slug>[0-9]+)/$', views.circleDetails, name="circle_d...
bsd-2-clause
-8,634,068,687,650,702,000
76.515152
138
0.666145
false
mathieulavoie/Bitcluster
web/web.py
1
5465
#from web import app from web.dao import getNodeFromAddress, getNodeInformation, getTransations, groupByAllDistribution, groupbyNode, \ groupbyAmount, groupbyDate from flask import * import re import csv import io from datetime import datetime, timedelta app = Flask(__name__) @app.route('/',methods=['POST', 'G...
mit
-8,318,828,850,818,100,000
37.485915
219
0.654163
false
NCI-Cloud/horizon
openstack_dashboard/local/dashboards/project_nci/instances/workflows/create_instance.py
1
41960
# openstack_dashboard.local.dashboards.project_nci.instances.workflows.create_instance # # Copyright (c) 2015, NCI, Australian National University. # 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 ...
apache-2.0
-2,602,691,679,412,135,400
42.937173
145
0.53153
false
CodingVault/LeetCodeInPython
sorted_array_to_binary_tree.py
1
1250
#!/usr/bin/env python # encoding: utf-8 """ sorted_array_to_binary_tree.py Created by Shengwei on 2014-07-03. """ # https://oj.leetcode.com/problems/convert-sorted-array-to-binary-search-tree/ # tags: easy, tree, array, sorted, convert, D&C """ Given an array where elements are sorted in ascending order, convert it ...
apache-2.0
-8,530,960,155,454,743,000
26.777778
97
0.5672
false
cwilkes/event_store_meta
tests/test_functional.py
1
3668
# -*- coding: utf-8 -*- """Functional tests using WebTest. See: http://webtest.readthedocs.org/ """ import pytest from flask import url_for from event_store_meta.user.models import User from .factories import UserFactory class TestLoggingIn: def test_can_log_in_returns_200(self, user, testapp): # Goes...
bsd-3-clause
1,142,515,972,903,867,800
31.75
80
0.583424
false
balazssimon/ml-playground
udemy/lazyprogrammer/deep-reinforcement-learning-python/mountaincar/q_learning.py
1
6102
# This takes 4min 30s to run in Python 2.7 # But only 1min 30s to run in Python 3.5! # # Note: gym changed from version 0.7.3 to 0.8.0 # MountainCar episode length is capped at 200 in later versions. # This means your agent can't learn as much in the earlier episodes # since they are no longer as long. import gym impo...
apache-2.0
6,356,171,879,016,205,000
31.636364
93
0.674861
false
dimas-lex/osbb
osb/osb/billing/testing/AccountsServiceTest.py
1
2043
# -*- coding: utf-8 -*- from django.test import TestCase from osb.billing.models import Accounts, Services # from osb.billing.Services.AccountsService import AccountsService from osb.billing.Services.AccountsService import AccountsService from osb.billing.Services.ServiceService import * class AccountsServiceTest(Tes...
gpl-2.0
-9,115,395,383,184,236,000
33.644068
148
0.594224
false
FAForever/faftools
parseudp/FAPacket.py
1
10060
#!/usr/bin/env python import sys import struct import binascii import string import argparse import zlib from curses import ascii # expects tshark on stdin as in: # tshark -r game.pcap -R 'ip.addr==192.168.0.101' -T fields -d udp.port==6112,echo -e ip.src -e udp.srcport -e ip.dst -e udp.dstport -e frame.time_relative...
gpl-3.0
1,441,050,445,854,061,800
32.872054
195
0.48827
false
mpercich/Calendarize
ios/dateparser/lib/python2.7/site-packages/ruamel/yaml/loader.py
1
2063
# coding: utf-8 from __future__ import absolute_import from ruamel.yaml.reader import Reader from ruamel.yaml.scanner import Scanner, RoundTripScanner from ruamel.yaml.parser import Parser, RoundTripParser from ruamel.yaml.composer import Composer from ruamel.yaml.constructor import BaseConstructor, SafeConstructor, ...
mit
5,460,430,173,511,384,000
37.203704
88
0.674746
false
uraxy/qiidly
qiidly/command_line.py
1
2094
# -*- coding: utf-8 -*- """dummy docstring.""" import argparse from qiidly import __version__, __description__ from qiidly.main import Qiidly def _arg_parser(): parser = argparse.ArgumentParser( prog='qiidly', description=__description__) parser.add_argument('-V', '--version', ...
mit
-3,202,998,623,235,872,300
28.083333
89
0.523878
false
oneklc/dimod
dimod/views/bqm.py
1
6577
# Copyright 2018 D-Wave 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 law or...
apache-2.0
-1,572,494,099,592,310,500
27.846491
110
0.550403
false
51reboot/actual_09_homework
08/zhaoyong/cmdb/userdb.py
1
5201
#encoding: utf-8 import json import gconf import MySQLdb from dbutils import execute_fetch_sql from dbutils import execute_commit_sql ''' 获取用户信息 ''' def get_users(): _columns = ('id','username','password','age') _sql = 'select * from user' _count,_rt_list = execute_fetch_sql(_sql) _rt = [] for _l...
mit
-8,930,152,261,406,002,000
22.043689
135
0.610912
false
annoviko/pyclustering
pyclustering/core/tests/ut_package.py
1
4514
"""! @brief Unit-tests for pyclustering package that is used for exchange between ccore library and python code. @authors Andrei Novikov (pyclustering@yandex.ru) @date 2014-2020 @copyright BSD-3-Clause """ import unittest import numpy from pyclustering.core.pyclustering_package import package_builder, package_ex...
gpl-3.0
-6,396,613,595,020,719,000
32.191176
107
0.617634
false
boudewijnrempt/kura
doc/script5.py
1
3804
import os.path, sys, string, codecs from kuralib import kuraapp from kuragui.guiconfig import guiConf from kuragui import guiconfig False = 0 True = 1 def splitCSVLine(line): """Splits a CSV-formatted line into a list. See: http://www.colorstudy.com/software/webware/ """ list = [] position = 0 ...
bsd-2-clause
1,558,941,842,772,906,000
36.294118
74
0.431651
false
elric/virtaal-debian
virtaal/plugins/spellchecker.py
1
13888
#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright 2010-2011 Zuza Software Foundation # # This file is part of Virtaal. # # 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 ...
gpl-2.0
-2,843,363,457,551,456,000
38.566952
106
0.589502
false
endlessm/chromium-browser
third_party/catapult/dashboard/dashboard/common/request_handler.py
1
4410
# Copyright 2015 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. """Simple Request handler using Jinja2 templates.""" from __future__ import print_function from __future__ import division from __future__ import absolute_im...
bsd-3-clause
-7,051,379,980,682,448,000
35.446281
79
0.685488
false
simbs/edx-platform
common/djangoapps/util/views.py
1
13657
import json import logging import sys from functools import wraps from django.conf import settings from django.core.cache import caches from django.core.validators import ValidationError, validate_email from django.views.decorators.csrf import requires_csrf_token from django.views.defaults import server_error from dja...
agpl-3.0
4,153,469,840,877,619,700
35.321809
120
0.63008
false
duguhaotian/superscp
src/superscp_tool.py
1
2572
#!/usr/bin/python # -*- coding: UTF-8 -*- import os import sys import subprocess from pathmanager import node from pathmanager import link from pathmanager import paths from pathmanager import tool def superscp(argv): if len(argv) != 5: usage() return src = argv[2] tip = argv[3] td...
apache-2.0
-9,122,752,600,971,258,000
27.577778
89
0.485226
false
appsembler/edx-platform
openedx/core/djangoapps/appsembler/sites/api.py
1
10738
import logging import requests from django.conf import settings from django.contrib.auth.models import User from django.contrib.sites.models import Site from rest_framework import generics, views, viewsets from rest_framework import status from rest_framework.generics import CreateAPIView from rest_framework.parsers i...
agpl-3.0
3,052,088,719,551,813,000
38.477941
112
0.635128
false
birocorneliu/conference
lib/to_delete.py
1
2829
from datetime import datetime import endpoints from google.appengine.ext import ndb from google.appengine.api import taskqueue, memcache from lib.db import Profile, Conference from lib.models import ConflictException, ProfileForm, BooleanMessage, ConferenceForm, TeeShirtSize MEMCACHE_ANNOUNCEMENTS_KEY = "RECENT_ANN...
apache-2.0
8,938,905,317,155,928,000
35.269231
99
0.666313
false
aWhereAPI/API-Code-Samples
python/header.py
1
7933
from __future__ import print_function from __future__ import unicode_literals from __future__ import division from __future__ import absolute_import from builtins import str from builtins import bytes from future import standard_library standard_library.install_aliases() from builtins import object import requests as r...
mit
-6,602,144,733,192,833,000
38.272277
152
0.581117
false
bmya/tkobr-addons
tko_l10n_br_point_of_sale_print_cupom_fiscal/account_journal.py
1
1240
# -*- encoding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). # # Thinkopen Brasil # Copyright (C) Thinkopen Solutions Brasil (<http://www.tkobr.com>). # # This ...
agpl-3.0
3,911,694,348,782,817,300
40.333333
78
0.618548
false
clucas111/delineating-linear-elements
Code/clf_preprocessing.py
1
1569
# -*- coding: utf-8 -*- """ @author: Chris Lucas """ import numpy as np import pandas as pd def merge_dataframes(dfs, key_field_name): """ Merges dataframes containing data of one class into one dataframe with the class in a column. Parameters ---------- dfs : dict of DataFrames Dic...
apache-2.0
-1,480,821,867,940,271,600
23.515625
76
0.605481
false
jeffery-do/Vizdoombot
examples/python/scenarios.py
1
2862
#!/usr/bin/env python ##################################################################### # This script presents how to run some scenarios. # Configuration is loaded from "../../examples/config/<SCENARIO_NAME>.cfg" file. # <episodes> number of episodes are played. # Random combination of buttons is chosen for every...
mit
2,760,447,843,961,944,000
36.168831
80
0.650245
false
dannyperry571/theapprentice
script.module.nanscrapers/lib/nanscrapers/scraperplugins/sezonlukdizi.py
1
4411
import json import re import urlparse import requests from BeautifulSoup import BeautifulSoup from nanscrapers.common import random_agent, replaceHTMLCodes from ..scraper import Scraper import xbmc class Sezonluldizi(Scraper): domains = ['sezonlukdizi.com'] name = "sezonlukdizi" def __init__(self): ...
gpl-2.0
-8,988,593,595,415,021,000
45.431579
119
0.407844
false
hortonworks/hortonworks-sandbox
desktop/core/ext-py/Twisted/doc/web/howto/listings/PicturePile/picturepile.py
1
1917
"""Run this with twistd -y.""" import os from twisted.application import service, internet from twisted.web.woven import page from twisted.web import server, static rootDirectory = os.path.expanduser("~/Pictures") class DirectoryListing(page.Page): templateFile = "directory-listing.html" templateDirectory ...
apache-2.0
396,252,148,935,259,800
30.95
75
0.674491
false
davidwilson-85/easymap
graphic_output/Pillow-4.2.1/Tests/test_file_icns.py
1
2781
from helper import unittest, PillowTestCase from PIL import Image import sys # sample icon file TEST_FILE = "Tests/images/pillow.icns" enable_jpeg2k = hasattr(Image.core, 'jp2klib_version') class TestFileIcns(PillowTestCase): def test_sanity(self): # Loading this icon by default should result in the ...
gpl-3.0
-9,077,484,952,851,127,000
30.965517
78
0.569939
false
MeteorKepler/RICGA
ricga/ops/image_processing.py
1
8197
# 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
-7,595,954,824,494,623,000
41.91623
94
0.605831
false
MaximeBiset/care4care
main/migrations/0040_auto_20141205_1736.py
1
12414
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations import multiselectfield.db.fields import django.core.validators import re class Migration(migrations.Migration): dependencies = [ ('main', '0039_merge'), ] operations = [ migrations....
agpl-3.0
-4,895,663,956,325,399,000
47.29572
385
0.584757
false
martinbalsam/timing-rp
timingrp/sanit.py
1
2984
import re import argparse """ This script sanitize the raw data experted from "Timing.app", it adds the proper double quotes around the "Path" attribute, and it removes unwanted double quotes inside the "Path" attribute, that may yield an unwanted escape of the field. --- TODO --- speedup: as for now I'm iterating twi...
gpl-2.0
-1,916,926,826,659,169,300
39.324324
125
0.629692
false
chromium/chromium
build/android/gyp/native_libraries_template.py
7
1781
# Copyright 2019 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. NATIVE_LIBRARIES_TEMPLATE = """\ // This file is autogenerated by // build/android/gyp/write_native_libraries_java.py // Please do not change its content...
bsd-3-clause
-5,940,693,984,739,795,000
44.666667
87
0.730488
false
shobhitmishra/CodingProblems
LeetCode/Session3/BinaryTreePaths.py
1
1149
from typing import List class TreeNode: def __init__(self, x): self.val = x self.left = None self.right = None class Solution: def binaryTreePaths(self, root: TreeNode) -> List[str]: result = [] if not root: return result self.binaryTreePathsHelper(ro...
mit
-7,620,993,149,577,762,000
26.357143
69
0.619669
false
ksmit799/Toontown-Source
toontown/building/DistributedKnockKnockDoor.py
1
6420
from pandac.PandaModules import * from direct.interval.IntervalGlobal import * from direct.distributed.ClockDelta import * from KnockKnockJokes import * from toontown.toonbase import ToontownGlobals from direct.directnotify import DirectNotifyGlobal from direct.fsm import ClassicFSM import DistributedAnimatedProp from ...
mit
8,960,783,725,099,481,000
43.275862
573
0.678505
false
rhinstaller/blivet
blivet/autopart.py
1
20576
# # Copyright (C) 2009-2015 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # the GNU General Public License v.2, or (at your option) any later version. # This program is distributed in the hope that it wi...
lgpl-2.1
1,190,404,045,290,055,400
38.267176
118
0.597492
false
wavelets/ThinkStats2
code/moments.py
1
1149
"""This file contains code for use with "Think Bayes", by Allen B. Downey, available from greenteapress.com Copyright 2012 Allen B. Downey License: GNU GPLv3 http://www.gnu.org/licenses/gpl.html """ import math import thinkstats2 def RawMoment(xs, k): return sum(x**k for x in xs) / float(len(xs)) def CentralMo...
gpl-3.0
-3,409,726,838,714,081,000
19.890909
55
0.646649
false
shinigota/dagpi_splendor
SplendorCode/src/mvc/Display.py
1
32173
from tkinter import * from src.element.Card import Card from src.element.ResourceType import ResourceType from src.game.GameState import GameState from src.mvc.EventType import EventType from src.mvc.GameBoard import GameBoard from src.mvc.GameRules import GameRules from src.player.AI import AI import time class Displ...
gpl-3.0
5,044,571,538,574,761,000
40.564599
83
0.527711
false
CINPLA/exana
exana/tracking/fields.py
1
32391
import numpy as np def spatial_rate_map(x, y, t, spike_train, binsize=0.01, box_xlen=1, box_ylen=1, mask_unvisited=True, convolve=True, return_bins=False, smoothing=0.02): """Divide a 2D space in bins of size binsize**2, count the number of spikes in each bin and divi...
gpl-3.0
8,174,192,474,725,353,000
34.9102
101
0.591244
false
btovar/cctools
apps/wq_hypersweep/test.py
1
1690
from work_queue import * import sys def compose_task(i,j): id = (i-1)*20+j d_rate = i*0.05 r_blok = j outfile = "results%d.csv" % id command = "./script.sh results%d.csv %f %d" % (id,d_rate,r_blok) t = Task(command) t.specify_file("env.tar.gz", "env.tar.gz", WORK_QUEUE_INPUT, cache=True) t.specify_file("dat...
gpl-2.0
2,644,520,837,213,823,500
25.40625
109
0.640828
false
jhseu/tensorflow
tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/basic.py
1
2547
# Copyright 2019 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,427,873,526,579,521,500
42.169492
207
0.666667
false
anak10thn/graphics-dojo-qt5
dragmove/dragmovecharm.py
1
3229
############################################################################# ## ## Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ## Contact: Qt Software Information (qt-info@nokia.com) ## ## This file is part of the Graphics Dojo project on Qt Labs. ## ## This file may be used under the terms of th...
gpl-2.0
-7,986,007,107,172,308,000
31.616162
77
0.580056
false
JackMorris/CaiusHallHelper
main.py
1
1768
import sys from datetime import date, timedelta from configuration import Configuration from service import raven_service, email_service def main(): configuration_file_path = sys.argv[1] configuration = Configuration(configuration_file_path) _authenticate_services(configuration) _make_user_bookings(co...
mit
4,981,933,257,555,847,000
35.102041
78
0.68948
false
pombredanne/pytype
pytype/tests/test_attributes.py
1
2408
"""Test instance and class attributes.""" from pytype.tests import test_inference class TestAttributes(test_inference.InferenceTest): """Tests for attributes.""" def testSimpleAttribute(self): with self.Infer(""" class A(object): def method1(self): self.a = 3 def method2(self...
apache-2.0
7,313,925,799,556,199,000
24.083333
69
0.50789
false
DolphinDream/sverchok
nodes/curve/nearest_point.py
1
6929
import numpy as np import bpy from bpy.props import FloatProperty, EnumProperty, BoolProperty, IntProperty from mathutils import Matrix from mathutils.kdtree import KDTree import sverchok from sverchok.node_tree import SverchCustomTreeNode from sverchok.data_structure import updateNode, zip_long_repeat, ensure_nestin...
gpl-3.0
-8,756,187,733,861,882,000
39.758824
141
0.499928
false
lituan/tools
pisa/ccp4_pisa.py
1
2552
#!/usr/bin/env python # -*- coding: utf-8 -*- """ run pisa to parse interfaces in PDBs first install CCP4 and change the following variables """ import os import sys import subprocess import cPickle as pickle from multiprocessing import Pool os.environ['CCP4_SCR'] = 'C:\\ccp4temp' os.environ['CCP4I_TCLTK'] = 'C:\\CCP4...
cc0-1.0
6,509,973,869,992,154,000
34.943662
113
0.617947
false
scowcron/ImagesOfNetwork
images_of/entrypoints/audit_mods.py
1
1450
import click from images_of import command, settings, Reddit @command @click.option('--print-mods', is_flag=True, help='List the non-default moderators for all subreddits') def main(print_mods): """Find subs without mods and disenfranchised mods""" mods = settings.DEFAULT_MODS r = Reddit('Moderator ...
mit
2,044,205,861,254,028,000
26.884615
102
0.551034
false
ArcherSys/ArcherSys
node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py
1
9950
<<<<<<< HEAD <<<<<<< HEAD #!/usr/bin/env python # Copyright (c) 2011 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """ Unit tests for the easy_xml.py file. """ import gyp.easy_xml as easy_xml import unittest import StringIO cl...
mit
-8,514,130,946,126,359,000
30.587302
77
0.554874
false