blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
616
content_id
stringlengths
40
40
detected_licenses
listlengths
0
112
license_type
stringclasses
2 values
repo_name
stringlengths
5
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
777 values
visit_date
timestamp[us]date
2015-08-06 10:31:46
2023-09-06 10:44:38
revision_date
timestamp[us]date
1970-01-01 02:38:32
2037-05-03 13:00:00
committer_date
timestamp[us]date
1970-01-01 02:38:32
2023-09-06 01:08:06
github_id
int64
4.92k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-04 01:52:49
2023-09-14 21:59:50
gha_created_at
timestamp[us]date
2008-05-22 07:58:19
2023-08-21 12:35:19
gha_language
stringclasses
149 values
src_encoding
stringclasses
26 values
language
stringclasses
1 value
is_vendor
bool
2 classes
is_generated
bool
2 classes
length_bytes
int64
3
10.2M
extension
stringclasses
188 values
content
stringlengths
3
10.2M
authors
listlengths
1
1
author_id
stringlengths
1
132
33088de85d1d21fb85db5ede234527249596c566
fbbe424559f64e9a94116a07eaaa555a01b0a7bb
/Sklearn_arm/source/scipy/special/tests/test_bdtr.py
57694becc49b2028f17eac819b80a225ac010795
[ "MIT", "GPL-3.0-or-later", "BSD-3-Clause", "GPL-3.0-only", "BSD-3-Clause-Open-MPI", "BSD-2-Clause", "GCC-exception-3.1", "Python-2.0", "Qhull", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ryfeus/lambda-packs
6544adb4dec19b8e71d75c24d8ed789b785b0369
cabf6e4f1970dc14302f87414f170de19944bac2
refs/heads/master
2022-12-07T16:18:52.475504
2022-11-29T13:35:35
2022-11-29T13:35:35
71,386,735
1,283
263
MIT
2022-11-26T05:02:14
2016-10-19T18:22:39
Python
UTF-8
Python
false
false
3,231
py
import numpy as np import scipy.special as sc import pytest from numpy.testing import assert_allclose, assert_array_equal, suppress_warnings class TestBdtr: def test(self): val = sc.bdtr(0, 1, 0.5) assert_allclose(val, 0.5) def test_sum_is_one(self): val = sc.bdtr([0, 1, 2], 2, 0.5) ...
[ "ryfeus@gmail.com" ]
ryfeus@gmail.com
418b625b9dc9be8261cdeeedf0f8fb6c7ec8adb3
de24f83a5e3768a2638ebcf13cbe717e75740168
/moodledata/vpl_data/13/usersdata/104/5684/submittedfiles/flipper.py
525dfd44a7e141261a476cc49e226822c90d857c
[]
no_license
rafaelperazzo/programacao-web
95643423a35c44613b0f64bed05bd34780fe2436
170dd5440afb9ee68a973f3de13a99aa4c735d79
refs/heads/master
2021-01-12T14:06:25.773146
2017-12-22T16:05:45
2017-12-22T16:05:45
69,566,344
0
0
null
null
null
null
UTF-8
Python
false
false
260
py
# -*- coding: utf-8 -*- from __future__ import division import math #ENTRADA p=input('Determine a posição de p:') r=input('Determine a posição de r:') #PROCESSAMENTO if p==0: print('C') else: if r==0: print('B') else: print('A')
[ "rafael.mota@ufca.edu.br" ]
rafael.mota@ufca.edu.br
0bdea361b10a4f3475f4dc9966169daced84f42c
0b767d1516ff77f62431f7464fb11b4e747b4a5a
/src/okok.py
c20649bc9a51ee921ebbfcdfd0c5062ea101c110
[ "BSD-2-Clause" ]
permissive
se4ai/code
1429f6c2e649cad1b42323cb1cf0deded5cf23a0
e2ac87c48863a471459d6aabc67ebdc1c96f440e
refs/heads/master
2020-05-23T17:45:14.567820
2019-08-06T13:56:27
2019-08-06T13:56:27
186,873,786
0
0
null
null
null
null
UTF-8
Python
false
false
216
py
from ok import ok @ok def ok1(): "This will always fail." assert 2==1, "oops" @ok def ok2(): "This will always pass." n = sum([1,2,3,4]) assert n==10, "should not fail" if __name__ == "__main__": ok()
[ "tim.menzies@gmail.com" ]
tim.menzies@gmail.com
4c30510bd6ce2bb79440bcadd772954fbe1cd46a
781e2692049e87a4256320c76e82a19be257a05d
/all_data/exercism_data/python/allergies/56c0c9b37bf84ea598db6cbc74fd8ebe.py
1ef0988f5a8722518177c195c0c49f2735807e69
[]
no_license
itsolutionscorp/AutoStyle-Clustering
54bde86fe6dbad35b568b38cfcb14c5ffaab51b0
be0e2f635a7558f56c61bc0b36c6146b01d1e6e6
refs/heads/master
2020-12-11T07:27:19.291038
2016-03-16T03:18:00
2016-03-16T03:18:42
59,454,921
4
0
null
2016-05-23T05:40:56
2016-05-23T05:40:56
null
UTF-8
Python
false
false
465
py
class Allergies(object): allergies = [ "eggs", "peanuts", "shellfish", "strawberries", "tomatoes", "chocolate", "pollen", "cats" ] def __init__(self, score): score = score & 0xff self.list = [ self.allergies[b] ...
[ "rrc@berkeley.edu" ]
rrc@berkeley.edu
348d9b7b8309079a4c69ee619bc7bf6d819d36c4
eb3683f9127befb9ef96d8eb801206cf7b84d6a7
/stypy/sgmc/sgmc_cache/testing/test_programs/numpy/basic_numpy/functions/numpy_abs.py
eb6a5f64cfb4c351a781f911bb2dd4dd546d5b68
[]
no_license
ComputationalReflection/stypy
61ec27333a12f76ac055d13f8969d3e0de172f88
be66ae846c82ac40ba7b48f9880d6e3990681a5b
refs/heads/master
2021-05-13T18:24:29.005894
2018-06-14T15:42:50
2018-06-14T15:42:50
116,855,812
2
0
null
null
null
null
UTF-8
Python
false
false
6,858
py
# -*- coding: utf-8 -*- """ ORIGINAL PROGRAM SOURCE CODE: 1: # http://www.labri.fr/perso/nrougier/teaching/numpy.100/ 2: 3: import numpy as np 4: 5: Z = np.arange(100) 6: v = np.random.uniform(0,100) 7: index = (np.abs(Z-v)).argmin() 8: e = Z[index] 9: 10: # l = globals().copy() 11: # for v in l: 12: # print (...
[ "redondojose@uniovi.es" ]
redondojose@uniovi.es
b81f349b219ecfb366970a6ddf21bfdcdcad34a5
71894f980d1209017837d7d02bc38ffb5dbcb22f
/audio/AlexaWithRaspioProHat/AlexaPi/main.py
9d5d327ba169eb237d036b14e4e26a54db885dad
[ "MIT" ]
permissive
masomel/py-iot-apps
0f2418f8d9327a068e5db2cdaac487c321476f97
6c22ff2f574a37ba40a02625d6ed68d7bc7058a9
refs/heads/master
2021-03-22T04:47:59.930338
2019-05-16T06:48:32
2019-05-16T06:48:32
112,631,988
0
0
null
null
null
null
UTF-8
Python
false
false
5,211
py
# msm: source - http://www.instructables.com/id/Build-an-Alexa-With-Raspio-Pro-Hat-and-Raspberry-P/?ALLSTEPS edits original #! /usr/bin/env python import os import random import time import RPi.GPIO as GPIO import alsaaudio import wave import random from creds import * import requests import json import re from memca...
[ "msmelara@gmail.com" ]
msmelara@gmail.com
ca4a09119aeb8e0bf90846f2387285fcd2f58815
008ea0c503829f33840495373ad3d60794575af3
/source/sublime/oop/o12.py
95dae399b2627636d23c46aad39907c93034e366
[]
no_license
JyHu/PYStudy
6515bea47ca6f80e336f3b6a7a14b1159fde872f
ec0855c414237bdd7d0cb28f79a81c02ccd52d45
refs/heads/master
2016-08-12T19:44:06.723361
2016-04-11T10:38:59
2016-04-11T10:38:59
45,384,810
0
0
null
null
null
null
UTF-8
Python
false
false
2,193
py
# # coding:utf-8 # ''' 除了使用 type() 动态创建类以外,要控制类的创建行为,还可以使用 metaclass ''' __author__ = 'JyHu' class ListMetaclass(type): def __new__(cls, name, bases, attrs): attrs['add'] = lambda self, value : self.append(value) return type.__new__(cls, name, bases, attrs) class MyList(list, metaclass = ListMetaclass): pa...
[ "auu.aug@gmail.com" ]
auu.aug@gmail.com
3807d388af745242e706f2bb498ca4887e7d8ad5
ecd4b06d5d5368b71fd72a1c2191510a03b728fd
/6 - introduction to databases in python/count of Records by State.py
1a718a86aaba2d5c28da2d05dd2855263e57b0c8
[ "MIT" ]
permissive
Baidaly/datacamp-samples
86055db5e326b59bfdce732729c80d76bf44629e
37b4f78a967a429e0abca4a568da0eb9d58e4dff
refs/heads/master
2022-07-27T01:18:00.700386
2022-07-18T19:27:23
2022-07-18T19:27:23
123,827,284
0
0
null
null
null
null
UTF-8
Python
false
false
808
py
''' Often, we want to get a count for each record with a particular value in another column. The .group_by() method helps answer this type of query. You can pass a column to the .group_by() method and use in an aggregate function like sum() or count(). Much like the .order_by() method, .group_by() can take multiple col...
[ "daulet.urazalinov@uptake.com" ]
daulet.urazalinov@uptake.com
71a1987f65749e123abe8d4ab519826b34bf172a
bec8f235b1392542560166dd02c2f0d88c949a24
/examples/twisted/wamp1/rpc/simple/example2/server.py
2e21dcdeffdb7ac18f40f3c1c3790e7731539144
[ "Apache-2.0" ]
permissive
gourneau/AutobahnPython
f740f69b9ecbc305a97a5412ba3bb136a4bdec69
5193e799179c2bfc3b3f8dda86ccba69646c7ee3
refs/heads/master
2021-01-15T22:02:32.459491
2014-07-02T13:34:57
2014-07-02T13:34:57
21,437,288
1
0
null
null
null
null
UTF-8
Python
false
false
3,564
py
############################################################################### ## ## Copyright (C) 2011-2014 Tavendo GmbH ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## h...
[ "tobias.oberstein@tavendo.de" ]
tobias.oberstein@tavendo.de
62aa187e75d0d640cc2d69a224a102a0cafca5fc
0179a8c11f51d89cc962c7d9249203ff0e67e405
/shell/shell_contract.py
1238844b436bb74f76efe8dda6e11fca6a4f0c77
[ "MIT" ]
permissive
paulo-romano/orcamentos
7033637065c39c457a59b53eab215234f7d5b85a
dc87fd2736e9f8262ed775bf9160d1e21eb1684a
refs/heads/master
2021-01-15T22:14:41.595934
2016-02-16T23:02:59
2016-02-16T23:02:59
51,551,215
1
0
null
2016-02-11T22:16:43
2016-02-11T22:16:43
null
UTF-8
Python
false
false
523
py
from random import choice from django.db import IntegrityError from orcamentos.core.models import Contract, Proposal, Customer REPEAT = Proposal.objects.filter(status='a') for i in REPEAT: proposal = Proposal.objects.get(pk=i.pk) contractor = Customer.objects.get(pk=proposal.work.customer.pk) try: ...
[ "rg3915@yahoo.com.br" ]
rg3915@yahoo.com.br
5739e561cd3360ae20088b5f64ed45c14b854723
cfb44550355ea3c36e610d3f1eb75d8dcbdc8ebe
/strawberry/setup.py
62732a79141f77a94d9dc5da70b6e018a0858ff8
[ "Apache-2.0" ]
permissive
KiritoDv/blueberry
bd0dc38bfe16622693efd8ff4a31368b4dbeb4ac
a47feeb3e944d44b9f2af4661f6c409f51fbabd6
refs/heads/master
2023-01-18T19:06:00.074071
2020-11-24T23:04:09
2020-11-24T23:04:09
314,765,853
0
0
null
null
null
null
UTF-8
Python
false
false
239
py
from distutils.core import setup, Extension module1 = Extension('strawberry', sources = ['straw.c']) setup (name = 'strawberry', version = '1.0', description = 'Strawberry miniaudio wrapper', ext_modules = [module1])
[ "alex@pop-os.localdomain" ]
alex@pop-os.localdomain
cf8df78c19fed7972b683782a743137388fcee12
6b518cf14ea3f59fd59136dbd2a7ac70234bb96e
/pspipe.py
4523f7e32db887641957d2c80753873e9e831bcc
[]
no_license
simula67/advanced-python-course-material
8064a1adddff45b0980d4bd1948fdeb2f88aec89
98870da337cbc001bcf4215ce44f82f0430fd3ce
refs/heads/master
2016-09-06T12:29:37.397321
2015-06-29T05:10:19
2015-06-29T05:10:19
38,228,793
0
0
null
null
null
null
UTF-8
Python
false
false
289
py
__author__ = 'antonjoj' import subprocess cat = subprocess.Popen('type datafiles\\passwd', shell=True, stdout=subprocess.PIPE) find = subprocess.Popen('find \"root\"', stdout=subprocess.PIPE, shell=True, stdin=cat.stdout) for line in find.communicate(): if line: print line
[ "simula67@gmail.com" ]
simula67@gmail.com
9cf98b7b4745bf18117c0e68108e370d4226cd25
24e21c68bc2c4f1c3f58b96ae13512968a919024
/memoryAndMulti/threadDemo.py
557b1eb374bb59d12ee08ff31de2c68f27abdcf2
[]
no_license
maketubu7/spiderDemo
0308e88815c2035fa33acd1c4ca85329d2435034
9c5e78fdafba37a08e51c2e988c54957feed5b0f
refs/heads/master
2021-02-09T18:43:32.493539
2020-11-11T09:13:21
2020-11-11T09:13:21
244,314,824
0
0
null
null
null
null
UTF-8
Python
false
false
899
py
# -*- coding: utf-8 -*- # @Time : 2020/2/27 0:10 # @Author : Deng Wenxing # @Email : dengwenxingae86@163.com # @File : threadDemo.py # @Software: PyCharm from threading import Thread import threading,time from typing import Optional def loop(): print(threading.current_thread().name) n = 0 while n...
[ "601176930@qq.com" ]
601176930@qq.com
fda1f90a4be88c7944f2879764d5c153faed9cb0
c57439f0c98af370ace65f9d55ef5a457bedc531
/ydk/models/ipv6/Cisco_IOS_XR_ipv6_ma_subscriber_cfg.py
a66d84f0a2924a7e9df63458243f00228eb1dd1d
[ "Apache-2.0" ]
permissive
myahmao/ydk-py
c932fbd8245e554227cce0fd723d9a22887b0c40
2f367d93f2088d4abdc2f2bb10ca4864952b458a
refs/heads/master
2021-01-14T11:32:29.064494
2016-03-15T22:44:05
2016-03-15T22:44:05
null
0
0
null
null
null
null
UTF-8
Python
false
false
928
py
""" Cisco_IOS_XR_ipv6_ma_subscriber_cfg This module contains a collection of YANG definitions for Cisco IOS\-XR ipv6\-ma\-subscriber package configuration. This YANG module augments the Cisco\-IOS\-XR\-subscriber\-infra\-tmplmgr\-cfg module with configuration data. Copyright (c) 2013\-2015 by Cisco Systems, Inc. ...
[ "manradha@cisco.com" ]
manradha@cisco.com
a55f91c3b4e428b323ddb4834febff18bff53cb7
ca7aa979e7059467e158830b76673f5b77a0f5a3
/Python_codes/p02818/s319321320.py
ec787c89f517dd3576a0c30e3d24e3bf48cf1b60
[]
no_license
Aasthaengg/IBMdataset
7abb6cbcc4fb03ef5ca68ac64ba460c4a64f8901
f33f1c5c3b16d0ea8d1f5a7d479ad288bb3f48d8
refs/heads/main
2023-04-22T10:22:44.763102
2021-05-13T17:27:22
2021-05-13T17:27:22
367,112,348
0
0
null
null
null
null
UTF-8
Python
false
false
215
py
# ABC149 # B Greesy Takahashi # takはA枚、aokiはB枚、TAKはK回 a, b, k = map(int, input().split()) if k > a: if k - a > b: print(0,0) else: print(0,b - (k - a)) else: print(a-k,b)
[ "66529651+Aastha2104@users.noreply.github.com" ]
66529651+Aastha2104@users.noreply.github.com
4312c5132af6818ca35ed0f704d81bfac2ddb825
5963c12367490ffc01c9905c028d1d5480078dec
/tests/components/wallbox/test_config_flow.py
6b5a05a3486830b64b8d0d53f7b409dfb288bb79
[ "Apache-2.0" ]
permissive
BenWoodford/home-assistant
eb03f73165d11935e8d6a9756272014267d7d66a
2fee32fce03bc49e86cf2e7b741a15621a97cce5
refs/heads/dev
2023-03-05T06:13:30.354545
2021-07-18T09:51:53
2021-07-18T09:51:53
117,122,037
11
6
Apache-2.0
2023-02-22T06:16:51
2018-01-11T16:10:19
Python
UTF-8
Python
false
false
5,028
py
"""Test the Wallbox config flow.""" import json from unittest.mock import patch import requests_mock from homeassistant import config_entries, data_entry_flow from homeassistant.components.wallbox import InvalidAuth, config_flow from homeassistant.components.wallbox.const import DOMAIN from homeassistant.core import ...
[ "noreply@github.com" ]
BenWoodford.noreply@github.com
27cd1801d257361237f2eacb2dbcb8e287f6685b
3f7d5999bb7e5a75454c8df2c5a8adcd1a8341ff
/tests/unit/modules/network/fortios/test_fortios_log_eventfilter.py
32a1e9c532163bad832b3009b0d154dc776ce8a7
[]
no_license
ansible-collection-migration/ansible.fortios
f7b1a7a0d4b69c832403bee9eb00d99f3be65e74
edad6448f7ff4da05a6c856b0e7e3becd0460f31
refs/heads/master
2020-12-18T13:08:46.739473
2020-02-03T22:10:49
2020-02-03T22:10:49
235,393,556
0
0
null
null
null
null
UTF-8
Python
false
false
8,342
py
# Copyright 2019 Fortinet, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the...
[ "ansible_migration@example.com" ]
ansible_migration@example.com
b7b8ce02d0aba506b2683b3c8862f61ba4fd4293
9095c1a0da8c6ffe914ee6dd9c4708062fd95c9a
/vtpl_api/models/source_type.py
99b3143d277011d407f04a5955fab602b32550ca
[ "MIT" ]
permissive
vtpl1/vtpl_api_py
2e5338bd08677f12fc7304fb6ac7a32f32af1c93
d289c92254deb040de925205c583de69802a1c6b
refs/heads/master
2020-09-10T23:34:21.828350
2019-11-15T07:26:53
2019-11-15T07:26:53
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,504
py
# coding: utf-8 """ Engine api Engine APIs # noqa: E501 The version of the OpenAPI document: 1.0.4 Generated by: https://openapi-generator.tech """ import pprint import re # noqa: F401 import six class SourceType(object): """NOTE: This class is auto generated by OpenAPI Generator. Ref:...
[ "monotosh.das@videonetics.com" ]
monotosh.das@videonetics.com
29cd5aa3c4e1875cf4d2d691c2218d861a2d333c
7e4460c85790fae2d470182732289bcd1b8777b2
/Process/process_meshes.py
1ea42ad249869c9afd8713ee9ab0cb63fbd9752a
[]
no_license
khamukkamu/swconquest-msys
5b23654c8dd2e8b2f25bc7914252eedc05a5cc1e
71337a4ae9c507b9440e84cf49d31fc67a781978
refs/heads/master
2021-04-29T19:00:10.389224
2019-05-01T15:11:11
2019-05-01T15:11:11
121,704,753
1
1
null
2018-02-16T01:40:58
2018-02-16T01:40:58
null
UTF-8
Python
false
false
1,015
py
import string from header_common import * from module_info import * from module_meshes import * from process_common import * from process__swyhelper import * def save_meshes(): ofile = open(export_dir + "meshes.txt","w") ofile.write("%d\n"%len(meshes)) for i_mesh in xrange(len(meshes)): mesh = m...
[ "swyterzone@gmail.com" ]
swyterzone@gmail.com
88f88a537c87284e71ef254d24a05d22fc3a9233
6a928130337dafece1a6158badd00d1d46571003
/reportForm/wsgi.py
28a489cea41932132be6da890e260ca78c6ee72b
[]
no_license
Yanl05/reportForm
bb5a36cff3fac3aca76b5bc50c92fe54282250a8
45a915b29102c1f49035df93217782ea563cdb9f
refs/heads/master
2023-04-18T00:40:19.355040
2021-04-29T14:37:59
2021-04-29T14:37:59
362,485,297
0
0
null
null
null
null
UTF-8
Python
false
false
395
py
""" WSGI config for untitled project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on this file, see https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETT...
[ "756593069@qq.com" ]
756593069@qq.com
6a7bd840b05232033b4479a414b2dba8cac470bb
d2fae2d0ff36fde8d8402bdac1de5b6760f050b7
/app/tests/Test_passwordchecker.py
031f23e09f40532aa833df7d554126e8cd5b2beb
[]
no_license
DennisMufasa/mongodb-flask_app
8701d817d757a5144b9a98ba4293a948c537b6c5
53c3447850d16d630428a020fe28949ff84c4a03
refs/heads/master
2022-12-09T11:31:59.085865
2020-08-31T02:32:57
2020-08-31T02:32:57
260,714,213
0
0
null
null
null
null
UTF-8
Python
false
false
484
py
# third-party import import unittest # local import from ..api.v1.models.utils import password_checker class Test_Password_checker(unittest.TestCase): def test_password_len(self): password_check1 = password_checker('boo') password_check2 = password_checker('lysergicaciddyethylammide') self...
[ "denny.muasa@gmail.com" ]
denny.muasa@gmail.com
374f86075d5c187fad6bfde503fbdb0362a57e76
4985143dce9379c939d562d277350f0d8224f06a
/venv/bin/django-admin.py
e788bb50f4c0599e5161f6209905f79392df6d1e
[]
no_license
jkinathan/Task_todo
a74ae010dc703ba0ed4654a569b57a5ce7634857
e19da9ab9dede272b6c148b686e6e77e3da1687a
refs/heads/master
2023-03-23T13:51:41.816050
2021-03-20T09:32:32
2021-03-20T09:32:32
274,080,927
0
0
null
null
null
null
UTF-8
Python
false
false
162
py
#!/home/jo-kinathany/Desktop/Task_todo/venv/bin/python3 from django.core import management if __name__ == "__main__": management.execute_from_command_line()
[ "jkinobe@gmail.com" ]
jkinobe@gmail.com
faa2e47e01b26f98eb24501a23c59d2dd2f3081a
70bc77336e4544031ad7d7d29a2e964ef2626076
/base/models.py
bf4ba34fec4fc78262b81397124b4041d26e64fd
[]
no_license
DronMDF/vanadis
9af7a8c9281bf0eb17df593f5c9fc9345e474612
de692207bbd127c5a9952e3144653492a0ba969f
refs/heads/master
2020-04-17T08:11:18.411429
2016-12-21T20:50:05
2016-12-21T20:50:05
66,539,179
1
0
null
2016-12-21T20:50:06
2016-08-25T08:20:03
Python
UTF-8
Python
false
false
654
py
from django.db import models class Project(models.Model): name = models.CharField(max_length=100, db_index=True) repo_url = models.CharField(max_length=256, null=True) class Object(models.Model): project = models.ForeignKey(Project, on_delete=models.CASCADE, db_index=True) oid = models.BigIntegerField(db_index=...
[ "dron.valyaev@gmail.com" ]
dron.valyaev@gmail.com
8b09a98c3ac1acf69e5c84f6bbeeb54671c20bc6
11ce41733d6f31153fe14f800c9dd0be18615862
/news/admin.py
50285420a545e93e7a3d322e73e11bb5a4d627f4
[ "MIT" ]
permissive
techacademypython/django_image_crop_views
6ff6731944f5d09721452a71b0745089d1b035ef
2f9c51ae80705dc23607e157baa4f5767957a2f1
refs/heads/master
2023-05-05T13:12:23.642970
2019-09-03T16:38:24
2019-09-03T16:38:24
206,105,932
0
0
MIT
2022-11-22T04:13:41
2019-09-03T15:07:05
Python
UTF-8
Python
false
false
375
py
from django.contrib import admin from image_cropping import ImageCroppingMixin # Register your models here. from news.models import NewsModel class NewsModelAdmin(ImageCroppingMixin, admin.ModelAdmin): readonly_fields = ["preview_count"] fields = [ "image", "name", "text", "cropping", "preview_count" ...
[ "munisisazade@gmail.com" ]
munisisazade@gmail.com
de2b6b74989a2467127597423d029e5b5810eb06
f576f0ea3725d54bd2551883901b25b863fe6688
/sdk/compute/azure-mgmt-vmwarecloudsimple/generated_samples/list_customization_policies.py
7deb911d492ae31425baf1a5011cba20636db4d2
[ "LicenseRef-scancode-generic-cla", "MIT", "LGPL-2.1-or-later" ]
permissive
Azure/azure-sdk-for-python
02e3838e53a33d8ba27e9bcc22bd84e790e4ca7c
c2ca191e736bb06bfbbbc9493e8325763ba990bb
refs/heads/main
2023-09-06T09:30:13.135012
2023-09-06T01:08:06
2023-09-06T01:08:06
4,127,088
4,046
2,755
MIT
2023-09-14T21:48:49
2012-04-24T16:46:12
Python
UTF-8
Python
false
false
1,604
py
# 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 ...
[ "noreply@github.com" ]
Azure.noreply@github.com
2eebba53d96810f87e30cf377556f367d5ae17b1
cc91403e4302d70127562591ab3fda7a212e6312
/asqcenv/lib/python3.9/site-packages/asqc/asqc.py
ade74103aca22e8cf2e1c774024a023bed7f5a03
[]
no_license
gklyne/asqc
fdfb59e243f92968e2147ef28ce6c85394d9cab0
1fcd4d80727b8385e8707be12d1e45fe26d2229a
refs/heads/master
2022-07-28T09:05:07.923525
2022-07-14T19:44:52
2022-07-14T19:44:52
3,959,374
3
1
null
null
null
null
UTF-8
Python
false
false
26,669
py
#!/usr/bin/env python """ ASQC - A SPARQL query client """ import sys import os import os.path import urllib.parse import urllib import urllib.request # import io.StringIO import io import json import re import optparse import logging import traceback from .SparqlHttpClient import SparqlHttpClient from .SparqlXmlRes...
[ "gk-github@ninebynine.org" ]
gk-github@ninebynine.org
610057694e00c3e4fac05320e103e3137f135d00
76192480d7469e3d7f6ac8d8bbc3334445e5fddc
/app.py
07f63fbd87e728aa0ad6e9cd795f03b20816c8e7
[]
no_license
forgeworks/splendor
b7d383a154bf72701a00d005f9aafbd3e90a6b30
f99d66b76971f318637944a8ce5921367ee4aa21
refs/heads/master
2023-05-12T03:07:17.860147
2020-04-03T17:38:55
2020-04-03T17:38:55
155,748,967
0
0
null
null
null
null
UTF-8
Python
false
false
119
py
from flask import Flask from api_example import GreetingV1 app = Flask(__name__) app.register_blueprint(GreetingV1())
[ "deadwisdom@gmail.com" ]
deadwisdom@gmail.com
67dccdaf388e326388afec57b7acdf38c78908a9
eba0e40667d6082b5eeefdbaf2862e3f02fd774c
/mr_utils/sim/ssfp/quantitative_field_mapping.py
44a85af73a56bb265904c32bd1da3b6aaf216bbc
[]
no_license
zongjg/mr_utils
a0ec98ed2d03a6d52d81be8ef108993f92baeee1
08cb43dcf53fd6fddd3304e3514a608842310a34
refs/heads/master
2022-01-04T16:25:41.065177
2019-05-11T20:20:22
2019-05-11T20:20:22
null
0
0
null
null
null
null
UTF-8
Python
false
false
4,355
py
'''Quantitative field mapping for bSSFP. Collect quantitative MR maps (T1, T2, flip angle), then, assuming that these won't change during the duration of the scan, we can use these to take a single bSSFP scan each time point and solve for the off-resonance. Thus we get a field map at time point. ''' import numpy as ...
[ "nicholas.bgp@gmail.com" ]
nicholas.bgp@gmail.com
a4e0c192f3c8f4463eae05876b00114d00ab91c7
8ce23f191870868c86c7616882e6043b1102cb0d
/tools/text_processing/join_files_on_column_fuzzy/join_files_on_column_fuzzy.py
1e19f1dcfe4a4d3ab0743078894f5c196b0b2559
[]
no_license
StevenVerbruggen/galaxytools
56f99d0d629cb6d9e3db290c64f30b920de04f26
7d7365197e2cba2eb048121c9f0ee5546f06c520
refs/heads/master
2021-01-16T17:51:39.721403
2020-12-01T08:35:51
2020-12-01T08:35:51
100,017,016
0
0
null
2017-08-11T09:42:20
2017-08-11T09:42:20
null
UTF-8
Python
false
false
4,755
py
#!/usr/bin/env python import os import argparse import sys def main(args): if args.header: h1 = True h2 = True else: h1 = False h2 = False cache = list() out = open(args.outfile, 'w+') write_buffer = list() def _readline(header = False): with open(arg...
[ "bjoern.gruening@gmail.com" ]
bjoern.gruening@gmail.com
b897b084b288350d1a287661007953393d395943
0fccee4c738449f5e0a8f52ea5acabf51db0e910
/genfragments/EightTeV/BprimeBprime/BprimeBprimeToBHBHinc_M_800_TuneZ2star_8TeV_madgraph_cff.py
352c4947ebcf1ce31ccf35f0dd2e24c3165cb26a
[]
no_license
cms-sw/genproductions
f308ffaf3586c19b29853db40e6d662e937940ff
dd3d3a3826343d4f75ec36b4662b6e9ff1f270f4
refs/heads/master
2023-08-30T17:26:02.581596
2023-08-29T14:53:43
2023-08-29T14:53:43
11,424,867
69
987
null
2023-09-14T12:41:28
2013-07-15T14:18:33
Python
UTF-8
Python
false
false
4,231
py
import FWCore.ParameterSet.Config as cms #from Configuration.Generator.PythiaUEZ2Settings_cfi import * from Configuration.Generator.PythiaUEZ2starSettings_cfi import * generator = cms.EDFilter("Pythia6HadronizerFilter", pythiaHepMCVerbosity = cms.untracked.bool(False), maxEventsToPrint = cms.untracked.int32(0)...
[ "sha1-5c9a4926c1ea08b633689ec734e2440da58b8c56@cern.ch" ]
sha1-5c9a4926c1ea08b633689ec734e2440da58b8c56@cern.ch
d330066fb6ba0e836748a43a60059fe223936d8f
7e53ed2d6074a025fe960f72c21672cc23dcab14
/vt/tests/test_vt.py
c1d05f734a3b1993f80ddc0c57020fbbb90a49cb
[ "MIT" ]
permissive
kyokley/vittlify-cli
154410638b3a33640c01ab915dbf24d4e6afe13f
e3be7f3c7b0c00d59defe73af9aed0ec792800cc
refs/heads/master
2023-02-17T21:08:29.452548
2021-12-05T15:54:06
2021-12-05T15:54:06
58,974,128
0
0
MIT
2023-02-08T02:27:24
2016-05-16T23:09:51
Python
UTF-8
Python
false
false
41,993
py
import shlex import unittest import mock import pytest import requests from vt.utils import VittlifyError from vt.vt import ( Status, add, categories, complete, display_all_shopping_lists, display_item, display_shopping_list, display_shopping_list_categories, help, modify, ...
[ "kyokley2@gmail.com" ]
kyokley2@gmail.com
41ef33c1c1af378a664ea82f485c5a12ebeedd1c
a0fb29f99a852089193e4cc9a11e7263dc3f8b5f
/mayan/apps/metadata/literals.py
aba1309e370f89d0f6259a24ca393df9dc3e1f1c
[ "Apache-2.0" ]
permissive
ikang9712/Mayan-EDMS
0e22a944d63657cea59c78023b604a01a622b52a
d6e57e27a89805329fe0c5582caa8e17882d94e6
refs/heads/master
2023-07-28T19:41:55.269513
2021-09-07T14:16:14
2021-09-07T14:16:14
402,884,683
1
0
NOASSERTION
2021-09-03T20:00:09
2021-09-03T20:00:09
null
UTF-8
Python
false
false
227
py
from .parsers import MetadataParser from .validators import MetadataValidator DEFAULT_METADATA_AVAILABLE_VALIDATORS = MetadataValidator.get_import_paths() DEFAULT_METADATA_AVAILABLE_PARSERS = MetadataParser.get_import_paths()
[ "roberto.rosario@mayan-edms.com" ]
roberto.rosario@mayan-edms.com
c93ba3313bf6c3ee32e36cad9c787f55c5d4548b
8395ffb48750359d1bd51a201a41c7fe124998bc
/apc2015/perception/single_utils/src/generate_naive_cloud.py
4195bb9783faaf79d4485ed09ada91429266c3d6
[]
no_license
duke-iml/ece490-s2016
ab6c3d3fb159a28a9c38487cdb1ad3993008b854
f9cc992fbaadedc8a69678ba39f0c9d108e6910d
refs/heads/master
2020-04-12T09:03:56.601000
2016-11-29T21:36:48
2016-11-29T21:36:48
49,226,568
2
6
null
2016-11-29T21:36:49
2016-01-07T19:42:34
Python
UTF-8
Python
false
false
2,659
py
#!/usr/bin/env python from __future__ import division import sys import rospy import cv2 from std_msgs.msg import String from sensor_msgs.msg import Image from cv_bridge import CvBridge, CvBridgeError import subprocess import time import psutil import sys import os import matplotlib.pyplot as plt import numpy as np f...
[ "hauser.kris@gmail.com" ]
hauser.kris@gmail.com
1ffc8b3649921a8cf943112df31655726ca74210
de24f83a5e3768a2638ebcf13cbe717e75740168
/moodledata/vpl_data/143/usersdata/210/62277/submittedfiles/av2_p3_m2.py
26e0d4120d107718e01aaba735ca255a96ae8f9d
[]
no_license
rafaelperazzo/programacao-web
95643423a35c44613b0f64bed05bd34780fe2436
170dd5440afb9ee68a973f3de13a99aa4c735d79
refs/heads/master
2021-01-12T14:06:25.773146
2017-12-22T16:05:45
2017-12-22T16:05:45
69,566,344
0
0
null
null
null
null
UTF-8
Python
false
false
400
py
# -*- coding: utf-8 -*- def degrais(a): soma=0 degrau=0 for i in range(0,len(a)-1,1): soma=(a[i]-a[i+1]) if soma<0: soma=soma*(-1) if soma>degrau: degrau=soma return degrau h=int(input('digite o valor de h:')) j=[] for i in range(0,h,1): numero=int(inp...
[ "rafael.mota@ufca.edu.br" ]
rafael.mota@ufca.edu.br
7e70251ae9261b6cc83c7ebf3233459f5515f267
6fa701cdaa0d83caa0d3cbffe39b40e54bf3d386
/google/cloud/oslogin/v1beta/oslogin-v1beta-py/google/cloud/oslogin_v1beta/services/os_login_service/transports/grpc_asyncio.py
1c6fbed331f6c7d8d3fb9b348ed3be8e16af48ff
[ "Apache-2.0" ]
permissive
oltoco/googleapis-gen
bf40cfad61b4217aca07068bd4922a86e3bbd2d5
00ca50bdde80906d6f62314ef4f7630b8cdb6e15
refs/heads/master
2023-07-17T22:11:47.848185
2021-08-29T20:39:47
2021-08-29T20:39:47
null
0
0
null
null
null
null
UTF-8
Python
false
false
18,112
py
# -*- 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...
[ "bazel-bot-development[bot]@users.noreply.github.com" ]
bazel-bot-development[bot]@users.noreply.github.com
68062176f60959a3d7bd5ed6cfbb91d826843649
ca5b5c217e0053645c2664d777699e9a5050715e
/python/primitive.py
1352c69b984be863d2167845164d2ffaa39c93e0
[ "MIT" ]
permissive
rodluger/starrynight
1405ffdb5a0dd0fefc0ae34e7cdaf7eab4735356
d3f015e466621189cb271d4d18b538430b14a557
refs/heads/master
2021-10-26T03:32:15.220725
2021-10-22T15:16:48
2021-10-22T15:16:48
236,542,672
7
1
MIT
2020-06-03T19:51:10
2020-01-27T16:58:05
Jupyter Notebook
UTF-8
Python
false
false
15,076
py
from special import hyp2f1, J, ellip from utils import * from vieta import Vieta from linear import dP2 import matplotlib.pyplot as plt import numpy as np __ALL__ = ["compute_P", "compute_Q", "comput_T"] def compute_U(vmax, s1): """ Given s1 = sin(0.5 * kappa), compute the integral of cos(x) sin^v(...
[ "rodluger@gmail.com" ]
rodluger@gmail.com
1ba87cd411f46c264b9fd8759ef716c3d9e27938
c06efd90533c51c2b29b7e92cd13723388de25ee
/actions/patchStorageV1beta1StorageClass.py
a57bbce258efa5ad9e6ef149ec1d897e8648932f
[]
no_license
ajohnstone/stackstorm-kubernetes
490e4a73daad3713d7c5b5b639d5f30ff1ab3e58
99ffad27f5947583a2ab1b56e80c06003d014c47
refs/heads/master
2021-01-11T23:29:49.642435
2016-12-07T13:20:34
2016-12-07T13:20:34
78,588,572
0
0
null
2017-01-11T00:48:59
2017-01-11T00:48:59
null
UTF-8
Python
false
false
746
py
from lib import k8s from st2actions.runners.pythonrunner import Action class patchStorageV1beta1StorageClass(Action): def run(self,body,name,config_override=None,pretty=None): myk8s = k8s.K8sClient(self.config) args = {} if body is not None: args['body'] = body else: ...
[ "andy@impulsed.net" ]
andy@impulsed.net
003433cb893cff17a7ae9e5807ff49deed068997
0cc4eb3cb54f8394c127ace62d3108fdb5230c85
/.spack-env/view/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/dircache.pyi
523b850bc3e93f867de75c9bef0100e3b6d22c54
[]
no_license
jacobmerson/spack-develop-env
5b2d76f58c0b64ae97c64f77a3c4d33a770c71c8
5fca20ca343b1a76f05fc635c87f94ed25417d94
refs/heads/master
2022-07-04T02:22:50.264727
2020-05-06T05:13:50
2020-05-06T05:13:50
261,657,112
0
0
null
null
null
null
UTF-8
Python
false
false
187
pyi
/lore/mersoj/spack/spack/opt/spack/linux-rhel7-x86_64/gcc-7.3.0/py-jedi-0.17.0-zugnvpgjfmuk5x4rfhhxlsknl2g226yt/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/dircache.pyi
[ "mersoj@rpi.edu" ]
mersoj@rpi.edu
27e3a773e1f3b1c7193ce9a831b0b54a38653ad7
cf5f24e5a32f8cafe90d4253d727b1c0457da6a4
/algorithm/BOJ_1629.py
11a30af639ff558eb56b49660735d2acd32acf3e
[]
no_license
seoljeongwoo/learn
537659ca942875f6846646c2e21e1e9f2e5b811e
5b423e475c8f2bc47cb6dee09b8961d83ab08568
refs/heads/main
2023-05-04T18:07:27.592058
2021-05-05T17:32:50
2021-05-05T17:32:50
324,725,000
0
1
null
null
null
null
UTF-8
Python
false
false
290
py
# import sys # input = sys.stdin.readline # A,B,C=map(int,input().split()) # def solve(a,b): # if b==1: return a # ret = solve(a,b//2)%C # ret = (ret*ret)%C # if b%2==1: ret = (ret*a)%C # return ret # print(solve(A,B)%C) print(pow(*map(int,input().split())))
[ "noreply@github.com" ]
seoljeongwoo.noreply@github.com
f23530b0fcab203fccb0a43b9d3560015edbb1df
07504838d12c6328da093dce3726e8ed096cecdb
/pylon/resources/properties/safExtCnfg.py
f32c8cf1cee106166c91aab4c960446be0295d8e
[]
no_license
lcoppa/fiat-lux
9caaa7f3105e692a149fdd384ec590676f06bf00
7c166bcc08768da67c241078b397570de159e240
refs/heads/master
2020-04-04T02:47:19.917668
2013-10-10T10:22:51
2013-10-10T10:22:51
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,213
py
"""safExtCnfg standard property type, originally defined in resource file set standard 00:00:00:00:00:00:00:00-0.""" # Copyright (C) 2013 Echelon Corporation. All Rights Reserved. # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (th...
[ "lcoppa@rocketmail.com" ]
lcoppa@rocketmail.com
df760f3fb2bae9441d342cf168781c8ce3d3cf92
261fa6004234ccae2b1a4ff455ae54aefecbb172
/ui_extensions/content_export/views.py
cc9e021e8399ec531eb798666ee498596ae79847
[ "Apache-2.0" ]
permissive
svang001/cloudbolt-forge
671575eecd54e1207b7dde144db2fdb6c43c9ddf
3796900115876f8a9ee333b75f45e3d60d7705d7
refs/heads/master
2023-02-23T23:03:33.225739
2021-01-19T20:09:21
2021-01-19T20:09:21
null
0
0
null
null
null
null
UTF-8
Python
false
false
4,587
py
import requests from django.contrib import messages from django.http import HttpResponseRedirect from django.shortcuts import render from django.urls import reverse from django.utils.html import mark_safe from cbhooks.models import ( HookPointAction, RecurringActionJob, ServerAction, ResourceAction, TriggerPoint ...
[ "klaratta@cloudboltsoftware.com" ]
klaratta@cloudboltsoftware.com
490fcdfb16141de4f142150d27b614173af087da
2f0cb310e2ec8fb176ee240aa964a7eef5ed23b4
/giico/quality_control_and_material_testing/doctype/bulk_density_of_masonary/bulk_density_of_masonary.py
682281f533740a8c16ef57cb3acb6c2e523d8ca2
[ "MIT" ]
permissive
thispl/giico
b96cf6b707f361275f8723d15f8ea1f95f908c9c
14c5631639ab56a586a7962be9871d722c20e205
refs/heads/master
2021-06-18T03:56:02.928303
2021-04-27T06:42:59
2021-04-27T06:42:59
200,183,753
0
0
null
null
null
null
UTF-8
Python
false
false
264
py
# -*- coding: utf-8 -*- # Copyright (c) 2021, VHRS and contributors # For license information, please see license.txt from __future__ import unicode_literals # import frappe from frappe.model.document import Document class BulkDensityOfmasonary(Document): pass
[ "hereabdulla@gmail.com" ]
hereabdulla@gmail.com
56ab994254b3b1de4c46198dd4067152d1c0b8b9
47703c8cfd6b6cbbec7ceb2509da1bc049dd621f
/udoy_013.py
de28dafdc46a3bbd08f2137b5bbcbf693cf22f3f
[]
no_license
udoy382/PyCode
0638a646bd4cac4095a58135aea97ba4ccfd5535
69efde580f019cd41061501554b6193688a0a06f
refs/heads/main
2023-03-26T17:45:15.943887
2021-03-25T14:22:42
2021-03-25T14:22:42
324,485,735
1
0
null
null
null
null
UTF-8
Python
false
false
240
py
# Short Hand If Else Notation In Python #22 a = int(input("enter a\n")) b = int(input("enter b\n")) # 1st # if a>b: print("A B se bada hai bhai") # 2nd # print("B A se bada hai bhai") if a<b else print("A B se bada hai bhai")
[ "srudoy436@gmail.com" ]
srudoy436@gmail.com
acdf56c82a6bb37ed814ba0a5223a77421137d5c
ef78bd58d61002f45778a40da7759ed0b1998cd3
/code/transforms/univariategaussianization.py
85eb0ed34aec6c919cee82f5578985a62cf4bd41
[ "MIT" ]
permissive
afcarl/isa
61e85c0c790c7cc357e0c29fc5bda948e9c77ce4
f0497c0cc7bd72e0de7f4f9a8da40e214c22abe9
refs/heads/master
2020-03-19T21:36:06.716167
2013-01-28T18:32:30
2013-01-28T18:32:30
136,944,562
1
0
null
2018-06-11T15:20:45
2018-06-11T15:20:44
null
UTF-8
Python
false
false
1,634
py
__license__ = 'MIT License <http://www.opensource.org/licenses/mit-license.php>' __author__ = 'Lucas Theis <lucas@theis.io>' __docformat__ = 'epytext' from scipy.special import erf, erfinv from scipy.stats import norm from scipy.optimize import bisect from numpy import mean, sqrt, asarray, max, min, any from transform...
[ "lucas@theis.io" ]
lucas@theis.io
e4261450da05009ae1e965dc60840264ffe2a1e9
c9ddbdb5678ba6e1c5c7e64adf2802ca16df778c
/cases/pa3/sample/stmt_for_list_nested-32.py
8e5e853af19d4b97d79508438d9d61dc0c5fdca2
[]
no_license
Virtlink/ccbench-chocopy
c3f7f6af6349aff6503196f727ef89f210a1eac8
c7efae43bf32696ee2b2ee781bdfe4f7730dec3f
refs/heads/main
2023-04-07T15:07:12.464038
2022-02-03T15:42:39
2022-02-03T15:42:39
451,969,776
0
0
null
null
null
null
UTF-8
Python
false
false
102
py
x:int = 0 y:int = 0 z:[int] = None $ID = [1, 2, 3] for x in z: for y in z: print(x * y)
[ "647530+Virtlink@users.noreply.github.com" ]
647530+Virtlink@users.noreply.github.com
b6415094da921188a6c07160bf88440442a8f16d
049e2fab5e9e8f248e537cbada15d60d60536990
/environment/env_multi.py
be5637dedf9dd6ef8320973bbc255ebc9740da5c
[ "MIT" ]
permissive
RubenPants/RobotSimulator2D
adfd8c16ec48b34419cae096d16e5e6714410407
334d7b9cab0edb22d4670cfaf39fbed76c351758
refs/heads/master
2023-05-14T20:09:44.604695
2020-07-11T14:16:58
2020-07-11T14:16:58
223,198,189
0
0
null
null
null
null
UTF-8
Python
false
false
8,070
py
""" env_multi.py Environment where a single genome gets evaluated over multiple games. This environment will be called in a process. """ import sys from config import Config from environment.entities.game import get_game from population.population import Population from utils.dictionary import D_DONE, D_SENSOR_LIST ...
[ "broekxruben@gmail.com" ]
broekxruben@gmail.com
45b817d4a75f46e4e626eb9c9fb88a7376806c4e
0805420ce1890c36aa9e0cc1a782945464433ef6
/client/videoplayer/__init__.py
b55a1624352086133c05f65c066095386a59df16
[]
no_license
cnrat/dec-eve-serenity
4ebc3b2ab8faa6e6714dbb72b7ebcf92c4b2d75c
37519e66a5fbb0d7c417d5cf9778636991efbed8
refs/heads/master
2021-01-21T03:39:48.969227
2016-08-10T05:25:07
2016-08-10T05:25:07
null
0
0
null
null
null
null
UTF-8
Python
false
false
197
py
# Python bytecode 2.7 (decompiled from Python 2.7) # Embedded file name: e:\jenkins\workspace\client_SERENITY\branches\release\SERENITY\packages\videoplayer\__init__.py from _videoplayer import *
[ "victorique.de.blois@asu.edu" ]
victorique.de.blois@asu.edu
a88f046366e59b9019ba58620dd77522a9c42a0a
616cc6c05f525dd2cb67916601f6ecd2c8242f24
/homework/hw01/problems/client/cli/ok.py
66ac72252d323b4bd4a142ddda60f52f67f70359
[]
no_license
cookieli/cs61a_li
6f1d51aad7cd32fb27f64c855b3803bd2f8d9aad
6ee0df9c64842bde9e30a0484e661abf04212358
refs/heads/master
2020-04-07T14:32:38.337554
2018-03-07T10:18:03
2018-03-07T10:18:03
124,218,933
2
0
null
null
null
null
UTF-8
Python
false
false
8,952
py
"""ok is an autograder that you can use to run tests, back up your work, and submit assignments. You can run all tests with python3 ok There are several "options" you can give ok to modify its behavior. These options generally have both a short form (preceded by a single dash, like -q) or a long form (preceded b...
[ "you@example.com" ]
you@example.com
d62b71cee786178eddaf065c8d8850790282de38
be0f3dfbaa2fa3d8bbe59229aef3212d032e7dd1
/DaVinci_v36r1p3/InstallArea/x86_64-slc6-gcc48-opt/python/StrippingArchive/Stripping20r0p2/Beauty2Charm_Lb2XBuilder.py
c4d358fa0c53e8008b7e6ea45f0cfda3390b17fc
[]
no_license
Sally27/backup_cmtuser_full
34782102ed23c6335c48650a6eaa901137355d00
8924bebb935b96d438ce85b384cfc132d9af90f6
refs/heads/master
2020-05-21T09:27:04.370765
2018-12-12T14:41:07
2018-12-12T14:41:07
185,989,173
0
0
null
null
null
null
UTF-8
Python
false
false
12,053
py
#\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\# from copy import deepcopy from Gaudi.Configuration import * from GaudiConfUtils.ConfigurableGenerators import CombineParticles from PhysSelPython.Wrappers import Selection from Beauty2Charm_LoKiCuts import LoKiCuts from Beauty2Charm_Utils ...
[ "slavomirastefkova@b2pcx39016.desy.de" ]
slavomirastefkova@b2pcx39016.desy.de
46bf955e07557ee8530320380cf68eb939581578
227539d0906cdfbb7cd19f16599c35d5bd09abfd
/Stepik_Adaptive_Python/adaptive-python-en-master/Step 070 Riddle.py
5762e4cba5be9ed1142cc7c9eba781abb385451a
[]
no_license
solomonli/PycharmProjects
cceb92a11ec1f9e7fef25bca552d8264c75228a0
31673627487db1370424f5b0aeee3e20bb23b47a
refs/heads/master
2021-06-24T11:59:36.365496
2019-07-08T09:53:18
2019-07-08T09:53:18
148,558,376
0
0
null
null
null
null
UTF-8
Python
false
false
148
py
riddle = ''' {0} and {1} sat in the tree. {0} had fallen, {1} was stolen. What's remaining in the tree? ''' print(riddle.format(input(), input()))
[ "richdad.solomon@gmail.com" ]
richdad.solomon@gmail.com
4a13ba1319edbfe715b0595a65cffb4119942d5b
b84c89d0ade21bf8c2df9d0cf8f94d7a27c2824b
/test/integration/test_cursor.py
fc9dc209577a61eeb75a497eb6aa8552833b627a
[ "Apache-2.0" ]
permissive
srlabUsask/py2neo
931b06678561201d56a36ec10da7ad4614ab6c87
80d3cf1ab0b4cfb03b7824fd7a407b33c95a1e8f
refs/heads/master
2022-11-16T21:17:42.319698
2020-07-12T23:00:29
2020-07-12T23:00:29
279,281,481
0
0
Apache-2.0
2020-07-13T11:17:53
2020-07-13T11:17:50
null
UTF-8
Python
false
false
5,453
py
#!/usr/bin/env python # -*- encoding: utf-8 -*- # Copyright 2011-2020, Nigel Small # # 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 # # Unle...
[ "nigel@neo4j.com" ]
nigel@neo4j.com
bf6422eb78f6c700211eaab310ce54a6a70d1a4b
22c56d6cb744a0b7a5879376bed0f8e12abbf357
/14_xi/04_ParallelogramVOn4Lines.py
3137178f0acbda5f06e2778f3972f981a83f2fb7
[ "MIT" ]
permissive
mirefek/py_euclidea
8854bd648e4e5cbadaca9d48fffb6f31d5a3447e
8e400cbf36e3c8919fcc0032b7a95ce55012416e
refs/heads/master
2023-08-30T14:12:28.195003
2021-11-16T21:02:20
2021-11-16T21:02:20
215,083,101
7
3
null
2021-10-05T15:56:38
2019-10-14T15:45:21
Python
UTF-8
Python
false
false
1,105
py
from constructions import * def init(env): A = env.add_free(263.0, 116.0, hidden = True) B = env.add_free(488.5, 335.0, hidden = True) C = env.add_free(140.0, 335.0, hidden = True) X = env.add_free(280.0, 181.5, hidden = True) l1 = env.add_line(A,B) l2 = env.add_line(A,C) l3 = env.add_line(...
[ "mirek@olsak.net" ]
mirek@olsak.net
2fff3390b23f34ecccaa20ba3b41671bdfaebfa5
e3cd9de7d7e68e5995680a297fa25652487b0d02
/tests/sum_squares_test.py
b2ef648f012073ee2f9ded722f3ce60b17d76950
[ "Apache-2.0" ]
permissive
bsaghafi/erdos
2293993bb336d0a9466a17cc15236390c379d8f8
ac27a9607f2550bbac999a0c5fb36c84c2860d2e
refs/heads/master
2020-08-21T02:11:06.982785
2019-06-26T23:55:44
2019-06-26T23:55:44
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,222
py
from __future__ import print_function from absl import app from absl import flags import numpy as np from erdos.data_stream import DataStream from erdos.message import Message import erdos.graph from erdos.op import Op from erdos.timestamp import Timestamp from erdos.utils import frequency FLAGS = flags.FLAGS flags....
[ "gogionel@gmail.com" ]
gogionel@gmail.com
69093d96a03fc2ddc7f4fd1fb870114f283018ca
ca7aa979e7059467e158830b76673f5b77a0f5a3
/Python_codes/p03574/s625136603.py
8c1ddbc3ce968e40601728c96995e7838eb37d66
[]
no_license
Aasthaengg/IBMdataset
7abb6cbcc4fb03ef5ca68ac64ba460c4a64f8901
f33f1c5c3b16d0ea8d1f5a7d479ad288bb3f48d8
refs/heads/main
2023-04-22T10:22:44.763102
2021-05-13T17:27:22
2021-05-13T17:27:22
367,112,348
0
0
null
null
null
null
UTF-8
Python
false
false
281
py
h,w=map(int, input().split()) w1=['.'*(w+2)] s=w1+['.'+input()+'.' for _ in range(h)]+w1 for i in range(1,h+1): for j in range(1,w+1): if s[i][j]=='.': t=s[i-1][j-1:j+2]+s[i][j-1:j+2]+s[i+1][j-1:j+2] s[i]=s[i][:j]+str(t.count('#'))+s[i][j+1:] print(s[i][1:-1])
[ "66529651+Aastha2104@users.noreply.github.com" ]
66529651+Aastha2104@users.noreply.github.com
c2df6d6c9916fde341abb0d235790b8577ee05b0
2c838d3ffee6e357014dd0cd543ef841503d6647
/src/Watcher/transforms/client2manufact.py
96618403f6e2beb9ec4a0730b0ab2fe62594ced8
[]
no_license
catalyst256/Watcher
079bb0ffead77c46a814e01e851cf1b6a33b2678
14123f501643475fc97b64093284c1b509897550
refs/heads/master
2021-01-25T10:29:18.110796
2015-01-16T07:43:44
2015-01-16T07:43:44
14,232,782
21
6
null
null
null
null
UTF-8
Python
false
false
1,333
py
#!/usr/bin/env python import sqlite3 as lite from common.entities import WirelessClient, Vendor from canari.maltego.message import UIMessage from canari.framework import configure #, superuser __author__ = 'catalyst256' __copyright__ = 'Copyright 2013, Watcher Project' __credits__ = [] __license__ = 'GPL' __version__...
[ "catalyst256@gmail.com" ]
catalyst256@gmail.com
f3fcbba0237d608e49a75d1fa5647d4f603bfbd2
5a52ccea88f90dd4f1acc2819997fce0dd5ffb7d
/alipay/aop/api/request/KoubeiCateringPosPaymodeModifyRequest.py
61eb98611f3cf9308bdfa7fdf4eec6bb8fc78aa6
[ "Apache-2.0" ]
permissive
alipay/alipay-sdk-python-all
8bd20882852ffeb70a6e929038bf88ff1d1eff1c
1fad300587c9e7e099747305ba9077d4cd7afde9
refs/heads/master
2023-08-27T21:35:01.778771
2023-08-23T07:12:26
2023-08-23T07:12:26
133,338,689
247
70
Apache-2.0
2023-04-25T04:54:02
2018-05-14T09:40:54
Python
UTF-8
Python
false
false
3,979
py
#!/usr/bin/env python # -*- coding: utf-8 -*- import json from alipay.aop.api.FileItem import FileItem from alipay.aop.api.constant.ParamConstants import * from alipay.aop.api.domain.KoubeiCateringPosPaymodeModifyModel import KoubeiCateringPosPaymodeModifyModel class KoubeiCateringPosPaymodeModifyRequest(object): ...
[ "liuqun.lq@alibaba-inc.com" ]
liuqun.lq@alibaba-inc.com
e29899992d7b9d372aed601eae6f1f6896db9247
a83dc7ccce7962addbb7a7d3f45eea1dac000a21
/10day/2.py
8d49febd380f81aa32131265dce0dbbe43835e22
[]
no_license
liruixiong/1808
879bb90587db0a7073e1a9b5b6c98e7d754feaf9
45f67f0ea8b25a7a68efd07272f6f361eae625c3
refs/heads/master
2020-03-25T19:34:37.676624
2018-08-22T01:49:04
2018-08-22T01:49:04
144,089,720
0
0
null
null
null
null
UTF-8
Python
false
false
178
py
at =float(input(" ")) y = float(input(" ")) mo = input("+-*/") if mo == "+": print(at+y) elif mo == "-": print(at-y) elif mo == "*": print(at*y) elif mo == "/": print(at/y)
[ "1356703763@qq.com" ]
1356703763@qq.com
5f95567bceaf7b570e56328ed86f10ff0b772f05
940d7b93fb27e8eead9b6e52bc5c7444666744dd
/python/src/Demo/cgi/cgi2.py
d956f6538c63219fc0c7486a6b8aec4cd0f38de9
[ "GPL-1.0-or-later", "LicenseRef-scancode-other-copyleft", "Python-2.0", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-python-cwi", "Apache-2.0" ]
permissive
pilotx45/sl4a
d446531d310cc17d93f24aab7271a0813e8f628d
150e3e46b5103a9b9a391034ef3fbc5bd5160d0f
refs/heads/master
2022-03-24T19:48:30.340479
2022-03-08T16:23:58
2022-03-08T16:23:58
277,016,574
1
0
Apache-2.0
2022-03-08T16:23:59
2020-07-04T01:25:36
null
UTF-8
Python
false
false
472
py
#!/usr/local/bin/python """CGI test 2 - basic use of cgi module.""" import cgitb; cgitb.enable() import cgi def main(): form = cgi.FieldStorage() print "Content-type: text/html" print if not form: print "<h1>No Form Keys</h1>" else: print "<h1>Form Keys</h1>" for key in f...
[ "damonkohler@gmail.com" ]
damonkohler@gmail.com
b6bde677aac4f26f15c0fe037c8ece62d778b970
f4de413ad77ffaa9b2e7d65e1579a8d2696c0c42
/classifier/rnn.py
93be5b6baf981193a36d1dee3fc2ddf89ffa91f5
[]
no_license
BinbinBian/Parable
b4d93d4fef2bb02f19cb3571501c8a8162045ff1
f2ceb0b9a5749db7578c95edcbd2a26adb7249cf
refs/heads/master
2021-01-17T18:44:06.129814
2016-05-07T06:13:35
2016-05-07T06:13:35
null
0
0
null
null
null
null
UTF-8
Python
false
false
313
py
from rnn_layers import * import theano import numpy as np class RNNEncoderDecoder(object): """ A RNN Encoder-Decoder Framework """ class StochasticRNN(object): """ RNN that can encode arbitrarily long sequence (thousands of time steps) (best for QA, Paragraph chunking tasks) """
[ "leo.niecn@gmail.com" ]
leo.niecn@gmail.com
ee977d4256e3ec68006d3288301f797322b991c0
5308f19fa60215f2d44aa4530230075c245b3dad
/odoo/openerp/addons/base/res/res_config.py
9f1963148f337367bb8ba5a626a6e991f8a33de9
[]
no_license
ihyf/raspberry_pi
c5c5fe791f021de4356a442717450c815f858a81
d8a531ae9ade5f3e1f49c7d1b21583fbe1b8c09e
refs/heads/master
2020-06-11T07:57:19.140772
2017-01-04T12:00:59
2017-01-04T12:00:59
75,728,400
1
0
null
null
null
null
UTF-8
Python
false
false
31,652
py
# -*- coding: utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). # # This program is free software: you can redistribute it and/or modify # it under the terms of ...
[ "huangyingfei@hollywant.com" ]
huangyingfei@hollywant.com
53e60a6387d3a899ed311a33fdaded25fdf5e460
c725fc58d217f6730687a565fbf85fcf174e8009
/code_SDSS/sql_bright_star.py
549fb863ca8b726b5c8de71ac5c9955cb27620e0
[]
no_license
Kein-Cary/Intracluster-Light
6faca2bd0413244765474beeffd53cfaa401eef2
ffcb2d6ea10be45422c7e73408fc6ff6cadf3a85
refs/heads/master
2023-03-18T04:51:06.539453
2023-03-12T02:48:01
2023-03-12T02:48:01
160,816,520
1
0
null
null
null
null
UTF-8
Python
false
false
2,347
py
import h5py import numpy as np import astropy.io.fits as fits import mechanize import pandas as pd from io import StringIO import astropy.units as U import astropy.constants as C from astropy import cosmology as apcy #url = 'http://skyserver.sdss.org/dr12/en/tools/search/sql.aspx' url = 'http://cas.sdss.org/dr7/en/...
[ "cxkast@gmail.com" ]
cxkast@gmail.com
b023906757f0266c579b3042d843bdd4da38d017
8126291334a4288f51b1116ea31e953debf07039
/SRC/engine/IO/propertyoutput.spy
11311550633bb57671c61075db7d567d2fda3223
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
jumpingyu/OOF2
846a7dd506f029535153834607b698ce32dc155d
31a25398b046c1963859dd96785329d2a9af8681
refs/heads/master
2020-05-21T09:12:07.013560
2019-04-02T21:05:49
2019-04-02T21:05:49
null
0
0
null
null
null
null
UTF-8
Python
false
false
7,216
spy
# -*- python -*- # This software was produced by NIST, an agency of the U.S. government, # and by statute is not subject to copyright in the United States. # Recipients of this software assume all responsibilities associated # with its operation, modification and maintenance. However, to # facilitate maintenance we a...
[ "lnz5@rosie.nist.gov" ]
lnz5@rosie.nist.gov
c8ce9fe2ffe6f9aad8ba442ef8c5905d1888f424
c97d3c8848e4f03edb6c64b6abff530a6e74d616
/apps/models_sklearn_spark/Matrix_factorization/handler.py
1b6060f59557d47ea3890cf8f7f98d14845086ee
[ "Apache-2.0" ]
permissive
simhaonline/Django_web
eeb80d8f32a460258fceb30ecececd7410949f72
f7df1a7b101d41835a334b78cddf3570968799e4
refs/heads/master
2023-04-24T23:33:51.535515
2021-04-02T15:20:29
2021-04-02T15:20:29
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,937
py
#!/usr/bin/python # -*- coding: utf-8 -*- # __author__ : stray_camel # __description__ : 矩阵分解 # __date__: 2020/09/09 09 try: from apps.data.handler import get_ml_1m_ratings_df except: pass from math import sqrt from sklearn.metrics import mean_squared_error from scipy.sparse.linalg import svds from sklearn.mod...
[ "aboyinsky@outlook.com" ]
aboyinsky@outlook.com
810bf355ace92ebc37e0d77e7bf8b58519ee67c4
be0388dfda0602ae49eb6bd4efe24703f7288cf2
/google/cloud/datalabeling/__init__.py
dbfce79fa39bb5622d98a9a16c979c2ba602ff41
[ "Apache-2.0" ]
permissive
renovate-bot/python-datalabeling
3211e3f71bba67a8272d48492abdbaa75def3a54
f2d2282ae971ac946de166c6449e923bc94432cb
refs/heads/master
2023-06-08T06:38:30.633651
2021-08-13T15:31:29
2021-08-13T15:31:29
237,521,154
0
0
Apache-2.0
2020-01-31T21:43:01
2020-01-31T21:43:00
null
UTF-8
Python
false
false
17,802
py
# -*- 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...
[ "noreply@github.com" ]
renovate-bot.noreply@github.com
ee4a8bd968583926c1ed2877ab805846d1966635
be0f3dfbaa2fa3d8bbe59229aef3212d032e7dd1
/Gauss_v45r10p1/Gen/DecFiles/options/16144140.py
a395cacae7ac1620e027f02c873102b4b6342cf3
[]
no_license
Sally27/backup_cmtuser_full
34782102ed23c6335c48650a6eaa901137355d00
8924bebb935b96d438ce85b384cfc132d9af90f6
refs/heads/master
2020-05-21T09:27:04.370765
2018-12-12T14:41:07
2018-12-12T14:41:07
185,989,173
0
0
null
null
null
null
UTF-8
Python
false
false
895
py
# file /home/hep/ss4314/cmtuser/Gauss_v45r10p1/Gen/DecFiles/options/16144140.py generated: Wed, 25 Jan 2017 15:25:29 # # Event Type: 16144140 # # ASCII decay Descriptor: [Xi_b0 -> (Lambda0 -> p+ pi-) (J/psi(1S) -> mu+ mu-)]cc # from Configurables import Generation Generation().EventType = 16144140 Generation().SampleGe...
[ "slavomirastefkova@b2pcx39016.desy.de" ]
slavomirastefkova@b2pcx39016.desy.de
b768b58cf3721bb2f6b3a2fc866798aa78ca6847
a990bd26d3a69d1ea6699c85efa2cea99452c3df
/problems/leetcode/rottingOranges994.py
5388c929d4cee4a0f12199681fa2844bb927234b
[]
no_license
abecus/DS-and-Algorithms
5f1a948a085465ae165090ec957a9d5307ce729d
3259e8183382265a27cf8c91e37d0086175a5703
refs/heads/master
2022-05-05T07:07:08.194243
2022-04-05T16:23:39
2022-04-05T16:23:39
193,111,610
11
6
null
2020-11-18T16:19:18
2019-06-21T14:27:25
Python
UTF-8
Python
false
false
1,960
py
""" _________________________994. Rotting Oranges_________________________ Difficulty: Medium Likes: 1259 Dislikes: 170 Solution: Available Total Accepted: 77.3K Total Submission: 164.3K Acceptance Rate: 47.0% Tags: Breadth-first Search In a given grid, each cell can have one of three values: the value 0 repre...
[ "insaaone@gmail.com" ]
insaaone@gmail.com
b3d2499cc45fea03a267a459dd73d738e8962baa
601362aea0d323309bea046d93ef3f2abe090718
/flog/libs/wikipedia.py
b8f67543bdc12c2b8f795d5ecf414fb4fbf6e2b9
[]
no_license
ErikBurdett/flog
cca1d780835351b7017b993e4047d43a437c6504
633bd3ff95b62766fcf40d76513d27b8785870a0
refs/heads/master
2022-10-30T17:01:31.538700
2020-06-16T04:40:14
2020-06-16T04:40:14
null
0
0
null
null
null
null
UTF-8
Python
false
false
157
py
import requests def random_article(): url = f'https://en.wikipedia.org/api/rest_v1/page/random/title' return requests.get(url, timeout=2.0).json()
[ "randy@thesyrings.us" ]
randy@thesyrings.us
2bab2de433e731e2c1376160a0148c2a824ea777
46083e01408b6bb2e05f78a38f69fd5a6881a4c3
/autotesting/test2/testcase/testbase.py
1611bc6797907d0c433ece866a2067286b297c17
[]
no_license
caixinshu/api
7601ce97ed6666cbc5995ecd1e32165605a7da7e
b75bf1bdbf4ee14f0485d552ff2f382c7991821e
refs/heads/master
2021-01-22T05:54:14.651098
2019-12-17T09:09:23
2019-12-17T09:19:26
81,718,456
0
0
null
null
null
null
UTF-8
Python
false
false
775
py
# -*- coding: utf-8 -* import requests from suds.client import Client from config import url from tools import readexceldata #初始化url class test: def __init__(self,url,file,colnameindex,by_name): self.url=url self.file=file self.colnameindex=colnameindex self.by_name=by_...
[ "651696408@qq.com" ]
651696408@qq.com
3a04a77da2ee5df5107a7f1f4186b15aaa3400bd
ca08100b33a78c01bf49f097f4e80ed10e4ee9ad
/intrepidboats/apps/boats/migrations/0025_auto_20170518_1334.py
4d0337d5918da1292d1f741df70a316bbba6feec
[]
no_license
elite0401/intrepidpowerboats
347eae14b584d1be9a61ca14c014135ab0d14ad0
d2a475b60d17aa078bf0feb5e0298c927e7362e7
refs/heads/master
2021-09-11T01:51:47.615117
2018-04-06T02:20:02
2018-04-06T02:20:02
null
0
0
null
null
null
null
UTF-8
Python
false
false
567
py
# -*- coding: utf-8 -*- # Generated by Django 1.10.4 on 2017-05-18 17:34 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('boats', '0024_video_video_external_url'), ] operations = [ migrations.Alter...
[ "elite.wisdom@gmx.com" ]
elite.wisdom@gmx.com
5493043be3c35aaaa1701498e246f4f8555ae5d7
8b2aeac35b73d03587251311fcd171e72a8fc854
/photos/migrations/0002_auto_20180128_1207.py
4b21b603c9fe41632188a38fc2948d97f3dcf7af
[]
no_license
mansonul/wedding
78e273cf68b5897136c0b8ef18c664c3cfa505e2
3168faa79f1c223eb078e0e1941a2ddfeab903c4
refs/heads/master
2021-05-10T18:16:13.795886
2018-01-29T18:13:41
2018-01-29T18:13:41
118,626,784
0
0
null
null
null
null
UTF-8
Python
false
false
573
py
# -*- coding: utf-8 -*- # Generated by Django 1.11.9 on 2018-01-28 12:07 from __future__ import unicode_literals from django.db import migrations import imagekit.models.fields import photos.models class Migration(migrations.Migration): dependencies = [ ('photos', '0001_initial'), ] operations =...
[ "contact@dragosnicu.com" ]
contact@dragosnicu.com
7b485e6c81c4efd3aac47646b1b61652249aa27d
f9b5a01d8cfeddc0c52fcbfc593fa0f31c4df1bf
/ex06/ex06.py
6367fad5aff079d421fae75ad052baafeb043335
[]
no_license
wogurdlek2/16PFA-2013211032
358154af14f65b7fd635dd9a682dd9ea22d7539e
478616b3a090c596afba1b62f01152d468e0f014
refs/heads/master
2021-01-21T12:59:29.942224
2016-05-25T11:31:16
2016-05-25T11:31:16
53,999,917
0
0
null
null
null
null
UTF-8
Python
false
false
396
py
x = "There are %d types of prople." % 10 binary = "binary" do_not = "don't" y = "Those who know %s and those who %s." % (binary, do_not) print x print y print "I sais: %r." % x print "I also said: '%s'." % y hilarious = False joke_evaluation = "Isn't that joke so funny?! %r" print joke_evaluation % hilarious w = "...
[ "CAD Client" ]
CAD Client
591f5c567067bbf1a4785cce4f3aeadf302ac753
46279163a543cd8820bdc38133404d79e787c5d2
/torch/fx/experimental/accelerator_partitioner.py
43ec348d45e6d857feec35e24007b65c58eb1108
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "BSL-1.0", "Apache-2.0", "BSD-2-Clause" ]
permissive
erwincoumans/pytorch
31738b65e7b998bfdc28d0e8afa7dadeeda81a08
ae9f39eb580c4d92157236d64548b055f71cf14b
refs/heads/master
2023-01-23T10:27:33.628897
2020-12-06T01:22:00
2020-12-06T01:23:40
318,930,000
5
1
NOASSERTION
2020-12-06T01:58:57
2020-12-06T01:58:56
null
UTF-8
Python
false
false
41,390
py
from torch.fx.graph_module import GraphModule from torch.fx.node import Node, map_arg from typing import Dict, List, Set, NamedTuple, Tuple import torch from torch.fx.experimental.subgraph_creation_example import split_module import operator from torch.fx.experimental.partitioner_utils import Partition, \ Device, P...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
bb42ad482fbb2350569ef7809947d727ac99b2f2
9ecfba7ed75b2869b09ec3e79c1f45dab21b9640
/others/cropimage.py
2583ee07c70b7822aad8ceca2237d18e83ee22a9
[ "MIT" ]
permissive
pection/Scraper-website
ca7af593e421d4f09bfc280d6ec24e6562e0f6c3
77ed1df5103e1d8222a055c19acf5af255ffa4aa
refs/heads/master
2022-12-25T15:51:46.958483
2020-10-07T13:58:40
2020-10-07T13:58:40
315,717,273
1
0
MIT
2020-11-24T18:18:42
2020-11-24T18:18:41
null
UTF-8
Python
false
false
817
py
import cv2 import os import sys import numpy as np from PIL import Image num=1 path ="//Users/pection/Documents/Crop/" #we shall store all the file names in this list filelist=[] for root, dirs, files in os.walk(path): for file in files: if(file.endswith(".png")): filelist.append(os.path.join(ro...
[ "pection.naphat@gmail.com" ]
pection.naphat@gmail.com
4171f3f9288b6953d7b6ea9c6d40cec41f3b8406
9f1039075cc611198a988034429afed6ec6d7408
/tensorflow-stubs/contrib/slim/python/slim/nets/inception_v3.pyi
df9dccde040bd84ccfd994e2ec65a1450b9e965f
[]
no_license
matangover/tensorflow-stubs
9422fbb1cb3a3638958d621461291c315f9c6ec2
664bd995ef24f05ba2b3867d979d23ee845cb652
refs/heads/master
2020-05-23T12:03:40.996675
2019-05-15T06:21:43
2019-05-15T06:21:43
186,748,093
0
0
null
null
null
null
UTF-8
Python
false
false
1,288
pyi
# Stubs for tensorflow.contrib.slim.python.slim.nets.inception_v3 (Python 3) # # NOTE: This dynamically typed stub was automatically generated by stubgen. from tensorflow.contrib import layers as layers from tensorflow.contrib.framework.python.ops import arg_scope as arg_scope from tensorflow.contrib.layers.python.lay...
[ "matangover@gmail.com" ]
matangover@gmail.com
f0d8f6c720eb71434eb0ba1ce0acdcdedf4ed128
2aace9bb170363e181eb7520e93def25f38dbe5c
/build/idea-sandbox/system/python_stubs/cache/2e033ce6e3a2cdde5174895cadb3b406b2a013729dd641fee2cebd9f7ed97879/cv2/videoio_registry.py
0be5f4768f19952c2adff113bfb96d3a9ccf5394
[]
no_license
qkpqkp/PlagCheck
13cb66fd2b2caa2451690bb72a2634bdaa07f1e6
d229904674a5a6e46738179c7494488ca930045e
refs/heads/master
2023-05-28T15:06:08.723143
2021-06-09T05:36:34
2021-06-09T05:36:34
375,235,940
1
0
null
null
null
null
UTF-8
Python
false
false
1,362
py
# encoding: utf-8 # module cv2.videoio_registry # from C:\Users\Doly\Anaconda3\lib\site-packages\cv2\cv2.cp37-win_amd64.pyd # by generator 1.147 # no doc # no imports # Variables with simple values __loader__ = None __spec__ = None # functions def getBackendName(api): # real signature unknown; restored from __doc_...
[ "qinkunpeng2015@163.com" ]
qinkunpeng2015@163.com
ace559b46e79210154608496701d451bae6e9f1d
df21c2c16ecfb4a46b1d88b0474291ac67c8a05a
/app/migrations/0003_auto_20180708_1239.py
5d2a0d3ed37768c660d5b76e1dec863b6836cb8e
[]
no_license
aditya2222/CatchUp
245dc4d122be7d596f8928d32a33acbbd754a4f3
915363faf7b59c81da070a70f9587f177a20d695
refs/heads/master
2020-03-22T14:21:17.689064
2018-07-08T14:08:24
2018-07-08T14:08:24
140,172,877
0
0
null
null
null
null
UTF-8
Python
false
false
689
py
# Generated by Django 2.0.7 on 2018-07-08 12:39 from django.conf import settings from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('app', '0002_auto_20180708_1219'), ] operations = [ migrations.AddField( ...
[ "adityasingh222247@gmail.com" ]
adityasingh222247@gmail.com
e372ef2a62d72abec5ba965d40ac64c52e42e1cd
6da9c8536378131cc28d6a9bbe2d1de7de70fbe8
/Hackerrank/_Contests/Project_Euler/Python/pe009.py
25a6197d9d0384d61e15f5053dfd1e8bf479f99c
[]
no_license
austinsonger/CodingChallenges
50f61330270cb6452715e6c28ae93b4595df6aa3
0cdc23fb909aa06a24294d923cedd37621e56a81
refs/heads/master
2021-04-30T13:21:36.111770
2019-07-16T18:49:02
2019-07-16T18:49:02
121,293,018
1
2
null
null
null
null
UTF-8
Python
false
false
596
py
''' Special Pythagorean triplet Problem 9 A Pythagorean triplet is a set of three natural numbers, a < b < c, for which, a^2 + b^2 = c^2 For example, 3^2 + 4^2 = 9 + 16 = 25 = 5^2. There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the product abc. ''' __author__ = 'SUN' if __name__ == '__...
[ "austinvernsonger@protonmail.com" ]
austinvernsonger@protonmail.com
be7023cfd8e20ca8aa5c7262dc094051426d8610
2aace9bb170363e181eb7520e93def25f38dbe5c
/build/idea-sandbox/system/python_stubs/cache/935e39a6b43731383c8ecd4f86063224edc819ebd6d95bfabab328fca05f4912/cython_runtime.py
37c3804fcd8cb40135e6b055396f17c83e3f5186
[]
no_license
qkpqkp/PlagCheck
13cb66fd2b2caa2451690bb72a2634bdaa07f1e6
d229904674a5a6e46738179c7494488ca930045e
refs/heads/master
2023-05-28T15:06:08.723143
2021-06-09T05:36:34
2021-06-09T05:36:34
375,235,940
1
0
null
null
null
null
UTF-8
Python
false
false
278
py
# encoding: utf-8 # module cython_runtime # from C:\Users\Doly\Anaconda3\lib\site-packages\scipy\special\_ellip_harm_2.cp37-win_amd64.pyd # by generator 1.147 # no doc # no imports # Variables with simple values __loader__ = None __spec__ = None # no functions # no classes
[ "qinkunpeng2015@163.com" ]
qinkunpeng2015@163.com
246b0476cf8c2531744051a05c4b6a1b6a94b575
71969e3559d93efbd560265db5264b1d93ddaaa2
/LSpider/urls.py
9206fa2394bfa78e8e9f921e98893e22ef2bdb57
[ "MIT" ]
permissive
morole/LSpider
e3cc28c4afd060325d12a622c587cb45841a6e6d
1dcdd820a8c0520cc8b3c851a5ba7bd06fcbf2f8
refs/heads/master
2023-06-20T21:58:43.979326
2021-08-02T02:36:45
2021-08-02T02:36:45
null
0
0
null
null
null
null
UTF-8
Python
false
false
813
py
"""LSpider URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/1.11/topics/http/urls/ Examples: Function views 1. Add an import: from my_app import views 2. Add a URL to urlpatterns: url(r'^$', views.home, name='home') Class-ba...
[ "lorexxar@gmail.com" ]
lorexxar@gmail.com
28e9be7467b749a9f75b1304978786d2c3f3c9d7
756f1c2c014b928c57fc2001347abbb1f104b696
/python/marvin/core/caching_query.py
6c09ef2b321a6d4aef280f971b2724df5f7a9921
[ "BSD-3-Clause" ]
permissive
sdss/marvin
ebe1e5325ed20fb46324ae6529bcc9acc220bd10
db4c536a65fb2f16fee05a4f34996a7fd35f0527
refs/heads/main
2022-11-08T23:16:00.622114
2022-11-02T15:25:53
2022-11-02T15:25:53
71,501,855
56
40
BSD-3-Clause
2022-08-11T13:16:21
2016-10-20T20:30:15
Python
UTF-8
Python
false
false
9,153
py
#!/usr/bin/env python # encoding: utf-8 """caching_query.py Represent functions and classes which allow the usage of Dogpile caching with SQLAlchemy. Introduces a query option called FromCache. The three new concepts introduced here are: * CachingQuery - a Query subclass that caches and retrieves results in/fro...
[ "havok2063@hotmail.com" ]
havok2063@hotmail.com
2de2010bec76a55f68fd7df8729f7d83ce87a3ea
fe8360d9284d8156cd557d3a757645c11849cdd9
/models/address.py
3c11b1443ea2136894676b06698d4e57f8b4cd02
[]
no_license
hvanreenen/fhir-rest-server
5a1a5bcb9a3477d9f9d133c263f61ba202db5741
36ae55706aba0fdfcf084dbb24bd8c73929b3e0f
refs/heads/master
2021-01-10T23:45:06.793874
2016-10-20T09:57:04
2016-10-20T09:57:04
70,390,390
0
0
null
null
null
null
UTF-8
Python
false
false
2,973
py
#!/usr/bin/env python # -*- coding: utf-8 -*- # # Generated from FHIR 1.0.2.7202 (http://hl7.org/fhir/StructureDefinition/Address) on 2016-10-07. # 2016, SMART Health IT. from . import element class Address(element.Element): """ A postal address. There is a variety of postal address formats defined ar...
[ "henk-jan.van.reenen@nlhealthcareclinics.com" ]
henk-jan.van.reenen@nlhealthcareclinics.com
e4ffd83343645d489fd7f0901317a07d4bdea4b1
c0a25bd77d98e6087c745d5fa2862c4a715a8f59
/standupmeeting/settings.py
241a863296e0a608133996cb32846d82c37359a1
[]
no_license
codyowl/standupmeeting
a84f356b611bd87956b9aa15c58a6ca63fbffebc
bd2a782406901f492f54c1780e1d85d07fe51c20
refs/heads/master
2021-01-21T15:18:49.137211
2017-06-17T17:47:40
2017-06-17T17:47:40
91,837,500
0
0
null
null
null
null
UTF-8
Python
false
false
2,870
py
""" Django settings for standupmeeting project. Generated by 'django-admin startproject' using Django 1.8. For more information on this file, see https://docs.djangoproject.com/en/1.8/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.8/ref/settings/ """ # Build...
[ "codyowl@gmail.com" ]
codyowl@gmail.com
1b6a2aa29c25d01d109682bef2c4e146e7d3ae9a
7b4cc3814338b600db560324e615cf5c3a02bff5
/test/test_inline_response20019_ranks_sum.py
7c843351bb5fea0cf90e0166453b3ff6628bd10a
[]
no_license
wood-run/opendota-client
58ea278c94d3edad0daf695438d5ec2a3d90fe08
2cd7defca67c7efde4ee414e9dcd8685245cd167
refs/heads/master
2022-12-29T02:17:26.862289
2020-10-13T08:29:06
2020-10-13T08:29:06
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,511
py
# coding: utf-8 """ OpenDota API # Introduction The OpenDota API provides Dota 2 related data including advanced match data extracted from match replays. You can find data that can be used to convert hero and ability IDs and other information provided by the API from the [dotaconstants](https://github.com/od...
[ "chujiyang@gmail.com" ]
chujiyang@gmail.com
75a51dcedafba4f54f170bc433e959f80f46a919
61e98b0302a43ab685be4c255b4ecf2979db55b6
/sdks/python/.tox/lint/lib/python2.7/site-packages/pylint/test/functional/too_many_nested_blocks.py
47dbf441bd71b32547d4d652a501a6d3189ff396
[ "BSD-3-Clause", "EPL-2.0", "CDDL-1.0", "Apache-2.0", "WTFPL", "GPL-2.0-only", "BSD-2-Clause", "MIT", "LicenseRef-scancode-unknown-license-reference", "CDDL-1.1", "Classpath-exception-2.0" ]
permissive
dzenyu/kafka
5631c05a6de6e288baeb8955bdddf2ff60ec2a0e
d69a24bce8d108f43376271f89ecc3b81c7b6622
refs/heads/master
2021-07-16T12:31:09.623509
2021-06-28T18:22:16
2021-06-28T18:22:16
198,724,535
0
0
Apache-2.0
2019-07-24T23:51:47
2019-07-24T23:51:46
null
UTF-8
Python
false
false
2,259
py
"""Checks the maximum block level is smaller than 6 in function definitions""" #pylint: disable=using-constant-test, missing-docstring, too-many-return-statements def my_function(): if 1: # [too-many-nested-blocks] for i in range(10): if i == 2: while True: ...
[ "alex.barreto@databricks.com" ]
alex.barreto@databricks.com
921edfd522099ada4d11a5a777e54f9d2dca360b
ff6248be9573caec94bea0fa2b1e4b6bf0aa682b
/StudentProblem/10.21.11.16/3/1569573269.py
7413ac80608e26f988f405d4836f82d6a23f8641
[]
no_license
LennartElbe/codeEvo
0e41b1a7705204e934ef71a5a28c047366c10f71
e89b329bc9edd37d5d9986f07ca8a63d50686882
refs/heads/master
2020-12-21T17:28:25.150352
2020-03-26T10:22:35
2020-03-26T10:22:35
236,498,032
0
0
null
null
null
null
UTF-8
Python
false
false
525
py
import functools import typing import string import random import pytest def leap(j: int) -> bool: if j % 4 == 0 and (j % 100 == 0 and j % 400 != 0): return False elif j % 4 == 0 and (j % 100 == 0 or j % 400 != 0): return True else: return False ####################################...
[ "lenni.elbe@gmail.com" ]
lenni.elbe@gmail.com
44743649534d60a91cc3986c48b9fcb6f15d46bd
30d61ce0b728f31a830db6b6b1954a32551990b2
/src/gui_config/custom/util.py
52c871fa4478b9296be8335390e061416b42f78d
[ "MIT" ]
permissive
hgiesel/anki_set_randomizer
6755dc8489b703887c55a5427bbbdab858f58a65
1a9a22480eb6c0e7f421dc08d36d14920e43dd3e
refs/heads/master
2022-08-24T05:45:13.339132
2020-01-15T17:04:26
2020-01-30T13:56:50
197,258,760
5
0
MIT
2022-07-20T17:28:42
2019-07-16T19:56:27
JavaScript
UTF-8
Python
false
false
90
py
def mapTruthValueToIcon(b): if b: return '✓' else: return '✗'
[ "hengiesel@gmail.com" ]
hengiesel@gmail.com
3c5b287ba292013072af0952810ed48c30cfb9e9
95341c85a8a116dba0d77644360ccfb346ceeb80
/src/api-engine/api/routes/node/serializers.py
9d954df567d1319bff4f28d77173fa89c21c0968
[ "Apache-2.0", "CC-BY-4.0" ]
permissive
kuochunchang/cello
109204905a6be17c47b6aa3268ee4bbfeadce43a
1f778cea3a2021aabadd48e41cdd69ed1f8e979c
refs/heads/master
2020-06-03T05:42:43.108481
2019-05-28T13:45:05
2019-05-28T13:45:05
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,661
py
# # SPDX-License-Identifier: Apache-2.0 # import logging from rest_framework import serializers from api.common.enums import ( Operation, NetworkType, FabricNodeType, FabricVersions, HostType, ) from api.common.serializers import PageQuerySerializer from api.models import Node LOG = logging.getLog...
[ "hightall@me.com" ]
hightall@me.com
5e93c1c35118d3f32a43a70d453bab1653d00a3c
1e9c4294652b0f4699d85516afd54fb5697b4800
/python_exam/0803/mnist_cnn02.py
13b66b9af78378cf5592a9f8e0ee4e3c7dc36b17
[]
no_license
mgh3326/GyeonggiBigDataSpecialist
89c9fbf01036b35efca509ed3f74b9784e44ed19
29192a66df0913c6d9b525436772c8fd51a013ac
refs/heads/master
2023-04-06T07:09:09.057634
2019-06-20T23:35:33
2019-06-20T23:35:33
138,550,772
3
2
null
2023-03-24T22:43:06
2018-06-25T06:10:59
Jupyter Notebook
UTF-8
Python
false
false
4,430
py
# -*- coding: utf-8 -*- """ ml_day4 (2018.08.02) """ from tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets('./MNIST_data', one_hot=True) import tensorflow as tf sess = tf.InteractiveSession() x = tf.placeholder(tf.float32, shape=[None, 784]) y_ = tf.placeholder(tf.float32, sha...
[ "mgh3326@naver.com" ]
mgh3326@naver.com
26accc85bb295eeec34334972d717689820a06f2
1c822c0d49d7b67b0896c066958148a7b0731924
/Basic_Concepts_of_String_Manipulation/First_day!.py
d6cff37297cfcb07407b916cacdfdf68deaf9adc
[ "MIT" ]
permissive
RKiddle/python_reg_expressions
7e13a16475476c88543fde6dc55b53ec2fccbe37
9e89c1c59677ffa19a4c64a37e92bbea33fad88e
refs/heads/master
2020-06-23T00:34:07.027628
2019-10-27T14:51:32
2019-10-27T14:51:32
198,446,754
0
0
null
null
null
null
UTF-8
Python
false
false
264
py
# Find characters in movie variable length_string = len(movie) # Convert to string to_string = str(length_string) # Predefined variable statement = "Number of characters in this review:" # Concatenate strings and print result print(statement + " " + to_string)
[ "noreply@github.com" ]
RKiddle.noreply@github.com
b8fe7ae8b85c3bcd71ac6f2dae28c73ba24a674b
d7016f69993570a1c55974582cda899ff70907ec
/sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_04_01/aio/operations/_registries_operations.py
96c7dd2ba66633f991630f8e2ddcd4c222a39f8a
[ "MIT", "LicenseRef-scancode-generic-cla", "LGPL-2.1-or-later" ]
permissive
kurtzeborn/azure-sdk-for-python
51ca636ad26ca51bc0c9e6865332781787e6f882
b23e71b289c71f179b9cf9b8c75b1922833a542a
refs/heads/main
2023-03-21T14:19:50.299852
2023-02-15T13:30:47
2023-02-15T13:30:47
157,927,277
0
0
MIT
2022-07-19T08:05:23
2018-11-16T22:15:30
Python
UTF-8
Python
false
false
10,664
py
# pylint: disable=too-many-lines # 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) AutoRe...
[ "noreply@github.com" ]
kurtzeborn.noreply@github.com
d3f0507bedcb7480314209d9473afa6749e406ff
e1f8bb28b022720445debea589c9cf091103a303
/doc/sphinxext/mock_gui_toolkits.py
097a3409b16793df0a2333fa9b2e06ab2289e15a
[]
no_license
demotu/matplotlib
e5a4e6c7047373b3ead918c40c97f93eb09c562d
1662e05278ecaea064b9149c4fcb15df9f337862
refs/heads/master
2021-01-22T00:06:39.310427
2018-06-12T20:38:12
2018-06-12T20:38:12
24,751,842
1
0
null
2018-06-12T20:38:13
2014-10-03T08:38:36
Python
UTF-8
Python
false
false
6,886
py
import sys from unittest.mock import MagicMock class MyCairoCffi(MagicMock): pass class MyPyQt4(MagicMock): class QtGui(object): # PyQt4.QtGui public classes. # Generated with # textwrap.fill([name for name in dir(PyQt4.QtGui) # if isinstance(getattr(PyQt4.QtGu...
[ "anntzer.lee@gmail.com" ]
anntzer.lee@gmail.com
6a4675054e6b1622b80d37ae794ec9fbb98e9ef6
bdd2bbef297d6edd3d335c48ab89955925d331d5
/encyclopedia/urls.py
5f0ded8610846862e5b0f87a8029d45d825b1c9c
[]
no_license
michelle2014/CS50W-Wiki
424569bb1e2fd7c83fa7ff2a98c51821bcfc04fb
0301e48db06720b0419c5939816a9be345dff9b0
refs/heads/master
2023-07-28T05:05:42.512177
2021-09-05T05:33:06
2021-09-05T05:33:06
327,516,261
2
1
null
null
null
null
UTF-8
Python
false
false
312
py
from django.urls import path from . import views urlpatterns = [ path("", views.index, name="index"), path("create", views.create, name="create"), path("edit/<str:title>", views.edit, name="edit"), path("search", views.search, name="search"), path("<str:title>", views.entry, name="entry") ]
[ "michelle.transbetter@gmail.com" ]
michelle.transbetter@gmail.com
c7432b46e7815589e67b5f13126792906baa874b
711756b796d68035dc6a39060515200d1d37a274
/output_cog_tags/optimized_659.py
2a149860964006fc23b9d40cde8de4ed76a7020a
[]
no_license
batxes/exocyst_scripts
8b109c279c93dd68c1d55ed64ad3cca93e3c95ca
a6c487d5053b9b67db22c59865e4ef2417e53030
refs/heads/master
2020-06-16T20:16:24.840725
2016-11-30T16:23:16
2016-11-30T16:23:16
75,075,164
0
0
null
null
null
null
UTF-8
Python
false
false
4,583
py
import _surface import chimera try: import chimera.runCommand except: pass from VolumePath import markerset as ms try: from VolumePath import Marker_Set, Link new_marker_set=Marker_Set except: from VolumePath import volume_path_dialog d= volume_path_dialog(True) new_marker_set= d.new_marker_set marker_set...
[ "batxes@gmail.com" ]
batxes@gmail.com
27a2b8233ca588d5ce1b4954241ac87f2ee31b23
99e44f844d78de330391f2b17bbf2e293bf24b1b
/pytorch/tools/autograd/nested_dict.py
e1e09814199153aa94647c2246c983b2ba3ea303
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "Apache-2.0", "BSD-2-Clause", "MIT" ]
permissive
raghavnauhria/whatmt
be10d57bcd6134dd5714d0c4058abd56a1b35a13
c20483a437c82936cb0fb8080925e37b9c4bba87
refs/heads/master
2022-12-04T05:39:24.601698
2019-07-22T09:43:30
2019-07-22T09:43:30
193,026,689
0
1
MIT
2022-11-28T17:50:19
2019-06-21T03:48:20
C++
UTF-8
Python
false
false
581
py
# TODO: refactor nested_dict into common library with ATen class nested_dict(object): """ A nested dict is a dictionary with a parent. If key lookup fails, it recursively continues into the parent. Writes always happen to the top level dict. """ def __init__(self, base, parent): self....
[ "rnauhria@gmail.com" ]
rnauhria@gmail.com
99286b2ac35687ea7459db1976eefff58c6ac283
3a3c7ab7d9cadfc5610888e07dbb9d6eaaf8aa01
/scripts/OpenFOAM/generateBodyOBJFile.py
b2dfdaab64702e895cf9fb115ccd64fdb7f598dc
[ "MIT" ]
permissive
cubayang/snake
7e430e8bcbf4acf99c007e5c1a646e0e6f45280c
f78844235f4d9b815b53a707f276dd634bce7a07
refs/heads/master
2021-01-17T20:24:27.359901
2016-08-18T00:34:18
2016-08-18T00:34:18
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,641
py
# file: generateBodyOBJFile.py # author: Olivier Mesnard (mesnardo@gwu.edu) # brief: Convert input coordinates file into a OBJ file. import os import argparse from snake.openfoam import OBJFile from snake import miscellaneous def parse_command_line(): """Parses the command-line.""" print('[info] parsing comman...
[ "mesnardo@gwu.edu" ]
mesnardo@gwu.edu
51a5de5a76db69817407b3251044c8d8f122a59f
264f392530710b287ac54f40ea805638c6348cc3
/scripts/run_tabular_bayes_dice.py
3326a3f91fd93e0b96222614b928658af9ee75ab
[ "Apache-2.0" ]
permissive
google-research/dice_rl
b26dd2231b0a664f11e0ede08d8209a4ace1cd2f
6551950608ad0472ddf6e8f4075f51793c9d2763
refs/heads/master
2023-08-06T21:35:15.690175
2023-01-30T19:26:12
2023-01-30T19:27:38
285,369,787
106
14
Apache-2.0
2023-01-30T19:27:44
2020-08-05T18:15:53
Python
UTF-8
Python
false
false
6,480
py
# 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 agreed to in writing, ...
[ "copybara-worker@google.com" ]
copybara-worker@google.com
df2805ded0f8ca965205b075e6a84753cff47e12
b2fb3c44c67eb61c41465996c24c094071c457cc
/LeetCode/print_words_vertically.py
3027e23f1272d85cbab87a94fe941c5d21586733
[]
no_license
zelzhan/Challenges-and-contests
8edd3a2f07a0538903dc885c86e15f02783821c5
e7df9b37ad1130d37f3efbf0114d06b6f3b4a4f1
refs/heads/master
2022-12-28T23:16:30.807040
2020-10-13T10:09:22
2020-10-13T10:09:22
118,697,222
0
0
null
null
null
null
UTF-8
Python
false
false
928
py
from collections import defaultdict class Solution: def printVertically(self, s: str) -> List[str]: s = s.split(" ") hashtable = defaultdict(int) for i, string in enumerate(s): hashtable[i] = len(string) max_length = max(hashtable.values()) ...
[ "noreply@github.com" ]
zelzhan.noreply@github.com
dfabe356284d91b7abe48701e4cb31e026728bd1
e8d719fe45dfbff9cbbc4ed872832cec6cabaca6
/307_Range_Sum_Query_Mutable_TLE.py
09a96706fa016fe861dd7404e808a7fa4a7d89a3
[]
no_license
nlfox/leetcode
64f4f48d7f4be6df0542e51cc7037df40bf184a3
d61363f99de3d591ebc8cd94f62544a31a026d55
refs/heads/master
2020-12-21T01:43:01.792899
2016-11-14T23:10:12
2016-11-14T23:10:12
56,680,839
2
0
null
2016-05-17T17:16:37
2016-04-20T11:19:58
Python
UTF-8
Python
false
false
1,088
py
class NumArray(object): def __init__(self, nums): """ initialize your data structure here. :type nums: List[int] """ self.nums = nums self.len = len(nums) self.d = [] last = 0 for i in nums: self.d.append(last) last += i...
[ "nlfox@msn.cn" ]
nlfox@msn.cn
36052de6dd45ad86930ea87779a2ffd46de82b96
28a78bf095125a1202842225c2d7512079017a02
/argorithm/2884_re.py
35e05cb9fef74bc98182ae9affe95a92feff041a
[]
no_license
sunyeongchoi/sydsyd_challenge
d322451a82c63b05097d44ee3b9fc4492645e204
93dd250e96b91f50215a61a3b5913a523f074445
refs/heads/master
2023-05-25T00:57:58.651494
2023-05-18T01:43:00
2023-05-18T01:43:00
293,253,085
2
0
null
null
null
null
UTF-8
Python
false
false
126
py
H, M = map(int, input().split()) if M >= 45: print(H, M-45) else: if H == 0: H = 24 print(H-1, (60+M)-45)
[ "sn0716@naver.com" ]
sn0716@naver.com
e6d2396b1679238553cf86553f1d2cbe848c4b65
b8c4ef9ccab22717ab97ab2fb100614d962a5820
/src/test/python/com/skalicky/python/interviewpuzzles/test_find_all_concatenated_words_in_dictionary.py
31250fe2c29509af0bab7db00e4be68e00a269b3
[]
no_license
Sandeep8447/interview_puzzles
1d6c8e05f106c8d5c4c412a9f304cb118fcc90f4
a3c1158fe70ed239f8548ace8d1443a431b644c8
refs/heads/master
2023-09-02T21:39:32.747747
2021-10-30T11:56:57
2021-10-30T11:56:57
422,867,683
0
0
null
2021-10-30T11:56:58
2021-10-30T11:55:17
null
UTF-8
Python
false
false
1,397
py
from unittest import TestCase from src.main.python.com.skalicky.python.interviewpuzzles.find_all_concatenated_words_in_dictionary import Solution class TestSolution(TestCase): def test_find_all_concatenated_words_in_dictionary__when_input_contains_words_of_same_length__then_output_is_empty( self): ...
[ "skalicky.tomas@gmail.com" ]
skalicky.tomas@gmail.com