hexsha
stringlengths
40
40
size
int64
5
2.06M
ext
stringclasses
11 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
251
max_stars_repo_name
stringlengths
4
130
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
listlengths
1
10
max_stars_count
int64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
3
251
max_issues_repo_name
stringlengths
4
130
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
10
max_issues_count
int64
1
116k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
251
max_forks_repo_name
stringlengths
4
130
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
10
max_forks_count
int64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
1
1.05M
avg_line_length
float64
1
1.02M
max_line_length
int64
3
1.04M
alphanum_fraction
float64
0
1
255d6b11cbe644a12928787786f04d1940067a84
303
py
Python
setup.py
StrykerKKD/dropbox-backup
8ee692ef1de5be1e3257a627dc268b331694b2b8
[ "MIT" ]
null
null
null
setup.py
StrykerKKD/dropbox-backup
8ee692ef1de5be1e3257a627dc268b331694b2b8
[ "MIT" ]
null
null
null
setup.py
StrykerKKD/dropbox-backup
8ee692ef1de5be1e3257a627dc268b331694b2b8
[ "MIT" ]
null
null
null
from setuptools import setup setup( name='dropboxbackup', version='0.1', py_modules=['dropboxbackup'], install_requires=[ 'click', 'dropbox', 'simple-crypt' ], entry_points=''' [console_scripts] dropboxbackup=dropboxbackup:cli ''', )
17.823529
39
0.574257
255e4c40128d8dd3b9bb2375467740bbfa0ffbee
6,896
py
Python
scripts/example_tvm_tune.py
AndrewZhaoLuo/CenterFaceTVMDemo
4c9d63d502b33b7b13666258a7da97e909de4b36
[ "MIT" ]
5
2021-12-25T10:18:07.000Z
2022-02-20T00:24:41.000Z
scripts/example_tvm_tune.py
AndrewZhaoLuo/CenterFaceTVMDemo
4c9d63d502b33b7b13666258a7da97e909de4b36
[ "MIT" ]
2
2022-01-16T10:12:07.000Z
2022-03-22T00:34:26.000Z
scripts/example_tvm_tune.py
AndrewZhaoLuo/CenterFaceTVMDemo
4c9d63d502b33b7b13666258a7da97e909de4b36
[ "MIT" ]
null
null
null
from os import path from shutil import copyfile import tvm from tvm import relay from tvm.driver import tvmc from tvm.driver.tvmc.model import TVMCModel from tvm.relay.transform import InferType, ToMixedPrecision """Copy pasted mostly from: https://github.com/AndrewZhaoLuo/TVM-Sandbox/blob/bb209e8845440ed9f40af1b258...
32.074419
121
0.664588
255ead5625498b81a0e784e802611ba152b63d6e
1,547
py
Python
mod_flan_doodle.py
AndrewWayne/bot-flandre
6c14c96e55c99ec7961216c8cafbc46f62700bbe
[ "Apache-2.0" ]
null
null
null
mod_flan_doodle.py
AndrewWayne/bot-flandre
6c14c96e55c99ec7961216c8cafbc46f62700bbe
[ "Apache-2.0" ]
null
null
null
mod_flan_doodle.py
AndrewWayne/bot-flandre
6c14c96e55c99ec7961216c8cafbc46f62700bbe
[ "Apache-2.0" ]
null
null
null
# -*- coding: utf-8 -*- """ XJB Generate Images Module (/doodle) Created on Sun Sep 1 16:03:16 2019 @author: user """ import os import asyncio import uuid import tg_connection gen_path = "D:/AndroidProjects/ScarletKindom/flandre-generator/wgan/sample.png" inp_base = "D:/AndroidProjects/ScarletKindom/flandre-genera...
27.625
85
0.659341
255eb03b3149f28db58ee09e23382f4784f486dd
362
py
Python
leadmanager/leads/views.py
mydjangoandreactprojects/lead-manager
844c655dcd1010fb0b1cd889ddc94872aa4f15a0
[ "MIT" ]
1
2020-03-26T06:25:47.000Z
2020-03-26T06:25:47.000Z
leadmanager/leads/views.py
mydjangoandreactprojects/lead-manager
844c655dcd1010fb0b1cd889ddc94872aa4f15a0
[ "MIT" ]
null
null
null
leadmanager/leads/views.py
mydjangoandreactprojects/lead-manager
844c655dcd1010fb0b1cd889ddc94872aa4f15a0
[ "MIT" ]
null
null
null
from rest_framework import viewsets, permissions from leads.serializers import LeadSerializer from leads.models import Lead
25.857143
58
0.756906
255edfec817ac332c0a59a30e33ffe4ca99dbfbc
207
py
Python
app/main/errors.py
BABAYAGI/newsapi
6127d51e702983f2928849bef08c5920f7d06a96
[ "MIT" ]
1
2019-10-15T08:16:17.000Z
2019-10-15T08:16:17.000Z
app/main/errors.py
BABAYAGI/newsapi
6127d51e702983f2928849bef08c5920f7d06a96
[ "MIT" ]
null
null
null
app/main/errors.py
BABAYAGI/newsapi
6127d51e702983f2928849bef08c5920f7d06a96
[ "MIT" ]
null
null
null
from flask import render_template from . import main
23
47
0.714976
255f08813afc83e4a9438097dc0b9eb5bb612867
408
py
Python
2020/network/network/models.py
133794m3r/cs50-web
1f695cd7fb4ec368ec45e0d3154dd7eebc2c81e2
[ "MIT" ]
null
null
null
2020/network/network/models.py
133794m3r/cs50-web
1f695cd7fb4ec368ec45e0d3154dd7eebc2c81e2
[ "MIT" ]
null
null
null
2020/network/network/models.py
133794m3r/cs50-web
1f695cd7fb4ec368ec45e0d3154dd7eebc2c81e2
[ "MIT" ]
null
null
null
from django.contrib.auth.models import AbstractUser from django.db import models
31.384615
86
0.801471
255f1d23b8f394dc79d9946c976e6a08c2991d2e
18,476
py
Python
Collage_generator/_insertion.py
alexliyihao/AAPI_code
81c6cc40a9efb4d4fedf6678c27aac83f5057a70
[ "MIT" ]
2
2020-11-29T17:00:52.000Z
2022-01-06T19:24:23.000Z
Collage_generator/_insertion.py
alexliyihao/AAPI_code
81c6cc40a9efb4d4fedf6678c27aac83f5057a70
[ "MIT" ]
null
null
null
Collage_generator/_insertion.py
alexliyihao/AAPI_code
81c6cc40a9efb4d4fedf6678c27aac83f5057a70
[ "MIT" ]
null
null
null
import PIL.Image as Img import numpy as np from tqdm.notebook import tqdm from PIL import ImageFilter import tables import time import gc """ all the insert/append function for collage generator _canvas_append takes the inserting operation, the rest are finding add_point logic """
54.662722
120
0.500758
255fc1c3062c1fbdf6dc873744212e8248b03800
190,066
py
Python
openshift/client/apis/build_openshift_io_v1_api.py
asetty/openshift-restclient-python
c6f2168d7a02a24c030fb67959919fd4a9eb260d
[ "Apache-2.0" ]
null
null
null
openshift/client/apis/build_openshift_io_v1_api.py
asetty/openshift-restclient-python
c6f2168d7a02a24c030fb67959919fd4a9eb260d
[ "Apache-2.0" ]
null
null
null
openshift/client/apis/build_openshift_io_v1_api.py
asetty/openshift-restclient-python
c6f2168d7a02a24c030fb67959919fd4a9eb260d
[ "Apache-2.0" ]
null
null
null
# coding: utf-8 """ OpenShift API (with Kubernetes) OpenShift provides builds, application lifecycle, image content management, and administrative policy on top of Kubernetes. The API allows consistent management of those objects. All API operations are authenticated via an Authorization bearer token that is...
61.470246
3,325
0.643066
256135f3261bda49e4b410a35a4a8f8355d98ad8
722
py
Python
rpi/tcp_server.py
nicolasGibaud7/App-domotic
aee4d80aa05a39388efd92ab9ecf9b5dd1460322
[ "MIT" ]
4
2020-01-01T15:22:55.000Z
2020-01-10T09:34:26.000Z
rpi/tcp_server.py
nicolasGibaud7/App-domotic
aee4d80aa05a39388efd92ab9ecf9b5dd1460322
[ "MIT" ]
2
2020-01-01T15:16:02.000Z
2020-01-02T13:56:29.000Z
rpi/tcp_server.py
nicolasGibaud7/App-domotic
aee4d80aa05a39388efd92ab9ecf9b5dd1460322
[ "MIT" ]
null
null
null
import socket import sys IP_ADDR = "192.168.1.19" TCP_PORT = 10000 if __name__ == "__main__": # Create TCP socket sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) # Associate the socket with the server address server_address = (IP_ADDR, TCP_PORT) print("Start TCP server at address {} on p...
26.740741
100
0.631579
25630ec4579c4b69b7aa7ebcd6033338a4cfed43
269
py
Python
pandas/pandasReading02.py
slowy07/pythonApps
22f9766291dbccd8185035745950c5ee4ebd6a3e
[ "MIT" ]
10
2020-10-09T11:05:18.000Z
2022-02-13T03:22:10.000Z
pandas/pandasReading02.py
khairanabila/pythonApps
f90b8823f939b98f7bf1dea7ed35fe6e22e2f730
[ "MIT" ]
null
null
null
pandas/pandasReading02.py
khairanabila/pythonApps
f90b8823f939b98f7bf1dea7ed35fe6e22e2f730
[ "MIT" ]
6
2020-11-26T12:49:43.000Z
2022-03-06T06:46:43.000Z
import pandas as pd countryInformation = pd.read_csv('resource/countryInformation.csv') #looping row #for index,row in countryInformation.iterrows(): #print(index, row['country_name']) print(countryInformation.loc[countryInformation['country_name'] == 'india'])
26.9
76
0.773234
256327adbdadb9819f932122ab31855bfe822e1d
2,011
py
Python
List Comprehensions/examples.py
mervatkheir/kite-python-blog-post-code
9a331e5d327cd27c6ecd72926f3e74afd252efb5
[ "MIT" ]
238
2018-10-10T18:50:40.000Z
2022-02-09T21:26:24.000Z
List Comprehensions/examples.py
mrrizal/kite-python-blog-post-code
597f2d75b2ad5dda97e9b19f6e9c7195642e1739
[ "MIT" ]
38
2019-12-04T22:42:45.000Z
2022-03-12T00:04:57.000Z
List Comprehensions/examples.py
mrrizal/kite-python-blog-post-code
597f2d75b2ad5dda97e9b19f6e9c7195642e1739
[ "MIT" ]
154
2018-11-11T22:48:09.000Z
2022-03-22T07:12:18.000Z
""" List Comprehensions Examples """ my_list = [] # my_list.append() # my_list.extend() """ When to use ListComps """ phones = [ { 'number': '111-111-1111', 'label': 'phone', 'extension': '1234', }, { 'number': '222-222-2222', 'label': 'mobile', 'extension...
15.960317
53
0.604674
2564c2f1d6dd5e44be1def881988d5a419b3038e
2,549
py
Python
ImageDenoising/network/denoising.py
jiunbae/ITE4053
873d53493b7588f67406e0e6ed0e74e5e3f957bc
[ "MIT" ]
5
2019-06-20T09:54:04.000Z
2021-06-15T04:22:49.000Z
ImageDenoising/network/denoising.py
jiunbae/ITE4053
873d53493b7588f67406e0e6ed0e74e5e3f957bc
[ "MIT" ]
null
null
null
ImageDenoising/network/denoising.py
jiunbae/ITE4053
873d53493b7588f67406e0e6ed0e74e5e3f957bc
[ "MIT" ]
1
2019-04-19T04:52:34.000Z
2019-04-19T04:52:34.000Z
import tensorflow as tf from tensorflow.keras import backend as K from tensorflow.keras import models as KM from tensorflow.keras import layers as KL
33.986667
59
0.488035
256670e4e127db5ef91b0b78cc07a367f32674c1
884
py
Python
utils/timer.py
YorkSu/hat
b646b6689f3d81c985ed13f3d5c23b6c717fd07d
[ "Apache-2.0" ]
1
2019-04-10T04:49:30.000Z
2019-04-10T04:49:30.000Z
utils/timer.py
Suger131/HAT-tf2.0
b646b6689f3d81c985ed13f3d5c23b6c717fd07d
[ "Apache-2.0" ]
null
null
null
utils/timer.py
Suger131/HAT-tf2.0
b646b6689f3d81c985ed13f3d5c23b6c717fd07d
[ "Apache-2.0" ]
1
2019-06-14T05:53:42.000Z
2019-06-14T05:53:42.000Z
import time
31.571429
65
0.623303
2568aee40cfce9e5a8b21215e284c31ef6b2bd2a
17,464
py
Python
pySPACE/missions/nodes/data_selection/instance_selection.py
pyspace/pyspace
763e62c0e7fa7cfcb19ccee1a0333c4f7e68ae62
[ "BSD-3-Clause" ]
32
2015-02-20T09:03:09.000Z
2022-02-25T22:32:52.000Z
pySPACE/missions/nodes/data_selection/instance_selection.py
pyspace/pyspace
763e62c0e7fa7cfcb19ccee1a0333c4f7e68ae62
[ "BSD-3-Clause" ]
5
2015-05-18T15:08:40.000Z
2020-03-05T19:18:01.000Z
pySPACE/missions/nodes/data_selection/instance_selection.py
pyspace/pyspace
763e62c0e7fa7cfcb19ccee1a0333c4f7e68ae62
[ "BSD-3-Clause" ]
18
2015-09-28T07:16:38.000Z
2021-01-20T13:52:19.000Z
""" Select only a part of the instances .. todo: group instance selectors """ import random import logging from collections import defaultdict from pySPACE.missions.nodes.base_node import BaseNode from pySPACE.tools.memoize_generator import MemoizeGenerator _NODE_MAPPING = {"RandomInstanceSelection": InstanceSel...
43.334988
88
0.584918
256a8cd6b55c2a6f3936b57c2975d63cfcb67d9a
4,050
py
Python
tests/test_functional.py
tirkarthi/humpty
8652cf7b18a09d1a1d73465afd38581ef4e2369e
[ "BSD-3-Clause" ]
14
2015-09-05T20:20:50.000Z
2021-04-08T08:53:20.000Z
tests/test_functional.py
tirkarthi/humpty
8652cf7b18a09d1a1d73465afd38581ef4e2369e
[ "BSD-3-Clause" ]
6
2017-05-12T20:46:40.000Z
2020-02-08T05:05:03.000Z
tests/test_functional.py
tirkarthi/humpty
8652cf7b18a09d1a1d73465afd38581ef4e2369e
[ "BSD-3-Clause" ]
8
2017-02-13T15:38:53.000Z
2020-11-11T20:16:58.000Z
# -*- coding: utf-8 -*- """ """ from __future__ import absolute_import from contextlib import contextmanager import imp import posixpath from zipfile import ZipFile from click.testing import CliRunner import pkginfo import pytest from six import PY3 def with_byte_compiled(paths): """ Augment PATHS...
27.739726
79
0.66716
256b83c7f65a2f6d348541c27824ba4aba67696c
1,649
py
Python
policytools/master_list/actions_master_list_base.py
samkeen/policy-tools
5183a710ac7b3816c6b6f3f8493d410712018873
[ "Apache-2.0" ]
1
2021-04-03T12:16:53.000Z
2021-04-03T12:16:53.000Z
policytools/master_list/actions_master_list_base.py
samkeen/policy-tools
5183a710ac7b3816c6b6f3f8493d410712018873
[ "Apache-2.0" ]
6
2019-05-07T03:36:58.000Z
2021-02-02T22:49:53.000Z
policytools/master_list/actions_master_list_base.py
samkeen/policy-tools
5183a710ac7b3816c6b6f3f8493d410712018873
[ "Apache-2.0" ]
null
null
null
import logging from abc import ABC, abstractmethod logger = logging.getLogger(__name__) def lookup_action(self, action): """ Case insensitive lookup for all known actions. Returned in PascalCase :param action: :type action: str :return: :rtype: str """ ...
28.431034
116
0.62644
256b989b63c37dd38e854142d7a19f85d5f03b4f
1,401
py
Python
diy_gym/addons/debug/joint_trace.py
wassname/diy-gym
83232ae6971341a86683d316feecf4d34d3caf47
[ "MIT" ]
null
null
null
diy_gym/addons/debug/joint_trace.py
wassname/diy-gym
83232ae6971341a86683d316feecf4d34d3caf47
[ "MIT" ]
null
null
null
diy_gym/addons/debug/joint_trace.py
wassname/diy-gym
83232ae6971341a86683d316feecf4d34d3caf47
[ "MIT" ]
null
null
null
import pybullet as p from gym import spaces import pybullet_planning as pbp import numpy as np from diy_gym.addons.addon import Addon
31.133333
120
0.581727
256c5471eacba768e9791f30d6ef0762118cc682
181
py
Python
codility/1_3.py
love-adela/algorithm
4ccd02173c96f8369962f1fd4e5166a221690fa2
[ "MIT" ]
3
2019-03-09T05:19:23.000Z
2019-04-06T09:26:36.000Z
codility/1_3.py
love-adela/algorithm
4ccd02173c96f8369962f1fd4e5166a221690fa2
[ "MIT" ]
1
2020-02-23T10:38:04.000Z
2020-02-23T10:38:04.000Z
codility/1_3.py
love-adela/algorithm
4ccd02173c96f8369962f1fd4e5166a221690fa2
[ "MIT" ]
1
2019-05-22T13:47:53.000Z
2019-05-22T13:47:53.000Z
S = "Mr John Smith" print(solution(S))
12.066667
23
0.381215
256c54c224c3656056ad73a0292f2c0577a7fce0
1,612
py
Python
ngraph/flex/flexargparser.py
NervanaSystems/ngraph-python
ac032c83c7152b615a9ad129d54d350f9d6a2986
[ "Apache-2.0" ]
18
2018-03-19T04:16:49.000Z
2021-02-08T14:44:58.000Z
ngraph/flex/flexargparser.py
rsumner31/ngraph
5e5c9bb9f24d95aee190b914dd2d44122fc3be53
[ "Apache-2.0" ]
2
2019-04-16T06:41:49.000Z
2019-05-06T14:08:13.000Z
ngraph/flex/flexargparser.py
rsumner31/ngraph
5e5c9bb9f24d95aee190b914dd2d44122fc3be53
[ "Apache-2.0" ]
11
2018-06-16T15:59:08.000Z
2021-03-06T00:45:30.000Z
from __future__ import print_function import ngraph.transformers as ngt from ngraph.flex.names import flex_gpu_transformer_name import argparse
36.636364
97
0.614144
256d49d818eb371b9cdddf6e67c307560654cf96
969
py
Python
src/hydep/simplerom.py
CORE-GATECH-GROUP/hydep
3cb65325eb03251629b3aaa8c3895a002e05d55d
[ "MIT" ]
2
2020-11-12T03:08:07.000Z
2021-10-04T22:09:48.000Z
src/hydep/simplerom.py
CORE-GATECH-GROUP/hydep
3cb65325eb03251629b3aaa8c3895a002e05d55d
[ "MIT" ]
2
2020-11-25T16:24:29.000Z
2021-08-28T23:19:39.000Z
src/hydep/simplerom.py
CORE-GATECH-GROUP/hydep
3cb65325eb03251629b3aaa8c3895a002e05d55d
[ "MIT" ]
1
2020-11-12T03:08:10.000Z
2020-11-12T03:08:10.000Z
""" Simple reduced order solver. More of a no-op, in that it doesn't actually perform a flux solution """ import numpy from hydep.internal.features import FeatureCollection from hydep.internal import TransportResult from .lib import ReducedOrderSolver
26.916667
85
0.693498
25713c734ac79b5bf287eaff619cf02ebcde4535
449
py
Python
TopQuarkAnalysis/TopEventProducers/python/sequences/ttGenEvent_cff.py
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
852
2015-01-11T21:03:51.000Z
2022-03-25T21:14:00.000Z
TopQuarkAnalysis/TopEventProducers/python/sequences/ttGenEvent_cff.py
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
30,371
2015-01-02T00:14:40.000Z
2022-03-31T23:26:05.000Z
TopQuarkAnalysis/TopEventProducers/python/sequences/ttGenEvent_cff.py
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
3,240
2015-01-02T05:53:18.000Z
2022-03-31T17:24:21.000Z
import FWCore.ParameterSet.Config as cms # # produce ttGenEvent with all necessary ingredients # from TopQuarkAnalysis.TopEventProducers.producers.TopInitSubset_cfi import * from TopQuarkAnalysis.TopEventProducers.producers.TopDecaySubset_cfi import * from TopQuarkAnalysis.TopEventProducers.producers.TtGenEvtProducer_...
28.0625
79
0.830735
2571f7e0a4f394d6c21f691f7de829e3237dd090
8,442
py
Python
models/linnet.py
mengxiangke/bsn
df6458a44b8d8b442c086e158366dd296fab54cc
[ "Apache-2.0" ]
5
2020-09-19T18:05:08.000Z
2022-01-23T14:55:07.000Z
models/linnet.py
mengxiangke/bsn
df6458a44b8d8b442c086e158366dd296fab54cc
[ "Apache-2.0" ]
null
null
null
models/linnet.py
mengxiangke/bsn
df6458a44b8d8b442c086e158366dd296fab54cc
[ "Apache-2.0" ]
7
2020-09-19T18:05:11.000Z
2021-12-28T02:41:12.000Z
import os from os.path import join as pjoin import time import numpy as np import torch from torch import nn import torch.nn.functional as F from torch.optim.lr_scheduler import CosineAnnealingLR try: from .radam import RAdam except (ImportError, ModuleNotFoundError) as err: from radam import RAdam try: ...
31.977273
98
0.47394
c24fdcfaa37586667c8318eb6776d1204e6b7822
6,043
py
Python
vendor/packages/nose/functional_tests/test_importer.py
jgmize/kitsune
8f23727a9c7fcdd05afc86886f0134fb08d9a2f0
[ "BSD-3-Clause" ]
2
2019-08-19T17:08:47.000Z
2019-10-05T11:37:02.000Z
vendor/packages/nose/functional_tests/test_importer.py
jgmize/kitsune
8f23727a9c7fcdd05afc86886f0134fb08d9a2f0
[ "BSD-3-Clause" ]
null
null
null
vendor/packages/nose/functional_tests/test_importer.py
jgmize/kitsune
8f23727a9c7fcdd05afc86886f0134fb08d9a2f0
[ "BSD-3-Clause" ]
1
2019-11-02T23:29:13.000Z
2019-11-02T23:29:13.000Z
import os import sys import unittest from nose.importer import Importer if __name__ == '__main__': import logging logging.basicConfig(level=logging.DEBUG) unittest.main()
35.757396
78
0.580837
c2516c459b4df1dceb074080d5a8ce6f229681ed
16,278
py
Python
mvmm/multi_view/SpectralPenSearchByBlockMVMM.py
idc9/mvmm
64fce755a7cd53be9b08278484c7a4c77daf38d1
[ "MIT" ]
1
2021-08-17T13:22:54.000Z
2021-08-17T13:22:54.000Z
mvmm/multi_view/SpectralPenSearchByBlockMVMM.py
idc9/mvmm
64fce755a7cd53be9b08278484c7a4c77daf38d1
[ "MIT" ]
null
null
null
mvmm/multi_view/SpectralPenSearchByBlockMVMM.py
idc9/mvmm
64fce755a7cd53be9b08278484c7a4c77daf38d1
[ "MIT" ]
null
null
null
from sklearn.base import clone import pandas as pd from abc import ABCMeta from time import time from datetime import datetime import numpy as np from sklearn.model_selection import ParameterGrid from sklearn.base import BaseEstimator, MetaEstimatorMixin from mvmm.utils import get_seeds from mvmm.multi_view.utils impo...
37.42069
128
0.531699
c251ec2f4862db71edcfa85809de82aead64c14b
812
py
Python
tests/unit/providers/traversal/test_delegate_py3.py
YelloFam/python-dependency-injector
541131e33858ee1b8b5a7590d2bb9f929740ea1e
[ "BSD-3-Clause" ]
null
null
null
tests/unit/providers/traversal/test_delegate_py3.py
YelloFam/python-dependency-injector
541131e33858ee1b8b5a7590d2bb9f929740ea1e
[ "BSD-3-Clause" ]
null
null
null
tests/unit/providers/traversal/test_delegate_py3.py
YelloFam/python-dependency-injector
541131e33858ee1b8b5a7590d2bb9f929740ea1e
[ "BSD-3-Clause" ]
null
null
null
"""Delegate provider traversal tests.""" from dependency_injector import providers
24.606061
51
0.752463
c2531eebc4b5c56768575d213a86688eb0c965b8
161
py
Python
rhg_compute_tools/__init__.py
dpa9694/rhg_compute_tools
f111c380e3672983fa62795346be631e62c12611
[ "MIT" ]
null
null
null
rhg_compute_tools/__init__.py
dpa9694/rhg_compute_tools
f111c380e3672983fa62795346be631e62c12611
[ "MIT" ]
2
2020-05-31T20:40:25.000Z
2020-07-15T16:51:55.000Z
rhg_compute_tools/__init__.py
dpa9694/rhg_compute_tools
f111c380e3672983fa62795346be631e62c12611
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- """Top-level package for RHG Compute Tools.""" __author__ = """Michael Delgado""" __email__ = 'mdelgado@rhg.com' __version__ = '0.2.1'
20.125
46
0.645963
c253281fece2f931537ba0aac860be0c88c05f35
481
py
Python
grocers_panel/migrations/0005_alter_shop_food.py
delitamakanda/GroceryApp
8b0eeb40197b480598928dd7e95e63ca180c9bf1
[ "MIT" ]
1
2021-05-25T02:46:42.000Z
2021-05-25T02:46:42.000Z
grocers_panel/migrations/0005_alter_shop_food.py
delitamakanda/GroceryApp
8b0eeb40197b480598928dd7e95e63ca180c9bf1
[ "MIT" ]
null
null
null
grocers_panel/migrations/0005_alter_shop_food.py
delitamakanda/GroceryApp
8b0eeb40197b480598928dd7e95e63ca180c9bf1
[ "MIT" ]
null
null
null
# Generated by Django 3.2.3 on 2021-12-19 17:24 from django.db import migrations, models import django.db.models.deletion
24.05
117
0.640333
c254aa30204c44e620331c5c8033c1497466fa14
6,339
py
Python
tests/logic/order_history_test.py
rirwin/stock-analysis
d13b9be86265ad87c10847422a04f93409b0bf51
[ "Apache-2.0" ]
null
null
null
tests/logic/order_history_test.py
rirwin/stock-analysis
d13b9be86265ad87c10847422a04f93409b0bf51
[ "Apache-2.0" ]
1
2020-06-24T04:41:59.000Z
2020-06-24T04:41:59.000Z
tests/logic/order_history_test.py
rirwin/stock_analysis
d13b9be86265ad87c10847422a04f93409b0bf51
[ "Apache-2.0" ]
null
null
null
import datetime from sqlalchemy.orm import sessionmaker from database import db from database.order_history import OrderHistory from stock_analysis.logic import order_history from stock_analysis.logic.order_history import Order from stock_analysis.logic.order_history import OrderHistoryLogic from stock_analysis.logic....
31.073529
102
0.56602
c256ecf86fa244e6c6873a974253c22509fa427e
3,380
py
Python
source_dir/densenet_3d_estimator.py
ffeijoo/3d-DenseNet
baec68af07294ac5e432096055909ff08ea2e81c
[ "MIT" ]
null
null
null
source_dir/densenet_3d_estimator.py
ffeijoo/3d-DenseNet
baec68af07294ac5e432096055909ff08ea2e81c
[ "MIT" ]
null
null
null
source_dir/densenet_3d_estimator.py
ffeijoo/3d-DenseNet
baec68af07294ac5e432096055909ff08ea2e81c
[ "MIT" ]
null
null
null
import os import tensorflow as tf from densenet_3d_model import DenseNet3D def _build_tfrecord_dataset(directory, total_clip_num, batch_size, **params): ''' Buffer the training dataset to TFRecordDataset with the following video shape [num_frames_per_clip, height, width, channel] ex: [16, 100, 1...
34.845361
108
0.671598
c25812708f73bfd533c1e0436f576998dc88a5d4
1,075
py
Python
indian_name/india_name.py
NeelShah18/api
602dcd7bce5b3a54873a004e7847565c17ce9fc9
[ "MIT" ]
null
null
null
indian_name/india_name.py
NeelShah18/api
602dcd7bce5b3a54873a004e7847565c17ce9fc9
[ "MIT" ]
null
null
null
indian_name/india_name.py
NeelShah18/api
602dcd7bce5b3a54873a004e7847565c17ce9fc9
[ "MIT" ]
null
null
null
import sqlite3 import sys import os import io if __name__=='__main__': main()
25.595238
130
0.580465
c25ccf7947b661f681ea864f696118baa98103e2
1,389
py
Python
Lib/defcon/objects/lib.py
typemytype/defcon
18dc8c22a1cf84c95f4f4e4f7bb6f033a062021c
[ "MIT" ]
null
null
null
Lib/defcon/objects/lib.py
typemytype/defcon
18dc8c22a1cf84c95f4f4e4f7bb6f033a062021c
[ "MIT" ]
null
null
null
Lib/defcon/objects/lib.py
typemytype/defcon
18dc8c22a1cf84c95f4f4e4f7bb6f033a062021c
[ "MIT" ]
null
null
null
from defcon.objects.base import BaseDictObject if __name__ == "__main__": import doctest doctest.testmod()
29.553191
79
0.673866
c25ef6c3bd3cdff08d9b5795b973809ddeedca03
93
py
Python
Vizard/Presenter/apps.py
styinx/Vizard
f73e8478fef7017da65ed965932b4c141fef1bdd
[ "MIT" ]
null
null
null
Vizard/Presenter/apps.py
styinx/Vizard
f73e8478fef7017da65ed965932b4c141fef1bdd
[ "MIT" ]
null
null
null
Vizard/Presenter/apps.py
styinx/Vizard
f73e8478fef7017da65ed965932b4c141fef1bdd
[ "MIT" ]
null
null
null
from django.apps import AppConfig
15.5
33
0.763441
c25f9adb65d5dc5bc38b8b33443e4276d20956b1
685
py
Python
ATM/atm_function.py
nouranHnouh/FormusWorkshop-
7f69b9d2226209adcc6ecb208ac426eec7e86d2b
[ "MIT" ]
null
null
null
ATM/atm_function.py
nouranHnouh/FormusWorkshop-
7f69b9d2226209adcc6ecb208ac426eec7e86d2b
[ "MIT" ]
null
null
null
ATM/atm_function.py
nouranHnouh/FormusWorkshop-
7f69b9d2226209adcc6ecb208ac426eec7e86d2b
[ "MIT" ]
null
null
null
#this program is atm that withdraw any money amount #allowed papers: 100,50,10,5, and the rest of requests balance = 500 balance = withdraw(balance, 277) balance = withdraw(balance, 30) balance = withdraw(balance, 5) balance = withdraw(balance, 500)
13.7
55
0.659854
c2611c72bea7ee655df6077231d5fe5c6f79d18c
2,973
py
Python
2021/day.3.py
craignicol/adventofcode
41ea3325adeb373dccc70d36a9a685eaf13359eb
[ "Apache-2.0" ]
null
null
null
2021/day.3.py
craignicol/adventofcode
41ea3325adeb373dccc70d36a9a685eaf13359eb
[ "Apache-2.0" ]
null
null
null
2021/day.3.py
craignicol/adventofcode
41ea3325adeb373dccc70d36a9a685eaf13359eb
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env python3 from statistics import mode tests_failed = 0 tests_executed = 0 example1= """00100 11110 10110 10111 10101 01111 00111 11100 10000 11001 00010 01010""".split('\n') powers = [8192, 4096, 2048, 1024, 512, 256, 128, 64, 32, 16, 8, 4, 2, 1] if __name__ == "__main__": test_cases() print(e...
29.147059
95
0.667003
c263e873beab15ef3148ddea30b0dcbd4c5dcb1c
6,194
py
Python
src/propagation.py
haoningwu3639/EE229_Project_VideoStabilization
74603e9dc5f10b3deffb2f4e0753c15dc8b9a92d
[ "MIT" ]
1
2021-06-13T06:32:29.000Z
2021-06-13T06:32:29.000Z
src/propagation.py
haoningwu3639/EE229_Project_VideoStabilization
74603e9dc5f10b3deffb2f4e0753c15dc8b9a92d
[ "MIT" ]
null
null
null
src/propagation.py
haoningwu3639/EE229_Project_VideoStabilization
74603e9dc5f10b3deffb2f4e0753c15dc8b9a92d
[ "MIT" ]
null
null
null
import cv2 import numpy as np from scipy.signal import medfilt from utils import init_dict, l2_dst def keypoint_transform(H, keypoint): """ Input: H: homography matrix of dimension (3*3) keypoint: the (x, y) point to be transformed Output: keypoint_trans: Transformed point keypoint_trans = H ...
37.768293
121
0.628996
c264fe174bb79ece1406b41e4cb858d0735178ff
1,140
py
Python
plugins/cuckoo/komand_cuckoo/actions/vpn_status/schema.py
lukaszlaszuk/insightconnect-plugins
8c6ce323bfbb12c55f8b5a9c08975d25eb9f8892
[ "MIT" ]
46
2019-06-05T20:47:58.000Z
2022-03-29T10:18:01.000Z
plugins/cuckoo/komand_cuckoo/actions/vpn_status/schema.py
lukaszlaszuk/insightconnect-plugins
8c6ce323bfbb12c55f8b5a9c08975d25eb9f8892
[ "MIT" ]
386
2019-06-07T20:20:39.000Z
2022-03-30T17:35:01.000Z
plugins/cuckoo/komand_cuckoo/actions/vpn_status/schema.py
lukaszlaszuk/insightconnect-plugins
8c6ce323bfbb12c55f8b5a9c08975d25eb9f8892
[ "MIT" ]
43
2019-07-09T14:13:58.000Z
2022-03-28T12:04:46.000Z
# GENERATED BY KOMAND SDK - DO NOT EDIT import komand import json
16.764706
57
0.490351
c267cbc162d3355bf7a9a7568e5120c20f9a8b94
15,306
py
Python
src/utils/scout_compiler.py
CheckPointSW/Scour
2f9391da45803b44181f7973e4e7c93bc2208252
[ "MIT" ]
152
2018-08-13T05:48:59.000Z
2022-03-30T15:18:44.000Z
src/utils/scout_compiler.py
CheckPointSW/Scour
2f9391da45803b44181f7973e4e7c93bc2208252
[ "MIT" ]
7
2019-08-29T15:24:41.000Z
2021-05-04T06:38:49.000Z
src/utils/scout_compiler.py
CheckPointSW/Scour
2f9391da45803b44181f7973e4e7c93bc2208252
[ "MIT" ]
21
2018-08-13T19:11:29.000Z
2022-02-28T15:25:47.000Z
import os import struct from .compilation.scout_flags import * from .compilation.scout_files import * from .compilation.arc_intel import arcIntel from .compilation.arc_arm import arcArm, arcArmThumb from .compilation.arc_mips import arcMips from .context_creator import * #############################...
43.731429
163
0.616425
c2683140e8ef3e0e1fef1af02d286989992c9f33
6,870
py
Python
python/paddle/fluid/tests/custom_op/extension_utils.py
dingsiyu/Paddle
2c974cc316bce4054bdf28d1f6b4c3bb8bd99d75
[ "Apache-2.0" ]
1
2021-03-16T13:40:07.000Z
2021-03-16T13:40:07.000Z
python/paddle/fluid/tests/custom_op/extension_utils.py
dingsiyu/Paddle
2c974cc316bce4054bdf28d1f6b4c3bb8bd99d75
[ "Apache-2.0" ]
null
null
null
python/paddle/fluid/tests/custom_op/extension_utils.py
dingsiyu/Paddle
2c974cc316bce4054bdf28d1f6b4c3bb8bd99d75
[ "Apache-2.0" ]
1
2021-03-16T13:40:08.000Z
2021-03-16T13:40:08.000Z
# Copyright (c) 2021 PaddlePaddle 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 appli...
31.658986
88
0.673071
c268a7da87d9bb0526fdc4df929e276c63494567
8,095
py
Python
HW_new_contact.py
AnastasiiaSarkisova/Home-Work-1
9021e9323a08f9dd96323b763aa0b0e689df24f8
[ "Apache-2.0" ]
null
null
null
HW_new_contact.py
AnastasiiaSarkisova/Home-Work-1
9021e9323a08f9dd96323b763aa0b0e689df24f8
[ "Apache-2.0" ]
null
null
null
HW_new_contact.py
AnastasiiaSarkisova/Home-Work-1
9021e9323a08f9dd96323b763aa0b0e689df24f8
[ "Apache-2.0" ]
null
null
null
# -*- coding: utf-8 -*- from selenium.webdriver.firefox.webdriver import WebDriver import unittest from group import Group from contact import Contact if __name__ == '__main__': unittest.main()
51.891026
112
0.652625
c268fccca788ac0d257bd73459ca8edc55f80559
2,189
py
Python
SNPdata/ExcludeDuplicates.py
ejh243/BrainFANS
903b30516ec395e0543d217c492eeac541515197
[ "Artistic-2.0" ]
null
null
null
SNPdata/ExcludeDuplicates.py
ejh243/BrainFANS
903b30516ec395e0543d217c492eeac541515197
[ "Artistic-2.0" ]
2
2022-02-16T09:35:08.000Z
2022-03-29T08:06:32.000Z
SNPdata/ExcludeDuplicates.py
ejh243/BrainFANS
903b30516ec395e0543d217c492eeac541515197
[ "Artistic-2.0" ]
null
null
null
## using output of king and plink --miss identify worse performing duplicate for exclusion ## this script is run as follows ## python ExcludeDuplicates.py <king output> <plink --miss output> <output file> import sys print "Reading in sample missingness from", sys.argv[2] sampleMissing = file(sys.argv[2], "r") sam...
25.752941
91
0.692097
c26ac1a91dabdb0034c28b5241ea7cfad78d438f
3,375
py
Python
jscatter/jscatter_test.py
flekschas/jupyter-scatter
550eceb2311b0394caad83dbb399ed2f29e55af6
[ "Apache-2.0" ]
23
2021-02-03T02:05:47.000Z
2022-03-17T14:53:39.000Z
jscatter/jscatter_test.py
manzt/jupyter-scatter
c38f94abfb655e03f407e7fcec80a883439796b5
[ "Apache-2.0" ]
5
2021-02-04T22:19:35.000Z
2022-03-07T04:49:31.000Z
jscatter/jscatter_test.py
manzt/jupyter-scatter
c38f94abfb655e03f407e7fcec80a883439796b5
[ "Apache-2.0" ]
1
2021-06-15T14:14:47.000Z
2021-06-15T14:14:47.000Z
import numpy as np import pandas as pd from .jscatter import Scatter, component_idx_to_name from .utils import minmax_scale
31.25
105
0.647704
c26b638d6a13eb8cf7404de0290463e08f694482
10,917
py
Python
py-world/world/main.py
Coastchb/Tacotron-2
0a61c8ff4fadfbd9d4157ee93b875e7d79fd750c
[ "MIT" ]
null
null
null
py-world/world/main.py
Coastchb/Tacotron-2
0a61c8ff4fadfbd9d4157ee93b875e7d79fd750c
[ "MIT" ]
null
null
null
py-world/world/main.py
Coastchb/Tacotron-2
0a61c8ff4fadfbd9d4157ee93b875e7d79fd750c
[ "MIT" ]
null
null
null
import logging import sys from typing import Iterable # 3rd party imports import numpy as np # import matplotlib.pyplot as plt from scipy.io.wavfile import read as wavread # local imports from .dio import dio from .stonemask import stonemask from .harvest import harvest from .cheaptrick import cheaptrick from .d4c im...
42.644531
152
0.582944
c26b881427d152a0f3576dc1d7e1e0a52917ad82
8,165
py
Python
src/universal_build/helpers/build_docker.py
prototypefund/universal-build
809e641d5cf9dc1378cd0e0e3ea6e79f773ae4e7
[ "MIT" ]
17
2020-11-20T15:58:02.000Z
2022-02-06T19:18:20.000Z
src/universal_build/helpers/build_docker.py
prototypefund/universal-build
809e641d5cf9dc1378cd0e0e3ea6e79f773ae4e7
[ "MIT" ]
3
2021-02-17T13:47:44.000Z
2021-10-14T13:53:15.000Z
src/universal_build/helpers/build_docker.py
prototypefund/universal-build
809e641d5cf9dc1378cd0e0e3ea6e79f773ae4e7
[ "MIT" ]
6
2020-11-23T09:51:26.000Z
2022-02-11T13:46:57.000Z
"""Utilities to help building Docker images.""" import argparse import os import subprocess from typing import List, Optional from universal_build import build_utils FLAG_DOCKER_IMAGE_PREFIX = "docker_image_prefix" def parse_arguments( input_args: List[str] = None, argument_parser: argparse.ArgumentParser = No...
37.113636
205
0.679731
c26b884dd3d4d5b8b8e569db3554db56ec68bc33
129
py
Python
Code/YOLO/darkflow/darkflow/net/build.py
kalvin-osoro/ml_project
bf0bdc5719f2712682dd070045a5f1edf933a0c4
[ "Apache-2.0" ]
null
null
null
Code/YOLO/darkflow/darkflow/net/build.py
kalvin-osoro/ml_project
bf0bdc5719f2712682dd070045a5f1edf933a0c4
[ "Apache-2.0" ]
null
null
null
Code/YOLO/darkflow/darkflow/net/build.py
kalvin-osoro/ml_project
bf0bdc5719f2712682dd070045a5f1edf933a0c4
[ "Apache-2.0" ]
null
null
null
version https://git-lfs.github.com/spec/v1 oid sha256:ea33786bb4be2c91d879beaff23346f37c5b4b5b8504df61a909e3570d67eb08 size 5150
32.25
75
0.883721
c26c957464e23a15c778de134041cfb40b9fa636
1,415
py
Python
norns/gear/migrations/0006_auto_20180522_2102.py
the-norns/norns
8856626fb6937452c123e4629a5888a49a82c349
[ "MIT" ]
null
null
null
norns/gear/migrations/0006_auto_20180522_2102.py
the-norns/norns
8856626fb6937452c123e4629a5888a49a82c349
[ "MIT" ]
62
2018-05-19T22:18:01.000Z
2018-05-26T00:13:21.000Z
norns/gear/migrations/0006_auto_20180522_2102.py
the-norns/norns
8856626fb6937452c123e4629a5888a49a82c349
[ "MIT" ]
3
2018-05-19T18:54:28.000Z
2018-05-21T02:14:47.000Z
# Generated by Django 2.0.5 on 2018-05-22 21:02 from django.db import migrations, models import django.db.models.deletion
32.906977
125
0.582332
c26e8a076cd054bdeb3d8edfa2f30d5c046667f6
1,121
py
Python
src/genie/libs/parser/ios/tests/ShowProcessesCpuSorted/cli/equal/golden_output_1_expected.py
balmasea/genieparser
d1e71a96dfb081e0a8591707b9d4872decd5d9d3
[ "Apache-2.0" ]
204
2018-06-27T00:55:27.000Z
2022-03-06T21:12:18.000Z
src/genie/libs/parser/ios/tests/ShowProcessesCpuSorted/cli/equal/golden_output_1_expected.py
balmasea/genieparser
d1e71a96dfb081e0a8591707b9d4872decd5d9d3
[ "Apache-2.0" ]
468
2018-06-19T00:33:18.000Z
2022-03-31T23:23:35.000Z
src/genie/libs/parser/ios/tests/ShowProcessesCpuSorted/cli/equal/golden_output_1_expected.py
balmasea/genieparser
d1e71a96dfb081e0a8591707b9d4872decd5d9d3
[ "Apache-2.0" ]
309
2019-01-16T20:21:07.000Z
2022-03-30T12:56:41.000Z
expected_output = { "sort": { 1: { "invoked": 3321960, "usecs": 109, "tty": 0, "one_min_cpu": 0.54, "process": "PIM Process", "five_min_cpu": 0.48, "runtime": 362874, "pid": 368, "five_sec_cpu": 1.03,...
26.069767
75
0.407672
c26f5c129b7cbf79a66da9961a7b6a906731cbb8
4,702
py
Python
watcher_metering/publisher/publisher.py
b-com/watcher-metering
7c09b243347146e5a421700d5b07d1d0a5c4d604
[ "Apache-2.0" ]
2
2015-10-22T19:44:57.000Z
2017-06-15T15:01:07.000Z
watcher_metering/publisher/publisher.py
b-com/watcher-metering
7c09b243347146e5a421700d5b07d1d0a5c4d604
[ "Apache-2.0" ]
1
2015-10-26T13:52:58.000Z
2015-10-26T13:52:58.000Z
watcher_metering/publisher/publisher.py
b-com/watcher-metering
7c09b243347146e5a421700d5b07d1d0a5c4d604
[ "Apache-2.0" ]
4
2015-10-10T13:59:39.000Z
2020-05-29T11:47:07.000Z
# -*- encoding: utf-8 -*- # Copyright (c) 2015 b<>com # # 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 o...
38.227642
79
0.652276
c2702f279730a02fd61505d6c6e1275ba009f9db
873
py
Python
setup.py
mortenlj/earthlyw
7aa1762c84d680abed1192f88a42d4d4b227432c
[ "MIT" ]
null
null
null
setup.py
mortenlj/earthlyw
7aa1762c84d680abed1192f88a42d4d4b227432c
[ "MIT" ]
16
2021-08-21T20:11:04.000Z
2022-03-12T19:55:53.000Z
setup.py
mortenlj/earthlyw
7aa1762c84d680abed1192f88a42d4d4b227432c
[ "MIT" ]
null
null
null
#!/usr/bin/env python from setuptools import setup setup( name="earthlyw", version="0.1", packages=[ "ibidem", "ibidem.earthlyw", ], install_requires=[ "setuptools", "colorlog<6", "appdirs<2", "requests<3", ], extras_require={ "dev": ...
19.4
51
0.5063
c2722d474ea8fa2b576a6ea93761caf6c92cb828
5,547
py
Python
export_pdf_decaissement.py
Ciwara/DE-ENCAISSEMENT
bd816b40c857a768e866535b46b30ae6fb5020e9
[ "Apache-2.0" ]
null
null
null
export_pdf_decaissement.py
Ciwara/DE-ENCAISSEMENT
bd816b40c857a768e866535b46b30ae6fb5020e9
[ "Apache-2.0" ]
null
null
null
export_pdf_decaissement.py
Ciwara/DE-ENCAISSEMENT
bd816b40c857a768e866535b46b30ae6fb5020e9
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env python # -*- coding= UTF-8 -*- # Fad from reportlab.pdfgen import canvas from reportlab.lib.pagesizes import A4 # setup the empty canvas from io import FileIO as file from reportlab.platypus import Flowable # from Common.pyPdf import PdfFileWriter, PdfFileReader from PyPDF2 import PdfFileWriter, PdfFil...
33.415663
110
0.581035
c274168a8c5a204b07518e6afd5c3fd89f5eb019
9,073
py
Python
pose/datasets/real_animal_all.py
chaneyddtt/UDA-Animal-Pose
f1ebfda860a2585c60fe86ce1632e910ac97ebc5
[ "MIT" ]
61
2021-03-30T08:34:24.000Z
2022-03-30T02:45:46.000Z
pose/datasets/real_animal_all.py
chaneyddtt/UDA-Animal-Pose
f1ebfda860a2585c60fe86ce1632e910ac97ebc5
[ "MIT" ]
13
2021-04-10T12:46:58.000Z
2022-03-11T10:40:02.000Z
pose/datasets/real_animal_all.py
chaneyddtt/UDA-Animal-Pose
f1ebfda860a2585c60fe86ce1632e910ac97ebc5
[ "MIT" ]
2
2021-07-22T04:53:44.000Z
2022-02-15T14:19:02.000Z
from __future__ import print_function, absolute_import import random import torch.utils.data as data from pose.utils.osutils import * from pose.utils.transforms import * from scipy.io import loadmat import argparse real_animal_all.njoints = 18 # ugly but works
45.139303
136
0.554502
c276131b5adb85398eba0cb67c7e33579e3497af
2,376
py
Python
src/models/SLEuth_model.py
NCBI-Codeathons/SLEuth
c74c05bbc07ce4c813ee46ab66cfb6487fdc6966
[ "MIT" ]
2
2019-11-07T22:24:49.000Z
2019-11-09T02:42:59.000Z
src/models/SLEuth_model.py
NCBI-Codeathons/STRATIFICATION-OF-SLE-PATIENT-COHORT-FOR-PRECISION-MEDICINE
c74c05bbc07ce4c813ee46ab66cfb6487fdc6966
[ "MIT" ]
null
null
null
src/models/SLEuth_model.py
NCBI-Codeathons/STRATIFICATION-OF-SLE-PATIENT-COHORT-FOR-PRECISION-MEDICINE
c74c05bbc07ce4c813ee46ab66cfb6487fdc6966
[ "MIT" ]
1
2020-06-06T18:47:21.000Z
2020-06-06T18:47:21.000Z
import sklearn from sklearn.cluster import KMeans from src.features.feature_selection import PCA_Variants2Gene_FeatureSelection
44.830189
147
0.676347
c2769ae34a085e912e6eacf2499ecd7dc14d3eeb
492
py
Python
cap6/ex6.py
felipesch92/livroPython
061b1c095c3ec2d25fb1d5fdfbf9e9dbe10b3307
[ "MIT" ]
null
null
null
cap6/ex6.py
felipesch92/livroPython
061b1c095c3ec2d25fb1d5fdfbf9e9dbe10b3307
[ "MIT" ]
null
null
null
cap6/ex6.py
felipesch92/livroPython
061b1c095c3ec2d25fb1d5fdfbf9e9dbe10b3307
[ "MIT" ]
null
null
null
p = [1, 4, 9, 10, 20, 25] e1 = int(input('Primeiro elemento: ')) e2 = int(input('Segundo elemento: ')) x = 0 achou = False primeiro = 0 while x < len(p): if p[x] == e1: print(f'Elemento 1 encontrado na posio {x} da lista!') if primeiro == 0: primeiro = 1 if p[x] == e2: print(...
27.333333
64
0.556911
c276e6f457a794f0b9dc50d4ef823c9392fe5335
62
py
Python
src/lk_db/ents/time/EntTime.py
nuuuwan/lk_db
ac0abfa47ba31b0d4c2c8566b3101b83749bd45d
[ "MIT" ]
null
null
null
src/lk_db/ents/time/EntTime.py
nuuuwan/lk_db
ac0abfa47ba31b0d4c2c8566b3101b83749bd45d
[ "MIT" ]
null
null
null
src/lk_db/ents/time/EntTime.py
nuuuwan/lk_db
ac0abfa47ba31b0d4c2c8566b3101b83749bd45d
[ "MIT" ]
null
null
null
from lk_db.ents.Ent import Ent
10.333333
30
0.709677
c278440f2c1e433cd58705bc68bd303258b8e21b
8,084
py
Python
lib/datasets/myvg.py
zhydong/faster-rcnn.pytorch
36fa8b9718228edb4702b039deab924c40b973f5
[ "MIT" ]
null
null
null
lib/datasets/myvg.py
zhydong/faster-rcnn.pytorch
36fa8b9718228edb4702b039deab924c40b973f5
[ "MIT" ]
null
null
null
lib/datasets/myvg.py
zhydong/faster-rcnn.pytorch
36fa8b9718228edb4702b039deab924c40b973f5
[ "MIT" ]
null
null
null
""" Visual Genome in Scene Graph Generation by Iterative Message Passing split """ import os import cv2 import json import h5py import pickle import numpy as np import scipy.sparse import os.path as osp from datasets.imdb import imdb from model.utils.config import cfg from IPython import embed if __name__ == '__ma...
36.579186
114
0.588323
c279e40781e717d53e7e9d1d3467cb0c61eb0740
6,213
py
Python
src/rfid/__init__.py
whaleygeek/SL030
ff96337cd1619b4a5bd8097a5d5dd0455d2e1674
[ "MIT" ]
null
null
null
src/rfid/__init__.py
whaleygeek/SL030
ff96337cd1619b4a5bd8097a5d5dd0455d2e1674
[ "MIT" ]
8
2020-11-14T11:01:38.000Z
2020-11-18T15:06:07.000Z
src/rfid/__init__.py
whaleygeek/SL030
ff96337cd1619b4a5bd8097a5d5dd0455d2e1674
[ "MIT" ]
2
2020-07-23T14:41:31.000Z
2020-11-19T13:19:38.000Z
# SL030 RFID reader driver for skpang supplied SL030 Mifare reader # (c) 2013-2014 Thinking Binaries Ltd, David Whale #=============================================================================== # CONFIGURATION # # You can change these configuration items either by editing them in this # file, or by refering to th...
26.21519
80
0.63013
c27a447ad8dc36c385389a565e4ed170305a8f4a
1,293
py
Python
parser_tool.py
kmwenja/marker
f9d9634eb1ddce3dc0ebbe6164bb87a27dc95dd9
[ "MIT" ]
null
null
null
parser_tool.py
kmwenja/marker
f9d9634eb1ddce3dc0ebbe6164bb87a27dc95dd9
[ "MIT" ]
null
null
null
parser_tool.py
kmwenja/marker
f9d9634eb1ddce3dc0ebbe6164bb87a27dc95dd9
[ "MIT" ]
null
null
null
# parser.py - parses a given sentence using a given grammar definition import sys, os import argparse from utils import load_grammar def get_parser(grammar_file, *args, **kwargs): """ loads a parser from the given grammar """ return load_grammar(grammar_file, *args, **kwargs) def tokenize(sentence): """...
26.387755
73
0.661253
c27a8632891f52402501c008dbb668b6e46297a0
3,821
py
Python
pyjapt/lexing.py
alejandroklever/pyjapt
21b11fd4b5b21cabcc59673538c473e33af9e646
[ "MIT" ]
8
2020-07-23T06:19:28.000Z
2021-11-06T04:26:47.000Z
pyjapt/lexing.py
alejandroklever/PyJapt
21b11fd4b5b21cabcc59673538c473e33af9e646
[ "MIT" ]
null
null
null
pyjapt/lexing.py
alejandroklever/PyJapt
21b11fd4b5b21cabcc59673538c473e33af9e646
[ "MIT" ]
null
null
null
import re from typing import List, Any, Generator, Tuple, Pattern, Optional, Callable, Dict
33.517544
111
0.576289
c27b06a45e2113932d5e033fa31486f2b933313d
3,975
py
Python
src/jobs/management/commands/try_retrain.py
fleur101/predict-python
d40c876d919232bbb77904e050b182c875bc36fa
[ "MIT" ]
12
2018-06-27T08:09:18.000Z
2021-10-10T22:19:04.000Z
src/jobs/management/commands/try_retrain.py
fleur101/predict-python
d40c876d919232bbb77904e050b182c875bc36fa
[ "MIT" ]
17
2018-06-12T17:36:11.000Z
2020-11-16T21:23:22.000Z
src/jobs/management/commands/try_retrain.py
fleur101/predict-python
d40c876d919232bbb77904e050b182c875bc36fa
[ "MIT" ]
16
2018-08-02T14:40:17.000Z
2021-11-12T12:28:46.000Z
import random from django.core.management.base import BaseCommand from pandas import Series from src.cache.cache import put_labelled_logs from src.core.core import get_encoded_logs from src.jobs.models import Job from src.jobs.tasks import prediction_task from src.runtime.tasks import create_prediction_job from src....
38.592233
103
0.585409
c27ba0e5861f097686336335cdd99739a27bfdc4
1,646
py
Python
flydra_camnode/flydra_camnode/camnode_utils.py
elhananby/flydra
09b86859b1863700cdea0bbcdd4758da6c83930b
[ "Apache-2.0", "MIT" ]
45
2017-08-25T06:46:56.000Z
2021-08-29T16:42:49.000Z
flydra_camnode/flydra_camnode/camnode_utils.py
elhananby/flydra
09b86859b1863700cdea0bbcdd4758da6c83930b
[ "Apache-2.0", "MIT" ]
7
2017-10-16T10:46:20.000Z
2020-12-03T16:42:55.000Z
flydra_camnode/flydra_camnode/camnode_utils.py
elhananby/flydra
09b86859b1863700cdea0bbcdd4758da6c83930b
[ "Apache-2.0", "MIT" ]
21
2018-04-11T09:06:40.000Z
2021-12-26T23:38:40.000Z
#emacs, this is -*-Python-*- mode from __future__ import division from __future__ import with_statement import contextlib import threading, Queue
27.433333
77
0.592345
c27c8a4376df70bee9dccb2ba1429b510d6719df
3,439
py
Python
app.py
Nerolation/Ethereum-Notary-Service-Prototype
ea5487a29813caee1e4be9edac495d89010c593e
[ "MIT" ]
null
null
null
app.py
Nerolation/Ethereum-Notary-Service-Prototype
ea5487a29813caee1e4be9edac495d89010c593e
[ "MIT" ]
null
null
null
app.py
Nerolation/Ethereum-Notary-Service-Prototype
ea5487a29813caee1e4be9edac495d89010c593e
[ "MIT" ]
null
null
null
from flask import Flask, render_template, request, redirect, logging, make_response, json from ethw3 import genkey, create_chain_data, verify_chain_data, create_acct, mine, history_slice from utils_s3 import load_from_fetchlist # Initialize flask an other global variables app = Flask(__name__) address, username, addr,...
37.791209
198
0.628962
c27d5e7133ef2989b1ce8e0b881cabce3f8f0dab
8,800
py
Python
python/dsbox/planner/common/library.py
RqS/dsbox-ta2
43800d4365a154684fa5b9551c2c1cd21ec7139c
[ "MIT" ]
null
null
null
python/dsbox/planner/common/library.py
RqS/dsbox-ta2
43800d4365a154684fa5b9551c2c1cd21ec7139c
[ "MIT" ]
null
null
null
python/dsbox/planner/common/library.py
RqS/dsbox-ta2
43800d4365a154684fa5b9551c2c1cd21ec7139c
[ "MIT" ]
null
null
null
import json import os from datetime import date from typing import List, Dict from d3m_metadata.metadata import PrimitiveMetadata, PrimitiveFamily, PrimitiveAlgorithmType from d3m import index from dsbox.planner.common.primitive import Primitive from dsbox.schema.profile_schema import DataProfileType as dpt from col...
42.307692
112
0.611932
c27e04a4ce8b186ea59a6dc9c61fb5fd29af829e
134
py
Python
python-lab-file/64_capitalizefirshchar.py
zshashz/py1729
3281ae2a20c665ebcc0d53840cc95143cbe6861b
[ "MIT" ]
1
2021-01-22T09:03:59.000Z
2021-01-22T09:03:59.000Z
python-lab-file/64_capitalizefirshchar.py
zshashz/py1729
3281ae2a20c665ebcc0d53840cc95143cbe6861b
[ "MIT" ]
null
null
null
python-lab-file/64_capitalizefirshchar.py
zshashz/py1729
3281ae2a20c665ebcc0d53840cc95143cbe6861b
[ "MIT" ]
2
2021-05-04T11:29:38.000Z
2021-11-03T13:09:48.000Z
# Program 64 : Capitalize the First Character of a String my_string = input() cap_string = my_string.capitalize() print(cap_string)
19.142857
57
0.768657
c27e0e6f346371d620980e3342a6a2e97c9b22a6
18,487
py
Python
radiation_dose_estimator_keras.py
vsuomi/radiation-dose
6a97e282b7b8a06cde7973ceeebb14ea3ef60f70
[ "MIT" ]
12
2019-02-27T17:07:58.000Z
2021-12-17T20:31:31.000Z
radiation_dose_estimator_keras.py
liuhd073/radiation-dose
6a97e282b7b8a06cde7973ceeebb14ea3ef60f70
[ "MIT" ]
2
2020-04-02T08:57:19.000Z
2021-06-10T05:06:26.000Z
radiation_dose_estimator_keras.py
vsuomi/radiation-dose
6a97e282b7b8a06cde7973ceeebb14ea3ef60f70
[ "MIT" ]
2
2019-09-21T12:19:08.000Z
2020-04-28T04:30:41.000Z
# -*- coding: utf-8 -*- ''' Created on Fri Nov 16 09:36:50 2018 @author: Visa Suomi Turku University Hospital November 2018 @description: This model is used to predict radiation dose from pre-treatment patient parameters ''' #%% clear variables %reset -f %clear #%% import ne...
37.960986
131
0.638611
c27e29fee5d31c11bd5413203986db3871f9139b
3,610
py
Python
gmsh_cad/emi_system_gap.py
MiroK/emi-cylinders
ccbbfa51003fc4fe8abc257dee916e229398c520
[ "MIT" ]
null
null
null
gmsh_cad/emi_system_gap.py
MiroK/emi-cylinders
ccbbfa51003fc4fe8abc257dee916e229398c520
[ "MIT" ]
null
null
null
gmsh_cad/emi_system_gap.py
MiroK/emi-cylinders
ccbbfa51003fc4fe8abc257dee916e229398c520
[ "MIT" ]
1
2018-05-30T14:26:59.000Z
2018-05-30T14:26:59.000Z
from dolfin import * parameters['form_compiler']['representation'] = 'uflacs' parameters['form_compiler']['cpp_optimize'] = True parameters['form_compiler']['cpp_optimize_flags'] = '-O3 -ffast-math -march=native' parameters['ghost_mode'] = 'shared_facet' mesh_file = 'cell_grid.h5' comm = mpi_comm_world() h5 = HDF5Fi...
38.404255
84
0.650139
c27e409359b0212f22ca1f835566250303f86f95
165
py
Python
customers/tests/test_gemsutils.py
dcopm999/sibdev
9dc01ed5d172869d4870c847f01d168602f31be8
[ "MIT" ]
null
null
null
customers/tests/test_gemsutils.py
dcopm999/sibdev
9dc01ed5d172869d4870c847f01d168602f31be8
[ "MIT" ]
null
null
null
customers/tests/test_gemsutils.py
dcopm999/sibdev
9dc01ed5d172869d4870c847f01d168602f31be8
[ "MIT" ]
null
null
null
from django.test import TestCase from customers.gems_utils import Gems
16.5
37
0.690909
c2818a738014513d0cd2309428321fbec20d821d
2,855
py
Python
commands/load_metadata/products.py
DataViva/dataviva-scripts
1e36f11e2849c33b8118cefe1755d312b19c0ecd
[ "MIT" ]
10
2015-05-20T14:41:23.000Z
2020-05-27T22:36:19.000Z
commands/load_metadata/products.py
DataViva/dataviva-scripts
1e36f11e2849c33b8118cefe1755d312b19c0ecd
[ "MIT" ]
11
2018-05-17T14:30:58.000Z
2018-09-06T21:20:34.000Z
commands/load_metadata/products.py
DataViva/dataviva-scripts
1e36f11e2849c33b8118cefe1755d312b19c0ecd
[ "MIT" ]
12
2015-07-14T13:46:41.000Z
2019-09-20T00:47:10.000Z
import click import pandas import pickle import json from clients import s3, redis
33.588235
119
0.561121
c282ea17115bac2dbe64555ce16709d1698a3231
5,158
py
Python
docker/entrypoint_benchmark.py
augustoproiete-forks/OasisLMF--OasisLMF
560749e9dd7d8bd84307cd2767517b3e1d3a1c01
[ "BSD-3-Clause" ]
88
2018-03-24T11:57:10.000Z
2022-03-21T13:04:41.000Z
docker/entrypoint_benchmark.py
augustoproiete-forks/OasisLMF--OasisLMF
560749e9dd7d8bd84307cd2767517b3e1d3a1c01
[ "BSD-3-Clause" ]
558
2018-03-14T14:16:30.000Z
2022-03-29T12:48:14.000Z
docker/entrypoint_benchmark.py
augustoproiete-forks/OasisLMF--OasisLMF
560749e9dd7d8bd84307cd2767517b3e1d3a1c01
[ "BSD-3-Clause" ]
41
2018-04-09T11:13:12.000Z
2021-10-05T14:43:11.000Z
#!/usr/bin/env python3 import argparse import os import io import subprocess import sys from tabulate import tabulate def run_tests(test_dir, run_dir, log_fp, oasis_args, threshold=None): ''' Output of each run entry in `results` In [3]: example_run Out[3]: {'total': 88.63, 'oasislmf.ma...
35.819444
144
0.647732
c28326651456ece0ed2b23f9a58a7727eada65f9
191
py
Python
run.py
elchingon/flask-temperature-relay-app
ef2fcdf039eb2be5ef28a53ca1727d73c0732d0f
[ "MIT" ]
null
null
null
run.py
elchingon/flask-temperature-relay-app
ef2fcdf039eb2be5ef28a53ca1727d73c0732d0f
[ "MIT" ]
null
null
null
run.py
elchingon/flask-temperature-relay-app
ef2fcdf039eb2be5ef28a53ca1727d73c0732d0f
[ "MIT" ]
null
null
null
#!/bin/env python from app import create_app, socketio from app.db_setup import init_db app = create_app(debug=False) init_db() if __name__ == '__main__': socketio.run(app, port=5001)
17.363636
36
0.73822
c2844b9558a0aad3fcd5e9e967cacb650e5737e3
1,427
py
Python
GUI/index.py
Abhishek2019/Speech
416827a02279cdafd268ef2748d4f4f52b0f0e15
[ "MIT" ]
null
null
null
GUI/index.py
Abhishek2019/Speech
416827a02279cdafd268ef2748d4f4f52b0f0e15
[ "MIT" ]
null
null
null
GUI/index.py
Abhishek2019/Speech
416827a02279cdafd268ef2748d4f4f52b0f0e15
[ "MIT" ]
null
null
null
# from tkinter import * # root = Tk() # frametop = Frame(root) # framebottom = Frame(root) # frameleft = Frame(framebottom) # frameright = Frame(framebottom) # text = Text(frametop) # scroll = Scrollbar(frametop, command=text.yview) # btn1 = Button(frameleft, text="Course") # btn2 = Button(frameleft, text="Abscences...
29.122449
63
0.716889
c284f0eeab9d175ef398f1a574b272296ad415fe
2,270
py
Python
tests/0400_i18n/08_update_catalogs.py
sveetch/Optimus
983aebeccd2ada7a5a0ab96f9296d4bba1112022
[ "MIT" ]
2
2019-05-31T00:23:15.000Z
2021-04-26T07:26:16.000Z
tests/0400_i18n/08_update_catalogs.py
sveetch/Optimus
983aebeccd2ada7a5a0ab96f9296d4bba1112022
[ "MIT" ]
27
2015-04-21T14:43:26.000Z
2022-01-29T00:42:53.000Z
tests/0400_i18n/08_update_catalogs.py
sveetch/Optimus
983aebeccd2ada7a5a0ab96f9296d4bba1112022
[ "MIT" ]
1
2017-05-21T17:32:28.000Z
2017-05-21T17:32:28.000Z
import os import logging import shutil from optimus.i18n.manager import I18NManager def test_update_catalogs_all( minimal_i18n_settings, caplog, temp_builds_dir, fixtures_settings ): """ Update every catalogs """ basepath = temp_builds_dir.join("i18n_update_catalogs_all") # Copy sample proje...
28.024691
82
0.654626
c2873e4c6778750f7796b281ee5e6991fa174ee7
3,707
py
Python
StreamPy/TestExamplesListToStreams/test_example_element_single_in_single_out_stateful.py
AnomalyInc/StreamPy
94abca276b2857de48259f4f42ef95efbdf5f6d1
[ "Apache-2.0" ]
2
2017-04-27T11:04:27.000Z
2019-02-07T21:03:32.000Z
StreamPy/TestExamplesListToStreams/test_example_element_single_in_single_out_stateful.py
StreamPy/StreamPy
94abca276b2857de48259f4f42ef95efbdf5f6d1
[ "Apache-2.0" ]
null
null
null
StreamPy/TestExamplesListToStreams/test_example_element_single_in_single_out_stateful.py
StreamPy/StreamPy
94abca276b2857de48259f4f42ef95efbdf5f6d1
[ "Apache-2.0" ]
null
null
null
"""This module contains examples of stream_func where f_type is 'element' and stream_func has a single input stream, and a single output stream, and the operation is stateful. The state captures information in the past input streams; this information is required to append values to the tails of the output streams. Th...
29.656
77
0.669005
c288905ef79b8a14c466f9e48a449c4d916507ed
7,815
py
Python
summer21/mpqa_dataprocessing/mpqa3_to_dict.py
gu-sentiment-2021/sent
a3874a7286c965684d92fcf78e4091ad3a33aae1
[ "MIT" ]
null
null
null
summer21/mpqa_dataprocessing/mpqa3_to_dict.py
gu-sentiment-2021/sent
a3874a7286c965684d92fcf78e4091ad3a33aae1
[ "MIT" ]
null
null
null
summer21/mpqa_dataprocessing/mpqa3_to_dict.py
gu-sentiment-2021/sent
a3874a7286c965684d92fcf78e4091ad3a33aae1
[ "MIT" ]
null
null
null
# mpqa3_to_dict helps to convert MPQA stand-off format to python dictionaries. # It provides the following functionalities: # 1) Clean up the MPQA 3.0 corpus # 2) Convert an MPQA document to a dictionary # 3) Convert an entire corpus to a dictionary import os import re HAS_LIST_OF_IDS = [ # These attributes may have ...
47.078313
124
0.583109
c289ff863c8d7033135d9b33b4209cc7939b98dc
1,283
py
Python
dev/Gems/CloudGemInGameSurvey/AWS/lambda-code/ServiceLambda/api/active_surveys_player_submissions.py
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Gems/CloudGemInGameSurvey/AWS/lambda-code/ServiceLambda/api/active_surveys_player_submissions.py
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Gems/CloudGemInGameSurvey/AWS/lambda-code/ServiceLambda/api/active_surveys_player_submissions.py
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
# # All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or # its licensors. # # For complete copyright and license terms please see the LICENSE at the root of this # distribution (the "License"). All use of this software is governed by the License, # or, if provided, by the license below or th...
33.763158
110
0.749805
c28c89d7b55ba84be47ce0c0270354c71ec824ef
402
py
Python
exercicio57.py
juniooor/Exercicios-python
aed87da4f93d0e6083b1a8c3af4081a028f145de
[ "MIT" ]
null
null
null
exercicio57.py
juniooor/Exercicios-python
aed87da4f93d0e6083b1a8c3af4081a028f145de
[ "MIT" ]
null
null
null
exercicio57.py
juniooor/Exercicios-python
aed87da4f93d0e6083b1a8c3af4081a028f145de
[ "MIT" ]
null
null
null
#Crie um programa que tenha uma tupla com vrias palavras (no usar acentos). Depois disso, voc deve mostrar, para cada palavra, quais so as suas vogais. palavras=('SOPA','BATATAS','CACAU','CASTANHA','LASANHA','GOSTOSURAS','TRAVESSURAS','PARMEGIANA') for p in palavras: print(f'\n As Vogais de {p} so: ',end='') f...
57.428571
156
0.666667
c28cb4aefdf64fe8ea7d0c518f1c67e77950a4da
2,534
py
Python
marketgrab/views.py
colinmcglone/window-time
74ed90440b9bb93fa569534c7557972242569d3a
[ "MIT" ]
null
null
null
marketgrab/views.py
colinmcglone/window-time
74ed90440b9bb93fa569534c7557972242569d3a
[ "MIT" ]
null
null
null
marketgrab/views.py
colinmcglone/window-time
74ed90440b9bb93fa569534c7557972242569d3a
[ "MIT" ]
null
null
null
import os from django.conf import * from django.shortcuts import render_to_response, render from django.http import HttpResponse from .models import Data, MovingAvg, Movements, Sigma from datetime import datetime from django.template import RequestContext
33.786667
97
0.609708
c28e4edca7ae401126ff0a6fbb8cb56b375f7be5
195
py
Python
Regular Expression/Introduction/Matching Whitespace % Non-whitespace Characters/matching_whitespace_and_non-whitespace_characters.py
brianchiang-tw/HackerRank
02a30a0033b881206fa15b8d6b4ef99b2dc420c8
[ "MIT" ]
2
2020-05-28T07:15:00.000Z
2020-07-21T08:34:06.000Z
Regular Expression/Introduction/Matching Whitespace % Non-whitespace Characters/matching_whitespace_and_non-whitespace_characters.py
brianchiang-tw/HackerRank
02a30a0033b881206fa15b8d6b4ef99b2dc420c8
[ "MIT" ]
null
null
null
Regular Expression/Introduction/Matching Whitespace % Non-whitespace Characters/matching_whitespace_and_non-whitespace_characters.py
brianchiang-tw/HackerRank
02a30a0033b881206fa15b8d6b4ef99b2dc420c8
[ "MIT" ]
null
null
null
# Method_#1 #Regex_Pattern = r"\S\S\s\S\S\s\S\S" # Do not delete 'r'. # Method_#2 Regex_Pattern = r"(\S\S\s){2}(\S\S){1}" import re print(str(bool(re.search(Regex_Pattern, input()))).lower())
19.5
59
0.625641
c28f5399f5765ea45b857d48fc29ac34ed27c2a1
842
py
Python
causalpy/utils/utils.py
maichmueller/CausalPy
d2dcd2c557e1ccdfa1fb77f3adbf78b0ea63c735
[ "MIT" ]
null
null
null
causalpy/utils/utils.py
maichmueller/CausalPy
d2dcd2c557e1ccdfa1fb77f3adbf78b0ea63c735
[ "MIT" ]
null
null
null
causalpy/utils/utils.py
maichmueller/CausalPy
d2dcd2c557e1ccdfa1fb77f3adbf78b0ea63c735
[ "MIT" ]
null
null
null
import os import shutil
24.057143
55
0.549881
c28fad06e8a818ac6ddee1694bd9cf847cd0da24
205
py
Python
Semester 5 (PIP)/assignment1/prog4.py
MartyMiniac/ITER-Assignment
a7b355f40cc52a337ad90bb8328e54c4a9534530
[ "MIT" ]
14
2020-11-11T08:48:58.000Z
2022-02-26T03:59:05.000Z
Semester 5 (PIP)/assignment1/prog4.py
SKSTCODE42/ITER-Assignment
a7b355f40cc52a337ad90bb8328e54c4a9534530
[ "MIT" ]
4
2020-11-12T13:31:14.000Z
2021-06-21T05:41:34.000Z
Semester 5 (PIP)/assignment1/prog4.py
SKSTCODE42/ITER-Assignment
a7b355f40cc52a337ad90bb8328e54c4a9534530
[ "MIT" ]
10
2020-11-07T15:09:20.000Z
2022-02-26T03:56:50.000Z
regno='1941012661' year=2019 # print('My Regd. No is %s and I have taken admission in B. Tech. In %d.' %(regno, year)) print('My Regd. No is', regno,'and I have taken admission in B. Tech. In', year,'.' )
41
89
0.658537
c2902a4704b44239ff0cf04b847569517aff459d
483
py
Python
api_server/apps/speech_api/models.py
take2make/sra_api
923193789fdbfdd1022782f92bf2f041ddc4da29
[ "MIT" ]
null
null
null
api_server/apps/speech_api/models.py
take2make/sra_api
923193789fdbfdd1022782f92bf2f041ddc4da29
[ "MIT" ]
null
null
null
api_server/apps/speech_api/models.py
take2make/sra_api
923193789fdbfdd1022782f92bf2f041ddc4da29
[ "MIT" ]
null
null
null
""" , """ from django.db import models
26.833333
71
0.728778
c291f9afa8d4a69dbe3f4791438b896f2870685a
1,690
py
Python
setup.py
krismolendyke/den
aa18bb3ffc07688dbe5f9cbea9ba39fb9b67d37d
[ "MIT" ]
6
2015-06-20T21:54:21.000Z
2017-11-29T03:00:15.000Z
setup.py
krismolendyke/den
aa18bb3ffc07688dbe5f9cbea9ba39fb9b67d37d
[ "MIT" ]
1
2017-02-13T09:08:54.000Z
2017-02-13T09:33:46.000Z
setup.py
krismolendyke/den
aa18bb3ffc07688dbe5f9cbea9ba39fb9b67d37d
[ "MIT" ]
null
null
null
"""setuptools entry point.""" from codecs import open from os import path from setuptools import find_packages, setup HERE = path.abspath(path.dirname(__file__)) with open(path.join(HERE, "README.rst"), encoding="utf-8") as f: LONG_DESCRIPTION = f.read() with open(path.join(HERE, "src", "den", "VERSION")) as ve...
29.649123
118
0.57929
c293b3a4ad307a538250b63b7b3b8429f3fda47c
25,807
py
Python
apgl/util/Util.py
mathemaphysics/APGL
6ca7c176e04017feeae00c4cee069fd126df0fbc
[ "BSD-3-Clause" ]
13
2015-02-19T14:39:09.000Z
2021-04-12T01:22:32.000Z
apgl/util/Util.py
mathemaphysics/APGL
6ca7c176e04017feeae00c4cee069fd126df0fbc
[ "BSD-3-Clause" ]
1
2020-07-29T07:09:33.000Z
2020-07-29T07:09:33.000Z
apgl/util/Util.py
mathemaphysics/APGL
6ca7c176e04017feeae00c4cee069fd126df0fbc
[ "BSD-3-Clause" ]
7
2015-03-16T07:26:49.000Z
2021-01-12T06:57:27.000Z
''' Created on 31 Jul 2009 @author: charanpal ''' from __future__ import print_function import sys import os import numpy from contextlib import contextmanager import numpy.random as rand import logging import scipy.linalg import scipy.sparse as sparse import scipy.special import pickle from apgl.util.Parameter imp...
35.016282
209
0.551168
c29405121608c5b0e9800d088104121ec6141017
7,242
py
Python
src/python/weblyzard_api/client/jesaja_ng.py
PhilippKuntschik/weblyzard_api
415df7d2c3e625e96636ad0ab91f3ba669db64ea
[ "Apache-2.0" ]
null
null
null
src/python/weblyzard_api/client/jesaja_ng.py
PhilippKuntschik/weblyzard_api
415df7d2c3e625e96636ad0ab91f3ba669db64ea
[ "Apache-2.0" ]
null
null
null
src/python/weblyzard_api/client/jesaja_ng.py
PhilippKuntschik/weblyzard_api
415df7d2c3e625e96636ad0ab91f3ba669db64ea
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/python # -*- coding: utf-8 -*- ''' .. codeauthor: Albert Weichselbraun <albert.weichselbraun@htwchur.ch> .. codeauthor:: Heinz-Peter Lang <lang@weblyzard.com> ''' from __future__ import print_function from __future__ import unicode_literals from eWRT.ws.rest import MultiRESTClient from weblyzard_api.client ...
38.727273
140
0.609362
c29512076f4adfe1c703eb019e1315c92cfb30fe
3,342
py
Python
tasks/utilities/runner.py
faisaltheparttimecoder/carelogBackend
b0635e72338e14dad24f1ee0329212cd60a3e83a
[ "MIT" ]
1
2020-04-09T11:45:14.000Z
2020-04-09T11:45:14.000Z
tasks/utilities/runner.py
faisaltheparttimecoder/carelogBackend
b0635e72338e14dad24f1ee0329212cd60a3e83a
[ "MIT" ]
2
2020-06-05T18:04:30.000Z
2021-06-10T20:11:46.000Z
tasks/utilities/runner.py
faisaltheparttimecoder/carelogBackend
b0635e72338e14dad24f1ee0329212cd60a3e83a
[ "MIT" ]
null
null
null
import datetime, os from django.contrib.auth.models import User from products.lib.data_load import LoadProducts from zendesk.lib.load_tickets import LoadTickets from tasks.engine.maintenance import Maintenance from tasks.models import LastRun
37.550562
124
0.648115
c298455b91c04670dd6ada8face196e4608ff57c
1,667
py
Python
code/mlp-test.py
asdlei99/firewall
fd2819fab4cfde9989350397300efd4321e197fa
[ "MIT" ]
1
2020-03-01T21:17:01.000Z
2020-03-01T21:17:01.000Z
code/mlp-test.py
asdlei99/firewall
fd2819fab4cfde9989350397300efd4321e197fa
[ "MIT" ]
null
null
null
code/mlp-test.py
asdlei99/firewall
fd2819fab4cfde9989350397300efd4321e197fa
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- """ Created on Sat Oct 23 10:51:14 2018 @author: peter """ from sklearn.feature_extraction.text import TfidfVectorizer import os from sklearn.model_selection import train_test_split from sklearn.neural_network import MLPClassifier from sklearn import metrics import urllib.parse from sklearn.ex...
27.327869
98
0.720456
c298b609bf3203502c3817910d7a265918d513ee
3,176
py
Python
crud.py
wileeam/discount-code-service
74ccd0564115c636ed8d825e41d8e7d1bec33ded
[ "Apache-2.0" ]
null
null
null
crud.py
wileeam/discount-code-service
74ccd0564115c636ed8d825e41d8e7d1bec33ded
[ "Apache-2.0" ]
null
null
null
crud.py
wileeam/discount-code-service
74ccd0564115c636ed8d825e41d8e7d1bec33ded
[ "Apache-2.0" ]
null
null
null
import random import string from sqlalchemy.orm import Session import models, schemas
34.521739
86
0.573992
c298ed848bd524b876312d8bab6fc24cd9b74131
28,847
py
Python
python-obj-system.py
AlexPl292/python-obj-system
7d0e743e4785989f54094ea0bac05e3681c308c2
[ "MIT" ]
54
2021-12-06T10:44:17.000Z
2022-02-16T23:35:16.000Z
python-obj-system.py
AlexPl292/python-obj-system
7d0e743e4785989f54094ea0bac05e3681c308c2
[ "MIT" ]
1
2022-01-22T07:09:16.000Z
2022-01-22T07:09:16.000Z
python-obj-system.py
AlexPl292/python-obj-system
7d0e743e4785989f54094ea0bac05e3681c308c2
[ "MIT" ]
4
2021-12-22T08:07:56.000Z
2022-03-10T01:51:40.000Z
#!/usr/bin/env python3 from mdpyformat import * import pprintex header_md("""Python object primer for Python3 / meta classes""" ) header_md("""Introduction""", nesting = 2) print_md(""" Python is good at creating the illusion of being a simple programming language. Sometimes this illusion fails, like when you have...
43.707576
720
0.733456
c29a504870955a0bf9ae588161b47325a0b2d50b
3,508
py
Python
src/Speech_process/speech_to_text.py
pranayjoshi/Medico
2508a39d58eec50f5e94f3c878c00f599fff6629
[ "MIT" ]
13
2020-09-04T09:16:15.000Z
2021-01-27T07:03:12.000Z
src/Speech_process/speech_to_text.py
bhargavaganti/Medico
9059c59f49211f48a27805a00807121ac6f27b27
[ "MIT" ]
1
2020-10-04T03:23:45.000Z
2020-10-04T03:23:45.000Z
src/Speech_process/speech_to_text.py
bhargavaganti/Medico
9059c59f49211f48a27805a00807121ac6f27b27
[ "MIT" ]
2
2020-11-27T12:25:10.000Z
2022-01-11T06:25:33.000Z
import speech_recognition as sr #Recognition Module import pyttsx3 #Speaking package import json import series_counter as s_c engine = pyttsx3.init() #initialising pyttsx value speak('hi user') # this class will act as a test printer #this script will run all def run_all(present_...
29.982906
127
0.646522
c29a89217076d97f8ff62faec004446052c3802d
14,431
py
Python
consai2_game/scripts/example/actions/defense.py
ibis-ssl/consai2-ibis
2b7d67007703fa49fc7290e92e12481ba48a9a93
[ "MIT" ]
4
2019-12-16T12:17:32.000Z
2020-02-15T04:45:47.000Z
consai2_game/scripts/example/actions/defense.py
ibis-ssl/consai2-ibis
2b7d67007703fa49fc7290e92e12481ba48a9a93
[ "MIT" ]
null
null
null
consai2_game/scripts/example/actions/defense.py
ibis-ssl/consai2-ibis
2b7d67007703fa49fc7290e92e12481ba48a9a93
[ "MIT" ]
null
null
null
# MIT License # # Copyright (c) 2019 SSL-Roots # # 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, copy, modify, merge, pu...
34.857488
119
0.654147
c29af6b719187be274751f6a43356244d63bdafc
2,432
py
Python
scripts/feature-processing/average_pool_features.py
visionjo/pykinship
1a73490ffd6ebc6dafc6e18c558ccc7e4ce9acec
[ "MIT" ]
12
2020-02-19T02:50:49.000Z
2022-03-31T19:39:35.000Z
scripts/feature-processing/average_pool_features.py
visionjo/pykinship
1a73490ffd6ebc6dafc6e18c558ccc7e4ce9acec
[ "MIT" ]
68
2020-03-23T00:07:28.000Z
2022-03-28T10:02:16.000Z
scripts/feature-processing/average_pool_features.py
visionjo/pykinship
1a73490ffd6ebc6dafc6e18c558ccc7e4ce9acec
[ "MIT" ]
3
2020-02-11T19:07:08.000Z
2020-11-04T18:48:00.000Z
# # Script to fuse features per member per family (i.e., for each FID.MID, average all encodings across feature dim). # Any features can be fused. Here is link to ArcFace features, # https://www.dropbox.com/s/5rbj68dqud2folu/FIDs-features.tar.gz?dl=0 # import pickle from pathlib import Path import numpy as np from tqd...
36.848485
115
0.580181
c29b8867909e2528de5c43aad2904d281f32bd76
454
py
Python
python/py-collections/most-commons.py
PingHuskar/hackerrank
1bfdbc63de5d0f94cd9e6ae250476b4a267662f2
[ "Unlicense" ]
41
2018-05-11T07:54:34.000Z
2022-03-29T19:02:32.000Z
python/py-collections/most-commons.py
PingHuskar/hackerrank
1bfdbc63de5d0f94cd9e6ae250476b4a267662f2
[ "Unlicense" ]
2
2021-09-13T10:03:26.000Z
2021-10-04T10:21:05.000Z
python/py-collections/most-commons.py
PingHuskar/hackerrank
1bfdbc63de5d0f94cd9e6ae250476b4a267662f2
[ "Unlicense" ]
21
2019-01-23T19:06:59.000Z
2021-12-23T16:03:47.000Z
# Python > Collections > Company Logo # Print the number of character occurrences in descending order. # # https://www.hackerrank.com/challenges/most-commons/problem # from collections import Counter from itertools import groupby name = input() nb = 0 for c, g in groupby(Counter(name).most_common(), key=lambda x: x[...
23.894737
69
0.65859
c29faa589f518d5f02ac893b18dc08fe8e171da1
19,174
py
Python
sdk/python/pulumiverse_astra/cdc.py
mapped/pulumi-astra
0d12cb616ed0eeb0d9e7dd9001b94f10bd4c3e8d
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
sdk/python/pulumiverse_astra/cdc.py
mapped/pulumi-astra
0d12cb616ed0eeb0d9e7dd9001b94f10bd4c3e8d
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
sdk/python/pulumiverse_astra/cdc.py
mapped/pulumi-astra
0d12cb616ed0eeb0d9e7dd9001b94f10bd4c3e8d
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
# coding=utf-8 # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** import warnings import pulumi import pulumi.runtime from typing import Any, Mapping, Optional, Sequence, Union, overload from . import ...
38.119284
134
0.625222
c2a178c1d8a1946506d66653d718f66410977163
2,960
py
Python
fit_data.py
enricomeloni/covid-tools
6920b8cfa0eb89bdb7e0ba96ecc74831185c44a7
[ "MIT" ]
1
2020-10-06T16:03:01.000Z
2020-10-06T16:03:01.000Z
fit_data.py
enricomeloni/covid-tools
6920b8cfa0eb89bdb7e0ba96ecc74831185c44a7
[ "MIT" ]
3
2022-02-13T20:21:56.000Z
2022-02-27T10:19:23.000Z
fit_data.py
sailab-code/learning-sidarthe
6920b8cfa0eb89bdb7e0ba96ecc74831185c44a7
[ "MIT" ]
null
null
null
import os from torch.optim import Adam, SGD import skopt import torch from utils.data_utils import select_data from utils.visualization_utils import plot_data_and_fit from learning_models.logistic import Logistic # df_file = os.path.join(os.getcwd(), "dati-regioni", "dpc-covid19-ita-regioni.csv") df_file = os.path.j...
33.636364
128
0.70473
c2a18f5087df24218cafcfe623033e7eac9d54d7
16,181
py
Python
Kafka/automated/dedup_test.py
allensanborn/ChaosTestingCode
36682e9ec70659f8e6a684e53fff6968bb5d15a2
[ "MIT" ]
73
2018-10-17T19:48:44.000Z
2022-03-24T10:28:32.000Z
Kafka/automated/dedup_test.py
allensanborn/ChaosTestingCode
36682e9ec70659f8e6a684e53fff6968bb5d15a2
[ "MIT" ]
1
2019-03-04T07:15:29.000Z
2019-03-04T07:31:49.000Z
Kafka/automated/dedup_test.py
allensanborn/ChaosTestingCode
36682e9ec70659f8e6a684e53fff6968bb5d15a2
[ "MIT" ]
35
2018-10-20T23:37:57.000Z
2022-03-30T13:48:57.000Z
#!/usr/bin/env python from confluent_kafka import Producer, Consumer, KafkaError import sys import time import subprocess from datetime import datetime import threading from collections import defaultdict import re import uuid # not used at this time # def delivery_report(err, msg): # global messages_pos_ack...
37.630233
305
0.596131
c2a329ec349312cdbee649e9a5eb68a195101366
2,374
py
Python
libs/units/tests/test_string_reps.py
mscansian/drpexe-uploader
de17baf9085155a046b8e5f68b0b3191a2ce1847
[ "MIT" ]
null
null
null
libs/units/tests/test_string_reps.py
mscansian/drpexe-uploader
de17baf9085155a046b8e5f68b0b3191a2ce1847
[ "MIT" ]
null
null
null
libs/units/tests/test_string_reps.py
mscansian/drpexe-uploader
de17baf9085155a046b8e5f68b0b3191a2ce1847
[ "MIT" ]
null
null
null
"""Tests for string representations of Quantities and Units, i.e. __repr__ and __str__""" from units import unit from units.predefined import define_units from units.quantity import Quantity from units.registry import REGISTRY def test_quantity_repr(): """Developer-friendly string representation of quantities."""...
36.523077
77
0.607835
c2a47a378106287329bd3e25e1d300fbd9312bc2
643
py
Python
apps/store/permissions.py
JimenezJC/cozy-exchange
131576e8159df8bab2ff680283ed55e66abaaa1d
[ "MIT" ]
null
null
null
apps/store/permissions.py
JimenezJC/cozy-exchange
131576e8159df8bab2ff680283ed55e66abaaa1d
[ "MIT" ]
null
null
null
apps/store/permissions.py
JimenezJC/cozy-exchange
131576e8159df8bab2ff680283ed55e66abaaa1d
[ "MIT" ]
null
null
null
from rest_framework.permissions import BasePermission, SAFE_METHODS
33.842105
74
0.709176
c2a90d53c2c37e84ce26a4aecf160f999dff6816
969
py
Python
fishpi/vehicle/test_quick.py
FishPi/FishPi-POCV---Command---Control
6df8e9db29c1b4769ddedb3a89a21fadae260709
[ "BSD-2-Clause" ]
18
2015-01-17T17:03:07.000Z
2020-10-17T06:38:26.000Z
fishpi/vehicle/test_quick.py
FishPi/FishPi-POCV---Command---Control
6df8e9db29c1b4769ddedb3a89a21fadae260709
[ "BSD-2-Clause" ]
null
null
null
fishpi/vehicle/test_quick.py
FishPi/FishPi-POCV---Command---Control
6df8e9db29c1b4769ddedb3a89a21fadae260709
[ "BSD-2-Clause" ]
9
2015-02-14T01:42:46.000Z
2019-08-26T20:24:36.000Z
#!/usr/bin/python # # FishPi - An autonomous drop in the ocean # # Simple test of PWM motor and servo drive # import logging import raspberrypi from time import sleep from drive_controller import AdafruitDriveController if __name__ == "__main__": logger = logging.getLogger() logger.setLevel(logging.DEBUG) ...
20.617021
78
0.668731
c2a9d8d15587245ae91d5e2b5d778ffa6fc78c2f
13,246
py
Python
sg_covid_impact/complexity.py
nestauk/sg_covid_impact
0d52e643280cc6b06611759d4464dec82949ae05
[ "MIT" ]
2
2020-10-19T16:30:59.000Z
2021-03-17T13:11:50.000Z
sg_covid_impact/complexity.py
nestauk/sg_covid_impact
0d52e643280cc6b06611759d4464dec82949ae05
[ "MIT" ]
67
2020-10-07T09:34:38.000Z
2021-04-06T08:46:49.000Z
sg_covid_impact/complexity.py
nestauk/sg_covid_impact
0d52e643280cc6b06611759d4464dec82949ae05
[ "MIT" ]
null
null
null
import logging import numpy as np import pandas as pd import scipy.stats as ss from scipy.linalg import eig from numba import jit import sg_covid_impact # from mi_scotland.utils.pandas import preview logger = logging.getLogger(__name__) np.seterr(all="raise") # Raise errors on floating point errors def process_c...
29.968326
88
0.616337
c2aaa982479408d6fca2ceb47bf8d2f924d7e364
768
py
Python
Exercicios/Ex019.py
RenanRibeiroDaSilva/Meu-Aprendizado-Python
280bf2ad132ae0d26255e70b894fa7dbb69a5d01
[ "MIT" ]
2
2021-05-21T23:17:44.000Z
2021-05-22T04:34:37.000Z
Exercicios/Ex019.py
RenanRibeiroDaSilva/Meu-Aprendizado-Python
280bf2ad132ae0d26255e70b894fa7dbb69a5d01
[ "MIT" ]
null
null
null
Exercicios/Ex019.py
RenanRibeiroDaSilva/Meu-Aprendizado-Python
280bf2ad132ae0d26255e70b894fa7dbb69a5d01
[ "MIT" ]
null
null
null
'''Ex 019 - Um professor quer sortear um dos seus quatro alunos para apagar o quadro. Faa um programa que ajude ele, lendo o nome dos alunos e escrevendo na tela o nome do escolhido.''' print('-' * 15, '>Ex 19<', '-' * 15) from random import choice # Usando Random para sortiar o escolhido. # Recebendo dados. aluno1...
33.391304
100
0.716146
c2ad28eb7943b8ab5d743641a4bd509bff412fa2
4,807
py
Python
evalml/preprocessing/data_splitters/balanced_classification_splitter.py
skvorekn/evalml
2cbfa344ec3fdc0fb0f4a0f1093811135b9b97d8
[ "BSD-3-Clause" ]
null
null
null
evalml/preprocessing/data_splitters/balanced_classification_splitter.py
skvorekn/evalml
2cbfa344ec3fdc0fb0f4a0f1093811135b9b97d8
[ "BSD-3-Clause" ]
null
null
null
evalml/preprocessing/data_splitters/balanced_classification_splitter.py
skvorekn/evalml
2cbfa344ec3fdc0fb0f4a0f1093811135b9b97d8
[ "BSD-3-Clause" ]
null
null
null
from sklearn.model_selection import StratifiedKFold from evalml.preprocessing.data_splitters.balanced_classification_sampler import ( BalancedClassificationSampler ) from evalml.preprocessing.data_splitters.base_splitters import ( BaseUnderSamplingSplitter ) from evalml.preprocessing.data_splitters.training_va...
60.848101
191
0.725817
c2afa0144857d385ec53c489e4695b2ff1d1fdcf
1,327
py
Python
alipay/aop/api/domain/AlipayOpenAuthUserauthTokenCreateModel.py
antopen/alipay-sdk-python-all
8e51c54409b9452f8d46c7bb10eea7c8f7e8d30c
[ "Apache-2.0" ]
null
null
null
alipay/aop/api/domain/AlipayOpenAuthUserauthTokenCreateModel.py
antopen/alipay-sdk-python-all
8e51c54409b9452f8d46c7bb10eea7c8f7e8d30c
[ "Apache-2.0" ]
null
null
null
alipay/aop/api/domain/AlipayOpenAuthUserauthTokenCreateModel.py
antopen/alipay-sdk-python-all
8e51c54409b9452f8d46c7bb10eea7c8f7e8d30c
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env python # -*- coding: utf-8 -*- import json from alipay.aop.api.constant.ParamConstants import *
23.696429
65
0.57046