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
5dcda9f4b87b5d8b72500b6efa77e38a5d14806f
1,438
py
Python
tests/transformations/local_storage_test.py
am-ivanov/dace
c35f0b3cecc04a2c9fb668bd42a72045891e7a42
[ "BSD-3-Clause" ]
1
2021-09-13T06:36:18.000Z
2021-09-13T06:36:18.000Z
tests/transformations/local_storage_test.py
1C4nfaN/dace
4d65e0951c112160fe783766404a806b6043b521
[ "BSD-3-Clause" ]
null
null
null
tests/transformations/local_storage_test.py
1C4nfaN/dace
4d65e0951c112160fe783766404a806b6043b521
[ "BSD-3-Clause" ]
null
null
null
import unittest import dace import numpy as np from dace.transformation.dataflow import MapTiling, OutLocalStorage N = dace.symbol('N') if __name__ == '__main__': unittest.main()
30.595745
74
0.535466
5dce8eb43814f4b1a92f8e04cfdb8ab66b1647ad
7,705
py
Python
astropy/io/fits/hdu/streaming.py
jayvdb/astropy
bc6d8f106dd5b60bf57a8e6e29c4e2ae2178991f
[ "BSD-3-Clause" ]
445
2019-01-26T13:50:26.000Z
2022-03-18T05:17:38.000Z
astropy/io/fits/hdu/streaming.py
jayvdb/astropy
bc6d8f106dd5b60bf57a8e6e29c4e2ae2178991f
[ "BSD-3-Clause" ]
242
2019-01-29T15:48:27.000Z
2022-03-31T22:09:21.000Z
astropy/io/fits/hdu/streaming.py
jayvdb/astropy
bc6d8f106dd5b60bf57a8e6e29c4e2ae2178991f
[ "BSD-3-Clause" ]
31
2019-03-10T09:51:27.000Z
2022-02-14T23:11:12.000Z
# Licensed under a 3-clause BSD style license - see PYFITS.rst import gzip import os from .base import _BaseHDU, BITPIX2DTYPE from .hdulist import HDUList from .image import PrimaryHDU from astropy.io.fits.file import _File from astropy.io.fits.header import _pad_length from astropy.io.fits.util import fileobj_name ...
33.5
79
0.573134
5dce95b004d795178936b1032e10425b07f77812
3,815
py
Python
geoprisma/tests/test_templatetags.py
groupe-conseil-nutshimit-nippour/django-geoprisma
4732fdb8a0684eb4d7fd50aa43e11b454ee71d08
[ "BSD-3-Clause" ]
null
null
null
geoprisma/tests/test_templatetags.py
groupe-conseil-nutshimit-nippour/django-geoprisma
4732fdb8a0684eb4d7fd50aa43e11b454ee71d08
[ "BSD-3-Clause" ]
5
2020-02-12T00:23:17.000Z
2021-12-13T19:46:33.000Z
geoprisma/tests/test_templatetags.py
groupe-conseil-nutshimit-nippour/django-geoprisma
4732fdb8a0684eb4d7fd50aa43e11b454ee71d08
[ "BSD-3-Clause" ]
null
null
null
import django from django.test import TestCase from django.template import Template, Context def render(template_string, context_dict=None): """ A shortcut for testing template output. """ if context_dict is None: context_dict = {} c = Context(context_dict) t = Template(t...
28.901515
127
0.550459
5dceeb675241617c8282ee5a28736fe976ad2fa2
4,447
py
Python
src/ggrc_workflows/models/task_group.py
acidburn0zzz/ggrc-core
386781d08172102eb51030b65db8212974651628
[ "ECL-2.0", "Apache-2.0" ]
1
2016-11-06T05:21:24.000Z
2016-11-06T05:21:24.000Z
src/ggrc_workflows/models/task_group.py
acidburn0zzz/ggrc-core
386781d08172102eb51030b65db8212974651628
[ "ECL-2.0", "Apache-2.0" ]
2
2021-02-02T23:09:40.000Z
2021-02-08T21:00:48.000Z
src/ggrc_workflows/models/task_group.py
Acidburn0zzz/ggrc-core
386781d08172102eb51030b65db8212974651628
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
# Copyright (C) 2016 Google Inc. # Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file> """A module containing the workflow TaskGroup model.""" from sqlalchemy import or_ from ggrc import db from ggrc.login import get_current_user from ggrc.models.associationproxy import association_proxy fr...
29.256579
78
0.659996
5dcf0b13e0d53d6745a01c7cc15df8b5de13bc88
1,248
py
Python
src/tests/app_functions/menu/test_change_auto_login.py
DanielNoord/DuolingoPomodoro
307b386daf3216fb9ba86f983f0e39f6647ffd64
[ "MIT" ]
null
null
null
src/tests/app_functions/menu/test_change_auto_login.py
DanielNoord/DuolingoPomodoro
307b386daf3216fb9ba86f983f0e39f6647ffd64
[ "MIT" ]
4
2021-04-25T15:39:32.000Z
2022-02-18T20:58:00.000Z
src/tests/app_functions/menu/test_change_auto_login.py
DanielNoord/DuolingoPomodoro
307b386daf3216fb9ba86f983f0e39f6647ffd64
[ "MIT" ]
null
null
null
import pytest import rumps from src.app_functions.menu.change_auto_login import change_auto_login def test_setting_is_true(mocker, basic_app): """Check if setting is changed correctly if True""" basic_app.settings["auto_login"] = True mock_function = mocker.patch("src.app_functions.menu.change_auto_login...
34.666667
88
0.758814
5dcf455584ab00f2818650ba6fb4636dff7442e6
3,105
py
Python
deepobs/tensorflow/testproblems/cifar100_vgg19.py
H0merJayS1mpson/deepobscustom
e85816ce42466326dac18841c58b79f87a4a1a7c
[ "MIT" ]
null
null
null
deepobs/tensorflow/testproblems/cifar100_vgg19.py
H0merJayS1mpson/deepobscustom
e85816ce42466326dac18841c58b79f87a4a1a7c
[ "MIT" ]
null
null
null
deepobs/tensorflow/testproblems/cifar100_vgg19.py
H0merJayS1mpson/deepobscustom
e85816ce42466326dac18841c58b79f87a4a1a7c
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- """VGG 19 architecture for CIFAR-100.""" import tensorflow as tf from ._vgg import _vgg from ..datasets.cifar100 import cifar100 from .testproblem import TestProblem
37.865854
85
0.679549
5dcfe247dd1cc19b83a077ac143e29f6729063b0
192
py
Python
write-a-function.py
TheHumanGoogle/Hackerrank-python-solution
ab2fa515444d7493340d7c7fbb88c3a090a3a8f5
[ "MIT" ]
1
2022-01-12T16:05:01.000Z
2022-01-12T16:05:01.000Z
write-a-function.py
TheHumanGoogle/Hackerrank-python-solution
ab2fa515444d7493340d7c7fbb88c3a090a3a8f5
[ "MIT" ]
null
null
null
write-a-function.py
TheHumanGoogle/Hackerrank-python-solution
ab2fa515444d7493340d7c7fbb88c3a090a3a8f5
[ "MIT" ]
null
null
null
year = int(input())
16
35
0.546875
5dcfe5f1b4cd41078d4a64e401536ccb2333c29f
1,827
py
Python
shortio/utils.py
byshyk/shortio
054014b3936495c86d2e2cd6a61c3cee9ab9b0f2
[ "MIT" ]
null
null
null
shortio/utils.py
byshyk/shortio
054014b3936495c86d2e2cd6a61c3cee9ab9b0f2
[ "MIT" ]
null
null
null
shortio/utils.py
byshyk/shortio
054014b3936495c86d2e2cd6a61c3cee9ab9b0f2
[ "MIT" ]
null
null
null
"""Contains utility functions.""" BIN_MODE_ARGS = {'mode', 'buffering', } TEXT_MODE_ARGS = {'mode', 'buffering', 'encoding', 'errors', 'newline'} def split_args(args): """Splits args into two groups: open args and other args. Open args are used by ``open`` function. Other args are used by ``load``/``dum...
26.478261
74
0.603175
5dd0559b06c4b507ddd6a8e8abd9d084e5c41c75
3,483
py
Python
paasta_tools/async_utils.py
sobolevn/paasta
8b87e0b13816c09b3d063b6d3271e6c7627fd264
[ "Apache-2.0" ]
1,711
2015-11-10T18:04:56.000Z
2022-03-23T08:53:16.000Z
paasta_tools/async_utils.py
sobolevn/paasta
8b87e0b13816c09b3d063b6d3271e6c7627fd264
[ "Apache-2.0" ]
1,689
2015-11-10T17:59:04.000Z
2022-03-31T20:46:46.000Z
paasta_tools/async_utils.py
sobolevn/paasta
8b87e0b13816c09b3d063b6d3271e6c7627fd264
[ "Apache-2.0" ]
267
2015-11-10T19:17:16.000Z
2022-02-08T20:59:52.000Z
import asyncio import functools import time import weakref from collections import defaultdict from typing import AsyncIterable from typing import Awaitable from typing import Callable from typing import Dict from typing import List from typing import Optional from typing import TypeVar T = TypeVar("T") # NOTE: thi...
32.858491
106
0.611829
5dd208f2225a11d0691db8c3c2975ede5f79f7f1
3,470
py
Python
util/dataset.py
MTI830PyTraders/pytrade
33ea3e756019c999e9c3d78fca89cd72addf6ab2
[ "BSD-3-Clause" ]
3
2017-03-08T15:42:26.000Z
2021-03-10T23:47:15.000Z
util/dataset.py
fraka6/pytrade
8a94b6e1b3922dcba95067c03abbf45975878b33
[ "BSD-3-Clause" ]
15
2015-05-20T03:11:58.000Z
2018-03-30T23:42:18.000Z
util/dataset.py
MTI830PyTraders/pytrade
33ea3e756019c999e9c3d78fca89cd72addf6ab2
[ "BSD-3-Clause" ]
7
2016-04-12T09:49:22.000Z
2021-03-10T23:47:19.000Z
#!/usr/bin/python ''' generate dataset ''' import csv import argparse import numpy as np import sklearn.metrics import theanets from sklearn.metrics import accuracy_score import logging from trendStrategy import OptTrendStrategy, TrendStrategy from util import visu def load_dataset(stock, ratio=0.8, name=OptTrendStra...
35.408163
103
0.653602
5dd235954e00e3353720380ad5e4fd1579960a8d
3,788
py
Python
examples/scripts/sc/bpdn.py
manvhah/sporco
9237d7fc37e75089a2a65ebfe02b7491410da7d4
[ "BSD-3-Clause" ]
null
null
null
examples/scripts/sc/bpdn.py
manvhah/sporco
9237d7fc37e75089a2a65ebfe02b7491410da7d4
[ "BSD-3-Clause" ]
null
null
null
examples/scripts/sc/bpdn.py
manvhah/sporco
9237d7fc37e75089a2a65ebfe02b7491410da7d4
[ "BSD-3-Clause" ]
null
null
null
#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of the SPORCO package. Details of the copyright # and user license can be found in the 'LICENSE.txt' file distributed # with the package. """ Basis Pursuit DeNoising ======================= This example demonstrates the use of class :class:`.admm.bpdn....
30.063492
406
0.694298
5dd288bce128d196a30c7168a6af79b6e365abd9
11,995
py
Python
saleor-env/lib/python3.7/site-packages/snowballstemmer/nepali_stemmer.py
tadartefactorist/mask
7967dd4ad39e3d26ac516719faefb40e00a8cbff
[ "BSD-3-Clause" ]
null
null
null
saleor-env/lib/python3.7/site-packages/snowballstemmer/nepali_stemmer.py
tadartefactorist/mask
7967dd4ad39e3d26ac516719faefb40e00a8cbff
[ "BSD-3-Clause" ]
1
2021-06-01T23:55:30.000Z
2021-06-01T23:55:30.000Z
venv/lib/python2.7/site-packages/snowballstemmer/nepali_stemmer.py
tvek/DatasciencePythonInitBase
e578b4a3026b55bc2935b200453e511f1731c75e
[ "MIT" ]
null
null
null
# This file was generated automatically by the Snowball to Python compiler # http://snowballstem.org/ from .basestemmer import BaseStemmer from .among import Among
34.970845
75
0.469362
5dd337ba7906e3c3c7b8bae81a44d4305edc633f
1,361
py
Python
tests/auto_test_class_creation_spec.py
MountainField/uspec
a4f8908b1a3af519d9d2ce7b85a4b4cca7b85883
[ "MIT" ]
2
2020-03-02T01:58:05.000Z
2022-01-25T08:44:40.000Z
tests/auto_test_class_creation_spec.py
MountainField/uspec
a4f8908b1a3af519d9d2ce7b85a4b4cca7b85883
[ "MIT" ]
null
null
null
tests/auto_test_class_creation_spec.py
MountainField/uspec
a4f8908b1a3af519d9d2ce7b85a4b4cca7b85883
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- # ================================================================= # uspec # # Copyright (c) 2020 Takahide Nogayama # # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php # ================================================================= from __...
20.621212
67
0.556209
5dd4998614beb1247cc3bb983c52f0476fab9cb0
495
py
Python
main.py
Matthewk01/Snake-AI
d5f211334436676966f17bb6dbfea8aba61ee6b4
[ "MIT" ]
null
null
null
main.py
Matthewk01/Snake-AI
d5f211334436676966f17bb6dbfea8aba61ee6b4
[ "MIT" ]
null
null
null
main.py
Matthewk01/Snake-AI
d5f211334436676966f17bb6dbfea8aba61ee6b4
[ "MIT" ]
null
null
null
import pygame from game.game_logic.game import Game import matplotlib.pyplot as plt if __name__ == "__main__": main()
20.625
56
0.628283
5dd4d65be6fbb2b5be1a2991fade5b69cc8efed5
792
py
Python
closed/Intel/code/resnet50/openvino-cpu/src/tools/create_image_list.py
ctuning/inference_results_v1.1
d9176eca28fcf6d7a05ccb97994362a76a1eb5ab
[ "Apache-2.0" ]
19
2020-10-26T17:37:22.000Z
2022-01-20T09:32:38.000Z
closed/Intel/code/resnet50/openvino-cpu/src/tools/create_image_list.py
ctuning/inference_results_v1.1
d9176eca28fcf6d7a05ccb97994362a76a1eb5ab
[ "Apache-2.0" ]
24
2021-07-19T01:09:35.000Z
2022-03-17T11:44:02.000Z
closed/Intel/code/resnet50/openvino-cpu/src/tools/create_image_list.py
ctuning/inference_results_v1.1
d9176eca28fcf6d7a05ccb97994362a76a1eb5ab
[ "Apache-2.0" ]
19
2020-10-21T19:15:17.000Z
2022-01-04T08:32:08.000Z
import os import sys from glob import glob if __name__=="__main__": main()
22.628571
64
0.582071
5dd5c073bdc1758efc5e43f31738feb8fc1ef917
4,434
py
Python
AI/others/churn/churn_2.py
honchardev/Fun
ca7c0076e9bb3017c5d7e89aa7d5bd54a83c8ecc
[ "MIT" ]
null
null
null
AI/others/churn/churn_2.py
honchardev/Fun
ca7c0076e9bb3017c5d7e89aa7d5bd54a83c8ecc
[ "MIT" ]
3
2020-03-24T16:26:35.000Z
2020-04-15T19:40:41.000Z
AI/others/churn/churn_2.py
honchardev/Fun
ca7c0076e9bb3017c5d7e89aa7d5bd54a83c8ecc
[ "MIT" ]
null
null
null
#!/usr/bin/env python # coding: utf-8 # In[1]: # src: http://datareview.info/article/prognozirovanie-ottoka-klientov-so-scikit-learn/ # In[ ]: # -, # # . # , # , # ( 5 20 ). # : # 1. , # , # 2. , # , # . # 3. A , # , . # , # , ...
21.735294
104
0.728913
5dd62019e7ff928c4383fc35d24cbff743f0c13d
2,157
py
Python
airbyte-integrations/connectors/source-google-sheets/google_sheets_source/models/spreadsheet.py
rajatariya21/airbyte
11e70a7a96e2682b479afbe6f709b9a5fe9c4a8d
[ "MIT" ]
null
null
null
airbyte-integrations/connectors/source-google-sheets/google_sheets_source/models/spreadsheet.py
rajatariya21/airbyte
11e70a7a96e2682b479afbe6f709b9a5fe9c4a8d
[ "MIT" ]
4
2021-04-30T08:10:26.000Z
2021-04-30T13:53:34.000Z
airbyte-integrations/connectors/source-google-sheets/google_sheets_source/models/spreadsheet.py
rajatariya21/airbyte
11e70a7a96e2682b479afbe6f709b9a5fe9c4a8d
[ "MIT" ]
null
null
null
# MIT License # # Copyright (c) 2020 Airbyte # # 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, publ...
26.62963
80
0.730644
5dd63a69cf7b02ed5bd4b36b349a9d84dec480ac
4,518
py
Python
pytrivia/trivia.py
Dnewman9/Python-Trivia-API
0af7f999cc4ab278fb0ac6fd64733ab168984e60
[ "MIT" ]
6
2018-01-15T15:17:56.000Z
2021-06-16T19:48:14.000Z
pytrivia/trivia.py
MaT1g3R/Python-Trivia-API
0af7f999cc4ab278fb0ac6fd64733ab168984e60
[ "MIT" ]
null
null
null
pytrivia/trivia.py
MaT1g3R/Python-Trivia-API
0af7f999cc4ab278fb0ac6fd64733ab168984e60
[ "MIT" ]
7
2017-05-15T23:41:43.000Z
2021-07-10T01:09:09.000Z
""" A simple python api wrapper for https://opentdb.com/ """ from aiohttp import ClientSession from requests import get from pytrivia.__helpers import decode_dict, get_token, make_request from pytrivia.enums import *
35.857143
79
0.607791
5dd6aca7ea5896f561da5d7ef0e8b1303417fa33
1,249
py
Python
utils.py
py-ranoid/practical-nlp
514fd4da3b72f26597d91cdb89704a849bf6b36d
[ "MIT" ]
null
null
null
utils.py
py-ranoid/practical-nlp
514fd4da3b72f26597d91cdb89704a849bf6b36d
[ "MIT" ]
null
null
null
utils.py
py-ranoid/practical-nlp
514fd4da3b72f26597d91cdb89704a849bf6b36d
[ "MIT" ]
null
null
null
import requests import tarfile import os
34.694444
64
0.602082
5dd6c916a8fdc58e1d4d7d9b990faa3a6330daf0
3,957
py
Python
spritecss/config.py
yostudios/Spritemapper
277cb76a14be639b6d7fa3191bc427409e72ad69
[ "MIT" ]
49
2015-01-22T14:27:32.000Z
2021-12-24T23:07:40.000Z
spritecss/config.py
tzuryby/Spritemapper
7cd3b68348a86982420b6231861fda4a0e676f35
[ "MIT" ]
2
2015-02-12T12:31:34.000Z
2015-04-12T10:43:17.000Z
spritecss/config.py
tzuryby/Spritemapper
7cd3b68348a86982420b6231861fda4a0e676f35
[ "MIT" ]
6
2015-04-03T07:29:54.000Z
2021-12-15T02:21:35.000Z
import shlex from os import path from itertools import imap, ifilter from urlparse import urljoin from .css import CSSParser, iter_events def get_spritemap_url(self, fname): "Get output image URL for spritemap *fname*." return self.absurl(path.relpath(fname, self.root)) def get_css_out(self, f...
31.656
77
0.608036
5dd72494fca93c6bb84fb81618dd74141e12e413
5,733
py
Python
plotting/make_bar_graph.py
DanielTakeshi/debridement-code
d1a946d1fa3c60b60284c977ecb2d6584e524ae2
[ "MIT" ]
3
2017-09-29T01:41:20.000Z
2021-03-29T01:51:18.000Z
plotting/make_bar_graph.py
DanielTakeshi/debridement-code
d1a946d1fa3c60b60284c977ecb2d6584e524ae2
[ "MIT" ]
null
null
null
plotting/make_bar_graph.py
DanielTakeshi/debridement-code
d1a946d1fa3c60b60284c977ecb2d6584e524ae2
[ "MIT" ]
3
2017-09-29T01:42:35.000Z
2019-10-20T07:10:44.000Z
""" A bar graph. (c) September 2017 by Daniel Seita """ import argparse from collections import defaultdict from keras.models import Sequential from keras.layers import Dense, Activation import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt import numpy as np import sys np.set_printoptions(suppress=...
33.138728
80
0.580499
5dd728898f384c5addbd3fc04712cc8f4bb79103
998
py
Python
setup.py
tzengerink/groceries-api
a22cc3503006b87b731b956f6341d730b143bf10
[ "MIT" ]
null
null
null
setup.py
tzengerink/groceries-api
a22cc3503006b87b731b956f6341d730b143bf10
[ "MIT" ]
null
null
null
setup.py
tzengerink/groceries-api
a22cc3503006b87b731b956f6341d730b143bf10
[ "MIT" ]
null
null
null
#!/usr/bin/env python from setuptools import find_packages, setup import os import re ROOT = os.path.dirname(__file__) VERSION_RE = re.compile(r'''__version__ = \'([0-9.]+)\'''') setup( name='groceries-api', version=get_version(), license='MIT', packages=find_packages(), include_package_data=Tr...
22.177778
72
0.516032
5dd847419564638f2f188cabc13087183aa80082
83,813
py
Python
toontown/suit/DistributedLawbotBoss.py
SuperM0use24/TT-CL-Edition
fdad8394f0656ae122b687d603f72afafd220c65
[ "MIT" ]
null
null
null
toontown/suit/DistributedLawbotBoss.py
SuperM0use24/TT-CL-Edition
fdad8394f0656ae122b687d603f72afafd220c65
[ "MIT" ]
1
2021-06-08T17:16:48.000Z
2021-06-08T17:16:48.000Z
toontown/suit/DistributedLawbotBoss.py
SuperM0use24/TT-CL-Edition
fdad8394f0656ae122b687d603f72afafd220c65
[ "MIT" ]
3
2021-06-03T05:36:36.000Z
2021-06-22T15:07:31.000Z
from direct.showbase.ShowBase import * from direct.interval.IntervalGlobal import * from toontown.battle.BattleProps import * from direct.distributed.ClockDelta import * from direct.showbase.PythonUtil import Functor from direct.showbase.PythonUtil import StackTrace from direct.gui.DirectGui import * from panda3d.core ...
45.157866
363
0.655889
5dd8d749d5dd08650d2aee4a619e3e875e2659a0
19,959
py
Python
tests/test_custom_rnncell.py
lightmatter-ai/tensorflow-onnx
a08aa32e211b859e8a437c5d8a822ea55c46e7c6
[ "Apache-2.0" ]
null
null
null
tests/test_custom_rnncell.py
lightmatter-ai/tensorflow-onnx
a08aa32e211b859e8a437c5d8a822ea55c46e7c6
[ "Apache-2.0" ]
null
null
null
tests/test_custom_rnncell.py
lightmatter-ai/tensorflow-onnx
a08aa32e211b859e8a437c5d8a822ea55c46e7c6
[ "Apache-2.0" ]
1
2021-05-11T21:51:52.000Z
2021-05-11T21:51:52.000Z
# SPDX-License-Identifier: Apache-2.0 """Unit Tests for custom rnns.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import numpy as np import tensorflow as tf from tensorflow.python.ops import init_ops from backend_test_base import Tf2OnnxBackendTest...
46.962353
119
0.584348
5dda086e2a6749797c92ff4afeb274d3586e3b33
536
py
Python
cookie-cutter/src/templates/template.py
noname34/CHARM_Project_Hazard_Perception_I
2d03d9e8911afad21818c6f837558503508a59bd
[ "Unlicense", "MIT" ]
null
null
null
cookie-cutter/src/templates/template.py
noname34/CHARM_Project_Hazard_Perception_I
2d03d9e8911afad21818c6f837558503508a59bd
[ "Unlicense", "MIT" ]
null
null
null
cookie-cutter/src/templates/template.py
noname34/CHARM_Project_Hazard_Perception_I
2d03d9e8911afad21818c6f837558503508a59bd
[ "Unlicense", "MIT" ]
null
null
null
#!/user/bin/env python3 # -*- coding: utf-8 -*- #!/user/bin/env python3 # -*- coding: utf-8 -*- # @Author: Kevin Brgisser # @Email:kevin.buergisser@edu.hefr.ch # @Date: 04.2020 # Context: CHARMPROJECT- Harzard perception """ Module documentation. """ # Imports import sys #import os # Global variables # Class dec...
14.888889
51
0.630597
5ddabeb7b320c12ce5eecb63db650328a9b8e392
903
py
Python
utils/gridpeak.py
siwill22/magSA
9f3a12e6ed971d67444804cad57734dc0b4772ff
[ "MIT" ]
null
null
null
utils/gridpeak.py
siwill22/magSA
9f3a12e6ed971d67444804cad57734dc0b4772ff
[ "MIT" ]
null
null
null
utils/gridpeak.py
siwill22/magSA
9f3a12e6ed971d67444804cad57734dc0b4772ff
[ "MIT" ]
null
null
null
import numpy
29.129032
78
0.447398
5ddc336e8c10627292e9d9762e105aa2a19572a4
262
py
Python
Chapter 10/trackbackLog.py
Miillky/automate_the_boring_stuff_with_python
284b074b0738c66f38b54fe0fc5f69b3446e7e43
[ "MIT" ]
null
null
null
Chapter 10/trackbackLog.py
Miillky/automate_the_boring_stuff_with_python
284b074b0738c66f38b54fe0fc5f69b3446e7e43
[ "MIT" ]
null
null
null
Chapter 10/trackbackLog.py
Miillky/automate_the_boring_stuff_with_python
284b074b0738c66f38b54fe0fc5f69b3446e7e43
[ "MIT" ]
null
null
null
import traceback try: raise Exception('This is the error message.') except: errorFile = open('./Chapter 10/errorInfo.txt', 'w') errorFile.write(traceback.format_exc()) errorFile.close() print('The traceback info was written to errorInfo.txt')
32.75
60
0.709924
5dde2db2c5518f1b83b708f088e5f614029ac9a9
2,794
py
Python
Module_III/PySparkNetworkSimilarityClass.py
wuchiehhan/KDD2019-HandsOn-Tutorial
0377ae4b2a74e9cc08b15c983e4e0f59ab02debe
[ "MIT" ]
null
null
null
Module_III/PySparkNetworkSimilarityClass.py
wuchiehhan/KDD2019-HandsOn-Tutorial
0377ae4b2a74e9cc08b15c983e4e0f59ab02debe
[ "MIT" ]
null
null
null
Module_III/PySparkNetworkSimilarityClass.py
wuchiehhan/KDD2019-HandsOn-Tutorial
0377ae4b2a74e9cc08b15c983e4e0f59ab02debe
[ "MIT" ]
null
null
null
# Databricks notebook source from pyspark.sql.types import * from pyspark.sql import functions as F import base64 import array # COMMAND ---------- # s is a base64 encoded float[] with first element being the magnitude # Register udf functions so that it could be used in dataframe # # Perform same computation as cos...
33.261905
126
0.678597
5dde83861306805019c9d0827dc8148db30e9997
373
py
Python
fizzbuzz.py
vagnes/fizzbuzzgame
de72ffc5a21fbb3b1cfd930ef632b75697fa830f
[ "WTFPL" ]
null
null
null
fizzbuzz.py
vagnes/fizzbuzzgame
de72ffc5a21fbb3b1cfd930ef632b75697fa830f
[ "WTFPL" ]
null
null
null
fizzbuzz.py
vagnes/fizzbuzzgame
de72ffc5a21fbb3b1cfd930ef632b75697fa830f
[ "WTFPL" ]
null
null
null
print("Press q to quit") quit = False while quit is False: in_val = input("Please enter a positive integer.\n > ") if in_val is 'q': quit = True elif int(in_val) % 3 == 0 and int(in_val) % 5 == 0: print("FizzBuzz") elif int(in_val) % 5 == 0: print("Buzz") elif int(in_val) % ...
23.3125
59
0.530831
5ddf93a5acfa110cbd927feae9cad660c39b795d
926
py
Python
lesson10019_projects/pen/data/transition.py
muzudho/py-state-machine-practice
e31c066f4cf142b6b6c5ff273b56a0f89428c59e
[ "MIT" ]
null
null
null
lesson10019_projects/pen/data/transition.py
muzudho/py-state-machine-practice
e31c066f4cf142b6b6c5ff273b56a0f89428c59e
[ "MIT" ]
null
null
null
lesson10019_projects/pen/data/transition.py
muzudho/py-state-machine-practice
e31c066f4cf142b6b6c5ff273b56a0f89428c59e
[ "MIT" ]
null
null
null
from lesson14_projects.pen.data.const import ( A, E_A, E_AN, E_IS, E_OVER, E_PEN, E_PIN, E_THAT, E_THIS, E_WAS, INIT, IS, PEN, THIS, ) pen_transition_doc_v19 = { "title": "This is a pen", "entry_state": INIT, "data": { INIT: { E_OV...
19.702128
46
0.327214
5ddff0c682bfeb9cf9d9bdcf324ee0733eb92a14
2,899
py
Python
Animation/Main.py
olesmith/SmtC
dfae5097f02192b60aae05b9d02404fcfe893be3
[ "CC0-1.0" ]
null
null
null
Animation/Main.py
olesmith/SmtC
dfae5097f02192b60aae05b9d02404fcfe893be3
[ "CC0-1.0" ]
null
null
null
Animation/Main.py
olesmith/SmtC
dfae5097f02192b60aae05b9d02404fcfe893be3
[ "CC0-1.0" ]
null
null
null
import gd,os,time from Html import Animation_Html from Iteration import Animation_Iteration from Write import Animation_Write from Base import * from Canvas2 import * from Canvas2 import Canvas2 from Image import Image from HTML import HTML __Canvas__=None
23.762295
73
0.519489
5de1c133ca3046f5ca60bc9f85bbcefa4f2854dd
1,839
py
Python
pytorch_metric_learning/miners/distance_weighted_miner.py
junjungoal/pytorch_metric_learning
e56bb440d1ec63e13622025209135a788c6f51c1
[ "MIT" ]
1
2019-11-28T19:31:29.000Z
2019-11-28T19:31:29.000Z
pytorch_metric_learning/miners/distance_weighted_miner.py
junjungoal/pytorch_metric_learning
e56bb440d1ec63e13622025209135a788c6f51c1
[ "MIT" ]
null
null
null
pytorch_metric_learning/miners/distance_weighted_miner.py
junjungoal/pytorch_metric_learning
e56bb440d1ec63e13622025209135a788c6f51c1
[ "MIT" ]
null
null
null
#! /usr/bin/env python3 from .base_miner import BasePostGradientMiner import torch from ..utils import loss_and_miner_utils as lmu # adapted from # https://github.com/chaoyuaw/incubator-mxnet/blob/master/example/gluon/ # /embedding_learning/model.py
39.978261
85
0.657423
5de3cc8b6cc08416f6501e8a2abc20d6706d9dfa
1,037
py
Python
Keywords/__init__.py
cassie01/PumpLibrary
c2a4884a36f4c6c6552fa942143ae5d21c120b41
[ "Apache-2.0" ]
null
null
null
Keywords/__init__.py
cassie01/PumpLibrary
c2a4884a36f4c6c6552fa942143ae5d21c120b41
[ "Apache-2.0" ]
null
null
null
Keywords/__init__.py
cassie01/PumpLibrary
c2a4884a36f4c6c6552fa942143ae5d21c120b41
[ "Apache-2.0" ]
null
null
null
# -*- coding: utf-8 -*- from .Alarm.alarm import Alarm from .DeliveryView.bolus import Bolus from .DeliveryView.info import Info from .DeliveryView.infusion import Infusion from .DeliveryView.infusion_parameter import InfusionParameter from .DeliveryView.priming import Priming from .HardwareControl.motor import Motor ...
31.424242
62
0.695275
5de3f2eb79030c2d37fe6eb8becce065096245d7
1,656
py
Python
src/responsibleai/rai_analyse/constants.py
Azure/automl-devplat2-preview
05f327fe4c2504e9d49001ce26d8b49627214138
[ "MIT" ]
7
2021-05-12T01:52:09.000Z
2021-12-22T17:22:14.000Z
src/responsibleai/rai_analyse/constants.py
Azure/automl-devplat2-preview
05f327fe4c2504e9d49001ce26d8b49627214138
[ "MIT" ]
5
2021-04-16T21:27:44.000Z
2021-04-26T03:17:44.000Z
src/responsibleai/rai_analyse/constants.py
Azure/automl-devplat2-preview
05f327fe4c2504e9d49001ce26d8b49627214138
[ "MIT" ]
null
null
null
# --------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # ---------------------------------------------------------
35.234043
80
0.710145
5de40eed6f013ca3b73d1af645e0c517f3a9ec93
4,728
py
Python
pulsar/apps/data/redis/store.py
goodboy/pulsar
e4b42d94b7e262a165782747d65f8b39fb8d3ba9
[ "BSD-3-Clause" ]
1
2020-11-30T07:36:57.000Z
2020-11-30T07:36:57.000Z
pulsar/apps/data/redis/store.py
goodboy/pulsar
e4b42d94b7e262a165782747d65f8b39fb8d3ba9
[ "BSD-3-Clause" ]
null
null
null
pulsar/apps/data/redis/store.py
goodboy/pulsar
e4b42d94b7e262a165782747d65f8b39fb8d3ba9
[ "BSD-3-Clause" ]
null
null
null
from functools import partial from pulsar import Connection, Pool, get_actor from pulsar.utils.pep import to_string from pulsar.apps.data import RemoteStore from pulsar.apps.ds import redis_parser from .client import RedisClient, Pipeline, Consumer, ResponseError from .pubsub import RedisPubSub, RedisChannels ...
33.295775
78
0.635787
5de5717649c5fb1c3b234920122bfea85236921f
1,068
py
Python
tasks/migrations/0005_auto_20200616_0123.py
tschelbs18/fruitful
66635cd521ffc0990275e32298419bfc2167b90b
[ "MIT" ]
null
null
null
tasks/migrations/0005_auto_20200616_0123.py
tschelbs18/fruitful
66635cd521ffc0990275e32298419bfc2167b90b
[ "MIT" ]
4
2020-06-04T14:20:33.000Z
2021-09-22T19:09:22.000Z
tasks/migrations/0005_auto_20200616_0123.py
tschelbs18/fruitful
66635cd521ffc0990275e32298419bfc2167b90b
[ "MIT" ]
null
null
null
# Generated by Django 3.0.7 on 2020-06-16 05:23 from django.db import migrations, models import django.utils.timezone
28.864865
93
0.601124
5de5910c5b5ea17215e0b0e1f87d78465a65ecbe
2,683
py
Python
pcg_libraries/src/pcg_gazebo/parsers/types/vector.py
boschresearch/pcg_gazebo_pkgs
1c112d01847ca4f8da61ce9b273e13d13bc7eb73
[ "Apache-2.0", "BSD-3-Clause" ]
42
2019-06-26T09:46:03.000Z
2022-03-18T17:56:26.000Z
pcg_libraries/src/pcg_gazebo/parsers/types/vector.py
boschresearch/pcg_gazebo_pkgs
1c112d01847ca4f8da61ce9b273e13d13bc7eb73
[ "Apache-2.0", "BSD-3-Clause" ]
9
2019-07-18T10:36:05.000Z
2020-10-02T15:26:32.000Z
pcg_libraries/src/pcg_gazebo/parsers/types/vector.py
boschresearch/pcg_gazebo_pkgs
1c112d01847ca4f8da61ce9b273e13d13bc7eb73
[ "Apache-2.0", "BSD-3-Clause" ]
2
2019-11-01T03:20:11.000Z
2020-10-15T23:23:44.000Z
# Copyright (c) 2019 - The Procedural Generation for Gazebo authors # For information on the respective copyright owner see the NOTICE file # # 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 # #...
40.044776
78
0.633619
5de5b5ee5bf23c10f66da04af7327075aad14c24
9,531
py
Python
tests/main/helpers/test_buyers_helpers.py
uk-gov-mirror/alphagov.digitalmarketplace-briefs-frontend
2325f01b1bdb13fb5b0afe7fe110c0be0c031da6
[ "MIT" ]
1
2021-05-06T22:37:05.000Z
2021-05-06T22:37:05.000Z
tests/main/helpers/test_buyers_helpers.py
uk-gov-mirror/alphagov.digitalmarketplace-briefs-frontend
2325f01b1bdb13fb5b0afe7fe110c0be0c031da6
[ "MIT" ]
108
2017-06-14T10:48:10.000Z
2021-06-11T08:55:25.000Z
tests/main/helpers/test_buyers_helpers.py
uk-gov-mirror/alphagov.digitalmarketplace-briefs-frontend
2325f01b1bdb13fb5b0afe7fe110c0be0c031da6
[ "MIT" ]
5
2017-06-27T15:13:11.000Z
2021-04-10T18:06:29.000Z
import mock import pytest from werkzeug.exceptions import NotFound import app.main.helpers as helpers from dmcontent.content_loader import ContentLoader from dmtestutils.api_model_stubs import BriefStub, FrameworkStub, LotStub content_loader = ContentLoader('tests/fixtures/content') content_loader.load_manifest('dos...
44.125
118
0.615255
5de70a07393091d4b0d1b81bb83f4335c31b6482
3,329
py
Python
Plot/src/test/java/io/deephaven/db/plot/example_plots/PlottingPQ.py
devinrsmith/deephaven-core
3a6930046faf1cd556f62a914ce1cfd7860147b9
[ "MIT" ]
null
null
null
Plot/src/test/java/io/deephaven/db/plot/example_plots/PlottingPQ.py
devinrsmith/deephaven-core
3a6930046faf1cd556f62a914ce1cfd7860147b9
[ "MIT" ]
1
2022-03-03T21:24:40.000Z
2022-03-03T21:24:54.000Z
Plot/src/test/java/io/deephaven/db/plot/example_plots/PlottingPQ.py
devinrsmith/deephaven-core
3a6930046faf1cd556f62a914ce1cfd7860147b9
[ "MIT" ]
null
null
null
import deephaven.TableTools as tt import deephaven.Plot as plt t = tt.emptyTable(50)\ .update("X = i + 5", "XLow = X -1", "XHigh = X + 1", "Y = Math.random() * 5", "YLow = Y - 1", "YHigh = Y + 1", "USym = i % 2 == 0 ? `AAPL` : `MSFT`") p = plt.plot("S1", t, "X", "Y").lineColor("black").show() p2 = plt.plot("S1"...
37.829545
153
0.578252
5de7879bccf37dcddacbf558d1addbcf9aa0f808
1,366
py
Python
rhoci/test/routes.py
ahmedmagdyawaad/redhat-ci-dashboard
a9c0445add4e99bb44a8075752a62176968278df
[ "Apache-2.0" ]
8
2017-06-29T19:38:40.000Z
2021-07-25T18:55:37.000Z
rhoci/test/routes.py
ahmedmagdyawaad/redhat-ci-dashboard
a9c0445add4e99bb44a8075752a62176968278df
[ "Apache-2.0" ]
39
2017-06-21T07:35:02.000Z
2018-02-26T11:25:03.000Z
rhoci/test/routes.py
ahmedmagdyawaad/redhat-ci-dashboard
a9c0445add4e99bb44a8075752a62176968278df
[ "Apache-2.0" ]
7
2018-01-24T10:31:00.000Z
2021-09-18T12:27:46.000Z
# Copyright 2019 Arie Bregman # # 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 agree...
32.52381
78
0.694729
5de7a1ab9ad6ce3cc45b32937415c25c0fb99a65
546
py
Python
mitmproxy/net/http/http1/__init__.py
aarnaut/mitmproxy
a8b6f48374b28954f9d8fb5cabbc4fdcaebe9e3a
[ "MIT" ]
null
null
null
mitmproxy/net/http/http1/__init__.py
aarnaut/mitmproxy
a8b6f48374b28954f9d8fb5cabbc4fdcaebe9e3a
[ "MIT" ]
null
null
null
mitmproxy/net/http/http1/__init__.py
aarnaut/mitmproxy
a8b6f48374b28954f9d8fb5cabbc4fdcaebe9e3a
[ "MIT" ]
null
null
null
from .read import ( read_request_head, read_response_head, connection_close, expected_http_body_size, validate_headers, ) from .assemble import ( assemble_request, assemble_request_head, assemble_response, assemble_response_head, assemble_body, ) __all__ = [ "read_request_head", ...
21.84
50
0.727106
5de7e5e6d54e182aae7ef185c563685a2425fd3b
1,211
py
Python
request_token/migrations/0009_requesttokenerror.py
alex-hutton/django-request-token
299c4cb22ce3012c7ef995a648e5b1ea6b8a84d7
[ "MIT" ]
null
null
null
request_token/migrations/0009_requesttokenerror.py
alex-hutton/django-request-token
299c4cb22ce3012c7ef995a648e5b1ea6b8a84d7
[ "MIT" ]
2
2019-11-13T22:22:41.000Z
2019-12-02T22:19:56.000Z
request_token/migrations/0009_requesttokenerror.py
hongquan/django-request-token
76a5f8fce268ff252900341c7dcd7e7d442effe1
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- # Generated by Django 1.10 on 2017-05-21 19:33 from __future__ import unicode_literals from django.db import migrations, models import django.db.models.deletion
44.851852
210
0.673823
5de81bead5f0058007dc4a5e3ad313c7ed6b6535
191
py
Python
01-basic-programs/04-lines.py
ncodeitgithub1/python-get-hands-dirty-programs
c9edb9e0bc9b2580737ca185935427343c550f01
[ "Apache-2.0" ]
null
null
null
01-basic-programs/04-lines.py
ncodeitgithub1/python-get-hands-dirty-programs
c9edb9e0bc9b2580737ca185935427343c550f01
[ "Apache-2.0" ]
null
null
null
01-basic-programs/04-lines.py
ncodeitgithub1/python-get-hands-dirty-programs
c9edb9e0bc9b2580737ca185935427343c550f01
[ "Apache-2.0" ]
1
2021-07-19T13:20:34.000Z
2021-07-19T13:20:34.000Z
#4 lines: Fibonacci, tuple assignment parents, babies = (1, 1) while babies < 100: print ('This generation has {0} babies'.format(babies)) parents, babies = (babies, parents + babies)
38.2
59
0.691099
5de8ea4c838b0533ab68d0c0085a12cb95b9a807
896
py
Python
winter/controller.py
EvgenySmekalin/winter
24b6a02f958478547a4a120324823743a1f7e1a1
[ "MIT" ]
1
2020-03-28T14:54:28.000Z
2020-03-28T14:54:28.000Z
winter/controller.py
EvgenySmekalin/winter
24b6a02f958478547a4a120324823743a1f7e1a1
[ "MIT" ]
null
null
null
winter/controller.py
EvgenySmekalin/winter
24b6a02f958478547a4a120324823743a1f7e1a1
[ "MIT" ]
null
null
null
import typing from .core import Component _Controller = typing.TypeVar('_Controller') _ControllerType = typing.Type[_Controller] ControllerFactory = typing.NewType('ControllerFactory', typing.Callable[[typing.Type], object]) _controller_factory: typing.Optional[ControllerFactory] = None
30.896552
95
0.809152
5de9426d377676b21fdbfe522c80d5ca38d85f47
7,000
bzl
Python
go/def.bzl
bobg/rules_go
fd11dd2768669dc2cc1f3a11f2b0b81d84e81c32
[ "Apache-2.0" ]
null
null
null
go/def.bzl
bobg/rules_go
fd11dd2768669dc2cc1f3a11f2b0b81d84e81c32
[ "Apache-2.0" ]
1
2022-02-18T15:47:32.000Z
2022-02-18T15:47:32.000Z
go/def.bzl
bobg/rules_go
fd11dd2768669dc2cc1f3a11f2b0b81d84e81c32
[ "Apache-2.0" ]
null
null
null
# Copyright 2014 The Bazel 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 applicable la...
37.037037
171
0.762143
5deb3af9396589471b73ff049da7ac957d8d19d7
14,680
py
Python
anyway/parsers/united.py
ayalapol/anyway
ebf2436a8f9b152ae8f4d051c129bac754cb8cc1
[ "BSD-3-Clause" ]
null
null
null
anyway/parsers/united.py
ayalapol/anyway
ebf2436a8f9b152ae8f4d051c129bac754cb8cc1
[ "BSD-3-Clause" ]
null
null
null
anyway/parsers/united.py
ayalapol/anyway
ebf2436a8f9b152ae8f4d051c129bac754cb8cc1
[ "BSD-3-Clause" ]
null
null
null
#!/usr/bin/env python # -*- coding: utf-8 -*- import calendar import csv from datetime import datetime import os from flask_sqlalchemy import SQLAlchemy from sqlalchemy import and_ from ..constants import CONST from ..models import AccidentMarker from ..utilities import init_flask, decode_hebrew, open_utf8 from ..imp...
40.891365
136
0.596322
5deb5f7aaf6a1389fadf9c9089ff41e73863dbba
952
py
Python
libact/query_strategies/tests/test_variance_reduction.py
joequant/libact
4fbf4d59fd0d4e23858b264de2f35f674c50445b
[ "BSD-2-Clause" ]
1
2019-05-09T13:00:45.000Z
2019-05-09T13:00:45.000Z
libact/query_strategies/tests/test_variance_reduction.py
DunZhang/libact
e37e9ed6c36febe701d84b2d495c958ab02f0bc8
[ "BSD-2-Clause" ]
null
null
null
libact/query_strategies/tests/test_variance_reduction.py
DunZhang/libact
e37e9ed6c36febe701d84b2d495c958ab02f0bc8
[ "BSD-2-Clause" ]
1
2021-01-18T20:07:57.000Z
2021-01-18T20:07:57.000Z
import unittest from numpy.testing import assert_array_equal import numpy as np from libact.base.dataset import Dataset from libact.models import LogisticRegression from libact.query_strategies import VarianceReduction from .utils import run_qs if __name__ == '__main__': unittest.main()
31.733333
77
0.615546
5dec35ee70a7a827dfe8596bcb69fa8833b6491d
15,992
py
Python
hysds/log_utils.py
fgreg/hysds
74a1019665b02f0f475cc4e7fc0a993dd71d7a53
[ "Apache-2.0" ]
null
null
null
hysds/log_utils.py
fgreg/hysds
74a1019665b02f0f475cc4e7fc0a993dd71d7a53
[ "Apache-2.0" ]
null
null
null
hysds/log_utils.py
fgreg/hysds
74a1019665b02f0f475cc4e7fc0a993dd71d7a53
[ "Apache-2.0" ]
null
null
null
from __future__ import unicode_literals from __future__ import print_function from __future__ import division from __future__ import absolute_import from builtins import open from builtins import str from future import standard_library standard_library.install_aliases() import os import re import json import copy imp...
36.763218
128
0.619497
5deeffa5857206493c1d342dae064f6fd87a3184
8,920
py
Python
openstack_dashboard/api/rest/swift.py
CplusShen/aurora-horizon
8df16b3b87097d5a19bae3752d4b341ac64bda75
[ "Apache-2.0" ]
null
null
null
openstack_dashboard/api/rest/swift.py
CplusShen/aurora-horizon
8df16b3b87097d5a19bae3752d4b341ac64bda75
[ "Apache-2.0" ]
12
2022-03-22T07:28:29.000Z
2022-03-22T07:29:55.000Z
openstack_dashboard/api/rest/swift.py
CplusShen/aurora-horizon
8df16b3b87097d5a19bae3752d4b341ac64bda75
[ "Apache-2.0" ]
null
null
null
# Copyright 2015, Rackspace, US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in w...
31.971326
79
0.610762
5def303cbd1f1433f2580e86e412f8af092aba1f
5,621
py
Python
datagen.py
kuangliu/pytorch-ssd
02ed1cbe6962e791895ab1c455dc5ddfb87291b9
[ "MIT" ]
124
2017-02-16T01:53:14.000Z
2022-02-22T12:48:13.000Z
datagen.py
droogg/pytorch-ssd
02ed1cbe6962e791895ab1c455dc5ddfb87291b9
[ "MIT" ]
10
2017-07-04T01:38:56.000Z
2021-08-03T09:34:34.000Z
datagen.py
droogg/pytorch-ssd
02ed1cbe6962e791895ab1c455dc5ddfb87291b9
[ "MIT" ]
43
2017-07-31T10:46:23.000Z
2021-02-16T14:12:42.000Z
'''Load image/class/box from a annotation file. The annotation file is organized as: image_name #obj xmin ymin xmax ymax class_index .. ''' from __future__ import print_function import os import sys import os.path import random import numpy as np import torch import torch.utils.data as data import torchvision.t...
31.9375
81
0.534424
5defd443987097ce80f96a0e6f43dc63945abf24
13,258
py
Python
lingvo/core/builder.py
allenwang28/lingvo
26d3d6672d3f46d8f281c2aa9f57166ef6296738
[ "Apache-2.0" ]
2,611
2018-10-16T20:14:10.000Z
2022-03-31T14:48:41.000Z
lingvo/core/builder.py
allenwang28/lingvo
26d3d6672d3f46d8f281c2aa9f57166ef6296738
[ "Apache-2.0" ]
249
2018-10-27T06:02:29.000Z
2022-03-30T18:00:39.000Z
lingvo/core/builder.py
allenwang28/lingvo
26d3d6672d3f46d8f281c2aa9f57166ef6296738
[ "Apache-2.0" ]
436
2018-10-25T05:31:45.000Z
2022-03-31T07:26:03.000Z
# Lint as: python3 # Copyright 2020 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless ...
36.827778
81
0.648439
5defe80f544d4d152b4eab27921e74e04e7e4df0
4,589
py
Python
instmakelib/instmake_toolnames.py
gilramir/instmake
7b083a5061be43e9b92bdcf0f3badda7c4107eef
[ "BSD-3-Clause" ]
null
null
null
instmakelib/instmake_toolnames.py
gilramir/instmake
7b083a5061be43e9b92bdcf0f3badda7c4107eef
[ "BSD-3-Clause" ]
null
null
null
instmakelib/instmake_toolnames.py
gilramir/instmake
7b083a5061be43e9b92bdcf0f3badda7c4107eef
[ "BSD-3-Clause" ]
null
null
null
# Copyright (c) 2010 by Cisco Systems, Inc. """ Manage the tool plugins and use them appropriately. """ import os TOOLNAME_PLUGIN_PREFIX = "toolname"
35.573643
78
0.58771
5df1af1171ca12ddbf5a2ce6aeb42a6d24730f8d
12,991
py
Python
raiden/tests/integration/long_running/test_stress.py
tirkarthi/raiden
dbd03ddda039332b54ec0c02d81cbe1100bc8028
[ "MIT" ]
2,101
2016-06-01T11:31:49.000Z
2022-03-27T20:13:19.000Z
raiden/tests/integration/long_running/test_stress.py
tirkarthi/raiden
dbd03ddda039332b54ec0c02d81cbe1100bc8028
[ "MIT" ]
5,291
2016-06-01T18:14:04.000Z
2022-03-31T11:19:09.000Z
raiden/tests/integration/long_running/test_stress.py
tirkarthi/raiden
dbd03ddda039332b54ec0c02d81cbe1100bc8028
[ "MIT" ]
484
2016-06-01T18:21:06.000Z
2022-03-22T10:29:45.000Z
import time from http import HTTPStatus from itertools import count from typing import Sequence import gevent import grequests import pytest import structlog from eth_utils import to_canonical_address from flask import url_for from raiden.api.python import RaidenAPI from raiden.api.rest import APIServer, RestAPI from...
31.531553
99
0.693557
5df24f88464dca8942f1f032db545a5522ed1674
8,796
py
Python
pyabsa/utils/preprocess.py
jackie930/PyABSA
3cf733f8b95610a69c985b4650309c24f42b44b5
[ "MIT" ]
null
null
null
pyabsa/utils/preprocess.py
jackie930/PyABSA
3cf733f8b95610a69c985b4650309c24f42b44b5
[ "MIT" ]
null
null
null
pyabsa/utils/preprocess.py
jackie930/PyABSA
3cf733f8b95610a69c985b4650309c24f42b44b5
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- # file: preprocess.py # author: jackie # Copyright (C) 2021. All Rights Reserved. import os import pandas as pd import argparse import emoji import re from sklearn.model_selection import train_test_split parser = argparse.ArgumentParser() parser.add_argument("--inpath", type=str, required=True...
32.820896
118
0.582651
5df2f0f840a2ef6d66c1e525c680fc2bedf30ceb
487
py
Python
apps/06_lolcat_factory/you_try/PRD/cat_service.py
dparito/10Apps-Python_w-Andy
77ca1ec280729a9002e49071e2f31cb5bc7b75cd
[ "MIT" ]
1
2019-04-29T17:43:22.000Z
2019-04-29T17:43:22.000Z
apps/06_lolcat_factory/you_try/PRD/cat_service.py
dparito/10Apps-Python_w-Andy
77ca1ec280729a9002e49071e2f31cb5bc7b75cd
[ "MIT" ]
null
null
null
apps/06_lolcat_factory/you_try/PRD/cat_service.py
dparito/10Apps-Python_w-Andy
77ca1ec280729a9002e49071e2f31cb5bc7b75cd
[ "MIT" ]
null
null
null
import os import shutil import requests
22.136364
78
0.702259
5df3d1e6a9c7a37c58251913284702c80bde4fc2
15,348
py
Python
dask/dataframe/io/hdf.py
TryTestspace/dask
86d4f7d8c6d48ec6c4b1de1b6cfd2d3f4e5a4c1b
[ "BSD-3-Clause" ]
1
2017-10-06T05:59:15.000Z
2017-10-06T05:59:15.000Z
dask/dataframe/io/hdf.py
TryTestspace/dask
86d4f7d8c6d48ec6c4b1de1b6cfd2d3f4e5a4c1b
[ "BSD-3-Clause" ]
null
null
null
dask/dataframe/io/hdf.py
TryTestspace/dask
86d4f7d8c6d48ec6c4b1de1b6cfd2d3f4e5a4c1b
[ "BSD-3-Clause" ]
1
2021-03-28T04:50:43.000Z
2021-03-28T04:50:43.000Z
from __future__ import absolute_import, division, print_function from fnmatch import fnmatch from glob import glob import os import uuid from warnings import warn import pandas as pd from toolz import merge from .io import _link from ...base import get_scheduler from ..core import DataFrame, new_dd_object from ... i...
36.028169
95
0.601968
5df431be7adb55ae6ec852df04ddc2566bd34906
2,411
py
Python
src/charma/media_info/manager.py
mononobi/charma-server
ed90f5ec0b5ff3996232d5fe49a4f77f96d82ced
[ "BSD-3-Clause" ]
1
2020-01-16T23:36:10.000Z
2020-01-16T23:36:10.000Z
src/charma/media_info/manager.py
mononobi/imovie-server
ed90f5ec0b5ff3996232d5fe49a4f77f96d82ced
[ "BSD-3-Clause" ]
24
2020-06-08T18:27:04.000Z
2021-06-06T12:01:39.000Z
src/charma/media_info/manager.py
mononobi/charma-server
ed90f5ec0b5ff3996232d5fe49a4f77f96d82ced
[ "BSD-3-Clause" ]
1
2020-12-20T05:29:04.000Z
2020-12-20T05:29:04.000Z
# -*- coding: utf-8 -*- """ media info manager module. """ from pyrin.core.mixin import HookMixin from pyrin.core.structs import Manager import pyrin.utils.path as path_utils from charma.media_info import MediaInfoPackage from charma.media_info.interface import AbstractMediaInfoProvider from charma.media_info.except...
28.702381
90
0.633762
5df7763c501c1594868f6878a3ef39da6fe70cae
842
py
Python
tests/test_parsers.py
FlorisHoogenboom/BoxRec
c9cc5d149318f916facdf57d7dbe94e797d81582
[ "MIT" ]
5
2018-04-20T11:47:43.000Z
2021-05-04T18:54:16.000Z
tests/test_parsers.py
FlorisHoogenboom/BoxRec
c9cc5d149318f916facdf57d7dbe94e797d81582
[ "MIT" ]
1
2018-03-21T08:44:25.000Z
2018-03-22T12:08:17.000Z
tests/test_parsers.py
FlorisHoogenboom/BoxRec
c9cc5d149318f916facdf57d7dbe94e797d81582
[ "MIT" ]
6
2018-03-16T14:05:55.000Z
2018-03-16T14:08:41.000Z
import unittest from boxrec.parsers import FightParser
25.515152
77
0.63658
5df786c7bbc659882d2ccb4bb744e69c8b4ccbd8
4,868
py
Python
hyperdock/common/workqueue.py
ErikGartner/hyperdock
19510b4bf1e123576d7be067555d959cb8a7cf45
[ "Apache-2.0" ]
8
2018-05-07T19:12:35.000Z
2021-12-21T01:30:48.000Z
hyperdock/common/workqueue.py
ErikGartner/hyperdock
19510b4bf1e123576d7be067555d959cb8a7cf45
[ "Apache-2.0" ]
92
2018-05-15T14:57:48.000Z
2019-12-27T10:48:25.000Z
hyperdock/common/workqueue.py
ErikGartner/hyperdock
19510b4bf1e123576d7be067555d959cb8a7cf45
[ "Apache-2.0" ]
2
2019-06-01T22:42:17.000Z
2019-12-25T12:48:36.000Z
from datetime import datetime, timedelta from bson.objectid import ObjectId WORK_TIMEOUT = 600
31.205128
87
0.474528
5df79191a02e9cdc36eab83fa9b24e2f2d9fe213
7,695
py
Python
Dockerfiles/gedlab-khmer-filter-abund/pymodules/python2.7/lib/python/apache_libcloud-0.15.1-py2.7.egg/libcloud/test/test_connection.py
poojavade/Genomics_Docker
829b5094bba18bbe03ae97daf925fee40a8476e8
[ "Apache-2.0" ]
1
2019-07-29T02:53:51.000Z
2019-07-29T02:53:51.000Z
libcloud/test/test_connection.py
elastacloud/libcloud
f3792b2dca835c548bdbce0da2eb71bfc9463b72
[ "Apache-2.0" ]
1
2021-09-11T14:30:32.000Z
2021-09-11T14:30:32.000Z
libcloud/test/test_connection.py
elastacloud/libcloud
f3792b2dca835c548bdbce0da2eb71bfc9463b72
[ "Apache-2.0" ]
2
2016-12-19T02:27:46.000Z
2019-07-29T02:53:54.000Z
# -*- coding: utf-8 -*- # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "Lic...
36.995192
94
0.624172
5df7daeb42f8803f9c7b7af1f59daf2cde2ea6c7
3,605
py
Python
igibson/utils/data_utils/ext_object/scripts/step_1_visual_mesh.py
mamadbiabon/iGibson
d416a470240eb7ad86e04fee475ae4bd67263a7c
[ "MIT" ]
360
2020-04-02T11:12:09.000Z
2022-03-24T21:46:58.000Z
igibson/utils/data_utils/ext_object/scripts/step_1_visual_mesh.py
mamadbiabon/iGibson
d416a470240eb7ad86e04fee475ae4bd67263a7c
[ "MIT" ]
169
2020-04-07T21:01:05.000Z
2022-03-31T10:07:39.000Z
igibson/utils/data_utils/ext_object/scripts/step_1_visual_mesh.py
mamadbiabon/iGibson
d416a470240eb7ad86e04fee475ae4bd67263a7c
[ "MIT" ]
94
2020-04-09T23:22:17.000Z
2022-03-17T21:49:03.000Z
import os import sys import bpy script_dir = os.path.dirname(os.path.abspath(__file__)) utils_dir = os.path.join(script_dir, "../../blender_utils") sys.path.append(utils_dir) from utils import bake_model, clean_unused, export_ig_object, import_obj_folder ############################################# # Parse command...
33.073394
115
0.603606
5df83448e7dd852878051c1b5e24915762ddad3f
3,057
py
Python
ceilometerclient/common/base.py
mail2nsrajesh/python-ceilometerclient
3b4e35abada626ce052f20d55c71fe12ab77052a
[ "Apache-2.0" ]
null
null
null
ceilometerclient/common/base.py
mail2nsrajesh/python-ceilometerclient
3b4e35abada626ce052f20d55c71fe12ab77052a
[ "Apache-2.0" ]
null
null
null
ceilometerclient/common/base.py
mail2nsrajesh/python-ceilometerclient
3b4e35abada626ce052f20d55c71fe12ab77052a
[ "Apache-2.0" ]
null
null
null
# Copyright 2012 OpenStack Foundation # 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 requ...
28.570093
79
0.648021
5dfa61d9200420a717e96bb426552082800e9861
11,020
py
Python
lib/charms/layer/azure.py
freyes/charm-azure-integrator
9c96eed30388e5e7ae2ff590574890e27e845b5c
[ "Apache-2.0" ]
null
null
null
lib/charms/layer/azure.py
freyes/charm-azure-integrator
9c96eed30388e5e7ae2ff590574890e27e845b5c
[ "Apache-2.0" ]
null
null
null
lib/charms/layer/azure.py
freyes/charm-azure-integrator
9c96eed30388e5e7ae2ff590574890e27e845b5c
[ "Apache-2.0" ]
null
null
null
import json import os import re import subprocess from base64 import b64decode from enum import Enum from math import ceil, floor from pathlib import Path from urllib.error import HTTPError from urllib.request import urlopen import yaml from charmhelpers.core import hookenv from charmhelpers.core.unitdata import kv ...
30.955056
79
0.649909
5dfa81c4561263d9017352c96e5be1e9f43f9cf3
2,220
py
Python
Assignment-1/Code/server3.py
pankajk22/Computer-Networks-Assignments
5c227ef59c31ab52cde160568242dbbc84482bc5
[ "MIT" ]
null
null
null
Assignment-1/Code/server3.py
pankajk22/Computer-Networks-Assignments
5c227ef59c31ab52cde160568242dbbc84482bc5
[ "MIT" ]
null
null
null
Assignment-1/Code/server3.py
pankajk22/Computer-Networks-Assignments
5c227ef59c31ab52cde160568242dbbc84482bc5
[ "MIT" ]
null
null
null
import socket import csv import traceback import threading s=socket.socket(socket.AF_INET,socket.SOCK_STREAM) usrpass={} ihost=socket.gethostname() host=socket.gethostbyname(ihost) ihost=socket.gethostname() host=socket.gethostbyname(ihost) iport=[] hostfile="host.csv" with open(hostfile,'r')as host_file: ...
23.368421
95
0.578378
5dfb825aca8a665a7da3ab055c3e267e40f81b41
3,040
py
Python
research/utils/_check_pipelines.py
joaopfonseca/research
02659512218d077d9ef28d481178e62172ef18cd
[ "MIT" ]
1
2021-01-25T00:09:32.000Z
2021-01-25T00:09:32.000Z
mlresearch/utils/_check_pipelines.py
joaopfonseca/research
ac4ad6fa05b5985050c63dc9e4e18cd00965e09b
[ "MIT" ]
null
null
null
mlresearch/utils/_check_pipelines.py
joaopfonseca/research
ac4ad6fa05b5985050c63dc9e4e18cd00965e09b
[ "MIT" ]
null
null
null
from itertools import product from sklearn.base import clone from sklearn.preprocessing import FunctionTransformer from sklearn.model_selection import ParameterGrid from imblearn.pipeline import Pipeline from rlearn.utils import check_random_states def check_pipelines(objects_list, random_state, n_runs): """Extra...
31.666667
83
0.575329
5dfbc6d76c2633ab81a042a9da06802874d69efe
2,986
py
Python
mushroom_rl/utils/plots/common_plots.py
PuzeLiu/mushroom-rl
99942b425e66b4ddcc26009d7105dde23841e95d
[ "MIT" ]
344
2020-01-10T09:45:02.000Z
2022-03-30T09:48:28.000Z
mushroom_rl/utils/plots/common_plots.py
AmmarFahmy/mushroom-rl
2625ee7f64d5613b3b9fba00f0b7a39fece88ca5
[ "MIT" ]
44
2020-01-23T03:00:56.000Z
2022-03-25T17:14:22.000Z
mushroom_rl/utils/plots/common_plots.py
AmmarFahmy/mushroom-rl
2625ee7f64d5613b3b9fba00f0b7a39fece88ca5
[ "MIT" ]
93
2020-01-10T21:17:58.000Z
2022-03-31T17:58:52.000Z
from mushroom_rl.utils.plots import PlotItemBuffer, DataBuffer from mushroom_rl.utils.plots.plot_item_buffer import PlotItemBufferLimited
28.990291
79
0.609846
5dfc18ba2772ffd25b6600bc97edfc21e288fb90
13,044
py
Python
libs/python-daemon-2.2.0/test/test_metadata.py
helion-security/helion
1e5f22da9808c4d67bb773b93c5295c72fcaf45a
[ "MIT" ]
1
2021-10-10T20:05:07.000Z
2021-10-10T20:05:07.000Z
libs/python-daemon-2.2.0/test/test_metadata.py
helion-security/helion
1e5f22da9808c4d67bb773b93c5295c72fcaf45a
[ "MIT" ]
null
null
null
libs/python-daemon-2.2.0/test/test_metadata.py
helion-security/helion
1e5f22da9808c4d67bb773b93c5295c72fcaf45a
[ "MIT" ]
5
2020-02-02T14:41:30.000Z
2022-03-18T08:34:01.000Z
# -*- coding: utf-8 -*- # # test/test_metadata.py # Part of python-daemon, an implementation of PEP 3143. # # This is free software, and you are welcome to redistribute it under # certain conditions; see the end of this file for copyright # information, grant of license, and disclaimer of warranty. """ Unit test for _...
35.835165
79
0.611546
5dfd3f4f20e57ebcb5265eb99e3913785aac266b
517
py
Python
objectModel/Python/cdm/persistence/cdmfolder/types/purpose_reference.py
wheatdog/CDM
8b6698f4a8b4f44132b12d97f9f261afcfeb798c
[ "CC-BY-4.0", "MIT" ]
null
null
null
objectModel/Python/cdm/persistence/cdmfolder/types/purpose_reference.py
wheatdog/CDM
8b6698f4a8b4f44132b12d97f9f261afcfeb798c
[ "CC-BY-4.0", "MIT" ]
3
2021-05-11T22:31:59.000Z
2021-08-04T04:04:18.000Z
objectModel/Python/cdm/persistence/cdmfolder/types/purpose_reference.py
wheatdog/CDM
8b6698f4a8b4f44132b12d97f9f261afcfeb798c
[ "CC-BY-4.0", "MIT" ]
null
null
null
# Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. from typing import Union, List from .purpose import * from .trait_reference import TraitReference from cdm.utilities import JObject
30.411765
94
0.733075
5dfe1873a422b9d98cb23a45aa91a24e21973cf8
1,725
py
Python
text_preprocessing/normalizer.py
cyberpunk317/inverted_index
f49ae3ca4f0255928986c1610c5ff8ee38c5f1ff
[ "MIT" ]
9
2021-09-03T10:02:16.000Z
2021-12-22T14:19:33.000Z
text_preprocessing/normalizer.py
cyberpunk317/inverted_index
f49ae3ca4f0255928986c1610c5ff8ee38c5f1ff
[ "MIT" ]
3
2021-04-19T17:13:57.000Z
2022-03-18T15:11:53.000Z
text_preprocessing/normalizer.py
cyberpunk317/inverted_index
f49ae3ca4f0255928986c1610c5ff8ee38c5f1ff
[ "MIT" ]
1
2021-12-11T09:47:46.000Z
2021-12-11T09:47:46.000Z
import re from typing import Union, List import nltk from bs4 import BeautifulSoup
27.822581
86
0.506667
5dfe4e27d16878f382ef6d6119132647294b2b99
1,874
py
Python
env/lib/python3.7/site-packages/prompt_toolkit/filters/cli.py
MarcoMancha/BreastCancerDetector
be0dfdcebd1ae66da6d0cf48e2525c24942ae877
[ "Apache-2.0" ]
2
2020-09-30T00:11:09.000Z
2021-10-04T13:00:38.000Z
env/lib/python3.7/site-packages/prompt_toolkit/filters/cli.py
MarcoMancha/BreastCancerDetector
be0dfdcebd1ae66da6d0cf48e2525c24942ae877
[ "Apache-2.0" ]
9
2020-08-11T15:19:55.000Z
2022-03-12T00:11:12.000Z
env/lib/python3.7/site-packages/prompt_toolkit/filters/cli.py
MarcoMancha/BreastCancerDetector
be0dfdcebd1ae66da6d0cf48e2525c24942ae877
[ "Apache-2.0" ]
2
2020-08-03T13:02:06.000Z
2020-11-04T03:15:44.000Z
""" For backwards-compatibility. keep this file. (Many people are going to have key bindings that rely on this file.) """ from __future__ import unicode_literals from .app import * __all__ = [ # Old names. 'HasArg', 'HasCompletions', 'HasFocus', 'HasSelection', 'HasValidationError', 'IsDon...
27.558824
88
0.766275
5dfec5e4fee06a96072b5a9530a2216e08d3cbd3
1,988
py
Python
genetic/spaces.py
shilpasayura/bk
2b0a1aa9300da80e201264bcf80226b3c5ff4ad6
[ "MIT" ]
4
2018-09-08T10:30:27.000Z
2021-07-23T07:59:24.000Z
genetic/spaces.py
shilpasayura/bk
2b0a1aa9300da80e201264bcf80226b3c5ff4ad6
[ "MIT" ]
null
null
null
genetic/spaces.py
shilpasayura/bk
2b0a1aa9300da80e201264bcf80226b3c5ff4ad6
[ "MIT" ]
6
2018-09-07T05:54:17.000Z
2021-07-23T07:59:25.000Z
#spaces.py ''' AlgoHack Genetic Algorithm for University Semaster Planning Version 0.03 2018 Niranjan Meegammana Shilpasayura.org ''' import xdb if __name__ == "__main__": delay=0.05 conn=xdb.opendb('genetic56.db') cursor =conn.cursor() # create a cursor object success=crt_spaces_tabl...
32.064516
147
0.628773
5dff31a15c326fed56b2875daa3e36cda971efde
2,062
py
Python
threaded_remote_pi_camera.py
hyansuper/flask-video-streaming
a6ba19519b9ba5470e59e535552b3e8c448d57ae
[ "MIT" ]
7
2020-01-03T17:35:29.000Z
2021-11-24T14:29:50.000Z
threaded_remote_pi_camera.py
hyansuper/flask-video-streaming
a6ba19519b9ba5470e59e535552b3e8c448d57ae
[ "MIT" ]
null
null
null
threaded_remote_pi_camera.py
hyansuper/flask-video-streaming
a6ba19519b9ba5470e59e535552b3e8c448d57ae
[ "MIT" ]
4
2020-04-30T15:41:25.000Z
2021-08-07T17:05:54.000Z
import urllib.request import cv2 import numpy as np import time import threading
31.242424
132
0.541707
5dff826ca431e889e0cef41a0054e1a64431e876
22,520
py
Python
scheduler/misc/Ec2SpotCustomScheduler_jan19.py
jalawala/custom-kubernetes-scheduler
07ccba57610048185a245257a1501f6273399d80
[ "Apache-2.0" ]
4
2021-02-24T23:42:17.000Z
2021-03-10T06:31:35.000Z
misc-folder-ignore/scheduler/misc/Ec2SpotCustomScheduler_jan19.py
ABottleofWater7/custom-kubernetes-scheduler
f179a45c85291ba8d34d37e11a33396c94fd5bac
[ "Apache-2.0" ]
null
null
null
misc-folder-ignore/scheduler/misc/Ec2SpotCustomScheduler_jan19.py
ABottleofWater7/custom-kubernetes-scheduler
f179a45c85291ba8d34d37e11a33396c94fd5bac
[ "Apache-2.0" ]
2
2021-09-27T09:08:37.000Z
2022-03-21T04:20:07.000Z
#! /usr/bin/python3 import time import random import json import os from pprint import pprint from kubernetes.client.rest import ApiException from pint import UnitRegistry from collections import defaultdict from kubernetes import client, config, watch from timeloop import Timeloop from datetime import timedelt...
42.330827
281
0.607948
5dffed5f88346db8858c1e4167f535bc237800cb
349
py
Python
local/utils/validate_label_locale.py
DewiBrynJones/docker-deepspeech-cy
99159a746651bd848a8309da7f676045913f3d25
[ "MIT" ]
3
2018-10-11T20:11:28.000Z
2019-02-01T02:46:46.000Z
local/utils/validate_label_locale.py
DewiBrynJones/docker-deepspeech-cy
99159a746651bd848a8309da7f676045913f3d25
[ "MIT" ]
1
2021-01-23T12:56:31.000Z
2021-01-27T15:32:38.000Z
local/utils/validate_label_locale.py
techiaith/docker-deepspeech-cy
99159a746651bd848a8309da7f676045913f3d25
[ "MIT" ]
6
2018-09-24T13:59:53.000Z
2018-10-23T09:29:46.000Z
#!/usr/bin/env python3 # -*- coding: utf-8 -*- from clean_transcript import clean_transcript ALPHABET_FILE_PATH = "/DeepSpeech/bin/bangor_welsh/alphabet.txt"
23.266667
64
0.730659
b900fe014c618b5968bd75cca2f986adc96f1a10
13,806
py
Python
src/models/nn/adaptive_softmax.py
dumpmemory/state-spaces
2a85503cb3e9e86cc05753950d4a249df9a0fffb
[ "Apache-2.0" ]
513
2021-11-03T23:08:23.000Z
2022-03-31T16:29:18.000Z
src/models/nn/adaptive_softmax.py
dumpmemory/state-spaces
2a85503cb3e9e86cc05753950d4a249df9a0fffb
[ "Apache-2.0" ]
18
2021-11-05T12:42:59.000Z
2022-03-27T19:49:55.000Z
src/models/nn/adaptive_softmax.py
MikeOwino/state-spaces
b6672bca994b6a36347f414faa59761e42b1e2b1
[ "Apache-2.0" ]
47
2021-11-04T01:32:54.000Z
2022-03-30T18:24:26.000Z
# Copyright (c) 2019-2020, NVIDIA CORPORATION. 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...
39.786744
132
0.563378
b9014ad1cdd3760612e00e54f9b058e7af94d104
11,770
py
Python
the_el/cli.py
CityOfPhiladelphia/the-el
e3a97afc55d41f2e5fd76cef60ad9393dfa23547
[ "MIT" ]
11
2017-04-19T18:44:51.000Z
2022-03-07T22:36:47.000Z
the_el/cli.py
CityOfPhiladelphia/the-el
e3a97afc55d41f2e5fd76cef60ad9393dfa23547
[ "MIT" ]
9
2017-04-19T18:43:13.000Z
2017-12-08T16:42:38.000Z
the_el/cli.py
CityOfPhiladelphia/the-el
e3a97afc55d41f2e5fd76cef60ad9393dfa23547
[ "MIT" ]
3
2017-12-08T15:09:03.000Z
2018-08-14T02:42:01.000Z
import json import csv import sys import os import re import codecs import logging from logging.config import dictConfig import click import yaml from sqlalchemy import create_engine from jsontableschema_sql import Storage from smart_open import smart_open from . import postgres from . import carto csv.field_size_li...
37.603834
134
0.651572
b90258212d799fd07af2bd908c88516410b648a2
6,182
py
Python
examples/asr/experimental/speech_to_text_sclite.py
vadam5/NeMo
3c5db09539293c3c19a6bb7437011f91261119af
[ "Apache-2.0" ]
2
2021-06-23T19:16:59.000Z
2022-02-23T18:49:07.000Z
examples/asr/experimental/speech_to_text_sclite.py
vadam5/NeMo
3c5db09539293c3c19a6bb7437011f91261119af
[ "Apache-2.0" ]
null
null
null
examples/asr/experimental/speech_to_text_sclite.py
vadam5/NeMo
3c5db09539293c3c19a6bb7437011f91261119af
[ "Apache-2.0" ]
12
2021-06-20T08:56:10.000Z
2022-03-16T19:07:10.000Z
# Copyright (c) 2020, NVIDIA CORPORATION. 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...
38.880503
117
0.674054
b9034036dd7c92efb32754807bdeb44d6dc9be42
1,335
py
Python
accalib/utils.py
pj0620/acca-video-series
1b09548014cc899ded5a8fdd1293f7fc121a98bc
[ "MIT" ]
null
null
null
accalib/utils.py
pj0620/acca-video-series
1b09548014cc899ded5a8fdd1293f7fc121a98bc
[ "MIT" ]
3
2020-04-16T09:24:48.000Z
2021-03-27T19:27:48.000Z
accalib/utils.py
pj0620/acca-video-series
1b09548014cc899ded5a8fdd1293f7fc121a98bc
[ "MIT" ]
1
2020-09-01T05:32:04.000Z
2020-09-01T05:32:04.000Z
from manimlib.imports import * from manimlib.utils import bezier import numpy as np
31.785714
100
0.526592
b90426c42855fd2a5119f138e577d0e9dbffc737
297
py
Python
setup.py
def-mycroft/rapid-plotly
87ba5d9e6894e2c3288435aae9a377647b006e79
[ "MIT" ]
1
2018-11-19T16:23:31.000Z
2018-11-19T16:23:31.000Z
setup.py
def-mycroft/rapid-plotly
87ba5d9e6894e2c3288435aae9a377647b006e79
[ "MIT" ]
10
2018-11-26T17:20:12.000Z
2019-05-06T14:29:54.000Z
setup.py
def-mycroft/rapid-plotly
87ba5d9e6894e2c3288435aae9a377647b006e79
[ "MIT" ]
null
null
null
from setuptools import setup setup(name='rapid_plotly', version='0.1', description='Convenience functions to rapidly create beautiful Plotly graphs', author='Joseph Dasenbrock', author_email='dasenbrockjw@gmail.com', packages=['rapid_plotly'], zip_safe=False)
29.7
84
0.703704
b9044d615f386c353b51176e0cfb09ae8fe5c1b6
5,834
py
Python
dodo.py
enerqi/bridge-bidding-systems
30ea2bf6f8bc0b786df4de8571063509d971236f
[ "MIT" ]
2
2020-05-24T17:30:55.000Z
2020-11-22T15:27:56.000Z
dodo.py
enerqi/bridge-bidding-systems
30ea2bf6f8bc0b786df4de8571063509d971236f
[ "MIT" ]
null
null
null
dodo.py
enerqi/bridge-bidding-systems
30ea2bf6f8bc0b786df4de8571063509d971236f
[ "MIT" ]
null
null
null
#! /usr/bin/doit -f # https://pydoit.org # `pip install [--user] doit` adds `doit.exe` to the PATH # - Note `doit auto`, the file watcher only works on Linux/Mac # - All commands are relative to dodo.py (doit runs in the working dir of dodo.py # even if ran from a different directory `doit -f path/to/dodo.py`) from g...
37.159236
118
0.652383
b904eadc54bfc2aeedb89068e48092d072692ffd
620
py
Python
learn/hard-way/EmptyFileError.py
hustbill/Python-auto
9f43bc2613a64a373927047ac52d8e90ffe644f8
[ "Apache-2.0" ]
null
null
null
learn/hard-way/EmptyFileError.py
hustbill/Python-auto
9f43bc2613a64a373927047ac52d8e90ffe644f8
[ "Apache-2.0" ]
null
null
null
learn/hard-way/EmptyFileError.py
hustbill/Python-auto
9f43bc2613a64a373927047ac52d8e90ffe644f8
[ "Apache-2.0" ]
null
null
null
filenames = ["myfile1", "nonExistent", "emptyFile", "myfile2"] for file in filenames: try: f = open(file, 'r') line = f.readline() if line == "": f.close() raise EmptyFileError("%s: is empty" % file) # except IOError as error: # print("%s: co...
31
73
0.504839
b9058a9a6aeb7e495abc710b44e918cfdd30a156
1,288
py
Python
plugins/crumbling_in.py
jimconner/digital_sky
9427cd19dbd9fb1c82ca12fa8f962532d700c67f
[ "MIT" ]
2
2019-03-04T20:38:44.000Z
2019-03-15T22:34:25.000Z
plugins/crumbling_in.py
jimconner/digital_sky
9427cd19dbd9fb1c82ca12fa8f962532d700c67f
[ "MIT" ]
null
null
null
plugins/crumbling_in.py
jimconner/digital_sky
9427cd19dbd9fb1c82ca12fa8f962532d700c67f
[ "MIT" ]
null
null
null
# Crumbling In # Like randomised coloured dots and then they # increase on both sides getting closer and closer into the middle. import sys, traceback, random from numpy import array,full
28.622222
67
0.470497
b905b9044ea31f3964e2eca2dbedd8cd13ec51f5
16,884
py
Python
pybleau/app/plotting/tests/test_plot_config.py
KBIbiopharma/pybleau
5cdfce603ad29af874f74f0f527adc6b4c9066e8
[ "MIT" ]
4
2020-02-27T22:38:29.000Z
2021-05-03T05:32:11.000Z
pybleau/app/plotting/tests/test_plot_config.py
KBIbiopharma/pybleau
5cdfce603ad29af874f74f0f527adc6b4c9066e8
[ "MIT" ]
85
2020-02-04T21:57:14.000Z
2021-05-03T14:29:40.000Z
pybleau/app/plotting/tests/test_plot_config.py
KBIbiopharma/pybleau
5cdfce603ad29af874f74f0f527adc6b4c9066e8
[ "MIT" ]
1
2020-02-20T00:45:09.000Z
2020-02-20T00:45:09.000Z
from __future__ import division from unittest import skipIf, TestCase import os from pandas import DataFrame import numpy as np from numpy.testing import assert_array_equal BACKEND_AVAILABLE = os.environ.get("ETS_TOOLKIT", "qt4") != "null" if BACKEND_AVAILABLE: from app_common.apptools.testing_utils import asser...
42.422111
79
0.636105
b905bf0f95f0e168b31539b1c4fa3ef57493a4f1
1,220
py
Python
test/integration/languages/test_mixed.py
thomasrockhu/bfg9000
1cd1226eab9bed2fc2ec6acccf7864fdcf2ed31a
[ "BSD-3-Clause" ]
72
2015-06-23T02:35:13.000Z
2021-12-08T01:47:40.000Z
test/integration/languages/test_mixed.py
thomasrockhu/bfg9000
1cd1226eab9bed2fc2ec6acccf7864fdcf2ed31a
[ "BSD-3-Clause" ]
139
2015-03-01T18:48:17.000Z
2021-06-18T15:45:14.000Z
test/integration/languages/test_mixed.py
thomasrockhu/bfg9000
1cd1226eab9bed2fc2ec6acccf7864fdcf2ed31a
[ "BSD-3-Clause" ]
19
2015-12-23T21:24:33.000Z
2022-01-06T04:04:41.000Z
import os.path from .. import *
33.888889
77
0.644262
b906c6820493a72163f757fe7ce4006f0287b820
821
py
Python
code/7/collections/namedtupe_example.py
TeamLab/introduction_to_pythoy_TEAMLAB_MOOC
ebf1ff02d6a341bfee8695eac478ff8297cb97e4
[ "MIT" ]
65
2017-11-01T01:57:21.000Z
2022-02-08T13:36:25.000Z
code/7/collections/namedtupe_example.py
TeamLab/introduction_to_pythoy_TEAMLAB_MOOC
ebf1ff02d6a341bfee8695eac478ff8297cb97e4
[ "MIT" ]
9
2017-11-03T15:05:30.000Z
2018-05-17T03:18:36.000Z
code/7/collections/namedtupe_example.py
TeamLab/introduction_to_pythoy_TEAMLAB_MOOC
ebf1ff02d6a341bfee8695eac478ff8297cb97e4
[ "MIT" ]
64
2017-11-01T01:57:23.000Z
2022-01-19T03:52:12.000Z
from collections import namedtuple # Basic example Point = namedtuple('Point', ['x', 'y']) p = Point(11, y=22) print(p[0] + p[1]) x, y = p print(x, y) print(p.x + p.y) print(Point(x=11, y=22)) from collections import namedtuple import csv f = open("users.csv", "r") next(f) reader = csv.reader(f) student_list = [] fo...
24.147059
77
0.685749
b9078d0e4d15cf11492a86d93eb5a61b04a92b6f
1,439
py
Python
test/helper_tools/benchtool.py
dotnes/mitmproxy
5eb17bbf6d47c8d703763bfa41cf1ff3f98a632f
[ "MIT" ]
4
2018-03-14T03:47:22.000Z
2018-06-28T08:00:39.000Z
test/helper_tools/benchtool.py
dotnes/mitmproxy
5eb17bbf6d47c8d703763bfa41cf1ff3f98a632f
[ "MIT" ]
1
2021-05-09T11:18:14.000Z
2021-05-09T11:18:14.000Z
test/helper_tools/benchtool.py
dotnes/mitmproxy
5eb17bbf6d47c8d703763bfa41cf1ff3f98a632f
[ "MIT" ]
1
2018-04-22T15:43:46.000Z
2018-04-22T15:43:46.000Z
# Profile mitmdump with apachebench and # yappi (https://code.google.com/p/yappi/) # # Requirements: # - Apache Bench "ab" binary # - pip install click yappi from mitmproxy.main import mitmdump from os import system from threading import Thread import time import yappi import click if __name__ == '__main__': ...
25.245614
94
0.649062
b907c416aa083b16df70a844cea0da2fdc9f29d9
8,922
py
Python
pivpy/graphics.py
alexliberzonlab/pivpy
c1c984cd669fce6f5c0b6a602d6a51ed3fec5954
[ "BSD-3-Clause" ]
1
2018-07-15T07:17:30.000Z
2018-07-15T07:17:30.000Z
pivpy/graphics.py
alexliberzonlab/pivpy
c1c984cd669fce6f5c0b6a602d6a51ed3fec5954
[ "BSD-3-Clause" ]
4
2018-06-14T14:02:45.000Z
2018-07-15T00:19:01.000Z
pivpy/graphics.py
alexliberzonlab/pivpy
c1c984cd669fce6f5c0b6a602d6a51ed3fec5954
[ "BSD-3-Clause" ]
1
2019-07-18T15:25:02.000Z
2019-07-18T15:25:02.000Z
# -*- coding: utf-8 -*- """ Various plots """ import numpy as np import matplotlib.pyplot as plt from matplotlib.animation import FuncAnimation, FFMpegWriter import xarray as xr import os def quiver(data, arrScale = 25.0, threshold = None, nthArr = 1, contourLevels = None, colbar = True, logscale = Fa...
32.922509
99
0.553015
b9081ad94fb9a0b4f6e0a49043c2a08a7969c6fc
1,212
py
Python
configs/my_config/vit_base_aspp.py
BostonCrayfish/mmsegmentation
e8b87242b877bfe0c32ea2630c2fd08977d7dd4b
[ "Apache-2.0" ]
null
null
null
configs/my_config/vit_base_aspp.py
BostonCrayfish/mmsegmentation
e8b87242b877bfe0c32ea2630c2fd08977d7dd4b
[ "Apache-2.0" ]
null
null
null
configs/my_config/vit_base_aspp.py
BostonCrayfish/mmsegmentation
e8b87242b877bfe0c32ea2630c2fd08977d7dd4b
[ "Apache-2.0" ]
null
null
null
# model settings norm_cfg = dict(type='BN', requires_grad=True) model = dict( type='EncoderDecoder', pretrained='pretrain/vit_base_patch16_224.pth', backbone=dict( type='VisionTransformer', img_size=(224, 224), patch_size=16, in_channels=3, embed_dim=768, dept...
28.857143
74
0.587459
b9083abf7ea4269348156a83680d8a60f00f6033
69,300
py
Python
tripleo_ansible/ansible_plugins/modules/podman_container.py
smolar/tripleo-ansible
7bd37f019870c032bea71f22b305832932d81424
[ "Apache-2.0" ]
null
null
null
tripleo_ansible/ansible_plugins/modules/podman_container.py
smolar/tripleo-ansible
7bd37f019870c032bea71f22b305832932d81424
[ "Apache-2.0" ]
null
null
null
tripleo_ansible/ansible_plugins/modules/podman_container.py
smolar/tripleo-ansible
7bd37f019870c032bea71f22b305832932d81424
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/python # Copyright (c) 2019 OpenStack Foundation # 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-...
34.65
99
0.601198
b908698cf79967eaadf3686141afa64182f22f9d
4,756
py
Python
setup.py
UdoGi/dark-matter
3d49e89fa5e81f83144119f6216c5774176d203b
[ "MIT" ]
null
null
null
setup.py
UdoGi/dark-matter
3d49e89fa5e81f83144119f6216c5774176d203b
[ "MIT" ]
null
null
null
setup.py
UdoGi/dark-matter
3d49e89fa5e81f83144119f6216c5774176d203b
[ "MIT" ]
null
null
null
#!/usr/bin/env python from setuptools import setup # Modified from http://stackoverflow.com/questions/2058802/ # how-can-i-get-the-version-defined-in-setup-py-setuptools-in-my-package # Explicitly list bin scripts to be installed, seeing as I have a few local # bin files that are not (yet) part of the distribution...
31.919463
75
0.603238
b9093a206a1a67140ea6cc8087c03166f895cb37
1,732
py
Python
authenticationApp/templatetags/timetags.py
FilipBali/VirtualPortfolio-WebApplication
9236509205e37c2c682b7b2f518f5794a94fd178
[ "MIT" ]
null
null
null
authenticationApp/templatetags/timetags.py
FilipBali/VirtualPortfolio-WebApplication
9236509205e37c2c682b7b2f518f5794a94fd178
[ "MIT" ]
null
null
null
authenticationApp/templatetags/timetags.py
FilipBali/VirtualPortfolio-WebApplication
9236509205e37c2c682b7b2f518f5794a94fd178
[ "MIT" ]
null
null
null
# ====================================================================================================================== # Fakulta informacnich technologii VUT v Brne # Bachelor thesis # Author: Filip Bali (xbalif00) # License: MIT # ======================================================================================...
34.64
120
0.65127
b909e91c70f62d03b4cb515c5e970eae1b71dc91
585
py
Python
pycfmodel/model/resources/properties/policy.py
donatoaz/pycfmodel
1586e290b67d2347493dd4a77d2b0c8ee6c0936b
[ "Apache-2.0" ]
23
2018-06-28T10:45:01.000Z
2021-05-07T11:12:39.000Z
pycfmodel/model/resources/properties/policy.py
donatoaz/pycfmodel
1586e290b67d2347493dd4a77d2b0c8ee6c0936b
[ "Apache-2.0" ]
27
2019-03-09T08:33:22.000Z
2022-03-03T14:59:11.000Z
pycfmodel/model/resources/properties/policy.py
donatoaz/pycfmodel
1586e290b67d2347493dd4a77d2b0c8ee6c0936b
[ "Apache-2.0" ]
7
2019-03-09T02:18:18.000Z
2021-07-22T20:33:09.000Z
from pycfmodel.model.resources.properties.policy_document import PolicyDocument from pycfmodel.model.resources.properties.property import Property from pycfmodel.model.types import Resolvable, ResolvableStr
32.5
118
0.788034
b90a40f6dda56faee8a822969d3d8c8da41382ab
99
py
Python
stlearn/__init__.py
mrahim/stacked-learn
b04b49f65f06de7f5b59ba4139b0f78f8d66d94a
[ "BSD-3-Clause" ]
2
2017-05-23T18:06:53.000Z
2017-08-18T19:03:04.000Z
stlearn/__init__.py
mrahim/stacked-learn
b04b49f65f06de7f5b59ba4139b0f78f8d66d94a
[ "BSD-3-Clause" ]
7
2017-03-14T15:56:20.000Z
2017-05-18T08:28:44.000Z
stlearn/__init__.py
mrahim/stacked-learn
b04b49f65f06de7f5b59ba4139b0f78f8d66d94a
[ "BSD-3-Clause" ]
1
2018-10-05T08:07:44.000Z
2018-10-05T08:07:44.000Z
from .stacking import StackingClassifier, stack_features from .multitask import MultiTaskEstimator
33
56
0.878788
b90a7ababb1e0f6301fc1099880a560c64176ef6
4,209
bzl
Python
samples/workload/XNNPACK/toolchain/emscripten_toolchain_config.bzl
utsavm9/wasm-micro-runtime
0960e82db2be30b741f5c83e7a57ea9056b2ab59
[ "Apache-2.0" ]
2
2020-08-27T03:48:31.000Z
2020-09-17T03:02:53.000Z
samples/workload/XNNPACK/toolchain/emscripten_toolchain_config.bzl
utsavm9/wasm-micro-runtime
0960e82db2be30b741f5c83e7a57ea9056b2ab59
[ "Apache-2.0" ]
3
2020-09-11T04:03:00.000Z
2020-09-23T06:16:43.000Z
samples/workload/XNNPACK/toolchain/emscripten_toolchain_config.bzl
utsavm9/wasm-micro-runtime
0960e82db2be30b741f5c83e7a57ea9056b2ab59
[ "Apache-2.0" ]
null
null
null
# Copyright (C) 2019 Intel Corporation. All rights reserved. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES") load( "@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl", "feature", "flag_group", "flag_set", "tool_p...
30.5
82
0.434545
b90aa19934d5d7330ff2185f5e9e641a32b1df92
8,781
py
Python
cloud_storages/gdrive/gdrive.py
toplenboren/safezone
eafad765ed7cd6f6b7607ac07e75fd843d32ee07
[ "MIT" ]
null
null
null
cloud_storages/gdrive/gdrive.py
toplenboren/safezone
eafad765ed7cd6f6b7607ac07e75fd843d32ee07
[ "MIT" ]
null
null
null
cloud_storages/gdrive/gdrive.py
toplenboren/safezone
eafad765ed7cd6f6b7607ac07e75fd843d32ee07
[ "MIT" ]
null
null
null
from __future__ import print_function import json from typing import List from functools import lru_cache from cloud_storages.http_shortcuts import * from database.database import Database from models.models import StorageMetaInfo, Resource, Size from cloud_storages.storage import Storage from cloud_storages.gdrive.c...
38.853982
135
0.59959
b90b0ec76c39d933c89c13f5c997460e2300453d
677
py
Python
index/urls.py
darkestmidnight/fedcodeathon2018
2cac972b6eaebd7bfc47c02aade36b0f4a6869ab
[ "MIT" ]
1
2019-02-08T02:15:52.000Z
2019-02-08T02:15:52.000Z
index/urls.py
darkestmidnight/fedcodeathon2018
2cac972b6eaebd7bfc47c02aade36b0f4a6869ab
[ "MIT" ]
null
null
null
index/urls.py
darkestmidnight/fedcodeathon2018
2cac972b6eaebd7bfc47c02aade36b0f4a6869ab
[ "MIT" ]
1
2018-10-23T21:52:39.000Z
2018-10-23T21:52:39.000Z
from django.urls import re_path, include from . import views app_name='logged' # url mappings for the webapp. urlpatterns = [ re_path(r'^$', views.logged_count, name="logged_count"), re_path(r'^loggedusers/', views.logged, name="logged_users"), re_path(r'^settings/', views.user_settings, name="update_info...
42.3125
80
0.698671
b90cb0cd96548302814d62e2805216240024b671
3,202
py
Python
scout/dao/item.py
uw-it-aca/scout
be787378c216f1fb172d68914a550a91c62bc264
[ "Apache-2.0" ]
7
2017-01-29T09:51:22.000Z
2022-02-24T16:40:55.000Z
scout/dao/item.py
uw-it-aca/scout
be787378c216f1fb172d68914a550a91c62bc264
[ "Apache-2.0" ]
338
2016-03-21T19:55:04.000Z
2022-03-30T21:12:28.000Z
scout/dao/item.py
uw-it-aca/scout
be787378c216f1fb172d68914a550a91c62bc264
[ "Apache-2.0" ]
4
2016-03-02T01:19:01.000Z
2016-12-13T14:48:31.000Z
# Copyright 2021 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from scout.dao.space import get_spots_by_filter, _get_spot_filters, \ _get_extended_info_by_key import copy
28.846847
76
0.584635
b90cef65b59792b28b4c92088d99214713e0be27
458
py
Python
juriscraper/opinions/united_states/state/minnctapp.py
umeboshi2/juriscraper
16abceb3747947593841b1c2708de84dcc85c59d
[ "BSD-2-Clause" ]
null
null
null
juriscraper/opinions/united_states/state/minnctapp.py
umeboshi2/juriscraper
16abceb3747947593841b1c2708de84dcc85c59d
[ "BSD-2-Clause" ]
null
null
null
juriscraper/opinions/united_states/state/minnctapp.py
umeboshi2/juriscraper
16abceb3747947593841b1c2708de84dcc85c59d
[ "BSD-2-Clause" ]
1
2021-03-03T00:03:16.000Z
2021-03-03T00:03:16.000Z
#Scraper for Minnesota Court of Appeals Published Opinions #CourtID: minnctapp #Court Short Name: MN #Author: mlr #Date: 2016-06-03 from juriscraper.opinions.united_states.state import minn
26.941176
58
0.703057
b90d416b48352a6528abbda811ab137b9f58c6c2
1,223
py
Python
monty/os/__init__.py
JosephMontoya-TRI/monty
facef1776c7d05c941191a32a0b93f986a9761dd
[ "MIT" ]
null
null
null
monty/os/__init__.py
JosephMontoya-TRI/monty
facef1776c7d05c941191a32a0b93f986a9761dd
[ "MIT" ]
null
null
null
monty/os/__init__.py
JosephMontoya-TRI/monty
facef1776c7d05c941191a32a0b93f986a9761dd
[ "MIT" ]
null
null
null
from __future__ import absolute_import import os import errno from contextlib import contextmanager __author__ = 'Shyue Ping Ong' __copyright__ = 'Copyright 2013, The Materials Project' __version__ = '0.1' __maintainer__ = 'Shyue Ping Ong' __email__ = 'ongsp@ucsd.edu' __date__ = '1/24/14' def makedirs_p(path, **k...
23.075472
111
0.6435
b90f4e751b3217015ecc06286993d45ab12fc397
405
py
Python
{{ cookiecutter.repo_name }}/tests/test_environment.py
FrancisMudavanhu/cookiecutter-data-science
be766817a7399ccd714bf03d085609985fa7313a
[ "MIT" ]
null
null
null
{{ cookiecutter.repo_name }}/tests/test_environment.py
FrancisMudavanhu/cookiecutter-data-science
be766817a7399ccd714bf03d085609985fa7313a
[ "MIT" ]
null
null
null
{{ cookiecutter.repo_name }}/tests/test_environment.py
FrancisMudavanhu/cookiecutter-data-science
be766817a7399ccd714bf03d085609985fa7313a
[ "MIT" ]
null
null
null
import sys REQUIRED_PYTHON = "python3" required_major = 3 if __name__ == '__main__': main()
19.285714
62
0.632099