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
synnick/roboronya
roboronya/plugins/cholify.py
1
1871
import random from roboronya.plugins.plugin import Plugin class Cholificator(Plugin): description = 'Roboronya will use her *Automated Cholification Algorithm* (Patent Pending) to translate your text to a more sophisticated language.' name = 'cholify' @Plugin.requires_args def run(roboronya, conv, cm...
mit
2,323,757,040,166,518,300
36.42
152
0.405665
false
geeag/kafka
tests/kafkatest/tests/core/reassign_partitions_test.py
4
5559
# 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
136,403,551,534,332,140
49.536364
182
0.679799
false
dkmatt0/banking-alpha-angularjs
backend/json-bank.py
1
1645
#!/usr/bin/env python3 import simplejsondb as sjdb import json # user { id, nickname, name, password, address, } # # session { id, fk_user, last_login, last_activity, } # # payee { id, name, desc, } # # category { id, name, desc, parent_id, } # # mode { id, name, } # # bank { id, name, bic_code, s...
agpl-3.0
-7,484,684,051,327,849,000
27.375
72
0.590881
false
h4ck3rm1k3/gcc_py_introspector
gcc/tree/attic/query_function_example.py
1
42931
import prefix import types import json #import pprint from graphviz import Digraph from SPARQLWrapper import SPARQLWrapper, XML, N3, JSONLD, JSON, POST, GET, SELECT, CONSTRUCT, ASK, DESCRIBE from SPARQLWrapper.Wrapper import _SPARQL_DEFAULT, _SPARQL_XML, _SPARQL_JSON, _SPARQL_POSSIBLE, _RDF_XML, _RDF_N3, _RDF_JSONLD,...
gpl-2.0
5,027,496,312,322,403,000
53.828863
141
0.313759
false
Blake-Latchford/Bugs2
rules/hexgrid.py
1
1215
from rules.hexcell import HexCell class HexGrid: """A grid of HexCells. Registered cells are preserved. As this represents the entire infinite hex plane, any cell can be gotten. However, only registered cells are guaranteed to be identical on future calls. """ def __init__(self): self...
gpl-3.0
6,787,040,432,161,741,000
30.973684
80
0.633745
false
ollej/shoutbridge
src/bridges/XmppPyBridge.py
1
7001
# -*- coding: utf-8 -*- """ The MIT License Copyright (c) 2010 Olle Johansson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use,...
mit
4,904,962,323,956,999,000
32.821256
98
0.584202
false
Diti24/python-ivi
ivi/agilent/agilent437B.py
1
14103
""" Python Interchangeable Virtual Instrument Library Copyright (c) 2014-2016 Alex Forencich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the...
mit
-4,515,614,092,387,864,600
35.726563
99
0.612139
false
CSysTeam/SecurityPackage
MainAlgorithms/Monoalphabetics/Monoalphabetic.py
1
3288
class Monoalphabetic: """ Frequency Information: E 12.51% T 9.25 A 8.04 O 7.60 I 7.26 N 7.09 S 6.54 R 6.12 H 5.49 L 4.14 D 3.99 C 3.06 U 2.71 M 2.53 F 2.30 P 2.00 ...
gpl-3.0
1,636,525,540,505,321,200
27.097345
81
0.439173
false
crazcalm/Py3.4_exploration
DataStructures/Trees/PriorityQueue.py
1
8766
""" Priority Queue with Binary Heaps: --------------------------------- Introduction: ------------ A priority queue acts like a queue in that you can dequeue and item by removing it from the front. However, in a priority queue the logical order of items inside the queu...
mit
7,038,202,377,744,154,000
32.330798
89
0.66256
false
averainy/averainy
python/wechat_test.py
1
7797
#!/usr/bin/python #coding=utf-8 import xml.dom.minidom def get_tagname(): doc = xml.dom.minidom.parseString(input_xml_string) class msg_parse: def __init__(self,msg): self.doc = xml.dom.minidom.parseString(msg) def _getData(self,tagName): nodes=self.doc.getElementsByTagName(tagName) ...
gpl-2.0
-3,903,680,879,921,830,400
31.786957
59
0.618486
false
ttanner/kryptomime
docs/conf.py
1
8229
# -*- coding: utf-8 -*- # # kryptomime documentation build configuration file, created by # sphinx-quickstart on Wed Nov 20 12:30:16 2013. # # 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. # # ...
lgpl-3.0
3,036,455,155,016,638,500
31.784861
106
0.701665
false
mjordan/pkppln
server.py
1
1777
#!/usr/bin/env python import sys import bottle from bottle import Bottle, request, error, response, Response from os.path import abspath, dirname import logging sys.path.append(dirname(abspath(__file__))) import pkppln from webapp.admin.terms_server import TermsApp from webapp.sword.sword_server import SwordServer fr...
gpl-3.0
2,497,417,321,384,419,300
28.616667
65
0.66798
false
marshallmcdonnell/interactive_plotting
matplotlib/draggable_legend_code.py
1
3140
#!/usr/bin/env python import numpy as np import matplotlib.pyplot as _plt class DraggableLegend: def __init__(self, legend): self.legend = legend self.gotLegend = False legend.figure.canvas.mpl_connect('motion_notify_event', self.on_motion) legend.figure.canvas.mpl_connect('pick_ev...
mit
-4,343,959,866,343,381,500
31.040816
101
0.560828
false
gromitsun/sim-xrf
python/snr/pysnip.py
1
2468
import numpy as np from scipy.optimize import curve_fit def FWHM(x, noise=100, fano=0.114): sigma = np.sqrt((noise / 2.3548) ** 2 + 3.58 * fano * x) return 2.3548 * sigma def fit_FWHM(x, F): def _FWHM(x, noise, fano): return (noise / 2.3548) ** 2 + 3.58 * fano * x popt, pcov = curve_fit(_FW...
mit
2,221,596,909,784,448,800
25.537634
79
0.480146
false
wesm/statsmodels
scikits/statsmodels/sandbox/tsa/examples/ex_mle_garch.py
1
10649
# -*- coding: utf-8 -*- """ Created on Fri Feb 12 01:01:50 2010 Author: josef-pktd latest result ------------- all are very close garch0 has different parameterization of constant ordering of parameters is different seed 2780185 h.shape (2000,) Optimization terminated successfully. Current function value: ...
bsd-3-clause
-5,336,992,565,001,653,000
31.269697
108
0.6302
false
JCardenasRdz/Machine-Learning-4-MRI
Infection_vs_Inflammation/Code/Process_Data.py
1
2713
# Import Modules as needed import numpy as np #import seaborn as sn import pandas as pd from pylab import * from mylocal_functions import * # ======== T2 MSME============= # # Make list of all T2.txt files T2_list = get_ipython().getoutput('ls ../Study_03_CBA/*T2.txt') # Allocate variables needed for analysis T2DF=pd...
mit
3,666,962,277,034,696,000
28.172043
86
0.647991
false
s-tar/just-a-chat
modules/chat/chat.py
1
5141
#!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = 'mr.S' from kernel.module import Module from kernel.server import app from bottle import jinja2_template as template, request from entities.s_chat import Chat from entities.s_message import Message from kernel.validator import Validator from kernel.socket impor...
mit
-6,152,623,473,492,803,000
32.090909
137
0.564475
false
BeataBak/project-euler-problems
008.py
1
3404
""" Project Euler Problem 8 ======================= Find the greatest product of thirteen consecutive digits in the 1000-digit number. 73167176531330624919225119674426574742355349194934 96983520312774506326239578318016984801869478851843 858615607891129494954595017379583319528532088...
mit
7,358,781,582,324,919,000
35.602151
74
0.765864
false
CMUSV-VisTrails/WorkflowRecommendation
vistrails/db/versions/v1_0_0/domain/log.py
1
3092
############################################################################### ## ## Copyright (C) 2006-2011, University of Utah. ## All rights reserved. ## Contact: contact@vistrails.org ## ## This file is part of VisTrails. ## ## "Redistribution and use in source and binary forms, with or without ## modification, ...
bsd-3-clause
-260,436,497,900,556,860
42.549296
79
0.635834
false
Yukarumya/Yukarum-Redfoxes
testing/marionette/harness/marionette_harness/tests/unit/test_mouse_action.py
1
4981
# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. from marionette_driver.by import By from marionette_driver.keys import Keys from marionette_driver.marionette import Act...
mpl-2.0
1,838,045,678,706,669,000
42.692982
85
0.642441
false
pypa/warehouse
warehouse/utils/db/windowed_query.py
1
2050
# 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 # distributed under the Li...
apache-2.0
1,703,204,328,040,316,700
30.060606
79
0.666829
false
UfSoft/ISPManCCP
extra-packages/pyperl-1.0.1d/t/apply.py
1
2941
import perl #if (perl.MULTI_PERL): # print "1..0" # raise SystemExit print "1..14" def ok(a, b=None): return "a=" + str(a) + ", b=" + str(b) perl.eval(""" use Python qw(apply); $| = 1; sub { my $f = shift; # First some tests that are expected to blow up eval { apply($f); }; #...
bsd-3-clause
-2,264,924,902,036,801,500
24.136752
131
0.50119
false
jdgillespie91/trackerSpend
data/expenditure/submit_automated_expenditure.py
1
8161
# This script adds any spend that occurs regularly on a monthly basis. import datetime import gspread import json import logging import os import requests import smtplib import sys from configs import config from email.mime.multipart import MIMEMultipart from email.mime.text import MIMEText from oauth2client.client im...
mit
-8,319,522,157,626,210,000
36.782407
172
0.603357
false
a710128/Lesson9
API/course.py
1
3339
import re class CourseException(Exception): def __init__(self, msg, err): super(CourseException, self).__init__() self.msg = msg self.err = err def __str__(self): return "CourseError : " + self.msg def __repr__(self): return '<CourseException msg : "%s", errcode :...
mit
2,873,179,843,956,898,300
29.633028
141
0.48248
false
robwarm/gpaw-symm
gpaw/cluster.py
1
6122
"""Extensions to the ase Atoms class """ import numpy as np from ase import Atoms from ase.io import read, write from ase.data import covalent_radii from ase.calculators.neighborlist import NeighborList class Cluster(Atoms): """A class for cluster structures to enable simplified manipulation""" def __in...
gpl-3.0
-2,736,821,158,500,044,300
30.556701
79
0.516335
false
cggh/DQXServer
responders/recordinfo.py
1
1698
# This file is part of DQXServer - (C) Copyright 2014, Paul Vauterin, Ben Jeffery, Alistair Miles <info@cggh.org> # This program is free software licensed under the GNU Affero General Public License. # You can find a copy of this license in LICENSE in the top directory of the source code or at <http://opensource.org/...
agpl-3.0
-3,628,282,154,136,333,300
34.913043
136
0.630153
false
hudora/huDjango
hudjango/management/commands/couchdb-init.py
1
1234
# encoding: utf-8 import couchdb from optparse import make_option from hudjango.management.couchdb.support import CouchDBBaseCommand from django.core.management.base import CommandError class Command(CouchDBBaseCommand): help = """ Creates a new couchdb database. """ option_list = CouchDBBaseCommand.option_l...
bsd-2-clause
-6,668,120,594,051,540,000
35.294118
105
0.636143
false
capitalone/cloud-custodian
tools/c7n_mailer/c7n_mailer/replay.py
1
5458
""" Allow local testing of mailer and templates by replaying an SQS message. MAILER_FILE input is a file containing the exact base64-encoded, gzipped data that's enqueued to SQS via :py:meth:`c7n.actions.Notify.send_sqs`. Alternatively, with -p|--plain specified, the file will be assumed to be JSON data that can be l...
apache-2.0
-7,262,002,555,862,658,000
37.43662
80
0.601502
false
dbolgheroni/rswtch
rswtch-legacy.py
1
6564
#!/usr/bin/env python2.7 # # Copyright (c) 2016, Daniel Bolgheroni. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # 1. Redistributions of source code must retain the above copyright notice, # ...
bsd-2-clause
5,560,561,793,451,545,000
29.530233
106
0.599939
false
kevgliss/lemur
lemur/tests/vectors.py
1
14798
from lemur.common.utils import parse_certificate VALID_USER_HEADER_TOKEN = { 'Authorization': 'Basic ' + 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE1MjE2NTIwMjIsImV4cCI6MjM4NTY1MjAyMiwic3ViIjoxfQ.uK4PZjVAs0gt6_9h2EkYkKd64nFXdOq-rHsJZzeQicc', 'Content-Type': 'application/json' } VALID_ADMIN_HEADER_TOKEN...
apache-2.0
904,782,322,918,498,400
52.422383
174
0.930666
false
T-R0D/JustForFun
aoc2016/aoc2016/day18/solution.py
1
2158
# This file is part of aoc2016. # # aoc2016 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. # # aoc2016 is distributed in the hope that...
gpl-2.0
2,805,949,098,795,429,000
34.966667
83
0.667285
false
joshmoore/openmicroscopy
components/tools/OmeroWeb/omeroweb/webclient/controller/impexp.py
1
1058
#!/usr/bin/env python # # # # Copyright (c) 2008-2011 University of Dundee. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) an...
gpl-2.0
1,196,257,949,167,562,000
32.0625
79
0.724953
false
wenbinf/ndkale
kale/tests/test_task.py
1
9275
"""Module testing the kale.task module.""" import mock import unittest from kale import exceptions from kale import task from kale import test_utils class TaskFailureTestCase(unittest.TestCase): """Test handle_failure logic.""" def _create_patch(self, name): """Helper method for creating scoped moc...
bsd-2-clause
2,734,338,449,871,767,600
40.039823
79
0.618976
false
pyfa-org/Pyfa
gui/builtinViews/implantEditor.py
1
12699
import re # noinspection PyPackageRequirements import wx # noinspection PyPackageRequirements from wx.lib.buttons import GenBitmapButton import gui.builtinMarketBrowser.pfSearchBox as SBox import gui.display as d from gui.bitmap_loader import BitmapLoader from gui.marketBrowser import SearchBox from service.market im...
gpl-3.0
8,534,346,245,961,577,000
36.35
112
0.62438
false
bchareyre/ratchet
py/ymport.py
1
14686
""" Import geometry from various formats ('import' is python keyword, hence the name 'ymport'). """ from yade.wrapper import * from yade import utils try: from minieigen import * except ImportError: from miniEigen import * def textExt(fileName,format='x_y_z_r',shift=Vector3.Zero,scale=1.0,**kw): """Load sphere co...
gpl-2.0
2,926,112,471,460,078,000
35.899497
216
0.702778
false
nimiq/moogle-project
magpie/response.py
1
3599
from abc import ABCMeta, abstractmethod from utils.exceptions import ResponseError, InconsistentItemError, EntryNotToBeIndexed class AbstractApiResponse(metaclass=ABCMeta): """ Response got after a query to a `Provider`. Parameters: response -- a `requests.models.Response` instance. """ def...
apache-2.0
3,897,381,863,946,606,000
30.304348
95
0.571548
false
pdsteele/DES-Python
rvms.py
1
20759
# ------------------------------------------------------------------------- # * This is an ANSI C library that can be used to evaluate the probability # * density functions (pdf's), cumulative distribution functions (cdf's), and # * inverse distribution functions (idf's) for a variety of discrete and # * cont...
mit
617,795,352,525,077,500
28.446809
86
0.366877
false
derekjamescurtis/veritranspay
tests/response_virtualaccount_charge_tests.py
1
5544
from unittest import TestCase from veritranspay.response.response import VirtualAccountBniChargeResponse, VirtualAccountPermataChargeResponse, \ VirtualAccountBcaChargeResponse, VirtualAccountMandiriChargeResponse class VirtualAccountPermataChargeResponseTests(TestCase): """ https://api-docs.midtrans.com...
bsd-3-clause
169,590,069,608,813,860
36.208054
114
0.613095
false
NicholasColotouros/RaspiCorder
RaspiCorder/Menus.py
1
2928
#!/usr/bin/python from time import sleep from Adafruit_CharLCDPlate import Adafruit_CharLCDPlate class Instrument: drums = 1 guitar = 2 bass = 3 other = 4 @staticmethod def instrumentName(num): if num == 1: return "drums" elif num == 2: return "guitar" elif num == 3: return "bass" ...
gpl-2.0
9,203,748,813,401,811,000
22.246032
74
0.644467
false
ppwwyyxx/tensorpack
examples/DoReFa-Net/resnet-dorefa.py
1
6148
#!/usr/bin/env python # -*- coding: utf-8 -*- # File: resnet-dorefa.py import argparse import numpy as np import os import cv2 import tensorflow as tf from tensorpack import * from tensorpack.dataflow import dataset from tensorpack.tfutils.varreplace import remap_variables from dorefa import get_dorefa from imagenet...
apache-2.0
7,932,895,381,036,762,000
35.378698
100
0.544242
false
ani2404/ee6761cloud
inference.py
1
1332
# Build the model, restore the variables and run the inference # Need to use SavedModel builder and loader instead - future work import sys sys.path.append('/home/ani2404/Desktop/ee6761cloud/') import numpy as np #Need to replace with the actual model from code_ref.model import Model class infer(object): de...
mit
3,867,639,695,548,613,600
27.340426
115
0.660661
false
hzlf/openbroadcast
website/apps/alibrary/migrations/0100_auto__del_field_distributor_email_main__add_field_distributor_email.py
1
53909
# -*- coding: 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): # Deleting field 'Distributor.email_main' db.delete_column('alibrary_distributor', 'email_main') # ...
gpl-3.0
-1,103,363,076,099,706,400
97.018182
240
0.555863
false
jodygarnett/qgis-geoserver-plugin
src/geoserverexplorer/gui/gsoperations.py
1
6538
from PyQt4 import QtCore from qgis.core import * from geoserverexplorer.qgis import layers as qgislayers from geoserverexplorer.qgis.catalog import CatalogWrapper from geoserverexplorer.gui.confirm import publishLayer from geoserverexplorer.gui.dialogs.projectdialog import PublishProjectDialog from geoserver.catalog im...
gpl-2.0
-6,896,900,767,553,893,000
38.149701
112
0.620526
false
TeamCohen/TensorLog
tensorlog/debug.py
1
8193
# (C) William W. Cohen and Carnegie Mellon University, 2016 # # support for debugging/visualization # import sys import tkinter as TK import tkinter.ttk import tkinter.font import time from tensorlog import comline from tensorlog import config from tensorlog import dataset from tensorlog import declare from tensorlo...
apache-2.0
1,307,318,208,221,430,500
40.588832
132
0.605517
false
crckyl/pixplus
tools/conf-parser.py
1
1750
import sys import json from xml.sax.saxutils import escape from xml.sax.saxutils import quoteattr format = ' <preference name="%(name)s" value=%(value)s />' if sys.argv[1] == 'safari': format = ''' <dict> <key>Title</key> <string>%(name)s</string> <key>Key</key> <string>%(name)s</string> ...
mit
-6,539,849,018,826,677,000
25.119403
70
0.487429
false
mbeacom/locust
locust/test/test_wait_time.py
1
2327
import random import time from locust import User, TaskSet, between, constant, constant_pacing from locust.exception import MissingWaitTimeError from .testcases import LocustTestCase class TestWaitTime(LocustTestCase): def test_between(self): class MyUser(User): wait_time = between(3, 9) ...
mit
-4,270,839,053,049,579,000
28.455696
76
0.576708
false
cessor/galena
src/galena/stopwords.py
1
1030
from .corpus import * from .document import * import itertools class Stopwords(object): def __init__(self, stopwords): self._stopwords = stopwords def remove_from(self, words): for word in words: if not word: continue if word not in self._stopwords: ...
lgpl-3.0
-3,632,805,703,669,371,400
20.458333
59
0.566019
false
deejross/python3-pywbem
lex.py
1
39948
# ----------------------------------------------------------------------------- # ply: lex.py # # Author: David M. Beazley (dave@dabeaz.com) # # Copyright (C) 2001-2009, David M. Beazley # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # Lice...
lgpl-2.1
-8,469,962,769,702,211,000
37.118321
134
0.495519
false
Azure/azure-sdk-for-python
sdk/apimanagement/azure-mgmt-apimanagement/azure/mgmt/apimanagement/operations/_tag_operations.py
1
86989
# 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
-8,513,760,111,303,371,000
51.026914
245
0.621596
false
4Quant/tensorflow
tensorflow/python/ops/rnn.py
1
21568
# Copyright 2015 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or a...
apache-2.0
5,813,275,549,810,683,000
39.314019
80
0.688335
false
sknepneklab/SAMoS
utils/make_circular_patch.py
1
3349
# *************************************************************************** # * # * Copyright (C) 2013-2016 University of Dundee # * All rights reserved. # * # * This file is part of SAMoS (Soft Active Matter on Surfaces) program. # * # * SAMoS is free software; you can redistribute it and/or modify # * it unde...
gpl-3.0
5,762,786,436,947,331,000
31.843137
106
0.622574
false
chrisjrn/registrasion
registrasion/tests/controller_helpers.py
1
2034
from registrasion.controllers.cart import CartController from registrasion.controllers.credit_note import CreditNoteController from registrasion.controllers.invoice import InvoiceController from registrasion.models import commerce from django.core.exceptions import ObjectDoesNotExist class TestingCartController(Cart...
apache-2.0
-5,205,401,486,481,097,000
31.285714
79
0.652901
false
shfengcj/pyminer
pyminer_setting.py
1
1142
# -*- coding: utf-8 -*- """ Created on Tue Jun 23 06:53:32 2015 @author: chaojun """ from pyminer_cos_model import lcdm from pyminer_residual import JLAresiCal, CMBresiCal, BAOresiCal # Genearl setting divMax = 15 # for romberg integral ogh2 = 2.469e-5 JLA_DIR = '/Users/chaojun/Documents/Research/2015/grb/pyc...
gpl-2.0
-945,975,103,707,670,100
18.689655
86
0.622592
false
nishad-jobsglobal/odoo-marriot
openerp/addons/sync_mail_multi_attach/controllers/__init__.py
1
1157
# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2004-today OpenERP SA (<http://www.openerp.com>) # Copyright (C) 2011-today Synconics Technologies Pvt. Ltd. (<http://www.synconics.com>) # # Th...
agpl-3.0
-3,098,737,131,827,244,000
47.25
91
0.624892
false
ctrezevant/doorMan
Applications/Command Line/doorctl.py
1
1846
#!/usr/bin/env python import urllib2, json, sys CONFIG = { 'API_KEY': ' ', 'API_HOST': 'http://<ip>', 'DOOR_TARGET': 0 } def main(): if 'open' in sys.argv: print 'sent open: %s' % sendCmd('/set/open') if 'close' in sys.argv: print 'sent close: %s' % sendCmd('/set/close') if 'cycle' in sys....
mit
7,744,271,617,177,077,000
25.753623
84
0.58234
false
fengshao0907/vitess
test/queryservice_test.py
1
2631
#!/usr/bin/env python import logging import optparse import traceback import unittest import sys import os import utils import framework from queryservice_tests import cache_tests from queryservice_tests import nocache_tests from queryservice_tests import stream_tests from queryservice_tests import status_tests from...
bsd-3-clause
1,468,847,150,738,949,400
30.698795
78
0.700494
false
priyaganti/rockstor-core
src/rockstor/storageadmin/views/clone_helpers.py
1
2535
""" Copyright (c) 2012-2013 RockStor, Inc. <http://rockstor.com> This file is part of RockStor. RockStor 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 la...
gpl-3.0
-311,084,012,256,732,200
42.706897
77
0.680473
false
lpredova/pybookie
server/sources/footbal_db.py
1
3991
# coding=utf-8 import json import os class FootballDB: BASE_DIR = os.path.dirname(os.path.dirname(__file__)) groups_file = BASE_DIR + '/sources/groups.json' wc_history_file = BASE_DIR + '/sources/wc_history' wc_team_file = BASE_DIR + '/sources/squads/' top_teams = ['RealMadrid(ESP)', 'Barcelona...
apache-2.0
-716,865,174,706,552,200
29.458015
119
0.525063
false
DiamondLightSource/diffcalc
test/diffcalc/gdasupport/minigda/test_command.py
1
5417
### # Copyright 2008-2011 Diamond Light Source Ltd. # This file is part of Diffcalc. # # Diffcalc 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 late...
gpl-3.0
-2,690,735,548,452,100,600
38.253623
80
0.648145
false
flavour/eden
modules/plugins/__init__.py
5
8807
# -*- coding: utf-8 -*- import os import sys from gluon import current from gluon.storage import Storage from s3compat import reload __all__ = ("PluginLoader", ) # Name of the plugin directory in modules PLUGINS = "plugins" # Module names to ignore when scanning for plugins IGNORE = ("skeleton", "__ini...
mit
2,472,458,515,809,089,000
29.901754
83
0.507551
false
amluto/libseccomp
tests/21-live-basic_allow.py
1
1695
#!/usr/bin/env python # # Seccomp Library test program # # Copyright (c) 2013 Red Hat <pmoore@redhat.com> # Author: Paul Moore <pmoore@redhat.com> # # # This library is free software; you can redistribute it and/or modify it # under the terms of version 2.1 of the GNU Lesser General Public License as # published by t...
lgpl-2.1
905,958,259,002,516,000
27.728814
78
0.692625
false
ewandor/home-assistant
homeassistant/components/climate/netatmo.py
1
5912
""" Support for Netatmo Smart Thermostat. For more details about this platform, please refer to the documentation at https://home-assistant.io/components/climate.netatmo/ """ import logging from datetime import timedelta import voluptuous as vol from homeassistant.const import TEMP_CELSIUS, ATTR_TEMPERATURE from home...
apache-2.0
6,718,774,278,088,995,000
31.662983
79
0.643945
false
geokala/cloudify-manager
rest-service/manager_rest/blueprints_manager.py
1
39060
######### # Copyright (c) 2013 GigaSpaces Technologies Ltd. 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...
apache-2.0
-8,425,815,242,610,895,000
43.691076
79
0.595341
false
bdeak/taskmgr
fabfile/execute/install_package.py
1
2064
from fabric.api import * import re import os.path import logging import utils.log l = logging.getLogger() l = utils.log.CustomLogAdapter(l, None) @task(default=True) def check(input_params, cluster): """ Install a given version of a given package Can support multiple backends input_params para...
gpl-2.0
-5,122,457,050,969,303,000
28.913043
106
0.637597
false
okolisny/integration_tests
scripts/post_jenkins_result.py
1
2181
#!/usr/bin/env python2 import json import os import os.path from datetime import datetime from artifactor.plugins.post_result import test_report from cfme.utils import read_env from cfme.utils.path import project_path from cfme.utils.trackerbot import post_jenkins_result job_name = os.environ['JOB_NAME'] number = int...
gpl-2.0
5,412,878,123,027,363,000
34.177419
78
0.703347
false
lukeolson/clean-latex-to-arxiv
parxiv.py
1
12460
#! /usr/bin/env python from __future__ import print_function import glob import re import os import io import time import shutil import tempfile import subprocess import ply.lex # Python2 FileNotFoundError support try: FileNotFoundError except NameError: FileNotFoundError = IOError """ usage: python parx...
mit
-5,527,309,183,598,388,000
27.190045
80
0.54374
false
sameenjalal/mavenize-beta
mavenize/apps/item/models.py
1
2128
from django.db import models from django.db.models.signals import post_save from django.dispatch import receiver from django.core.exceptions import ObjectDoesNotExist class Item(models.Model): item_type = models.CharField(max_length=30, default="") four_star = models.IntegerField(default=0) three_star = mo...
mit
1,467,266,724,365,762,000
32.25
67
0.648496
false
skosukhin/spack
lib/spack/spack/schema/__init__.py
1
1512
############################################################################## # Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory. # # This file is part of Spack. # Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. # LLNL-CODE-64...
lgpl-2.1
1,307,680,615,969,989,000
44.818182
78
0.666667
false
shifvb/hash_photos
_gui/main_gui.py
1
9930
import os import time import tkinter as tk from tkinter import filedialog from tkinter import messagebox from tkinter.font import Font from _gui.get_geometry import get_center_geometry from _tools.get_hash import get_hash from _tools.is_valid_file import is_vaild_file from _tools.move_file import move_file __version_...
apache-2.0
-435,194,561,010,551,500
49.688172
114
0.630781
false
ericspod/Eidolon
tests/meshtests/billboardtest.py
1
1140
# Eidolon Biomedical Framework # Copyright (C) 2016-8 Eric Kerfoot, King's College London, all rights reserved # # This file is part of Eidolon. # # Eidolon 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
3,215,951,023,605,023,000
41.846154
79
0.742982
false
mancoast/CPythonPyc_test
fail/314_test_normalization.py
1
3162
from test.support import run_unittest, open_urlresource import unittest import sys import os from unicodedata import normalize, unidata_version TESTDATAFILE = "NormalizationTest.txt" TESTDATAURL = "http://www.unicode.org/Public/" + unidata_version + "/ucd/" + TESTDATAFILE if os.path.exists(TESTDATAFILE): f = ope...
gpl-3.0
-3,841,246,843,036,727,300
29.699029
89
0.504428
false
kaltura/server
alpha/scripts/utils/apiGrep.py
1
4097
#!/usr/bin/python from optparse import OptionParser import sys import os def isLineLogStart(curLine): if len(curLine) < 20: return False if (curLine[4] == '-' and curLine[7] == '-' and curLine[10] == ' ' and curLine[13] == ':' and curLine[16] == ':'): return True return False d...
agpl-3.0
4,614,323,749,777,093,000
28.056738
95
0.672687
false
flgiordano/netcash
+/google-cloud-sdk/lib/surface/sql/instances/patch.py
1
13800
# Copyright 2013 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or ag...
bsd-3-clause
5,171,648,414,095,974,000
37.547486
80
0.672681
false
tensorflow/estimator
tensorflow_estimator/python/estimator/canned/dnn_test_fc_v2.py
1
19054
# 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
-8,548,565,812,858,429,000
35.293333
80
0.65031
false
delete/estofadora
estofadora/bills/views.py
1
1602
from django.shortcuts import render, redirect, get_object_or_404 from django.contrib.auth.decorators import login_required from django.contrib import messages from django.core.urlresolvers import reverse from .forms import BillForm from .models import Bill @login_required def new(request): context = {} if r...
mit
4,154,725,326,265,776,600
22.910448
64
0.644195
false
theepicsnail/SuperBot2
Core.py
1
5362
from PluginManager import PluginManager from PluginDispatcher import PluginDispatcher from Configuration import ConfigFile from Util import call from re import match from sys import path from os import getcwd from Util import dictJoin from Logging import LogFile path.append(getcwd()) log = LogFile("Core") class Cor...
mit
-4,258,690,189,499,016,000
29.99422
88
0.55166
false
ryanpstauffer/market-vis
marketvis/quotes.py
1
5030
# -*- coding: utf-8 -*- """ [Python 2.7 (Mayavi is not yet compatible with Python 3+)] Created on Wed Dec 16 22:44:15 2015 @author: Ryan Stauffer https://github.com/ryanpstauffer/market-vis [This module referenced http://www.theodor.io/scraping-google-finance-data-using-pandas/] Market Visualization Prototype Quotes M...
mit
-1,957,792,777,954,780,700
35.456522
146
0.669384
false
caspartse/QQ-Groups-Spider
vendor/pyexcel/constants.py
1
3090
""" pyexcel.constants ~~~~~~~~~~~~~~~~~~~ Constants appeared in pyexcel :copyright: (c) 2015-2017 by Onni Software Ltd. :license: New BSD License """ # flake8: noqa DEFAULT_NA = '' DEFAULT_NAME = 'pyexcel sheet' DEFAULT_SHEET_NAME = 'pyexcel_sheet1' MESSAGE_WARNING = "We do not overwrite files" M...
mit
4,937,172,543,752,419,000
31.1875
90
0.680583
false
rarcotvmw/capirca
lib/pcap.py
1
15928
# Copyright 2015 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # unless required by applicable law or a...
apache-2.0
6,208,498,579,205,639,000
32.674419
80
0.604847
false
clubcapra/Ibex
src/seagoatvision_ros/scripts/CapraVision/server/recording/image.py
1
1268
#! /usr/bin/env python # Copyright (C) 2012 Club Capra - capra.etsmtl.ca # # This filename is part of CapraVision. # # CapraVision 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 ve...
gpl-3.0
1,795,421,447,140,961,800
31.538462
74
0.638013
false
gmr/infoblox
infoblox/record.py
1
15975
""" Base Record Object """ import logging from infoblox import exceptions from infoblox import mapping LOGGER = logging.getLogger(__name__) class Record(mapping.Mapping): """This object is extended by specific Infoblox record types and implements the core API behavior of a record class. Attributes that map...
bsd-3-clause
-1,247,889,201,822,977,500
32.420502
80
0.57759
false
aleju/self-driving-truck
lib/plotting.py
1
13772
"""Classes to handle plotting during the training.""" from __future__ import print_function, division import math import cPickle as pickle from collections import OrderedDict import numpy as np import matplotlib.pyplot as plt import time GROWTH_BY = 500 class History(object): def __init__(self): self.line...
mit
3,102,420,107,428,294,000
38.348571
149
0.548141
false
waile23/todo
models/pduser.py
1
2906
# -*- coding: utf-8 -*- from basemodel import * import md5 import math import sys class PDuser(BaseModel): '''model autocreate by createModel''' table_name = 'pd_user' #db_name = 'todo_local' db_name = web.config.write_db_name def _format_user(self, row): if hasattr(row, 'u_logo'): if not row.u_logo: ...
mit
-6,926,692,520,643,417,000
26.415094
136
0.646249
false
Michal-Fularz/codingame_solutions
codingame_solutions/medium/medium_The_Paranoid_Android.py
1
3099
__author__ = 'Amin' # COMPLETED # PYTHON 3.x import sys import math class Floor: def __init__(self, width, contains_exit=False, exit_position=-1): self.width = width self.__contains_elevator = False self.__elevator_position = -1 self.__contains_exit = contains_exit self._...
mit
7,778,575,852,018,126,000
32.322581
149
0.603743
false
garthylou/Libreosteo
libreosteoweb/api/file_integrator.py
1
19791
# This file is part of LibreOsteo. # # LibreOsteo 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. # # LibreOsteo is distributed ...
gpl-3.0
5,506,196,519,202,931,000
33.090426
95
0.539235
false
spiceqa/virt-test
libvirt/tests/src/virsh_cmd/snapshot/virsh_snapshot_create_as.py
1
18414
import re import os import commands import logging from autotest.client.shared import error from virttest import virsh, utils_misc, xml_utils, libvirt_xml from virttest.libvirt_xml import vm_xml, xcepts def xml_recover(vmxml): """ Recover older xml config with backup vmxml. :params: vmxml: VMXML object ...
gpl-2.0
-9,063,266,437,046,036,000
40.472973
83
0.507386
false
valsson/MD-MC-Codes-2016
HarmonicOscillator-MD/HarmonicOscillator-MD-Verlet.py
1
4262
#! /usr/bin/env python import numpy as np import matplotlib.pyplot as plt from DataTools import writeDataToFile import argparse parser = argparse.ArgumentParser() parser.add_argument('--time-step',dest='time_step',required=False) parser.add_argument('--output-file',dest='fn_out',required=False) args = parser.parse_ar...
mit
8,504,365,888,325,456,000
26.320513
125
0.638667
false
OCA/business-requirement
business_requirement_sale/models/business_requirement.py
1
1458
# Copyright 2019 Tecnativa Victor M.M. Torres> # Copyright 2019 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import api, fields, models class BusinessRequirement(models.Model): _inherit = 'business.requirement' sale_order_ids = fields.One2many( ...
agpl-3.0
-5,606,639,854,425,939,000
31.4
79
0.584362
false
deepmind/open_spiel
open_spiel/python/algorithms/external_sampling_mccfr_test.py
1
4567
# Copyright 2019 DeepMind Technologies Ltd. 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 appl...
apache-2.0
8,920,101,350,981,107,000
37.70339
79
0.708123
false
wbushey/santaclaus
tests/test_santa_v0.py
1
1789
# -*- coding: utf8 -*- from __future__ import absolute_import, unicode_literals import json from santaclaus import db from santaclaus.models import Person from santa_test_helper import SantaClausTestCase class SantaClausV0Test(SantaClausTestCase): def test_request_with_a_name(self): r = self.app.get('/?n...
gpl-3.0
-474,736,959,304,978,000
31.527273
76
0.604807
false
SGenheden/Scripts
Mol/parse_optq.py
1
2134
# Author: Samuel Genheden samuel.genheden@gmail.com """ Program to parse RESP charges and make Gromacs residue template file (.rtp) Atoms in the PDB file need to be in the same order as in the charge file The atom types file need to have an atomtype definition on each line NAME1 TYPE1 NAME2 TYPE2 ... Us...
mit
8,400,268,021,729,467,000
32.34375
90
0.559044
false
joliva/wiki-appengine
main.py
1
12161
#!/usr/bin/env python import cgi, re, os, logging, string import hmac, random from datetime import datetime import webapp2, jinja2 from google.appengine.ext import db from google.appengine.api import memcache template_dir = os.path.join(os.path.dirname(__file__), 'templates') jinja_env = jinja2.Environment(loader = ...
bsd-3-clause
1,276,170,337,536,588,000
25.904867
172
0.649864
false
psychopy/psychopy
psychopy/hardware/forp.py
1
6704
#!/usr/bin/env python # -*- coding: utf-8 -*- # Part of the PsychoPy library # Copyright (C) 2002-2018 Jonathan Peirce (C) 2019-2021 Open Science Tools Ltd. # Distributed under the terms of the GNU General Public License (GPL). """fORP fibre optic (MR-compatible) response devices by CurrentDesigns: http://www.curdes....
gpl-3.0
-6,914,705,715,617,184,000
35.835165
79
0.616945
false
Thingee/cinder
cinder/common/config.py
1
8272
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # Copyright 2012 Red Hat, Inc. # Copyright 2013 NTT corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file exc...
apache-2.0
-4,396,400,754,648,289,000
40.777778
79
0.588975
false
nuchi/httpserver
httpserver.py
1
1065
#!/usr/bin/env python import socket from http_handler import Handler_thread MAX_CONNECTIONS = 5 class HTTPserver(object): def __init__(self, localOnly=False, port=80, max_connections=MAX_CONNECTIONS): self.port = port self.max_connections = max_connections if localOnly: self.hostname = '127.0.0.1' else: ...
mit
-7,448,993,895,145,337,000
24.380952
79
0.712676
false
elaeon/dsignature
creacion_firma/forms.py
1
3487
# -*- coding: utf-8 -*- from django import forms from django.forms import ModelForm from creacion_firma.models import FirmarCertificado, NominaSubida, User import datetime class UserForm(forms.Form): nombre = forms.CharField(max_length=150, widget=forms.TextInput(attrs={"style": "width: 400px"})) correo_elect...
gpl-3.0
-8,077,302,436,457,668,000
34.917526
103
0.650689
false
mdinacci/rtw
demos/proto2/src/proto2.py
1
15023
# -*- coding: utf-8-*- """ Author: Marco Dinacci <dev@dinointeractive.com> Copyright © 2008-2009 """ from pandac.PandaModules import * loadPrcFile("../res/Config.prc") #loadPrcFileData("", "want-directtools 1") #loadPrcFileData("", "want-tk 1") import direct.directbase.DirectStart from direct.gui.OnscreenText import...
mit
6,073,786,822,308,098,000
35.28744
91
0.563174
false
dokterbob/django-shopkit
shopkit/price/advanced/__init__.py
1
1338
# Copyright (C) 2010-2011 Mathijs de Bruin <mathijs@mathijsfietst.nl> # # This file is part of django-shopkit. # # django-shopkit is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation; either version 2, or (at...
agpl-3.0
-4,863,587,485,629,527,000
46.821429
81
0.773543
false
hlzz/dotfiles
graphics/cgal/Documentation/conversion_tools/markup_replacement.py
1
1846
#!/usr/bin/python2 #replace markup #, ## ,### by \section, \subsection, \subsubsection. #anchor names are preserved and generated from the section name otherwise #The script is not perfect and might miss some specific cases from sys import argv from os import path import string import re anchors={} def generate_anc...
bsd-3-clause
-7,124,903,640,389,768,000
24.638889
90
0.591008
false
crosslinks/XlinkAnalyzer
pytests/XlaGuiTests.py
1
2262
import chimera import unittest from os import path import xlinkanalyzer from xlinkanalyzer import gui RUNME = False description = "Base classes for testing gui" class XlaBaseTest(unittest.TestCase): def setUp(self, mPaths, cPath): mPath = xlinkanalyzer.__path__[0] xlaTestPath = path.join(path...
gpl-2.0
-6,684,249,693,731,408,000
32.279412
80
0.679487
false