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
c7b66acfc0f1fc9f0407ccd4877bc57ccf79afa1
4,691
py
Python
pycardcast/net/aiohttp.py
Elizafox/pycardcast
36fb8009f32f733fd18a7f3263a61362fdb75ec3
[ "WTFPL" ]
null
null
null
pycardcast/net/aiohttp.py
Elizafox/pycardcast
36fb8009f32f733fd18a7f3263a61362fdb75ec3
[ "WTFPL" ]
null
null
null
pycardcast/net/aiohttp.py
Elizafox/pycardcast
36fb8009f32f733fd18a7f3263a61362fdb75ec3
[ "WTFPL" ]
1
2020-04-09T10:12:46.000Z
2020-04-09T10:12:46.000Z
# Copyright 2015 Elizabeth Myers. # All rights reserved. # This file is part of the pycardcast project. See LICENSE in the root # directory for licensing information. import asyncio import aiohttp from pycardcast.net import CardcastAPIBase from pycardcast.deck import (DeckInfo, DeckInfoNotFoundError, ...
37.830645
78
0.563206
c7b71c7227264e168736696fa5f4ef910e4d9c22
2,345
py
Python
libtiepie/triggeroutput.py
TiePie/python-libtiepie
d2a9875855298a58d6a16be5b61aaa89a558e7d8
[ "MIT" ]
6
2020-01-04T02:00:35.000Z
2022-03-22T00:32:26.000Z
libtiepie/triggeroutput.py
TiePie/python-libtiepie
d2a9875855298a58d6a16be5b61aaa89a558e7d8
[ "MIT" ]
3
2020-08-05T15:16:29.000Z
2022-03-21T07:00:27.000Z
libtiepie/triggeroutput.py
TiePie/python-libtiepie
d2a9875855298a58d6a16be5b61aaa89a558e7d8
[ "MIT" ]
null
null
null
from ctypes import * from .api import api from .const import * from .library import library
33.028169
72
0.665245
c7b7578b3382d7cf2565fe8fe7621c5d451e663b
1,374
py
Python
conduit_rest/radish/conduit_rest_steps.py
dduleba/tw2019-ui-tests
5f149c6c2bdb9f2d69a02c038248374f6b0b5903
[ "MIT" ]
1
2019-09-27T23:12:07.000Z
2019-09-27T23:12:07.000Z
conduit_rest/radish/conduit_rest_steps.py
dduleba/conduit-tests
5f149c6c2bdb9f2d69a02c038248374f6b0b5903
[ "MIT" ]
null
null
null
conduit_rest/radish/conduit_rest_steps.py
dduleba/conduit-tests
5f149c6c2bdb9f2d69a02c038248374f6b0b5903
[ "MIT" ]
null
null
null
import time from faker import Faker from radish_ext.radish.step_config import StepConfig from conduit.client import ConduitClient, ConduitConfig
31.227273
114
0.61936
c7b88fe5b2537ef40175e1a577b998fdb2d3a5c9
1,233
py
Python
SummaryExternalClient.py
Hackillinois2k18/Main-Repo
e998cc3283e0469b98a842220a30a72c5b105dad
[ "MIT" ]
5
2020-03-10T03:23:18.000Z
2021-11-12T17:06:51.000Z
SummaryExternalClient.py
Hackillinois2k18/FyveBot
e998cc3283e0469b98a842220a30a72c5b105dad
[ "MIT" ]
3
2018-02-24T05:25:28.000Z
2018-02-24T05:43:49.000Z
SummaryExternalClient.py
Hackillinois2k18/Main-Repo
e998cc3283e0469b98a842220a30a72c5b105dad
[ "MIT" ]
3
2019-01-20T14:50:11.000Z
2021-11-12T17:06:55.000Z
import requests import credentials
35.228571
82
0.586375
c7b8b9fdf2de5fb240b87971d0e7f35941af2c81
1,485
py
Python
tests/test_render.py
isuruf/conda-build
9f163925f5d03a46e921162892bf4c6bc86b1072
[ "BSD-3-Clause" ]
null
null
null
tests/test_render.py
isuruf/conda-build
9f163925f5d03a46e921162892bf4c6bc86b1072
[ "BSD-3-Clause" ]
1
2019-10-08T15:03:56.000Z
2019-10-08T15:03:56.000Z
tests/test_render.py
awwad/conda-build
b0be80283ec2e3ef7e49b5da923b1438e74e27b5
[ "BSD-3-Clause" ]
null
null
null
import os import sys from conda_build import api from conda_build import render import pytest
33
65
0.690909
c7b8e20d5ed5e23189a112d56d8a749537d1ecec
173
py
Python
ABC/007/b.py
fumiyanll23/AtCoder
362ca9fcacb5415c1458bc8dee5326ba2cc70b65
[ "MIT" ]
null
null
null
ABC/007/b.py
fumiyanll23/AtCoder
362ca9fcacb5415c1458bc8dee5326ba2cc70b65
[ "MIT" ]
null
null
null
ABC/007/b.py
fumiyanll23/AtCoder
362ca9fcacb5415c1458bc8dee5326ba2cc70b65
[ "MIT" ]
null
null
null
if __name__ == '__main__': main()
10.8125
26
0.421965
c7b94b2b66d38c20024028b233b4eaed057202d2
5,057
py
Python
SPAE/read_write.py
simon-schuler/SPAE
2b970e30838da258b969b316488e7963d66119be
[ "MIT" ]
null
null
null
SPAE/read_write.py
simon-schuler/SPAE
2b970e30838da258b969b316488e7963d66119be
[ "MIT" ]
1
2021-04-12T20:28:55.000Z
2021-04-12T20:28:55.000Z
SPAE/read_write.py
simon-schuler/SPAE
2b970e30838da258b969b316488e7963d66119be
[ "MIT" ]
null
null
null
#Writing MOOG parameter file for the parameter, abundance, and error calculations. #The parameter file only needs to be written once, at beginning of the routine, because the output #files are overwritten with each itereation of the routine, only minimal output data are needed. # #The user can choose to have the param...
41.45082
168
0.489816
c7ba2b5a0bc557fae2df973eed4ab42b40580f6e
1,862
py
Python
lectures/optimization/optimization_plots.py
carolinalvarez/ose-course-scientific-computing
4b816fa81320c88fc5f35b203f0541e0a1a00939
[ "MIT" ]
null
null
null
lectures/optimization/optimization_plots.py
carolinalvarez/ose-course-scientific-computing
4b816fa81320c88fc5f35b203f0541e0a1a00939
[ "MIT" ]
null
null
null
lectures/optimization/optimization_plots.py
carolinalvarez/ose-course-scientific-computing
4b816fa81320c88fc5f35b203f0541e0a1a00939
[ "MIT" ]
null
null
null
"""Plots for optimization lecture.""" import matplotlib.pyplot as plt import numpy as np from matplotlib import cm def plot_contour(f, allvecs, legend_path): """Plot contour graph for function f.""" # Create array from values with at least two dimensions. allvecs = np.atleast_2d(allvecs) X, Y, Z = _g...
27.791045
96
0.605263
c7ba60efd06c8906b83387592b8347e6da526db9
7,141
py
Python
gdsfactory/functions.py
simbilod/gdsfactory
4d76db32674c3edb4d16260e3177ee29ef9ce11d
[ "MIT" ]
null
null
null
gdsfactory/functions.py
simbilod/gdsfactory
4d76db32674c3edb4d16260e3177ee29ef9ce11d
[ "MIT" ]
null
null
null
gdsfactory/functions.py
simbilod/gdsfactory
4d76db32674c3edb4d16260e3177ee29ef9ce11d
[ "MIT" ]
null
null
null
"""All functions return a Component so you can easily pipe or compose them. There are two types of functions: - decorators: return the original component - containers: return a new component """ from functools import lru_cache, partial import numpy as np from omegaconf import OmegaConf from pydantic import validate...
25.967273
87
0.669654
c7ba7f82e01986b93c50e54b040c99061ee59d08
26,640
py
Python
OverlayUFOs/Overlay UFOs.roboFontExt/lib/OverlayUFOs.py
connordavenport/fbOpenTools
794c71d504cea1248c256bea11d5249b0a4144a1
[ "Unlicense" ]
null
null
null
OverlayUFOs/Overlay UFOs.roboFontExt/lib/OverlayUFOs.py
connordavenport/fbOpenTools
794c71d504cea1248c256bea11d5249b0a4144a1
[ "Unlicense" ]
null
null
null
OverlayUFOs/Overlay UFOs.roboFontExt/lib/OverlayUFOs.py
connordavenport/fbOpenTools
794c71d504cea1248c256bea11d5249b0a4144a1
[ "Unlicense" ]
null
null
null
#coding=utf-8 from __future__ import division """ # OVERLAY UFOS For anyone looking in here, sorry the code is so messy. This is a standalone version of a script with a lot of dependencies. """ import os from AppKit import * #@PydevCodeAnalysisIgnore from vanilla import * #@PydevCodeAnalysisIgnore from mojo.drawingT...
39.118943
182
0.575526
c7ba815c300287faa117210ec887325390625523
114
py
Python
nautapy/__init__.py
armandofcom/nautapy
6907e350021752b54998f6b0b5674dccc8ca9ddd
[ "MIT" ]
25
2020-03-20T05:02:09.000Z
2022-03-29T13:24:36.000Z
nautapy/__init__.py
armandofcom/nautapy
6907e350021752b54998f6b0b5674dccc8ca9ddd
[ "MIT" ]
7
2020-01-22T23:10:25.000Z
2021-06-02T21:41:27.000Z
nautapy/__init__.py
armandofcom/nautapy
6907e350021752b54998f6b0b5674dccc8ca9ddd
[ "MIT" ]
14
2020-03-20T05:02:18.000Z
2022-03-29T13:24:39.000Z
import os appdata_path = os.path.expanduser("~/.local/share/nautapy") os.makedirs(appdata_path, exist_ok=True)
16.285714
59
0.763158
c7bb3480194f9fe2fbc061710221cb965aa24166
9,368
py
Python
pyteamup/Calendar.py
LogicallyUnfit/pyTeamUp
a398fe6808d506ca4e05090b58e0a697aa1f46e5
[ "MIT" ]
5
2019-04-11T14:52:19.000Z
2022-03-13T10:39:22.000Z
pyteamup/Calendar.py
LogicallyUnfit/pyTeamUp
a398fe6808d506ca4e05090b58e0a697aa1f46e5
[ "MIT" ]
9
2019-04-11T14:49:59.000Z
2021-11-30T08:34:31.000Z
pyteamup/Calendar.py
LogicallyUnfit/pyTeamUp
a398fe6808d506ca4e05090b58e0a697aa1f46e5
[ "MIT" ]
3
2019-04-11T14:17:00.000Z
2021-07-15T06:59:13.000Z
import requests import json import datetime import sys from dateutil.parser import parse as to_datetime try: import pandas as pd except: pass from pyteamup.utils.utilities import * from pyteamup.utils.constants import * from pyteamup.Event import Event def get_event_collection(self, start_dt=None, end_dt...
39.694915
144
0.627242
c7bd4060064aa4ccc776c07aa7678497ec65e795
8,232
py
Python
configs/regnet.py
roatienza/agmax
2a7299cc506605aeaaf64b6155b5c826c71d5786
[ "Apache-2.0" ]
2
2021-11-05T13:09:12.000Z
2022-03-04T05:07:33.000Z
configs/regnet.py
roatienza/agmax
2a7299cc506605aeaaf64b6155b5c826c71d5786
[ "Apache-2.0" ]
1
2021-11-04T10:06:57.000Z
2021-11-07T08:35:39.000Z
configs/regnet.py
roatienza/agmax
2a7299cc506605aeaaf64b6155b5c826c71d5786
[ "Apache-2.0" ]
null
null
null
from . import constant parameters = { 'RegNet' : { "lr": 0.1, "epochs": 100, "weight_decay": 5e-5, "batch_size": 128, "nesterov": True, "init_backbone":True, "init_extractor":True,}, } backbone_config = { "RegNetX002" : {"channels": 3, "dropout": 0.2,}, "RegNetY004" : {"channels": ...
68.6
153
0.409621
c7bde259829ba295ad5078b7f30b72f3fddb4e13
1,608
py
Python
examples/ws2812/main.py
ivankravets/pumbaa
2a1869cc204e3128516ed6fa9f89529aedec1702
[ "MIT" ]
69
2016-09-04T18:36:18.000Z
2021-07-04T21:51:54.000Z
examples/ws2812/main.py
ivankravets/pumbaa
2a1869cc204e3128516ed6fa9f89529aedec1702
[ "MIT" ]
42
2016-09-02T20:10:19.000Z
2020-07-01T05:54:01.000Z
examples/ws2812/main.py
ivankravets/pumbaa
2a1869cc204e3128516ed6fa9f89529aedec1702
[ "MIT" ]
11
2016-09-29T14:33:23.000Z
2021-02-28T19:30:49.000Z
# # @section License # # The MIT License (MIT) # # Copyright (c) 2016-2017, Erik Moqvist # # 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 ...
29.236364
69
0.735075
c7be4754a949474c9764e2ad170025656a516b5f
740
py
Python
reports/urls.py
aysiu/manana
8af8b57c72f6154affdb5f3a9a3469a49e5818fe
[ "Apache-2.0" ]
9
2016-02-16T23:53:40.000Z
2020-07-13T16:04:18.000Z
reports/urls.py
aysiu/manana
8af8b57c72f6154affdb5f3a9a3469a49e5818fe
[ "Apache-2.0" ]
null
null
null
reports/urls.py
aysiu/manana
8af8b57c72f6154affdb5f3a9a3469a49e5818fe
[ "Apache-2.0" ]
4
2016-02-16T23:56:13.000Z
2019-05-20T15:12:14.000Z
from django.conf.urls import patterns, include, url urlpatterns = patterns('reports.views', url(r'^index/*$', 'index'), url(r'^dashboard/*$', 'dashboard'), url(r'^$', 'index'), url(r'^detail/(?P<serial>[^/]+)$', 'detail'), url(r'^detailpkg/(?P<serial>[^/]+)/(?P<manifest_name>[^/]+)$', 'detail_pkg')...
41.111111
81
0.554054
c7be660a1e99ce3791843752d3993ac9fa123bdb
5,812
py
Python
BackEnd/venv/lib/python3.8/site-packages/pytest_flask/fixtures.py
MatheusBrodt/App_LabCarolVS
9552149ceaa9bee15ef9a45fab2983c6651031c4
[ "MIT" ]
null
null
null
BackEnd/venv/lib/python3.8/site-packages/pytest_flask/fixtures.py
MatheusBrodt/App_LabCarolVS
9552149ceaa9bee15ef9a45fab2983c6651031c4
[ "MIT" ]
1
2019-08-20T18:42:14.000Z
2019-08-20T18:42:14.000Z
BackEnd/venv/lib/python3.8/site-packages/pytest_flask/fixtures.py
MatheusBrodt/App_LabCarolVS
9552149ceaa9bee15ef9a45fab2983c6651031c4
[ "MIT" ]
1
2019-08-20T18:11:48.000Z
2019-08-20T18:11:48.000Z
#!/usr/bin/env python # -*- coding: utf-8 -*- import time import multiprocessing import pytest import socket import signal import os import logging try: from urllib2 import URLError, urlopen except ImportError: from urllib.error import URLError from urllib.request import urlopen from flask import _request...
28.213592
89
0.635754
c7be8fc77e58c39c645eb0be54b3d89d725dc934
7,700
py
Python
tableauserverclient/server/endpoint/endpoint.py
jorwoods/server-client-python
fefd6f18d8a6617829c6323879d2c3ed77a4cda6
[ "CC0-1.0", "MIT" ]
1
2021-12-22T21:34:17.000Z
2021-12-22T21:34:17.000Z
tableauserverclient/server/endpoint/endpoint.py
jorwoods/server-client-python
fefd6f18d8a6617829c6323879d2c3ed77a4cda6
[ "CC0-1.0", "MIT" ]
null
null
null
tableauserverclient/server/endpoint/endpoint.py
jorwoods/server-client-python
fefd6f18d8a6617829c6323879d2c3ed77a4cda6
[ "CC0-1.0", "MIT" ]
null
null
null
from .exceptions import ( ServerResponseError, InternalServerError, NonXMLResponseError, EndpointUnavailableError, ) from functools import wraps from xml.etree.ElementTree import ParseError from ..query import QuerySet import logging try: from distutils2.version import NormalizedVersion as Version ...
33.189655
118
0.632597
c7c0ec1f2d22d969372f765fb0d7aef4a98be04f
4,617
py
Python
spec/test_importer.py
lajohnston/anki-freeplane
746e3dd714653df428f0541609b9c51e29cd2726
[ "MIT" ]
15
2016-10-06T00:27:26.000Z
2022-03-04T04:24:50.000Z
spec/test_importer.py
eljay26/anki-freeplane
746e3dd714653df428f0541609b9c51e29cd2726
[ "MIT" ]
null
null
null
spec/test_importer.py
eljay26/anki-freeplane
746e3dd714653df428f0541609b9c51e29cd2726
[ "MIT" ]
6
2016-11-08T06:55:47.000Z
2021-03-24T22:15:14.000Z
import unittest from freeplane_importer.importer import Importer from mock import Mock from mock import MagicMock from mock import call from freeplane_importer.model_not_found_exception import ModelNotFoundException
38.157025
90
0.719731
c7c11d6e36451e4175726cdb9543215d1fb0fff9
1,089
py
Python
analysis/fitexp.py
mfkasim91/idcovid19
3e51b16354581a4e0defc635f837f93faff26afc
[ "BSD-3-Clause" ]
null
null
null
analysis/fitexp.py
mfkasim91/idcovid19
3e51b16354581a4e0defc635f837f93faff26afc
[ "BSD-3-Clause" ]
null
null
null
analysis/fitexp.py
mfkasim91/idcovid19
3e51b16354581a4e0defc635f837f93faff26afc
[ "BSD-3-Clause" ]
null
null
null
import argparse import numpy as np from scipy.stats import linregress import matplotlib.pyplot as plt parser = argparse.ArgumentParser() parser.add_argument("--plot", action="store_const", default=False, const=True) args = parser.parse_args() data = np.loadtxt("../data/data.csv", skiprows=1, usecols=list(range(1,8)),...
35.129032
134
0.665748
c7c22a9174889ccacec698f1b477ffd20a7822b0
1,716
py
Python
.venv/lib/python3.7/site-packages/jedi/inference/lazy_value.py
ITCRStevenLPZ/Proyecto2-Analisis-de-Algoritmos
4acdbc423428fb2e0068720add69e7870c87929a
[ "Apache-2.0" ]
76
2020-07-06T14:44:05.000Z
2022-02-14T15:30:21.000Z
.venv/lib/python3.7/site-packages/jedi/inference/lazy_value.py
ITCRStevenLPZ/Proyecto2-Analisis-de-Algoritmos
4acdbc423428fb2e0068720add69e7870c87929a
[ "Apache-2.0" ]
20
2021-05-03T18:02:23.000Z
2022-03-12T12:01:04.000Z
.venv/lib/python3.7/site-packages/jedi/inference/lazy_value.py
ITCRStevenLPZ/Proyecto2-Analisis-de-Algoritmos
4acdbc423428fb2e0068720add69e7870c87929a
[ "Apache-2.0" ]
11
2020-07-12T16:18:07.000Z
2022-02-05T16:48:35.000Z
from jedi.inference.base_value import ValueSet, NO_VALUES from jedi.common import monkeypatch def get_merged_lazy_value(lazy_values): if len(lazy_values) > 1: return MergedLazyValues(lazy_values) else: return lazy_values[0]
27.677419
83
0.674825
c7c399f4aa408e4541e327b125cd44ba175da7ef
1,901
py
Python
percept/plot.py
joshleeb/PerceptronVis
2d0e2f1969e11498533f190f5598c174b7584513
[ "MIT" ]
null
null
null
percept/plot.py
joshleeb/PerceptronVis
2d0e2f1969e11498533f190f5598c174b7584513
[ "MIT" ]
null
null
null
percept/plot.py
joshleeb/PerceptronVis
2d0e2f1969e11498533f190f5598c174b7584513
[ "MIT" ]
null
null
null
import matplotlib.lines as lines import matplotlib.pyplot as plt COLOR_CLASSIFICATIONS = [ 'black', # Unclassified 'blue', # Classified True (1) 'red' # Classified False (0) ] def generate_line(ax, p0, p1, color='black', style='-'): ''' Generates a line between points p0 and p1 which...
29.246154
79
0.637559
c7c444c1fb4481f333fa9c3252930b474ff296c2
27,392
py
Python
openpype/hosts/flame/api/lib.py
j-cube/OpenPype
f0849cbd08070a320d19bb55b7e368189a57e3ab
[ "MIT" ]
1
2022-02-08T15:40:41.000Z
2022-02-08T15:40:41.000Z
openpype/hosts/flame/api/lib.py
zafrs/OpenPype
4b8e7e1ed002fc55b31307efdea70b0feaed474f
[ "MIT" ]
2
2022-03-18T01:46:03.000Z
2022-03-18T01:46:16.000Z
openpype/hosts/flame/api/lib.py
zafrs/OpenPype
4b8e7e1ed002fc55b31307efdea70b0feaed474f
[ "MIT" ]
null
null
null
import sys import os import re import json import pickle import tempfile import itertools import contextlib import xml.etree.cElementTree as cET from copy import deepcopy from xml.etree import ElementTree as ET from pprint import pformat from .constants import ( MARKER_COLOR, MARKER_DURATION, MARKER_NAME, ...
29.109458
79
0.593531
c7c5220186916c25d94c94c265afef27d8cdfced
1,287
py
Python
newanalysis/plot_performances.py
nriesterer/cogsci-individualization
da97bf0a6b53f440670e22ff591348f3d3fab230
[ "MIT" ]
null
null
null
newanalysis/plot_performances.py
nriesterer/cogsci-individualization
da97bf0a6b53f440670e22ff591348f3d3fab230
[ "MIT" ]
null
null
null
newanalysis/plot_performances.py
nriesterer/cogsci-individualization
da97bf0a6b53f440670e22ff591348f3d3fab230
[ "MIT" ]
null
null
null
import sys import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns if len(sys.argv) != 3: print('usage: python plot_performances.py <group_csv> <indiv_csv>') exit() group_file = sys.argv[1] indiv_file = sys.argv[2] # Load the data df_group = pd.read_csv(group_file) df_i...
28.6
98
0.700855
c7c52b0c2a58b302536c4281e3d875f7998a6140
611
py
Python
src/helpers.py
demirdagemir/thesis
4a48bddf815c91729e27484548bb7bbf7ddeda64
[ "MIT" ]
null
null
null
src/helpers.py
demirdagemir/thesis
4a48bddf815c91729e27484548bb7bbf7ddeda64
[ "MIT" ]
null
null
null
src/helpers.py
demirdagemir/thesis
4a48bddf815c91729e27484548bb7bbf7ddeda64
[ "MIT" ]
null
null
null
from Aion.utils.data import getADBPath import subprocess
33.944444
97
0.680851
c7c5b3d53e6ad031199ab57c86f15523078de6cc
1,969
py
Python
tests/test_show.py
domi007/pigskin
c379284ebbbdb3a9df42de70227041e3c137b6dc
[ "MIT" ]
6
2018-08-15T13:29:22.000Z
2020-09-12T14:39:20.000Z
tests/test_show.py
domi007/pigskin
c379284ebbbdb3a9df42de70227041e3c137b6dc
[ "MIT" ]
26
2018-08-15T13:08:49.000Z
2020-01-12T22:27:38.000Z
tests/test_show.py
domi007/pigskin
c379284ebbbdb3a9df42de70227041e3c137b6dc
[ "MIT" ]
4
2018-08-15T13:52:26.000Z
2019-04-28T17:09:04.000Z
from collections import OrderedDict import pytest import vcr try: # Python 2.7 # requests's ``json()`` function returns strings as unicode (as per the # JSON spec). In 2.7, those are of type unicode rather than str. basestring # was created to help with that. # https://docs.python.org/2/library/func...
24.6125
79
0.584053
c7c66a8f8b52a73b0ced73b9208760d1628d3b03
3,165
py
Python
integration_test/basic_op_capi.py
cl9200/nbase-arc
47c124b11b0bb2e8a8428c6d628ce82dc24c1ade
[ "Apache-2.0" ]
null
null
null
integration_test/basic_op_capi.py
cl9200/nbase-arc
47c124b11b0bb2e8a8428c6d628ce82dc24c1ade
[ "Apache-2.0" ]
null
null
null
integration_test/basic_op_capi.py
cl9200/nbase-arc
47c124b11b0bb2e8a8428c6d628ce82dc24c1ade
[ "Apache-2.0" ]
null
null
null
# # Copyright 2015 Naver Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
28.00885
113
0.653081
c7c6a85099fcd6a3265a36a9b36bdf7fa4e9b9a7
5,509
py
Python
examples/scripts/flopy_lake_example.py
andrewcalderwood/flopy
0432ce96a0a5eec4d20adb4d384505632a2db3dc
[ "CC0-1.0", "BSD-3-Clause" ]
351
2015-01-03T15:18:48.000Z
2022-03-31T09:46:43.000Z
examples/scripts/flopy_lake_example.py
andrewcalderwood/flopy
0432ce96a0a5eec4d20adb4d384505632a2db3dc
[ "CC0-1.0", "BSD-3-Clause" ]
1,256
2015-01-15T21:10:42.000Z
2022-03-31T22:43:06.000Z
examples/scripts/flopy_lake_example.py
andrewcalderwood/flopy
0432ce96a0a5eec4d20adb4d384505632a2db3dc
[ "CC0-1.0", "BSD-3-Clause" ]
553
2015-01-31T22:46:48.000Z
2022-03-31T17:43:35.000Z
import os import sys import numpy as np import matplotlib.pyplot as plt import flopy if __name__ == "__main__": success = run()
35.089172
103
0.626429
c7c6afa7ba07a568b76988ebc296a4b468c42738
11,428
py
Python
P2/Caso2/clustering.py
Ocete/Inteligenica-de-Negocio
0c3bb3914893c608790002743530aba535be7249
[ "MIT" ]
null
null
null
P2/Caso2/clustering.py
Ocete/Inteligenica-de-Negocio
0c3bb3914893c608790002743530aba535be7249
[ "MIT" ]
null
null
null
P2/Caso2/clustering.py
Ocete/Inteligenica-de-Negocio
0c3bb3914893c608790002743530aba535be7249
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- ''' Documentacin sobre clustering en Python: http://scikit-learn.org/stable/modules/clustering.html http://www.learndatasci.com/k-means-clustering-algorithms-python-intro/ http://hdbscan.readthedocs.io/en/latest/comparing_clustering_algorithms.html https://joernhees.de/...
37.468852
187
0.651995
c7c71735421912226dadf924d3330fb19e4f6af5
9,029
py
Python
signal_processing/ecg_preproc.py
DeepPSP/cpsc2020
47acb884ea1f2f819e564d8a17ad37001ed0df27
[ "BSD-3-Clause" ]
1
2021-12-07T11:44:48.000Z
2021-12-07T11:44:48.000Z
signal_processing/ecg_preproc.py
wenh06/cpsc2020
47acb884ea1f2f819e564d8a17ad37001ed0df27
[ "BSD-3-Clause" ]
null
null
null
signal_processing/ecg_preproc.py
wenh06/cpsc2020
47acb884ea1f2f819e564d8a17ad37001ed0df27
[ "BSD-3-Clause" ]
1
2021-05-25T14:56:02.000Z
2021-05-25T14:56:02.000Z
""" preprocess of (single lead) ecg signal: band pass --> remove baseline --> find rpeaks --> denoise (mainly deal with motion artefact) TODO: 1. motion artefact detection, and slice the signal into continuous (no motion artefact within) segments 2. to add References: ----------- [1] https://github...
34.59387
175
0.646694
c7c75c3cc68eb1ff8bc4c52efd3bee52faa60a5f
761
bzl
Python
ocaml/bootstrap.bzl
mobileink/obazl
eb9d10d1aac040dbc05a038265276e3ab3a52233
[ "Apache-2.0" ]
null
null
null
ocaml/bootstrap.bzl
mobileink/obazl
eb9d10d1aac040dbc05a038265276e3ab3a52233
[ "Apache-2.0" ]
null
null
null
ocaml/bootstrap.bzl
mobileink/obazl
eb9d10d1aac040dbc05a038265276e3ab3a52233
[ "Apache-2.0" ]
null
null
null
## mv to //:WORKSPACE.bzl ocaml_configure load("//ocaml/_bootstrap:ocaml.bzl", _ocaml_configure = "ocaml_configure") # load("//ocaml/_bootstrap:obazl.bzl", _obazl_configure = "obazl_configure") load("//ocaml/_rules:ocaml_repository.bzl" , _ocaml_repository = "ocaml_repository") # load("//ocaml/_rules:opam_confi...
38.05
96
0.768725
c7c963a523b032b23261574567ab5a4c018c9176
44
py
Python
tsts.py
tedtroxell/metrician
d4164dbff8db5645ee8beca11dc55ba6c26c4cb6
[ "MIT" ]
null
null
null
tsts.py
tedtroxell/metrician
d4164dbff8db5645ee8beca11dc55ba6c26c4cb6
[ "MIT" ]
null
null
null
tsts.py
tedtroxell/metrician
d4164dbff8db5645ee8beca11dc55ba6c26c4cb6
[ "MIT" ]
null
null
null
from metrician.explainations.tests import *
22
43
0.840909
c7c9b4be102dc7ada3fac5b424f329fc54878619
3,021
py
Python
simple/facenet.py
taflahi/facenet
64e74744437e18978782b497b42300b8d4a2342b
[ "MIT" ]
5
2018-09-25T21:04:39.000Z
2020-09-03T20:07:37.000Z
simple/facenet.py
SoloSynth1/facenet
64e74744437e18978782b497b42300b8d4a2342b
[ "MIT" ]
null
null
null
simple/facenet.py
SoloSynth1/facenet
64e74744437e18978782b497b42300b8d4a2342b
[ "MIT" ]
14
2018-10-15T00:03:24.000Z
2020-08-11T05:04:24.000Z
import tensorflow as tf from .. src.align import detect_face from .. src import facenet from .. simple import download_model import sys import os from os.path import expanduser import copy import cv2 import numpy as np from scipy import spatial minsize = 20 # minimum size of face threshold = [0.6, 0.7, 0.7] # three ...
35.127907
96
0.620655
c7cb2a8553964cb9e86d2c3de96decefdde5eb6c
89
py
Python
tf2stats/__init__.py
TheAntecedent/Quintessence
f32dc1b11ded212121ebc0f925d15c845cb6ea4b
[ "MIT" ]
1
2019-10-08T04:38:08.000Z
2019-10-08T04:38:08.000Z
tf2stats/__init__.py
TheAntecedent/Quintessence
f32dc1b11ded212121ebc0f925d15c845cb6ea4b
[ "MIT" ]
1
2021-04-30T20:51:05.000Z
2021-04-30T20:51:05.000Z
tf2stats/__init__.py
TheAntecedent/Quintessence
f32dc1b11ded212121ebc0f925d15c845cb6ea4b
[ "MIT" ]
null
null
null
from .aggregated_stats import * from .game_stats import * from .stat_definitions import *
29.666667
31
0.808989
c7cb514f4b628937e89d11a214a0267002c52972
1,515
py
Python
tests/test_messages/test_inbound/test_manage_all_link_record.py
michaeldavie/pyinsteon
e5b2e2910f4eff1474f158051fa71f75c2077dd6
[ "MIT" ]
15
2020-07-08T05:29:14.000Z
2022-03-24T18:56:26.000Z
tests/test_messages/test_inbound/test_manage_all_link_record.py
michaeldavie/pyinsteon
e5b2e2910f4eff1474f158051fa71f75c2077dd6
[ "MIT" ]
107
2019-06-03T09:23:02.000Z
2022-03-31T23:12:38.000Z
tests/test_messages/test_inbound/test_manage_all_link_record.py
michaeldavie/pyinsteon
e5b2e2910f4eff1474f158051fa71f75c2077dd6
[ "MIT" ]
16
2019-01-24T01:09:49.000Z
2022-02-24T03:48:42.000Z
"""Test Manage All-Link Record.""" import unittest from binascii import unhexlify from pyinsteon.address import Address from pyinsteon.constants import AckNak, ManageAllLinkRecordAction, MessageId from pyinsteon.protocol.messages.all_link_record_flags import \ AllLinkRecordFlags from tests import set_log_levels fr...
30.3
76
0.654785
c7cbc44076f7cb93b253c24fadcf22b9899a01e8
5,054
py
Python
Clock/Clock_Fig3F.py
chAwater/OpenFig
d37d59c6a77d76c7d8a9e8623ce94a95406f1843
[ "MIT" ]
null
null
null
Clock/Clock_Fig3F.py
chAwater/OpenFig
d37d59c6a77d76c7d8a9e8623ce94a95406f1843
[ "MIT" ]
null
null
null
Clock/Clock_Fig3F.py
chAwater/OpenFig
d37d59c6a77d76c7d8a9e8623ce94a95406f1843
[ "MIT" ]
null
null
null
#!/usr/bin/env python # coding: utf-8 # # Figure Info. # # | Title | Journal | Authors | Article Date | Code Date | Figure | Links | # |:------|:-------:|:-------:|:------------:|:---------:|:------:|:-----:| # |A microfluidic approach for experimentally modelling <br> the intercellular coupling system of a mammalian...
28.234637
248
0.564108
c7cbd8f6da109df8e878fcc548912f6a3815a1c2
10,733
py
Python
rameniaapp/views/report.py
awlane/ramenia
6bf8e75a1f279ac584daa4ee19927ffccaa67551
[ "MIT" ]
null
null
null
rameniaapp/views/report.py
awlane/ramenia
6bf8e75a1f279ac584daa4ee19927ffccaa67551
[ "MIT" ]
null
null
null
rameniaapp/views/report.py
awlane/ramenia
6bf8e75a1f279ac584daa4ee19927ffccaa67551
[ "MIT" ]
null
null
null
from django.shortcuts import render, HttpResponse, HttpResponseRedirect from django.template import loader from django.conf import settings from django.contrib.auth.models import User from rameniaapp.models import ReviewReport, ProfileReport, NoodleReport, Report, Review, Profile, Noodle from django.views.generic impor...
39.171533
104
0.644461
c7cce7b123c5282102e29d889ac9141ac4ccb76e
10,135
py
Python
pyparser.py
ddurvaux/PyUnpacker
13c90379c26c4a9ae8c2c4d94e26f2de9709ae1d
[ "MIT" ]
null
null
null
pyparser.py
ddurvaux/PyUnpacker
13c90379c26c4a9ae8c2c4d94e26f2de9709ae1d
[ "MIT" ]
1
2017-02-06T11:06:11.000Z
2017-02-06T11:07:29.000Z
pyparser.py
ddurvaux/PyUnpacker
13c90379c26c4a9ae8c2c4d94e26f2de9709ae1d
[ "MIT" ]
null
null
null
#!/usr/bin/python # # This tool is an attempt to automate some taks related # to malware unpacking. # # Most (if not all) of the tricks used in this tool # directly comes from an excellent course given # by Nicolas Brulez (@nicolasbrulez) # # Tool developped by David DURVAUX for Autopsit # (commercial brand of N-Labs...
29.207493
152
0.651998
c7cf1b7d56bb02ccf14d9d4fb7fbc22544c1690f
512
py
Python
mjml/elements/head/mj_style.py
ESA-CCI-ODP/mjml-stub
ffd824923de85f3c02fca7f83ef6b540be048414
[ "MIT" ]
23
2020-10-02T14:52:21.000Z
2022-03-24T16:05:21.000Z
mjml/elements/head/mj_style.py
ESA-CCI-ODP/mjml-stub
ffd824923de85f3c02fca7f83ef6b540be048414
[ "MIT" ]
17
2020-10-07T14:48:06.000Z
2022-03-18T13:56:11.000Z
mjml/elements/head/mj_style.py
ESA-CCI-ODP/mjml-stub
ffd824923de85f3c02fca7f83ef6b540be048414
[ "MIT" ]
8
2021-01-13T11:54:41.000Z
2022-03-10T15:50:55.000Z
from ._head_base import HeadComponent __all__ = ['MjStyle']
24.380952
89
0.597656
c7cf29c510e55652c76da9423af99e7754022e49
3,399
py
Python
model_zoo/official/nlp/bert/src/sample_process.py
i4oolish/mindspore
dac3be31d0f2c0a3516200f47af30980e566601b
[ "Apache-2.0" ]
2
2020-08-12T16:14:40.000Z
2020-12-04T03:05:57.000Z
model_zoo/official/nlp/bert/src/sample_process.py
dilingsong/mindspore
4276050f2494cfbf8682560a1647576f859991e8
[ "Apache-2.0" ]
null
null
null
model_zoo/official/nlp/bert/src/sample_process.py
dilingsong/mindspore
4276050f2494cfbf8682560a1647576f859991e8
[ "Apache-2.0" ]
null
null
null
# Copyright 2020 Huawei Technologies Co., Ltd # # 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...
33.653465
78
0.562518
c7d08a1b7fd50820c50ef7603b8e08a3f497a3ac
2,273
py
Python
lang_model/data_loader.py
alex44jzy/FancyALMLDLNLP
c55a67a51de72339f4ab13bd46008eb418d293a3
[ "MIT" ]
null
null
null
lang_model/data_loader.py
alex44jzy/FancyALMLDLNLP
c55a67a51de72339f4ab13bd46008eb418d293a3
[ "MIT" ]
null
null
null
lang_model/data_loader.py
alex44jzy/FancyALMLDLNLP
c55a67a51de72339f4ab13bd46008eb418d293a3
[ "MIT" ]
null
null
null
import torch from torch.nn import functional as F from torch.utils.data import Dataset from gensim.corpora.dictionary import Dictionary
37.262295
114
0.635724
c7d12defacc5fa8896212434511fb502a03f0a3b
74,691
py
Python
models_nonconvex_simple2/ndcc13persp.py
grossmann-group/pyomo-MINLP-benchmarking
714f0a0dffd61675649a805683c0627af6b4929e
[ "MIT" ]
null
null
null
models_nonconvex_simple2/ndcc13persp.py
grossmann-group/pyomo-MINLP-benchmarking
714f0a0dffd61675649a805683c0627af6b4929e
[ "MIT" ]
null
null
null
models_nonconvex_simple2/ndcc13persp.py
grossmann-group/pyomo-MINLP-benchmarking
714f0a0dffd61675649a805683c0627af6b4929e
[ "MIT" ]
null
null
null
# MINLP written by GAMS Convert at 08/20/20 01:30:45 # # Equation counts # Total E G L N X C B # 297 170 42 85 0 0 0 0 # # Variable counts # x b i s1s s2s sc ...
53.085288
120
0.629634
c7d378679d5e763e0a3427a5a59048ba70934d41
4,322
py
Python
tests/pytests/scenarios/multimaster/conftest.py
lllamnyp/salt
de112e5b362191e3708e170b7eb8e990787ad412
[ "Apache-2.0" ]
null
null
null
tests/pytests/scenarios/multimaster/conftest.py
lllamnyp/salt
de112e5b362191e3708e170b7eb8e990787ad412
[ "Apache-2.0" ]
null
null
null
tests/pytests/scenarios/multimaster/conftest.py
lllamnyp/salt
de112e5b362191e3708e170b7eb8e990787ad412
[ "Apache-2.0" ]
null
null
null
import logging import os import shutil import subprocess import pytest import salt.utils.platform log = logging.getLogger(__name__)
31.547445
85
0.679084
c7d37af76275d31df153580818ea0db96b86762e
1,210
py
Python
supermario/supermario 1117/start_state.py
Kimmiryeong/2DGP_GameProject
ad3fb197aab27227fc92fd404b2c310f8d0827ca
[ "MIT" ]
null
null
null
supermario/supermario 1117/start_state.py
Kimmiryeong/2DGP_GameProject
ad3fb197aab27227fc92fd404b2c310f8d0827ca
[ "MIT" ]
null
null
null
supermario/supermario 1117/start_state.py
Kimmiryeong/2DGP_GameProject
ad3fb197aab27227fc92fd404b2c310f8d0827ca
[ "MIT" ]
null
null
null
import game_framework from pico2d import * import title_state name = "StartState" image = None logo_time = 0.0 from pico2d import * import title_state name = "StartState" image = None logo_time = 0.0
11.747573
48
0.634711
c7d524f7dbf8736dbbb40f3bb15a61c60aba8191
22,620
py
Python
egs/librispeech/ASR/transducer/test_rnn.py
rosrad/icefall
6f282731286a6855658c6882c3c938437448e05e
[ "Apache-2.0" ]
null
null
null
egs/librispeech/ASR/transducer/test_rnn.py
rosrad/icefall
6f282731286a6855658c6882c3c938437448e05e
[ "Apache-2.0" ]
null
null
null
egs/librispeech/ASR/transducer/test_rnn.py
rosrad/icefall
6f282731286a6855658c6882c3c938437448e05e
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env python3 # Copyright 2021 Xiaomi Corp. (authors: Fangjun Kuang) # # See ../../../../LICENSE for clarification regarding multiple authors # # 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...
29.530026
79
0.642706
c7d594ecefc0ecfe585fc9557bf2ed8617f874e6
1,944
py
Python
settings.py
SalinderSidhu/CHIP8
46a01aa7675805b84809d1e9762905de8fdccc66
[ "MIT" ]
4
2015-12-22T15:03:43.000Z
2016-07-28T08:11:48.000Z
settings.py
SalinderSidhu/CHIP8
46a01aa7675805b84809d1e9762905de8fdccc66
[ "MIT" ]
null
null
null
settings.py
SalinderSidhu/CHIP8
46a01aa7675805b84809d1e9762905de8fdccc66
[ "MIT" ]
null
null
null
import configparser
36.679245
79
0.646091
c7d59e3cde73fd0dad74b149197ee60ec8e8c83b
3,900
py
Python
demisto_sdk/commands/common/hook_validations/release_notes.py
yalonso7/demisto-sdk
4b832078cdadb0b604a064532975e8be68ac726a
[ "MIT" ]
null
null
null
demisto_sdk/commands/common/hook_validations/release_notes.py
yalonso7/demisto-sdk
4b832078cdadb0b604a064532975e8be68ac726a
[ "MIT" ]
null
null
null
demisto_sdk/commands/common/hook_validations/release_notes.py
yalonso7/demisto-sdk
4b832078cdadb0b604a064532975e8be68ac726a
[ "MIT" ]
null
null
null
from __future__ import print_function import itertools from demisto_sdk.commands.common.constants import VALIDATED_PACK_ITEM_TYPES from demisto_sdk.commands.common.errors import Errors from demisto_sdk.commands.common.hook_validations.base_validator import \ BaseValidator from demisto_sdk.commands.common.tools im...
50
120
0.661795
c7d5fc15217b2b0e024e35082215227dc7639d0e
14,326
py
Python
PyOpenGL/PyGame/ex06/src/mathematics.py
hoppfull/Legacy-Python
43f465bfdb76c91f2ac16aabb0783fdf5f459adb
[ "MIT" ]
null
null
null
PyOpenGL/PyGame/ex06/src/mathematics.py
hoppfull/Legacy-Python
43f465bfdb76c91f2ac16aabb0783fdf5f459adb
[ "MIT" ]
null
null
null
PyOpenGL/PyGame/ex06/src/mathematics.py
hoppfull/Legacy-Python
43f465bfdb76c91f2ac16aabb0783fdf5f459adb
[ "MIT" ]
null
null
null
import numpy as np
34.603865
100
0.454279
c7d672fb0397af44cf591c05913dd9f20b250483
1,652
py
Python
test_utils/mocks.py
radomd92/botjagwar
1dc96600c40041057a9f9afde38c31ca34b8db38
[ "MIT" ]
7
2015-01-23T17:24:04.000Z
2022-01-12T16:54:24.000Z
test_utils/mocks.py
radomd92/botjagwar
1dc96600c40041057a9f9afde38c31ca34b8db38
[ "MIT" ]
18
2017-12-09T01:11:23.000Z
2021-09-22T13:26:24.000Z
test_utils/mocks.py
radomd92/botjagwar
1dc96600c40041057a9f9afde38c31ca34b8db38
[ "MIT" ]
1
2015-06-22T02:17:55.000Z
2015-06-22T02:17:55.000Z
from xml.dom import minidom import pywikibot from api.decorator import time_this SiteMock = pywikibot.Site p = PageMock(SiteMock('en', 'wiktionary'), 'gaon') e = p.get()
36.711111
78
0.624092
c7d6da38ffc0a1fb86619973f197115c4b076c8a
5,796
py
Python
dl_tensorflow/deepdream.py
jarvisqi/deep_learning
988a5b0551ccf2c480a519c66aca149053826d30
[ "MIT" ]
32
2017-10-26T13:37:36.000Z
2021-03-24T09:06:45.000Z
dl_tensorflow/deepdream.py
2892778775/deep_learning
988a5b0551ccf2c480a519c66aca149053826d30
[ "MIT" ]
3
2018-11-19T05:55:46.000Z
2019-03-01T05:20:43.000Z
dl_tensorflow/deepdream.py
2892778775/deep_learning
988a5b0551ccf2c480a519c66aca149053826d30
[ "MIT" ]
38
2017-11-08T15:42:48.000Z
2021-05-10T00:42:33.000Z
import os from functools import partial from io import BytesIO import numpy as np import PIL.Image import scipy.misc import tensorflow as tf graph = tf.Graph() sess = tf.InteractiveSession(graph=graph) model_fn = "./models/tensorflow_inception_graph.pb" with tf.gfile.FastGFile(model_fn, 'rb') as f: graph_def = tf...
30.031088
104
0.619393
c7d6e3bbbed972de89ca1f857b7b3b2178ada3d2
1,829
py
Python
admin.py
BlueBlock/usage-reporter
e30bbef6d281944d62f716c37aff17861a653967
[ "MIT" ]
4
2018-08-30T06:16:35.000Z
2022-02-18T08:06:21.000Z
admin.py
BlueBlock/usage-reporter
e30bbef6d281944d62f716c37aff17861a653967
[ "MIT" ]
1
2018-03-29T17:04:44.000Z
2018-03-29T17:04:44.000Z
admin.py
BlueBlock/usage-reporter
e30bbef6d281944d62f716c37aff17861a653967
[ "MIT" ]
4
2018-01-31T06:55:32.000Z
2022-01-16T10:39:18.000Z
import calendar import datetime import logging import os import webapp2 import dbmodel TESTING = os.environ.get('SERVER_SOFTWARE', '').startswith('Development') app = webapp2.WSGIApplication([ ('/tasks/admin/reset', ResetHandler) ], debug=TESTING)
35.173077
115
0.632586
c7d717769a7df13adf5117eb840b41a6b41f5506
2,708
py
Python
napari/utils/colormaps/categorical_colormap_utils.py
Zac-HD/napari
102a7e8f845893c874d2b86f9371d41130100b89
[ "BSD-3-Clause" ]
1
2021-04-24T10:10:54.000Z
2021-04-24T10:10:54.000Z
napari/utils/colormaps/categorical_colormap_utils.py
Zac-HD/napari
102a7e8f845893c874d2b86f9371d41130100b89
[ "BSD-3-Clause" ]
2
2021-05-17T02:15:08.000Z
2022-03-12T21:19:52.000Z
napari/utils/colormaps/categorical_colormap_utils.py
Zac-HD/napari
102a7e8f845893c874d2b86f9371d41130100b89
[ "BSD-3-Clause" ]
null
null
null
from dataclasses import dataclass from itertools import cycle from typing import Dict, Union import numpy as np from ...layers.utils.color_transformations import ( transform_color, transform_color_cycle, )
25.308411
73
0.64771
c7d75d84ab48e0f55426fa5ef9b76cbde3951e30
7,027
py
Python
src/ipywidgets_toggle_buttons/abc_toggle_buttons_with_hide.py
stas-prokopiev/ipywidgets_toggle_buttons
84d1afde1d02c19fb6a41b20e17b9d2b1c7980e2
[ "MIT" ]
null
null
null
src/ipywidgets_toggle_buttons/abc_toggle_buttons_with_hide.py
stas-prokopiev/ipywidgets_toggle_buttons
84d1afde1d02c19fb6a41b20e17b9d2b1c7980e2
[ "MIT" ]
null
null
null
src/ipywidgets_toggle_buttons/abc_toggle_buttons_with_hide.py
stas-prokopiev/ipywidgets_toggle_buttons
84d1afde1d02c19fb6a41b20e17b9d2b1c7980e2
[ "MIT" ]
null
null
null
"""Abstract class for all toggle buttons""" # Standard library imports import logging from collections import OrderedDict # Third party imports import ipywidgets # Local imports from .abc_toggle_buttons import BaseToggleButtons from .layouts import DICT_LAYOUT_HBOX_ANY LOGGER = logging.getLogger(__name__) def ...
40.154286
91
0.672549
c7d7886d9a5f7ae38bdb7d01f1fc136b75bb2a50
3,899
py
Python
Players/DWPMPlayer.py
jokvedaras/game-framework
9ff60e15d1beff54f94e280501929664ce59afe7
[ "Apache-2.0" ]
null
null
null
Players/DWPMPlayer.py
jokvedaras/game-framework
9ff60e15d1beff54f94e280501929664ce59afe7
[ "Apache-2.0" ]
null
null
null
Players/DWPMPlayer.py
jokvedaras/game-framework
9ff60e15d1beff54f94e280501929664ce59afe7
[ "Apache-2.0" ]
null
null
null
__author__ = 'Pat McClernan and Dan Wegmann' import Player import Message # input #0 for rock #1 for paper #2 for scissors # past move is array of numbers # our move followed by their move #Our strategy is to look at all past moves #In a large number of games, you would expect # each move to be seen an even amount ...
32.22314
108
0.598359
c7d7ef9a92fb0bfab05a3bc1de9e8efb6f62b67d
1,023
py
Python
example/example.py
mowshon/age-and-gender
e5c912f6ba739f30a45c04208b6d16500e4488cd
[ "MIT" ]
81
2020-06-17T12:53:03.000Z
2022-03-11T20:02:46.000Z
example/example.py
mowshon/age-and-gender
e5c912f6ba739f30a45c04208b6d16500e4488cd
[ "MIT" ]
4
2020-06-18T09:28:12.000Z
2021-07-13T09:16:29.000Z
example/example.py
mowshon/age-and-gender
e5c912f6ba739f30a45c04208b6d16500e4488cd
[ "MIT" ]
17
2020-06-18T07:08:09.000Z
2022-03-31T03:56:58.000Z
from age_and_gender import * from PIL import Image, ImageDraw, ImageFont data = AgeAndGender() data.load_shape_predictor('models/shape_predictor_5_face_landmarks.dat') data.load_dnn_gender_classifier('models/dnn_gender_classifier_v1.dat') data.load_dnn_age_predictor('models/dnn_age_predictor_v1.dat') filename = 'test...
31
118
0.672532
c7d86ca9e9717fc1914525f4cf4555781fc27cb0
1,463
py
Python
code/generate_games.py
jppg/pygame-tictactoe
f7283a71bb289601b4b8ee0b0bdbe731e67fa8a7
[ "MIT" ]
null
null
null
code/generate_games.py
jppg/pygame-tictactoe
f7283a71bb289601b4b8ee0b0bdbe731e67fa8a7
[ "MIT" ]
null
null
null
code/generate_games.py
jppg/pygame-tictactoe
f7283a71bb289601b4b8ee0b0bdbe731e67fa8a7
[ "MIT" ]
null
null
null
from tictactoe import TicTacToe import random import csv import os gameNr = 1 gameLimit = 10000 lst_moves_1 = [] lst_moves_2 = [] while gameNr <= gameLimit: print("+++++++++++") print("Game#", gameNr) game = TicTacToe() tmp_moves_1 = [] tmp_moves_2 = [] while game.get_winner() == 0 and game....
27.603774
87
0.580314
c7d9eaf5171771685897ba7e8ba2988b57091181
350
py
Python
applications/CoSimulationApplication/custom_data_structure/pyKratos/IntervalUtility.py
lcirrott/Kratos
8406e73e0ad214c4f89df4e75e9b29d0eb4a47ea
[ "BSD-4-Clause" ]
2
2019-10-25T09:28:10.000Z
2019-11-21T12:51:46.000Z
applications/CoSimulationApplication/custom_data_structure/pyKratos/IntervalUtility.py
lcirrott/Kratos
8406e73e0ad214c4f89df4e75e9b29d0eb4a47ea
[ "BSD-4-Clause" ]
13
2019-10-07T12:06:51.000Z
2020-02-18T08:48:33.000Z
applications/CoSimulationApplication/custom_data_structure/pyKratos/IntervalUtility.py
lcirrott/Kratos
8406e73e0ad214c4f89df4e75e9b29d0eb4a47ea
[ "BSD-4-Clause" ]
null
null
null
from __future__ import print_function, absolute_import, division # makes these scripts backward compatible with python 2.6 and 2.7 # TODO this should be implemented, see "kratos/utilities/interval_utility.h"
38.888889
131
0.757143
c7dc267a8e2592a1c24d3b8c06a265a370010c46
2,906
py
Python
stixcore/tmtc/tests/test_packets.py
nicHoch/STIXCore
16822bbb37046f8e6c03be51909cfc91e9822cf7
[ "BSD-3-Clause" ]
1
2022-03-31T13:42:43.000Z
2022-03-31T13:42:43.000Z
stixcore/tmtc/tests/test_packets.py
nicHoch/STIXCore
16822bbb37046f8e6c03be51909cfc91e9822cf7
[ "BSD-3-Clause" ]
192
2020-11-03T22:40:19.000Z
2022-03-31T15:17:13.000Z
stixcore/tmtc/tests/test_packets.py
nicHoch/STIXCore
16822bbb37046f8e6c03be51909cfc91e9822cf7
[ "BSD-3-Clause" ]
3
2020-11-09T15:05:18.000Z
2022-01-21T07:52:51.000Z
import bitstring import pytest from stixcore.data.test import test_data from stixcore.idb.manager import IDBManager from stixcore.tmtc.packets import ( SOURCE_PACKET_HEADER_STRUCTURE, TC_DATA_HEADER_STRUCTURE, TM_DATA_HEADER_STRUCTURE, SourcePacketHeader, TCPacket, TMDataHeader, TMPacket, ...
41.514286
97
0.699931
c7dcc75b55961bd952da5e374d98d1ab7d3f5c96
40,969
py
Python
python/thunder/rdds/fileio/seriesloader.py
broxtronix/thunder
4dad77721e2c9e225f94a6a5366d51ec83ac4690
[ "Apache-2.0" ]
null
null
null
python/thunder/rdds/fileio/seriesloader.py
broxtronix/thunder
4dad77721e2c9e225f94a6a5366d51ec83ac4690
[ "Apache-2.0" ]
null
null
null
python/thunder/rdds/fileio/seriesloader.py
broxtronix/thunder
4dad77721e2c9e225f94a6a5366d51ec83ac4690
[ "Apache-2.0" ]
null
null
null
"""Provides SeriesLoader object and helpers, used to read Series data from disk or other filesystems. """ from collections import namedtuple import json from numpy import array, arange, frombuffer, load, ndarray, unravel_index, vstack from numpy import dtype as dtypeFunc from scipy.io import loadmat from cStringIO impo...
48.772619
124
0.631648
c7dcceeeb44aada8315f0c77d81c291531d15b79
3,097
py
Python
mxnet/local_forward.py
rai-project/onnx_examples
45db7b3e03dd674f28aeef3fcb1e60f5bca47948
[ "MIT" ]
null
null
null
mxnet/local_forward.py
rai-project/onnx_examples
45db7b3e03dd674f28aeef3fcb1e60f5bca47948
[ "MIT" ]
null
null
null
mxnet/local_forward.py
rai-project/onnx_examples
45db7b3e03dd674f28aeef3fcb1e60f5bca47948
[ "MIT" ]
null
null
null
# run local models given a path, default to './mxnet_models/' import os import argparse import time import mxnet as mx import numpy as np file_path = os.path.realpath(__file__) dir_name = os.path.dirname(file_path) os.environ["MXNET_CUDNN_AUTOTUNE_DEFAULT"] = "0" def xprint(s): pass parser = argparse.Argum...
27.651786
84
0.683242
c7de097e9b9739100654b069d9cac10ffe5b515c
1,198
py
Python
tests/test_get_angles.py
Mopolino8/lammps-data-file
5c9015d05fa1484a33c84e6cfb90cd4a7d99d133
[ "MIT" ]
13
2017-05-30T17:43:10.000Z
2021-08-06T04:21:44.000Z
tests/test_get_angles.py
njustcodingjs/lammps-data-file
3a0729b5ab4d2344326d09ac4ee1aab41442f14a
[ "MIT" ]
2
2018-05-28T15:35:32.000Z
2018-05-28T16:21:09.000Z
tests/test_get_angles.py
njustcodingjs/lammps-data-file
3a0729b5ab4d2344326d09ac4ee1aab41442f14a
[ "MIT" ]
10
2017-05-23T21:19:21.000Z
2022-03-08T02:18:00.000Z
from lammps_data.angles import get_angles
33.277778
87
0.520033
c7dedb48cc1d235760b585e1ff0e7c005780aeec
491
py
Python
api/scheduler/migrations/0001_initial.py
jfaach/stock-app
9cd0f98d3ec5d31dcd6680c5bf8b7b0fcdf025a6
[ "CC0-1.0" ]
null
null
null
api/scheduler/migrations/0001_initial.py
jfaach/stock-app
9cd0f98d3ec5d31dcd6680c5bf8b7b0fcdf025a6
[ "CC0-1.0" ]
null
null
null
api/scheduler/migrations/0001_initial.py
jfaach/stock-app
9cd0f98d3ec5d31dcd6680c5bf8b7b0fcdf025a6
[ "CC0-1.0" ]
null
null
null
# Generated by Django 3.1.1 on 2020-12-16 03:07 from django.db import migrations, models
22.318182
114
0.578411
c7e12276bc98092252c4149244dfdf01adca03b0
477
py
Python
9-Wine-Scaling.py
Pawel762/Class-7_homework
e79d2f8d218980d814443951dae7840f521ba191
[ "MIT" ]
null
null
null
9-Wine-Scaling.py
Pawel762/Class-7_homework
e79d2f8d218980d814443951dae7840f521ba191
[ "MIT" ]
null
null
null
9-Wine-Scaling.py
Pawel762/Class-7_homework
e79d2f8d218980d814443951dae7840f521ba191
[ "MIT" ]
null
null
null
from sklearn.preprocessing import StandardScaler from sklearn.datasets import load_wine from sklearn.model_selection import train_test_split wine = load_wine() columns_names = wine.feature_names y = wine.target X = wine.data print('Pre scaling X') print(X) scaler = StandardScaler() scaler.fit(X) scaled_features = sc...
21.681818
88
0.796646
c7e14941f3967e5d720a9a0637e48720262f173d
4,057
py
Python
tests/conftest.py
szkkteam/flask-starter
7019036e7ee017ca5df9059d0b4a0d29005beab5
[ "MIT" ]
null
null
null
tests/conftest.py
szkkteam/flask-starter
7019036e7ee017ca5df9059d0b4a0d29005beab5
[ "MIT" ]
2
2021-03-31T19:36:44.000Z
2021-12-13T20:30:11.000Z
tests/conftest.py
szkkteam/flask-starter
7019036e7ee017ca5df9059d0b4a0d29005beab5
[ "MIT" ]
null
null
null
#!/usr/bin/env python # -*- coding: utf-8 -*- # Common Python library imports import os import pytest # Pip package imports from collections import namedtuple from flask import template_rendered from flask_security.signals import ( reset_password_instructions_sent, user_confirmed, user_registered, ) # In...
22.792135
79
0.689426
c7e1894d1594534627afedcd4ba2104fda1ac3a6
927
py
Python
setup.py
YiuRULE/nats.py
3a78ba4c385e2069daf5ff560aadc30968af1ccd
[ "Apache-2.0" ]
null
null
null
setup.py
YiuRULE/nats.py
3a78ba4c385e2069daf5ff560aadc30968af1ccd
[ "Apache-2.0" ]
null
null
null
setup.py
YiuRULE/nats.py
3a78ba4c385e2069daf5ff560aadc30968af1ccd
[ "Apache-2.0" ]
null
null
null
from setuptools import setup from nats.aio.client import __version__ EXTRAS = { 'nkeys': ['nkeys'], } setup( name='nats-py', version=__version__, description='NATS client for Python', long_description='Python client for NATS, a lightweight, high-performance cloud native messaging system', cla...
29.903226
109
0.636462
c7e2f163fdb11300c85e2c17e27cb56d8ee3f07e
12,844
py
Python
example_python_files/MagicDAQ,MABoard,FullDemo.py
MagicDAQ/magicdaq_docs
896a2565a28d80c733d8a137211212816ef3fbe2
[ "MIT" ]
1
2021-05-20T21:11:13.000Z
2021-05-20T21:11:13.000Z
example_python_files/MagicDAQ,MABoard,FullDemo.py
MagicDAQ/magicdaq_docs
896a2565a28d80c733d8a137211212816ef3fbe2
[ "MIT" ]
null
null
null
example_python_files/MagicDAQ,MABoard,FullDemo.py
MagicDAQ/magicdaq_docs
896a2565a28d80c733d8a137211212816ef3fbe2
[ "MIT" ]
null
null
null
############################################################## #*** MagicDAQ USB DAQ and M&A Board General Demo Script *** ############################################################## #*** Websites *** # MagicDAQ Website: # https://www.magicdaq.com/ # API Docs Website: # https://magicdaq.github.io/magicdaq_docs/ #*...
34.342246
196
0.617642
c7e321ea7df7191ba4707163a3bf9a97bdfd5999
252
py
Python
src/onenutil/schemas/__init__.py
LemurPwned/onenote-utils
07778e6b2433cf28fab2afdbb01a318f284989dc
[ "MIT" ]
null
null
null
src/onenutil/schemas/__init__.py
LemurPwned/onenote-utils
07778e6b2433cf28fab2afdbb01a318f284989dc
[ "MIT" ]
null
null
null
src/onenutil/schemas/__init__.py
LemurPwned/onenote-utils
07778e6b2433cf28fab2afdbb01a318f284989dc
[ "MIT" ]
null
null
null
from .results import (ArticleSearchResult, EmbeddingsResult, SearchResult, TagResult, ZoteroExtractionResult) __all__ = [ "TagResult", "EmbeddingsResult", "ZoteroExtractionResult", "SearchResult", "ArticleSearchResult" ]
31.5
78
0.714286
c7e32e60b520a7528f6c33e61490ce039febd1e0
2,257
py
Python
src/account/api/serializers.py
amirpsd/drf_blog_api
58be081a450840114af021e7412e469fad90456d
[ "MIT" ]
33
2022-02-11T12:16:29.000Z
2022-03-26T15:08:47.000Z
src/account/api/serializers.py
amirpsd/django_blog_api
58be081a450840114af021e7412e469fad90456d
[ "MIT" ]
null
null
null
src/account/api/serializers.py
amirpsd/django_blog_api
58be081a450840114af021e7412e469fad90456d
[ "MIT" ]
5
2022-02-11T13:03:52.000Z
2022-03-28T16:04:32.000Z
from django.contrib.auth import get_user_model from rest_framework import serializers
23.030612
70
0.613646
c7e5a0b18daf16984d985969f34fb443eae76979
3,733
py
Python
generate_figure9.py
IBM/Simultaneous-diagonalization
385545401395a2e07f109441db4751a5dcf8f0a4
[ "Apache-2.0" ]
null
null
null
generate_figure9.py
IBM/Simultaneous-diagonalization
385545401395a2e07f109441db4751a5dcf8f0a4
[ "Apache-2.0" ]
null
null
null
generate_figure9.py
IBM/Simultaneous-diagonalization
385545401395a2e07f109441db4751a5dcf8f0a4
[ "Apache-2.0" ]
1
2022-03-14T18:36:12.000Z
2022-03-14T18:36:12.000Z
# Copyright 2022 IBM Inc. All rights reserved # SPDX-License-Identifier: Apache2.0 # 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 ...
31.905983
103
0.682561
c7e5bf2a376cfb8077d1056296fc71ad74e416d7
793
py
Python
undeployed/legacy/Landsat/L7GapFiller_ArcInterface.py
NASA-DEVELOP/dnppy
8f7ef6f0653f5a4ea730ee557c72a2c89c06ce0b
[ "NASA-1.3" ]
65
2015-09-10T12:59:56.000Z
2022-02-27T22:09:03.000Z
undeployed/legacy/Landsat/L7GapFiller_ArcInterface.py
snowzm/dnppy
8f7ef6f0653f5a4ea730ee557c72a2c89c06ce0b
[ "NASA-1.3" ]
40
2015-04-08T19:23:30.000Z
2015-08-04T15:53:11.000Z
undeployed/legacy/Landsat/L7GapFiller_ArcInterface.py
snowzm/dnppy
8f7ef6f0653f5a4ea730ee557c72a2c89c06ce0b
[ "NASA-1.3" ]
45
2015-08-14T19:09:38.000Z
2022-02-15T18:53:16.000Z
#------------------------------------------------------------------------------- # Name: module1 # Purpose: # # Author: qgeddes # # Created: 25/04/2013 # Copyright: (c) qgeddes 2013 # Licence: <your licence> #------------------------------------------------------------------------------- import L7...
26.433333
80
0.600252
c7e62258b56e4e6157b37bc5877b4350133a63c1
1,676
py
Python
tests/sentry/api/serializers/test_saved_search.py
practo/sentry
82f530970ce205696469fa702246396acfd947a1
[ "BSD-3-Clause" ]
4
2019-05-27T13:55:07.000Z
2021-03-30T07:05:09.000Z
tests/sentry/api/serializers/test_saved_search.py
practo/sentry
82f530970ce205696469fa702246396acfd947a1
[ "BSD-3-Clause" ]
99
2019-05-20T14:16:33.000Z
2021-01-19T09:25:15.000Z
tests/sentry/api/serializers/test_saved_search.py
practo/sentry
82f530970ce205696469fa702246396acfd947a1
[ "BSD-3-Clause" ]
1
2020-08-10T07:55:40.000Z
2020-08-10T07:55:40.000Z
# -*- coding: utf-8 -*- from __future__ import absolute_import import six from sentry.api.serializers import serialize from sentry.models import SavedSearch from sentry.models.savedsearch import DEFAULT_SAVED_SEARCHES from sentry.testutils import TestCase
33.52
70
0.648568
c7e63e3b77d732305764d664c862b2625865bf3a
864
py
Python
xastropy/files/general.py
bpholden/xastropy
66aff0995a84c6829da65996d2379ba4c946dabe
[ "BSD-3-Clause" ]
3
2015-08-23T00:32:58.000Z
2020-12-31T02:37:52.000Z
xastropy/files/general.py
Kristall-WangShiwei/xastropy
723fe56cb48d5a5c4cdded839082ee12ef8c6732
[ "BSD-3-Clause" ]
104
2015-07-17T18:31:54.000Z
2018-06-29T17:04:09.000Z
xastropy/files/general.py
Kristall-WangShiwei/xastropy
723fe56cb48d5a5c4cdded839082ee12ef8c6732
[ "BSD-3-Clause" ]
16
2015-07-17T15:50:37.000Z
2019-04-21T03:42:47.000Z
""" #;+ #; NAME: #; general #; Version 1.0 #; #; PURPOSE: #; Module for monkeying with files and filenames #; 172Sep-2014 by JXP #;- #;------------------------------------------------------------------------------ """ # Import libraries import numpy as np from astropy.io import fits from astropy.io import as...
19.2
80
0.508102
c7e69418daeb84532c16aa76c96e7a0136b72521
655
py
Python
setup.py
muatik/genderizer
9866bf0371d1d984f6c4465ff78025d911f6a648
[ "MIT" ]
54
2015-01-19T22:53:48.000Z
2021-06-23T03:48:05.000Z
setup.py
nejdetckenobi/genderizer
9866bf0371d1d984f6c4465ff78025d911f6a648
[ "MIT" ]
4
2016-05-23T13:52:12.000Z
2021-05-14T10:24:37.000Z
setup.py
nejdetckenobi/genderizer
9866bf0371d1d984f6c4465ff78025d911f6a648
[ "MIT" ]
18
2015-01-30T00:06:40.000Z
2021-03-12T14:56:12.000Z
#!/usr/bin/env python try: from setuptools.core import setup except ImportError: from distutils.core import setup setup(name='genderizer', version='0.1.2.3', license='MIT', description='Genderizer tries to infer gender information looking at first name and/or making text analysis', lo...
31.190476
115
0.668702
c7e75b487c0cdec2958e2495ad3a66ff9804a5e3
1,855
py
Python
ingestion/tests/unit/great_expectations/test_ometa_validation_action.py
ulixius9/OpenMetadata
f121698d968717f0932f685ef2a512c2a4d92438
[ "Apache-2.0" ]
null
null
null
ingestion/tests/unit/great_expectations/test_ometa_validation_action.py
ulixius9/OpenMetadata
f121698d968717f0932f685ef2a512c2a4d92438
[ "Apache-2.0" ]
null
null
null
ingestion/tests/unit/great_expectations/test_ometa_validation_action.py
ulixius9/OpenMetadata
f121698d968717f0932f685ef2a512c2a4d92438
[ "Apache-2.0" ]
null
null
null
# Copyright 2022 Collate # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software...
34.351852
82
0.755256
c7e7bdfc8b236f444e8faf6ff083ca3ec5dec358
1,285
py
Python
tests/integration/Containers.py
adnrs96/runtime
e824224317e6aa108cf06968474fc44fa33488d6
[ "Apache-2.0" ]
null
null
null
tests/integration/Containers.py
adnrs96/runtime
e824224317e6aa108cf06968474fc44fa33488d6
[ "Apache-2.0" ]
null
null
null
tests/integration/Containers.py
adnrs96/runtime
e824224317e6aa108cf06968474fc44fa33488d6
[ "Apache-2.0" ]
null
null
null
# -*- coding: utf-8 -*- from storyruntime.Containers import Containers from storyruntime.constants.ServiceConstants import ServiceConstants import storyscript def test_containers_format_command(story): """ Ensures a simple resolve can be performed """ story_text = 'alpine echo msg:"foo"\n' story....
26.770833
68
0.529183
c7e91e12c70be5743a54ddceae5d419516ca3301
1,367
py
Python
project_name/core/admin.py
cosmunsoftwares/django-boilerplate
147aa7f59901d0fb95d41acf8ec118c6830267f8
[ "MIT" ]
3
2018-11-30T19:51:35.000Z
2020-10-20T00:28:49.000Z
project_name/core/admin.py
cosmun-softwares/django-boilerplate
147aa7f59901d0fb95d41acf8ec118c6830267f8
[ "MIT" ]
6
2020-04-09T20:00:45.000Z
2022-02-10T08:25:47.000Z
project_name/core/admin.py
cosmunsoftwares/django-boilerplate
147aa7f59901d0fb95d41acf8ec118c6830267f8
[ "MIT" ]
1
2018-08-27T21:44:44.000Z
2018-08-27T21:44:44.000Z
from django.contrib import admin from django.shortcuts import redirect from django.utils.safestring import mark_safe from django.contrib.admin.widgets import AdminFileWidget def redirect_one_object(model, obj): response = redirect(f'/admin/{model._meta.app_label}/{model._meta.model_name}/add/') if obj: ...
37.972222
104
0.688369
c7e9c8cc7086c2b1fd149895cfcda90298ab4af1
1,222
py
Python
src/5vents.py
subhash686/aoc-2021
a01fa07f94148b7072c3ba4c854b546862d3486a
[ "Apache-2.0" ]
null
null
null
src/5vents.py
subhash686/aoc-2021
a01fa07f94148b7072c3ba4c854b546862d3486a
[ "Apache-2.0" ]
null
null
null
src/5vents.py
subhash686/aoc-2021
a01fa07f94148b7072c3ba4c854b546862d3486a
[ "Apache-2.0" ]
null
null
null
import os plane = [[0 for i in range(1000)] for j in range(1000)] count = [0] if __name__ == "__main__": overlapping_vents()
22.218182
55
0.488543
c7eb057d4134335a7eb1bab05618a4866e334bff
1,217
py
Python
problems/test_0073_m_plus_n_space.py
chrisxue815/leetcode_python
dec3c160d411a5c19dc8e9d96e7843f0e4c36820
[ "Unlicense" ]
1
2017-06-17T23:47:17.000Z
2017-06-17T23:47:17.000Z
problems/test_0073_m_plus_n_space.py
chrisxue815/leetcode_python
dec3c160d411a5c19dc8e9d96e7843f0e4c36820
[ "Unlicense" ]
null
null
null
problems/test_0073_m_plus_n_space.py
chrisxue815/leetcode_python
dec3c160d411a5c19dc8e9d96e7843f0e4c36820
[ "Unlicense" ]
null
null
null
import unittest if __name__ == '__main__': unittest.main()
23.403846
76
0.419063
c7eb49aae87e95e2b4d243e5c05c7251bfbcbd52
2,508
py
Python
xlsxwriter/test/worksheet/test_write_print_options.py
Aeon1/XlsxWriter
6871b6c3fe6c294632054ea91f23d9e27068bcc1
[ "BSD-2-Clause-FreeBSD" ]
2
2019-07-25T06:08:09.000Z
2019-11-01T02:33:56.000Z
xlsxwriter/test/worksheet/test_write_print_options.py
Aeon1/XlsxWriter
6871b6c3fe6c294632054ea91f23d9e27068bcc1
[ "BSD-2-Clause-FreeBSD" ]
13
2019-07-14T00:29:05.000Z
2019-11-26T06:16:46.000Z
xlsxwriter/test/worksheet/test_write_print_options.py
Aeon1/XlsxWriter
6871b6c3fe6c294632054ea91f23d9e27068bcc1
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
############################################################################### # # Tests for XlsxWriter. # # Copyright (c), 2013-2019, John McNamara, jmcnamara@cpan.org # import unittest from ...compatibility import StringIO from ...worksheet import Worksheet
28.179775
79
0.637161
c7ebfcaf02d689a33ed8274d051230038106dff7
1,011
py
Python
neo4j_helper.py
smartaec/OpenBridgeGraph
61ca64ed339af4e77d928f83934a308277a79d81
[ "MIT" ]
null
null
null
neo4j_helper.py
smartaec/OpenBridgeGraph
61ca64ed339af4e77d928f83934a308277a79d81
[ "MIT" ]
null
null
null
neo4j_helper.py
smartaec/OpenBridgeGraph
61ca64ed339af4e77d928f83934a308277a79d81
[ "MIT" ]
null
null
null
from neo4j.v1 import GraphDatabase #neo4j==1.7.0 uri="bolt://localhost:7687" driver=GraphDatabase.driver(uri, auth=("neo4j", "testneo4j")) #execute_read(print_query,'Alice')
29.735294
105
0.69634
c7edb1043a4f03dfdc950843e15b617197779da3
9,077
py
Python
tests/unit/test_juju.py
KellenRenshaw/hotsos
e3fc51ab7f8af606a5846a3486a7fda23d761583
[ "Apache-2.0" ]
null
null
null
tests/unit/test_juju.py
KellenRenshaw/hotsos
e3fc51ab7f8af606a5846a3486a7fda23d761583
[ "Apache-2.0" ]
null
null
null
tests/unit/test_juju.py
KellenRenshaw/hotsos
e3fc51ab7f8af606a5846a3486a7fda23d761583
[ "Apache-2.0" ]
null
null
null
import os import tempfile import mock from . import utils from hotsos.core.config import setup_config from hotsos.core.ycheck.scenarios import YScenarioChecker from hotsos.core.issues.utils import KnownBugsStore, IssuesStore from hotsos.plugin_extensions.juju import summary JOURNALCTL_CAPPEDPOSITIONLOST = """ Dec 2...
51.282486
344
0.637435
c7ef7d842b61d4e084cbe5d2d84903334c53e8d0
9,626
py
Python
tools/SPGAN/main.py
by-liu/OpenUnReID
2260d8e16588a992631c9c84e6cee4304ae8593d
[ "Apache-2.0" ]
null
null
null
tools/SPGAN/main.py
by-liu/OpenUnReID
2260d8e16588a992631c9c84e6cee4304ae8593d
[ "Apache-2.0" ]
null
null
null
tools/SPGAN/main.py
by-liu/OpenUnReID
2260d8e16588a992631c9c84e6cee4304ae8593d
[ "Apache-2.0" ]
null
null
null
import argparse import collections import shutil import sys import time from datetime import timedelta from pathlib import Path import torch from torch.nn.parallel import DataParallel, DistributedDataParallel try: # PyTorch >= 1.6 supports mixed precision training from torch.cuda.amp import autocast amp_su...
31.980066
117
0.60108
c7efcc01c957ea47bff3471d2bc47b9aa1291cde
1,907
py
Python
utility/data_download.py
LatvianPython/wind-experience
b634c020dff0a01152bb95b38e5f6f0e368d47f5
[ "MIT" ]
2
2018-12-20T20:31:21.000Z
2018-12-29T14:51:42.000Z
utility/data_download.py
LatvianPython/wind-experience
b634c020dff0a01152bb95b38e5f6f0e368d47f5
[ "MIT" ]
null
null
null
utility/data_download.py
LatvianPython/wind-experience
b634c020dff0a01152bb95b38e5f6f0e368d47f5
[ "MIT" ]
null
null
null
import logging import requests import multiprocessing import pathlib from typing import List from typing import Optional from typing import Tuple from typing import Dict from joblib import delayed from joblib import Parallel from datetime import date from datetime import timedelta logger = logging.getLogger(__name__) ...
32.322034
89
0.677504
c7f2afbcc386f15d0c1677f0f7647f383dcc88bb
7,625
py
Python
model/net_qspline_A.py
jercoco/QSQF
6c435f8d4e1baf1937b06a52e63446f9a29f5ad8
[ "Apache-2.0" ]
null
null
null
model/net_qspline_A.py
jercoco/QSQF
6c435f8d4e1baf1937b06a52e63446f9a29f5ad8
[ "Apache-2.0" ]
null
null
null
model/net_qspline_A.py
jercoco/QSQF
6c435f8d4e1baf1937b06a52e63446f9a29f5ad8
[ "Apache-2.0" ]
null
null
null
# -*- coding: utf-8 -*- """ Created on Wed Oct 21 19:52:22 2020 #Plan A @author: 18096 """ '''Defines the neural network, loss function and metrics''' #from functools import reduce import torch import torch.nn as nn from torch.nn.functional import pad from torch.autograd import Variable import logging ...
40.131579
89
0.571148
c7f39bdc2218cef3b2fe963ee01b122a395a8bc3
227
py
Python
tests/repositories/helpers/methods/test_reinstall_if_needed.py
traibnn/integration
cf5920a677fdaa8408074e533371141828b0b30f
[ "MIT" ]
1
2021-07-31T00:34:30.000Z
2021-07-31T00:34:30.000Z
tests/repositories/helpers/methods/test_reinstall_if_needed.py
traibnn/integration
cf5920a677fdaa8408074e533371141828b0b30f
[ "MIT" ]
45
2021-07-21T13:32:44.000Z
2022-03-28T06:15:40.000Z
tests/repositories/helpers/methods/test_reinstall_if_needed.py
traibnn/integration
cf5920a677fdaa8408074e533371141828b0b30f
[ "MIT" ]
null
null
null
import pytest
25.222222
55
0.784141
c7f3bbfe8ecf852146009a98359ee99148f7760a
11,124
py
Python
workflow_parser/datasource/log_engine.py
cyx1231st/workflow_parser
d2e78c191c75c7addda89e6e336be90f6ca9717d
[ "Apache-2.0" ]
null
null
null
workflow_parser/datasource/log_engine.py
cyx1231st/workflow_parser
d2e78c191c75c7addda89e6e336be90f6ca9717d
[ "Apache-2.0" ]
null
null
null
workflow_parser/datasource/log_engine.py
cyx1231st/workflow_parser
d2e78c191c75c7addda89e6e336be90f6ca9717d
[ "Apache-2.0" ]
null
null
null
# Copyright (c) 2017 Yingxin Cheng # # 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 wr...
36.352941
89
0.567242
c7f405a9090e4db54d759cf9f413be8921191675
3,890
py
Python
IPython/lib/tests/test_irunner_pylab_magic.py
dchichkov/ipython
8096bb8640ee7e7c5ebdf3f428fe69cd390e1cd4
[ "BSD-3-Clause-Clear" ]
null
null
null
IPython/lib/tests/test_irunner_pylab_magic.py
dchichkov/ipython
8096bb8640ee7e7c5ebdf3f428fe69cd390e1cd4
[ "BSD-3-Clause-Clear" ]
3
2015-04-01T13:14:57.000Z
2015-05-26T16:01:37.000Z
IPython/lib/tests/test_irunner_pylab_magic.py
dchichkov/ipython
8096bb8640ee7e7c5ebdf3f428fe69cd390e1cd4
[ "BSD-3-Clause-Clear" ]
1
2021-10-06T07:59:25.000Z
2021-10-06T07:59:25.000Z
"""Test suite for pylab_import_all magic Modified from the irunner module but using regex. """ # Global to make tests extra verbose and help debugging VERBOSE = True # stdlib imports import StringIO import sys import unittest import re # IPython imports from IPython.lib import irunner from IPython.testing import dec...
32.689076
87
0.608226
c7f4992bb494868e3842c501796146ce55443adc
2,241
py
Python
checkpoint.py
GooLee0123/MBRNN
c313bc286b34a2f6e0cbc1ec0941c511ff8dc8d3
[ "MIT" ]
1
2021-12-07T03:59:51.000Z
2021-12-07T03:59:51.000Z
checkpoint.py
GooLee0123/MBRNN
c313bc286b34a2f6e0cbc1ec0941c511ff8dc8d3
[ "MIT" ]
null
null
null
checkpoint.py
GooLee0123/MBRNN
c313bc286b34a2f6e0cbc1ec0941c511ff8dc8d3
[ "MIT" ]
1
2022-02-23T02:15:56.000Z
2022-02-23T02:15:56.000Z
import logging import os import shutil import time import torch model_state = 'model_state.pt' trainer_state = 'trainer_state.pt'
30.69863
76
0.583222
c7f4e1c0cff8588ab79a5f138125b800da16d5b8
4,250
py
Python
test/eval_mines_color.py
alalagong/LEDNet
5dee5ee4edc75c24e6cda50dc1661d8f0b1e6469
[ "MIT" ]
3
2019-08-13T07:21:23.000Z
2020-06-27T16:18:22.000Z
test/eval_mines_color.py
alalagong/LEDNet
5dee5ee4edc75c24e6cda50dc1661d8f0b1e6469
[ "MIT" ]
1
2020-12-14T05:56:44.000Z
2020-12-14T05:56:44.000Z
test/eval_mines_color.py
alalagong/LEDNet
5dee5ee4edc75c24e6cda50dc1661d8f0b1e6469
[ "MIT" ]
1
2019-11-13T12:09:58.000Z
2019-11-13T12:09:58.000Z
import numpy as np import torch import os import cv2 import importlib from dataset import * from PIL import Image from argparse import ArgumentParser from torch.autograd import Variable from torch.utils.data import DataLoader from torchvision.transforms import Compose, CenterCrop, Normalize, Resize from torchvision.tr...
31.481481
141
0.675059
1bdbd0dddd803ccbb1c990600d899d8ab9de0788
2,440
py
Python
tests/test_resource_linkage.py
firesock/pydantic-jsonapi
b7dc891892ab3439a71f78a9a5fd067c4d651ca8
[ "MIT" ]
null
null
null
tests/test_resource_linkage.py
firesock/pydantic-jsonapi
b7dc891892ab3439a71f78a9a5fd067c4d651ca8
[ "MIT" ]
null
null
null
tests/test_resource_linkage.py
firesock/pydantic-jsonapi
b7dc891892ab3439a71f78a9a5fd067c4d651ca8
[ "MIT" ]
null
null
null
import pytest from pytest import raises from pydantic_jsonapi.resource_linkage import ResourceLinkage from pydantic import BaseModel, ValidationError
34.857143
97
0.527869
1bdd2e9e5e9fd87db022a69e90bc6723cd058b21
2,046
py
Python
src/tensorflow/keras_cnn.py
del680202/MachineLearning-memo
29284ca24041969eeb59851a43ab6c28c685fae5
[ "Apache-2.0" ]
4
2017-04-24T15:01:55.000Z
2019-11-03T11:11:54.000Z
src/tensorflow/keras_cnn.py
aasd145tw/MachineLearning-memo
29284ca24041969eeb59851a43ab6c28c685fae5
[ "Apache-2.0" ]
null
null
null
src/tensorflow/keras_cnn.py
aasd145tw/MachineLearning-memo
29284ca24041969eeb59851a43ab6c28c685fae5
[ "Apache-2.0" ]
12
2017-05-10T13:39:17.000Z
2019-12-15T14:01:05.000Z
import numpy as np from keras.datasets import mnist from keras.models import Sequential from keras.layers.core import Dense, Dropout, Activation from keras.optimizers import SGD from keras.utils import np_utils import keras.callbacks import keras.backend.tensorflow_backend as KTF import tensorflow as tf batch_size = 1...
31
112
0.725806
1be156b5a97033cae1d2dce7ad771f398dbde2ad
4,942
py
Python
tests/blas/nodes/ger_test.py
xiacijie/dace
2d942440b1d7b139ba112434bfa78f754e10bfe5
[ "BSD-3-Clause" ]
1
2021-07-26T07:58:06.000Z
2021-07-26T07:58:06.000Z
tests/blas/nodes/ger_test.py
xiacijie/dace
2d942440b1d7b139ba112434bfa78f754e10bfe5
[ "BSD-3-Clause" ]
null
null
null
tests/blas/nodes/ger_test.py
xiacijie/dace
2d942440b1d7b139ba112434bfa78f754e10bfe5
[ "BSD-3-Clause" ]
1
2021-03-04T13:01:48.000Z
2021-03-04T13:01:48.000Z
#!/usr/bin/env python3 # Copyright 2019-2021 ETH Zurich and the DaCe authors. All rights reserved. from dace.transformation.dataflow.streaming_memory import StreamingMemory from dace.transformation.interstate.sdfg_nesting import InlineSDFG from dace.transformation.interstate.fpga_transform_sdfg import FPGATransformSDF...
33.849315
84
0.633347
1be16c8b647df2316a1c8f8f394a926e8273c86d
1,925
py
Python
spp.py
ninfueng/torch-cifar
f829c3375a9d9823cef4659f8bdfbd3800d51e80
[ "MIT" ]
null
null
null
spp.py
ninfueng/torch-cifar
f829c3375a9d9823cef4659f8bdfbd3800d51e80
[ "MIT" ]
null
null
null
spp.py
ninfueng/torch-cifar
f829c3375a9d9823cef4659f8bdfbd3800d51e80
[ "MIT" ]
null
null
null
import math from typing import List, Union import torch import torch.nn as nn import torch.nn.functional as F from torch import Tensor if __name__ == "__main__": input = torch.zeros(1, 512, 13, 13) output = spatial_pyramid_pool(input, [1, 2, 3], "max") print(output.shape)
29.166667
88
0.603636
1be1d0ad6c2cd6a6b3082cd64ad7f9633b3033de
21,417
py
Python
src/SparseSC/utils/AzureBatch/azure_batch_client.py
wofein/SparseSC
fd8125015c65829458bfee2ae94c24981112d2d8
[ "MIT" ]
null
null
null
src/SparseSC/utils/AzureBatch/azure_batch_client.py
wofein/SparseSC
fd8125015c65829458bfee2ae94c24981112d2d8
[ "MIT" ]
null
null
null
src/SparseSC/utils/AzureBatch/azure_batch_client.py
wofein/SparseSC
fd8125015c65829458bfee2ae94c24981112d2d8
[ "MIT" ]
null
null
null
""" usage requires these additional modules pip install azure-batch azure-storage-blob jsonschema pyyaml && pip install git+https://github.com/microsoft/SparseSC.git@ad4bf27edb28f517508f6934f21eb65d17fb6543 && scgrad start usage: from SparseSC import fit, aggregate_batch_results from SparseSC.utils.azure_batch_clie...
34.487923
178
0.693561
1be2bb16aca1a3770cbb4668f10786667f95971a
63
py
Python
src/vilbert/datasets/__init__.py
NoOneUST/COMP5212
171b564f08841e426545f58e3b52870c0e090586
[ "MIT" ]
3
2020-04-05T06:50:46.000Z
2020-04-05T08:20:33.000Z
src/vilbert/datasets/__init__.py
NoOneUST/COMP5212Project
171b564f08841e426545f58e3b52870c0e090586
[ "MIT" ]
2
2021-05-21T16:24:54.000Z
2022-02-10T01:21:54.000Z
src/vilbert/datasets/__init__.py
NoOneUST/COMP5212Project
171b564f08841e426545f58e3b52870c0e090586
[ "MIT" ]
1
2020-06-15T16:22:20.000Z
2020-06-15T16:22:20.000Z
from .visual_entailment_dataset import VisualEntailmentDataset
31.5
62
0.920635
1be2fe74c868aa22cedb699484c807fd62b32107
14,174
py
Python
Dungeoneer/Treasure.py
jameslemon81/Dungeoneer
8a2a1bfea06ae09f1898583999bf449c82ba4ce9
[ "BSD-3-Clause" ]
12
2015-01-29T17:15:46.000Z
2022-02-23T05:58:49.000Z
Dungeoneer/Treasure.py
jameslemon81/Dungeoneer
8a2a1bfea06ae09f1898583999bf449c82ba4ce9
[ "BSD-3-Clause" ]
null
null
null
Dungeoneer/Treasure.py
jameslemon81/Dungeoneer
8a2a1bfea06ae09f1898583999bf449c82ba4ce9
[ "BSD-3-Clause" ]
8
2016-07-04T18:09:50.000Z
2022-02-23T05:58:48.000Z
# Basic Fantasy RPG Dungeoneer Suite # Copyright 2007-2012 Chris Gonnerman # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # Redistributions of source code must retain the above copyright # no...
32.734411
79
0.417172
1be31bb2955f81221fbda20bbf33d2351c12d6c3
20,773
py
Python
covid19/COVID19/code/controller/main.py
zhanqingheng/COVID-19
d050ad2effedb9090865d1104ccd5c5d04343f53
[ "MIT" ]
16
2020-06-08T10:14:13.000Z
2022-03-30T02:44:04.000Z
covid19/COVID19/code/controller/main.py
zhanqingheng/COVID-19
d050ad2effedb9090865d1104ccd5c5d04343f53
[ "MIT" ]
1
2021-11-18T10:03:42.000Z
2021-11-18T10:03:42.000Z
covid19/COVID19/code/controller/main.py
zhanqingheng/COVID-19
d050ad2effedb9090865d1104ccd5c5d04343f53
[ "MIT" ]
4
2021-03-06T04:44:03.000Z
2021-12-09T07:22:50.000Z
from flask import Flask, current_app from flask import render_template from flask import jsonify from jieba.analyse import extract_tags import string from DB import chinaSQL from DB import worldSQL app = Flask(__name__, template_folder='../../web', static_folder='../../static') ...
33.078025
98
0.588264
1be38ec637c07219a45f7c7ba15326a16a343d58
396
py
Python
T2API/migrations/0008_product_weight.py
hackhb18-T2/api
c42be466492d07d6451ff3145985cd8cc0927257
[ "Apache-2.0" ]
null
null
null
T2API/migrations/0008_product_weight.py
hackhb18-T2/api
c42be466492d07d6451ff3145985cd8cc0927257
[ "Apache-2.0" ]
null
null
null
T2API/migrations/0008_product_weight.py
hackhb18-T2/api
c42be466492d07d6451ff3145985cd8cc0927257
[ "Apache-2.0" ]
null
null
null
# Generated by Django 2.0.2 on 2018-02-17 10:50 from django.db import migrations, models
20.842105
63
0.60101
1be41a8ed3e94194a6131c0c94be533e83696d98
3,402
py
Python
contrib/cirrus/podbot.py
juhp/libpod
bc7afd6d71da4173e4894ff352667a25987fa2ea
[ "Apache-2.0" ]
2
2021-09-20T00:29:06.000Z
2021-11-28T08:36:20.000Z
contrib/cirrus/podbot.py
juhp/libpod
bc7afd6d71da4173e4894ff352667a25987fa2ea
[ "Apache-2.0" ]
2
2020-01-04T03:31:18.000Z
2021-05-17T09:54:03.000Z
contrib/cirrus/podbot.py
juhp/libpod
bc7afd6d71da4173e4894ff352667a25987fa2ea
[ "Apache-2.0" ]
1
2019-04-08T21:58:07.000Z
2019-04-08T21:58:07.000Z
#!/usr/bin/env python3 # Simple and dumb script to send a message to the #podman IRC channel on frenode # Based on example from: https://pythonspot.com/building-an-irc-bot/ import os import time import random import errno import socket import sys if len(sys.argv) < 3: print("Error: Must pass desired nick and me...
34.363636
87
0.569959
1be5b77cc2bbea8d65329992b137d52e24f4e227
441
py
Python
changes/api/build_coverage.py
vault-the/changes
37e23c3141b75e4785cf398d015e3dbca41bdd56
[ "Apache-2.0" ]
443
2015-01-03T16:28:39.000Z
2021-04-26T16:39:46.000Z
changes/api/build_coverage.py
vault-the/changes
37e23c3141b75e4785cf398d015e3dbca41bdd56
[ "Apache-2.0" ]
12
2015-07-30T19:07:16.000Z
2016-11-07T23:11:21.000Z
changes/api/build_coverage.py
vault-the/changes
37e23c3141b75e4785cf398d015e3dbca41bdd56
[ "Apache-2.0" ]
47
2015-01-09T10:04:00.000Z
2020-11-18T17:58:19.000Z
from changes.api.base import APIView from changes.lib.coverage import get_coverage_by_build_id, merged_coverage_data from changes.models.build import Build
25.941176
79
0.730159
1be723fadb484c2875b98748f51d456625b23262
5,251
py
Python
topopt/mechanisms/problems.py
arnavbansal2764/topopt
74d8f17568a9d3349632e23840a9dc5b0d6c4d1f
[ "MIT" ]
53
2020-04-14T10:13:04.000Z
2022-02-24T03:16:57.000Z
topopt/mechanisms/problems.py
arnavbansal2764/topopt
74d8f17568a9d3349632e23840a9dc5b0d6c4d1f
[ "MIT" ]
5
2020-11-12T23:56:30.000Z
2021-09-30T19:24:06.000Z
topopt/mechanisms/problems.py
arnavbansal2764/topopt
74d8f17568a9d3349632e23840a9dc5b0d6c4d1f
[ "MIT" ]
15
2020-02-12T01:32:07.000Z
2022-02-20T02:44:55.000Z
"""Compliant mechanism synthesis problems using topology optimization.""" import numpy import scipy.sparse from ..problems import ElasticityProblem from .boundary_conditions import MechanismSynthesisBoundaryConditions from ..utils import deleterowcol
33.234177
79
0.591316