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
e67e2b8d5cc36e4de07019122375c2f2fc7e621b
765
py
Python
ucs-python/create_ucs_sp_template.py
movinalot/ucs
dc0d37784592d6d78f46efee40c86b6f7ac928b4
[ "MIT" ]
null
null
null
ucs-python/create_ucs_sp_template.py
movinalot/ucs
dc0d37784592d6d78f46efee40c86b6f7ac928b4
[ "MIT" ]
null
null
null
ucs-python/create_ucs_sp_template.py
movinalot/ucs
dc0d37784592d6d78f46efee40c86b6f7ac928b4
[ "MIT" ]
2
2020-06-17T15:49:37.000Z
2021-01-28T07:21:21.000Z
""" create_ucs_sp_template.py Purpose: UCS Manager Create a UCS Service Profile Template Author: John McDonough (jomcdono@cisco.com) github: (@movinalot) Cisco Systems, Inc. """ from ucsmsdk.ucshandle import UcsHandle from ucsmsdk.mometa.ls.LsServer import LsServer from ucsmsdk.mometa.org.OrgOrg import Or...
19.125
60
0.732026
e67f72e9b27124ae9fe286846ee45d52e71dc993
4,105
py
Python
epab/core/config.py
132nd-etcher/epab
5226d3a36580f8cc50cf5dcac426adb1350a2c9b
[ "MIT" ]
2
2018-12-13T06:49:10.000Z
2018-12-13T07:37:49.000Z
epab/core/config.py
etcher-be/epab
5226d3a36580f8cc50cf5dcac426adb1350a2c9b
[ "MIT" ]
109
2018-08-22T04:25:56.000Z
2019-10-17T05:10:21.000Z
epab/core/config.py
etcher-be/epab
5226d3a36580f8cc50cf5dcac426adb1350a2c9b
[ "MIT" ]
1
2018-02-25T05:53:18.000Z
2018-02-25T05:53:18.000Z
# coding=utf-8 """ Handles EPAB's config file """ import logging import pathlib import elib_config CHANGELOG_DISABLE = elib_config.ConfigValueBool( 'changelog', 'disable', description='Disable changelog building', default=False ) CHANGELOG_FILE_PATH = elib_config.ConfigValuePath( 'changelog', 'file_path', de...
34.495798
107
0.747138
e67fead92c8110015c821a38623a6b98e6c63185
5,793
py
Python
create_flask_app.py
Creativity-Hub/create_flask_app
4c4e2c7360c7773f6f5e3d2fd30e310777650f57
[ "MIT" ]
2
2020-08-05T04:33:20.000Z
2020-08-06T23:03:40.000Z
create_flask_app.py
Creativity-Hub/create_flask_app
4c4e2c7360c7773f6f5e3d2fd30e310777650f57
[ "MIT" ]
null
null
null
create_flask_app.py
Creativity-Hub/create_flask_app
4c4e2c7360c7773f6f5e3d2fd30e310777650f57
[ "MIT" ]
null
null
null
import os import argparse if __name__ == '__main__': create_flask_app()
39.141892
335
0.666494
e680d5976ff70e83c58f67740990b745a8b0973b
1,835
py
Python
examples/flaskr/flaskr/__init__.py
Flared/flask-sqlalchemy
e73abd51d957a4436bca6b5eadbf5d63771cf5ef
[ "BSD-3-Clause" ]
2
2020-04-09T15:28:49.000Z
2020-04-18T02:55:16.000Z
examples/flaskr/flaskr/__init__.py
Flared/flask-sqlalchemy
e73abd51d957a4436bca6b5eadbf5d63771cf5ef
[ "BSD-3-Clause" ]
null
null
null
examples/flaskr/flaskr/__init__.py
Flared/flask-sqlalchemy
e73abd51d957a4436bca6b5eadbf5d63771cf5ef
[ "BSD-3-Clause" ]
1
2020-06-19T11:49:30.000Z
2020-06-19T11:49:30.000Z
import os import click from flask import Flask from flask.cli import with_appcontext from flask_sqlalchemy import SQLAlchemy __version__ = (1, 0, 0, "dev") db = SQLAlchemy() def create_app(test_config=None): """Create and configure an instance of the Flask application.""" app = Flask(__name__, instance_rel...
27.38806
80
0.689918
e681d9f0d0bbcd56a55111fcb8b7b0c2f584018e
142
py
Python
simulator/cc.py
mcfx/trivm
5b77ea157c562cfbfe87f7e7d256fb9702f8ceec
[ "MIT" ]
6
2022-02-21T15:49:52.000Z
2022-02-23T07:16:02.000Z
simulator/cc.py
mcfx/trivm
5b77ea157c562cfbfe87f7e7d256fb9702f8ceec
[ "MIT" ]
null
null
null
simulator/cc.py
mcfx/trivm
5b77ea157c562cfbfe87f7e7d256fb9702f8ceec
[ "MIT" ]
null
null
null
import os, sys fn = sys.argv[1] if os.system('python compile.py %s __tmp.S' % fn) == 0: os.system('python asm.py __tmp.S %s' % fn[:-2])
20.285714
55
0.598592
e6820129758b4a88f3d5692d1d9e3fcd58b99051
3,806
py
Python
ad2/Actor.py
ariadnepinheiro/Disease_Simulator
e875036f4b0485575327463a17f4282487350cb3
[ "MIT" ]
4
2020-11-06T22:28:51.000Z
2022-02-24T10:40:26.000Z
ad2/Actor.py
ariadnepinheiro/Disease_Simulator
e875036f4b0485575327463a17f4282487350cb3
[ "MIT" ]
null
null
null
ad2/Actor.py
ariadnepinheiro/Disease_Simulator
e875036f4b0485575327463a17f4282487350cb3
[ "MIT" ]
2
2021-03-07T20:26:42.000Z
2021-12-14T03:17:22.000Z
#!/usr/bin/env python # coding: UTF-8 # # @package Actor # @author Ariadne Pinheiro # @date 26/08/2020 # # Actor class, which is the base class for Disease objects. # ##
27.781022
86
0.584078
e6821c09b4a2b0ae38dad98719d218377bec1dfe
1,516
py
Python
conversions/decimal_to_binary.py
smukk9/Python
5f4da5d616926dbe77ece828986b8d19c7d65cb5
[ "MIT" ]
6
2020-06-23T11:56:55.000Z
2021-10-03T17:21:34.000Z
conversions/decimal_to_binary.py
smukk9/Python
5f4da5d616926dbe77ece828986b8d19c7d65cb5
[ "MIT" ]
3
2020-06-08T07:03:15.000Z
2020-06-08T08:41:22.000Z
conversions/decimal_to_binary.py
smukk9/Python
5f4da5d616926dbe77ece828986b8d19c7d65cb5
[ "MIT" ]
2
2020-06-26T09:16:11.000Z
2020-07-01T08:55:48.000Z
"""Convert a Decimal Number to a Binary Number.""" def decimal_to_binary(num: int) -> str: """ Convert a Integer Decimal Number to a Binary Number as str. >>> decimal_to_binary(0) '0b0' >>> decimal_to_binary(2) '0b10' >>> decimal_to_binary(7) '0b111' ...
25.266667
77
0.558047
e68358c694510e180fb49e743ec559c977aea7b6
1,467
py
Python
src/HandNetwork.py
xausky/hand-network
e885003c5bb9157cd06dc3ea3aabddbb7162a0ab
[ "MIT" ]
2
2017-04-18T03:31:06.000Z
2017-06-08T10:27:59.000Z
src/HandNetwork.py
xausky/hand-network
e885003c5bb9157cd06dc3ea3aabddbb7162a0ab
[ "MIT" ]
null
null
null
src/HandNetwork.py
xausky/hand-network
e885003c5bb9157cd06dc3ea3aabddbb7162a0ab
[ "MIT" ]
null
null
null
#!/usr/bin/python3 #-*- coding: utf-8 -*- import urllib.parse import json import base64 import requests import logging
36.675
84
0.657805
e684146ff5ca787d26fd1c2feebd83d974744890
1,725
py
Python
algorithms_keeper/parser/rules/use_fstring.py
Fongeme/algorithms-keeper
ea80d9342b4d2efd246a6bc409889ed780accf08
[ "MIT" ]
50
2021-02-27T04:13:11.000Z
2022-03-29T04:34:01.000Z
algorithms_keeper/parser/rules/use_fstring.py
dedsec-9/algorithms-keeper
0d98e4e24e239524c48d9eab19c493ac288ecf83
[ "MIT" ]
52
2021-08-09T22:40:20.000Z
2022-03-07T16:56:36.000Z
algorithms_keeper/parser/rules/use_fstring.py
dedsec-9/algorithms-keeper
0d98e4e24e239524c48d9eab19c493ac288ecf83
[ "MIT" ]
22
2021-04-28T06:56:27.000Z
2022-03-13T07:27:45.000Z
import libcst as cst import libcst.matchers as m from fixit import CstLintRule from fixit import InvalidTestCase as Invalid from fixit import ValidTestCase as Valid
33.173077
85
0.576232
e6848af64f5fa82bd5d7d5132ff08186219ab513
15,634
py
Python
bert_multitask_learning/model_fn.py
akashnd/bert-multitask-learning
aee5be006ef6a3feadf0c751a6f9b42c24c3fd21
[ "Apache-2.0" ]
null
null
null
bert_multitask_learning/model_fn.py
akashnd/bert-multitask-learning
aee5be006ef6a3feadf0c751a6f9b42c24c3fd21
[ "Apache-2.0" ]
null
null
null
bert_multitask_learning/model_fn.py
akashnd/bert-multitask-learning
aee5be006ef6a3feadf0c751a6f9b42c24c3fd21
[ "Apache-2.0" ]
null
null
null
# AUTOGENERATED! DO NOT EDIT! File to edit: source_nbs/13_model_fn.ipynb (unless otherwise specified). __all__ = ['variable_summaries', 'filter_loss', 'BertMultiTaskBody', 'BertMultiTaskTop', 'BertMultiTask'] # Cell from typing import Dict, Tuple from inspect import signature import tensorflow as tf import transform...
42.368564
114
0.623321
e685406479e82ae52847e5dad03d1463ba77358b
5,000
py
Python
SiMon/visualization.py
Jennyx18/SiMon
522432ff708954ac37050609cfd6f42dd96467e4
[ "BSD-2-Clause" ]
9
2017-03-04T08:00:58.000Z
2021-04-03T18:18:40.000Z
SiMon/visualization.py
Jennyx18/SiMon
522432ff708954ac37050609cfd6f42dd96467e4
[ "BSD-2-Clause" ]
52
2016-09-23T14:06:06.000Z
2021-08-05T12:21:29.000Z
SiMon/visualization.py
Jennyx18/SiMon
522432ff708954ac37050609cfd6f42dd96467e4
[ "BSD-2-Clause" ]
4
2016-09-15T02:09:42.000Z
2021-06-15T11:42:58.000Z
import os import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as plt import numpy as np import math from datetime import datetime from matplotlib.colors import ListedColormap, BoundaryNorm from matplotlib.collections import LineCollection from matplotlib import cm from SiMon.simulation import Simulation f...
32.894737
102
0.4948
e6855e47f2ad7aa6ba42d8fa11c100eb19915033
3,700
py
Python
bin/psm/oil_jet.py
ChrisBarker-NOAA/tamoc
c797cbb6fee28d788b76d21cc5b0cc0df5444ba8
[ "MIT" ]
18
2016-02-24T01:48:41.000Z
2021-11-05T03:18:24.000Z
bin/psm/oil_jet.py
ChrisBarker-NOAA/tamoc
c797cbb6fee28d788b76d21cc5b0cc0df5444ba8
[ "MIT" ]
16
2016-08-09T07:06:35.000Z
2021-12-23T19:38:37.000Z
bin/psm/oil_jet.py
ChrisBarker-NOAA/tamoc
c797cbb6fee28d788b76d21cc5b0cc0df5444ba8
[ "MIT" ]
9
2017-03-01T01:22:27.000Z
2021-09-17T12:13:40.000Z
""" Particle Size Models: Pure Oil Jet =================================== Use the ``TAMOC`` `particle_size_models` module to simulate a laboratory scale pure oil jet into water. This script demonstrates the typical steps involved in using the `particle_size_models.PureJet` object, which requires specification of all...
38.947368
78
0.635946
e6862496cf199e7f27dd40deb80fa8e54704b966
1,121
py
Python
tron/Nubs/hal.py
sdss/tron
886c5c5fb6341ad85e4a9f5d6f5ecb6bbc0d8322
[ "BSD-3-Clause" ]
null
null
null
tron/Nubs/hal.py
sdss/tron
886c5c5fb6341ad85e4a9f5d6f5ecb6bbc0d8322
[ "BSD-3-Clause" ]
null
null
null
tron/Nubs/hal.py
sdss/tron
886c5c5fb6341ad85e4a9f5d6f5ecb6bbc0d8322
[ "BSD-3-Clause" ]
null
null
null
import os.path import tron.Misc from tron import g, hub from tron.Hub.Command.Encoders.ASCIICmdEncoder import ASCIICmdEncoder from tron.Hub.Nub.SocketActorNub import SocketActorNub from tron.Hub.Reply.Decoders.ASCIIReplyDecoder import ASCIIReplyDecoder name = 'hal'
24.369565
77
0.637823
e68682ac6ba97f9b172ff277c3a2a87e5c65354c
1,761
py
Python
tests/fixtures/defxmlschema/chapter15.py
gramm/xsdata
082c780757c6d76a5c31a6757276ef6912901ed2
[ "MIT" ]
null
null
null
tests/fixtures/defxmlschema/chapter15.py
gramm/xsdata
082c780757c6d76a5c31a6757276ef6912901ed2
[ "MIT" ]
null
null
null
tests/fixtures/defxmlschema/chapter15.py
gramm/xsdata
082c780757c6d76a5c31a6757276ef6912901ed2
[ "MIT" ]
null
null
null
from dataclasses import dataclass, field from decimal import Decimal from typing import Optional from xsdata.models.datatype import XmlDate
20.241379
42
0.473027
e68781e0de8404ad5b22f8d2f250a25084af55ff
1,092
py
Python
extensions/domain.py
anubhavsinha98/oppia
9a64ea2e91d2f471ce22bd39da77b43dccd5b51f
[ "Apache-2.0" ]
1
2019-08-31T17:06:41.000Z
2019-08-31T17:06:41.000Z
extensions/domain.py
anubhavsinha98/oppia
9a64ea2e91d2f471ce22bd39da77b43dccd5b51f
[ "Apache-2.0" ]
null
null
null
extensions/domain.py
anubhavsinha98/oppia
9a64ea2e91d2f471ce22bd39da77b43dccd5b51f
[ "Apache-2.0" ]
null
null
null
# coding: utf-8 # # Copyright 2014 The Oppia 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 requi...
35.225806
77
0.746337
e6885b17b97915311f8a8bd86b9f72a31641ef6d
7,392
py
Python
plugins/modules/oci_database_management_object_privilege_facts.py
LaudateCorpus1/oci-ansible-collection
2b1cd87b4d652a97c1ca752cfc4fdc4bdb37a7e7
[ "Apache-2.0" ]
null
null
null
plugins/modules/oci_database_management_object_privilege_facts.py
LaudateCorpus1/oci-ansible-collection
2b1cd87b4d652a97c1ca752cfc4fdc4bdb37a7e7
[ "Apache-2.0" ]
null
null
null
plugins/modules/oci_database_management_object_privilege_facts.py
LaudateCorpus1/oci-ansible-collection
2b1cd87b4d652a97c1ca752cfc4fdc4bdb37a7e7
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/python # Copyright (c) 2020, 2022 Oracle and/or its affiliates. # This software is made available to you under the terms of the GPL 3.0 license or the Apache 2.0 license. # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) # Apache License v2.0 # See LICENSE.TXT for d...
30.92887
133
0.626759
e6889a8d19aba99a640a29f5b573f28a57dbd412
1,727
py
Python
rbc/externals/stdio.py
guilhermeleobas/rbc
4b568b91c6ce3ef7727fee001169302c3803c4fd
[ "BSD-3-Clause" ]
null
null
null
rbc/externals/stdio.py
guilhermeleobas/rbc
4b568b91c6ce3ef7727fee001169302c3803c4fd
[ "BSD-3-Clause" ]
null
null
null
rbc/externals/stdio.py
guilhermeleobas/rbc
4b568b91c6ce3ef7727fee001169302c3803c4fd
[ "BSD-3-Clause" ]
null
null
null
"""https://en.cppreference.com/w/c/io """ from rbc import irutils from llvmlite import ir from rbc.targetinfo import TargetInfo from numba.core import cgutils, extending from numba.core import types as nb_types from rbc.errors import NumbaTypeError # some errors are available for Numba >= 0.55 int32_t = ir.IntType(3...
28.783333
92
0.682687
e689526fba8d369acce37c9eab4574f56f8a1f4b
991
py
Python
setup.py
clach04/discoverhue
8f35cbc8ff9b5aab80b8be0443427058c1da51ed
[ "MIT" ]
10
2017-09-26T22:34:38.000Z
2021-11-19T22:37:59.000Z
setup.py
clach04/discoverhue
8f35cbc8ff9b5aab80b8be0443427058c1da51ed
[ "MIT" ]
7
2018-02-04T19:38:03.000Z
2021-10-30T13:20:33.000Z
setup.py
clach04/discoverhue
8f35cbc8ff9b5aab80b8be0443427058c1da51ed
[ "MIT" ]
4
2019-06-28T15:26:45.000Z
2022-01-20T02:26:05.000Z
from setuptools import setup try: import pypandoc long_description = pypandoc.convert_file('README.md', 'rst', extra_args=()) except ImportError: import codecs long_description = codecs.open('README.md', encoding='utf-8').read() long_description = '\n'.join(long_description.splitlines()) setup( n...
26.078947
79
0.649849
e68a7efe5fb704c535ff7a5982b5a18ddc07817d
6,024
py
Python
utils/logmmse.py
dbonattoj/Real-Time-Voice-Cloning
7ce361b0e900cb0fad4289884f526578ba276481
[ "MIT" ]
3
2020-07-10T02:23:00.000Z
2021-08-17T12:35:09.000Z
utils/logmmse.py
amoliu/Real-Time-Voice-Cloning
7808d6f80aa9bbaffe367fde07b1c6f96cd3697e
[ "MIT" ]
1
2020-09-30T09:29:57.000Z
2020-10-31T15:38:50.000Z
utils/logmmse.py
amoliu/Real-Time-Voice-Cloning
7808d6f80aa9bbaffe367fde07b1c6f96cd3697e
[ "MIT" ]
5
2020-04-23T10:52:30.000Z
2021-08-17T12:35:19.000Z
# The MIT License (MIT) # # Copyright (c) 2015 braindead # # 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, modif...
36.957055
100
0.659529
e68aea4ed97106ccbd90e2eca6ee1a3772751cb0
3,780
py
Python
lib/core/session.py
6un9-h0-Dan/CIRTKit
58b8793ada69320ffdbdd4ecdc04a3bb2fa83c37
[ "MIT" ]
97
2017-12-18T15:19:28.000Z
2022-03-25T07:10:00.000Z
lib/core/session.py
robertdigital/CIRTKit
58b8793ada69320ffdbdd4ecdc04a3bb2fa83c37
[ "MIT" ]
1
2019-01-29T16:29:27.000Z
2019-01-29T16:29:27.000Z
lib/core/session.py
robertdigital/CIRTKit
58b8793ada69320ffdbdd4ecdc04a3bb2fa83c37
[ "MIT" ]
21
2018-04-04T18:12:13.000Z
2021-06-12T09:40:58.000Z
# This file is part of Viper - https://github.com/viper-framework/viper # See the file 'LICENSE' for copying permission. import time import datetime from lib.common.out import * from lib.common.objects import File from lib.core.database import Database from lib.core.investigation import __project__ __sessions__ =...
36
101
0.603439
e68c436db086a9f75f4ec9a1c59f8bdd8afa7f45
1,028
py
Python
src/simple_report/xls/document.py
glibin/simple-report
1e68b2fe568d6f7a7d9332d0e83b9a21661419e0
[ "Apache-2.0" ]
null
null
null
src/simple_report/xls/document.py
glibin/simple-report
1e68b2fe568d6f7a7d9332d0e83b9a21661419e0
[ "Apache-2.0" ]
null
null
null
src/simple_report/xls/document.py
glibin/simple-report
1e68b2fe568d6f7a7d9332d0e83b9a21661419e0
[ "Apache-2.0" ]
null
null
null
#coding: utf-8 import xlrd from simple_report.core.document_wrap import BaseDocument, SpreadsheetDocument from simple_report.xls.workbook import Workbook from simple_report.xls.output_options import XSL_OUTPUT_SETTINGS
25.7
79
0.614786
e68c5bbc6721a5ef393bdd04f567f863f9c93e3b
3,810
py
Python
tests/ut/datavisual/common/test_error_handler.py
zengchen1024/mindinsight
228a448b46707e889efc1fb23502158e27ab56ca
[ "Apache-2.0" ]
null
null
null
tests/ut/datavisual/common/test_error_handler.py
zengchen1024/mindinsight
228a448b46707e889efc1fb23502158e27ab56ca
[ "Apache-2.0" ]
null
null
null
tests/ut/datavisual/common/test_error_handler.py
zengchen1024/mindinsight
228a448b46707e889efc1fb23502158e27ab56ca
[ "Apache-2.0" ]
null
null
null
# Copyright 2019 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...
36.990291
98
0.683727
e68c634de73f166e370b403383fc377943dc8b21
4,796
py
Python
pipeline_sdk/api/build/cancel_build_pb2.py
easyopsapis/easyops-api-python
adf6e3bad33fa6266b5fa0a449dd4ac42f8447d0
[ "Apache-2.0" ]
5
2019-07-31T04:11:05.000Z
2021-01-07T03:23:20.000Z
pipeline_sdk/api/build/cancel_build_pb2.py
easyopsapis/easyops-api-python
adf6e3bad33fa6266b5fa0a449dd4ac42f8447d0
[ "Apache-2.0" ]
null
null
null
pipeline_sdk/api/build/cancel_build_pb2.py
easyopsapis/easyops-api-python
adf6e3bad33fa6266b5fa0a449dd4ac42f8447d0
[ "Apache-2.0" ]
null
null
null
# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: cancel_build.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobu...
35.791045
399
0.755004
e68dece75266882db686c493e81051a931627936
5,118
py
Python
src/.ipynb_checkpoints/headpose_model-checkpoint.py
geochri/Intel_Edge_AI-Computer_Pointer_controller
068947fa0cbe0c5d1b74e2c0eb69a85bbc439131
[ "MIT" ]
null
null
null
src/.ipynb_checkpoints/headpose_model-checkpoint.py
geochri/Intel_Edge_AI-Computer_Pointer_controller
068947fa0cbe0c5d1b74e2c0eb69a85bbc439131
[ "MIT" ]
3
2021-03-19T14:38:26.000Z
2022-03-12T00:43:27.000Z
src/.ipynb_checkpoints/headpose_model-checkpoint.py
geochri/Intel_Edge_AI-Computer_Pointer_controller
068947fa0cbe0c5d1b74e2c0eb69a85bbc439131
[ "MIT" ]
null
null
null
''' This is a sample class for a model. You may choose to use it as-is or make any changes to it. This has been provided just to give you an idea of how to structure your model class. ''' from openvino.inference_engine import IENetwork, IECore import numpy as np import os import cv2 import sys
41.609756
107
0.59789
e691c0247838523436befe1e1ccaf96b1e1135db
374
py
Python
src/minisaml/internal/constants.py
HENNGE/minisaml
d96aa5d294eee60521ad3c7084e8659b25935cee
[ "Apache-2.0" ]
2
2020-09-13T15:55:50.000Z
2021-01-07T07:40:24.000Z
src/minisaml/internal/constants.py
HENNGE/minisaml
d96aa5d294eee60521ad3c7084e8659b25935cee
[ "Apache-2.0" ]
11
2020-08-26T12:27:39.000Z
2021-11-17T16:10:00.000Z
src/minisaml/internal/constants.py
HENNGE/minisaml
d96aa5d294eee60521ad3c7084e8659b25935cee
[ "Apache-2.0" ]
1
2021-10-07T11:49:28.000Z
2021-10-07T11:49:28.000Z
NAMES_SAML2_PROTOCOL = "urn:oasis:names:tc:SAML:2.0:protocol" NAMES_SAML2_ASSERTION = "urn:oasis:names:tc:SAML:2.0:assertion" NAMEID_FORMAT_UNSPECIFIED = "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified" BINDINGS_HTTP_POST = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" DATE_TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ" ...
53.428571
83
0.759358
e692205969e07efd17736b63f7c1d2bf34e22ac0
833
py
Python
Contests/Snackdown19_Qualifier/CHEFPRMS.py
PK-100/Competitive_Programming
d0863feaaa99462b2999e85dcf115f7a6c08bb8d
[ "MIT" ]
70
2018-06-25T21:20:15.000Z
2022-03-24T03:55:17.000Z
Contests/Snackdown19_Qualifier/CHEFPRMS.py
An3sha/Competitive_Programming
ee7eadf51939a360d0b004d787ebabda583e92f0
[ "MIT" ]
4
2018-09-04T13:12:20.000Z
2021-06-20T08:29:12.000Z
Contests/Snackdown19_Qualifier/CHEFPRMS.py
An3sha/Competitive_Programming
ee7eadf51939a360d0b004d787ebabda583e92f0
[ "MIT" ]
24
2018-12-26T05:15:32.000Z
2022-01-23T23:04:54.000Z
import math for _ in range(int(input())): n=int(input()) flag=0 for i in range(2,n//2+1): if check(i)==True and check(n-i)==True: #print(i,n-i,square(i),square(n-i),"Yes") print("YES") flag=1 break if flag==0: #print(i,n-i,square(i),square(...
21.921053
53
0.457383
e692cff5589dc59f4785c76fbfa11c53ff5a1d4e
305
py
Python
setup.py
arokem/afq-deep-learning
61d7746f03914d63c56253d10d0f6a21e6c78e90
[ "BSD-3-Clause" ]
null
null
null
setup.py
arokem/afq-deep-learning
61d7746f03914d63c56253d10d0f6a21e6c78e90
[ "BSD-3-Clause" ]
null
null
null
setup.py
arokem/afq-deep-learning
61d7746f03914d63c56253d10d0f6a21e6c78e90
[ "BSD-3-Clause" ]
2
2021-12-01T17:04:39.000Z
2022-01-20T22:53:40.000Z
from setuptools import find_packages, setup setup( name='src', packages=find_packages(), version='0.1.0', description='This repository hosts some work-in-progress experiments applying deep learning to predict age using tractometry data.', author='Joanna Qiao', license='BSD-3', )
27.727273
136
0.718033
e692fc94ab5c1ffa86ca1f2d1e72224d55aaebca
8,474
py
Python
make_base_container.py
thiagodasilva/runway
a5455e885302df534fcfff0470881fbd2ad8eed5
[ "Apache-2.0" ]
null
null
null
make_base_container.py
thiagodasilva/runway
a5455e885302df534fcfff0470881fbd2ad8eed5
[ "Apache-2.0" ]
null
null
null
make_base_container.py
thiagodasilva/runway
a5455e885302df534fcfff0470881fbd2ad8eed5
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env python3 import argparse import os import random import requests import sys import tempfile import uuid from libs import colorprint from libs.cli import run_command SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__)) # assume well-known lvm volume group on host # ...later we'll figure out how to ...
36.683983
116
0.628039
e693812c79b01a653cf7ed97ebf4b0c9deae4584
1,687
py
Python
exercicios_antigos/ex_01.py
jfklima/prog_pratica
72c795e3372e46f04ce0c92c05187aec651777cf
[ "MIT" ]
null
null
null
exercicios_antigos/ex_01.py
jfklima/prog_pratica
72c795e3372e46f04ce0c92c05187aec651777cf
[ "MIT" ]
null
null
null
exercicios_antigos/ex_01.py
jfklima/prog_pratica
72c795e3372e46f04ce0c92c05187aec651777cf
[ "MIT" ]
null
null
null
"""Criar uma funo que retorne min e max de uma sequncia numrica aleatria. S pode usar if, comparaes, recurso e funes que sejam de sua autoria. Se quiser usar laos tambm pode. Deve informar via docstring qual a complexidade de tempo e espao da sua soluo """ from math import inf def minimo_e_maximo(sequencia_numer...
23.760563
72
0.627742
e693c2c06b451b4433b40c8836d35627ae32d7b5
806
py
Python
docs/demos/theme_explorer/util.py
harisbal/dash-bootstrap-components
d7c91c08e0821ccfd81330db912cde71ec57c171
[ "Apache-2.0" ]
1
2021-05-08T08:21:41.000Z
2021-05-08T08:21:41.000Z
docs/demos/theme_explorer/util.py
harisbal/dash-bootstrap-components
d7c91c08e0821ccfd81330db912cde71ec57c171
[ "Apache-2.0" ]
null
null
null
docs/demos/theme_explorer/util.py
harisbal/dash-bootstrap-components
d7c91c08e0821ccfd81330db912cde71ec57c171
[ "Apache-2.0" ]
null
null
null
import dash_bootstrap_components as dbc import dash_html_components as html DBC_DOCS = ( "https://dash-bootstrap-components.opensource.faculty.ai/docs/components/" )
23.028571
78
0.473945
e693c649026985a8de2994906ab2b8b27870d123
2,858
py
Python
pytorch_toolbox/visualization/visdom_logger.py
MathGaron/pytorch_toolbox
2afd13e50ba71dfce66467a4b070d9b922668502
[ "MIT" ]
10
2018-02-26T04:51:11.000Z
2021-10-01T02:30:37.000Z
pytorch_toolbox/visualization/visdom_logger.py
MathGaron/pytorch_toolbox
2afd13e50ba71dfce66467a4b070d9b922668502
[ "MIT" ]
9
2017-11-16T16:11:16.000Z
2020-02-13T13:10:55.000Z
pytorch_toolbox/visualization/visdom_logger.py
MathGaron/pytorch_toolbox
2afd13e50ba71dfce66467a4b070d9b922668502
[ "MIT" ]
7
2018-02-12T19:06:14.000Z
2021-03-25T19:13:51.000Z
''' The visualization class provides an easy access to some of the visdom functionalities Accept as input a number that will be ploted over time or an image of type np.ndarray ''' from visdom import Visdom import numpy as np import numbers
35.283951
120
0.569979
e6957e411e3b025a67a76d0f0a74f5d86329bb6f
2,683
py
Python
analytical/conditionnumber.py
gyyang/olfaction_evolution
434baa85b91f450e1ab63c6b9eafb8d370f1df96
[ "MIT" ]
9
2021-10-11T01:16:23.000Z
2022-01-13T14:07:08.000Z
analytical/conditionnumber.py
gyyang/olfaction_evolution
434baa85b91f450e1ab63c6b9eafb8d370f1df96
[ "MIT" ]
1
2021-10-30T09:49:08.000Z
2021-10-30T09:49:08.000Z
analytical/conditionnumber.py
gyyang/olfaction_evolution
434baa85b91f450e1ab63c6b9eafb8d370f1df96
[ "MIT" ]
null
null
null
"""Analyze condition number of the network.""" import numpy as np import matplotlib.pyplot as plt # import model def _get_sparse_mask(nx, ny, non, complex=False, nOR=50): """Generate a binary mask. The mask will be of size (nx, ny) For all the nx connections to each 1 of the ny units, only non connectio...
27.10101
85
0.621319
e6960adb05d4b964e50fe6cceef1e01091d1811d
2,327
py
Python
FusionIIIT/applications/placement_cell/api/serializers.py
29rj/Fusion
bc2941a67532e183adeb0bc4042df0b182b9e3aa
[ "bzip2-1.0.6" ]
29
2019-02-20T15:35:33.000Z
2022-03-22T11:10:57.000Z
FusionIIIT/applications/placement_cell/api/serializers.py
29rj/Fusion
bc2941a67532e183adeb0bc4042df0b182b9e3aa
[ "bzip2-1.0.6" ]
409
2019-01-17T19:30:51.000Z
2022-03-31T16:28:45.000Z
FusionIIIT/applications/placement_cell/api/serializers.py
29rj/Fusion
bc2941a67532e183adeb0bc4042df0b182b9e3aa
[ "bzip2-1.0.6" ]
456
2019-01-12T11:01:13.000Z
2022-03-30T17:06:52.000Z
from rest_framework.authtoken.models import Token from rest_framework import serializers from applications.placement_cell.models import (Achievement, Course, Education, Experience, Has, Patent, Project, Publication, Skill, ...
27.376471
89
0.644607
e6973c5ea944d5bc8b7dc232052cd5073acf79bf
253
py
Python
concat_col_app/factories.py
thinkAmi-sandbox/django-datatables-view-sample
ac3df721089489e61c09ac75d320be3704c72105
[ "Unlicense" ]
null
null
null
concat_col_app/factories.py
thinkAmi-sandbox/django-datatables-view-sample
ac3df721089489e61c09ac75d320be3704c72105
[ "Unlicense" ]
null
null
null
concat_col_app/factories.py
thinkAmi-sandbox/django-datatables-view-sample
ac3df721089489e61c09ac75d320be3704c72105
[ "Unlicense" ]
null
null
null
import factory from concat_col_app.models import Color, Apple
18.071429
54
0.73913
e698cce58860b9d7c8249a1734c7596543b84bc7
1,843
py
Python
defects4cpp/errors/argparser.py
HansolChoe/defects4cpp
cb9e3db239c50e6ec38127cec117865f0ee7a5cf
[ "MIT" ]
10
2021-06-23T01:53:19.000Z
2022-03-31T03:14:01.000Z
defects4cpp/errors/argparser.py
HansolChoe/defects4cpp
cb9e3db239c50e6ec38127cec117865f0ee7a5cf
[ "MIT" ]
34
2021-05-27T01:09:04.000Z
2022-03-28T07:53:35.000Z
defects4cpp/errors/argparser.py
HansolChoe/defects4cpp
cb9e3db239c50e6ec38127cec117865f0ee7a5cf
[ "MIT" ]
6
2021-09-03T07:16:56.000Z
2022-03-29T07:30:35.000Z
from pathlib import Path from typing import Dict from errors.common.exception import DppError
29.253968
90
0.683668
e6990f7310e89eaf51795fa05ea2ca52396ff9f9
161
py
Python
utils/__init__.py
wang97zh/EVS-Net-1
3a8457c2d5281b8805ec523f9ced738ccf49d5f5
[ "MIT" ]
null
null
null
utils/__init__.py
wang97zh/EVS-Net-1
3a8457c2d5281b8805ec523f9ced738ccf49d5f5
[ "MIT" ]
null
null
null
utils/__init__.py
wang97zh/EVS-Net-1
3a8457c2d5281b8805ec523f9ced738ccf49d5f5
[ "MIT" ]
null
null
null
from .utility import * from .tricks import * from .tensorlog import * from .self_op import * from .resume import * from .optims import * from .metric import *
16.1
24
0.726708
e69960fc13118fa865fc6b90dfac61ac3e974383
1,290
py
Python
model-optimizer/extensions/front/mxnet/arange_ext.py
calvinfeng/openvino
11f591c16852637506b1b40d083b450e56d0c8ac
[ "Apache-2.0" ]
null
null
null
model-optimizer/extensions/front/mxnet/arange_ext.py
calvinfeng/openvino
11f591c16852637506b1b40d083b450e56d0c8ac
[ "Apache-2.0" ]
19
2021-03-26T08:11:00.000Z
2022-02-21T13:06:26.000Z
model-optimizer/extensions/front/mxnet/arange_ext.py
calvinfeng/openvino
11f591c16852637506b1b40d083b450e56d0c8ac
[ "Apache-2.0" ]
1
2021-07-28T17:30:46.000Z
2021-07-28T17:30:46.000Z
""" Copyright (C) 2018-2021 Intel Corporation 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 i...
32.25
73
0.694574
e69993a645167fee1fbafcf116e0729c914350fa
15,381
py
Python
fold_cur_trans.py
lucasforever24/arcface_noonan
9d805a0d4d478e347a9084ad6ce24fe4c8dc5e65
[ "MIT" ]
null
null
null
fold_cur_trans.py
lucasforever24/arcface_noonan
9d805a0d4d478e347a9084ad6ce24fe4c8dc5e65
[ "MIT" ]
null
null
null
fold_cur_trans.py
lucasforever24/arcface_noonan
9d805a0d4d478e347a9084ad6ce24fe4c8dc5e65
[ "MIT" ]
null
null
null
import cv2 from PIL import Image import argparse from pathlib import Path from multiprocessing import Process, Pipe,Value,Array import torch from config import get_config from mtcnn import MTCNN from Learner_trans_tf import face_learner from utils import load_facebank, draw_box_name, prepare_facebank, save_label_score,...
44.453757
124
0.594565
e699c205aa18e90414c7e2eebb09f229e7cbf13e
2,603
py
Python
examples/tryclass.py
manahter/dirio
c33fcd6c114ffb275d7147156c7041389fab6cfc
[ "MIT" ]
null
null
null
examples/tryclass.py
manahter/dirio
c33fcd6c114ffb275d7147156c7041389fab6cfc
[ "MIT" ]
null
null
null
examples/tryclass.py
manahter/dirio
c33fcd6c114ffb275d7147156c7041389fab6cfc
[ "MIT" ]
null
null
null
import time def event_call(other_arg, kwarg="-", result=None): """Call this metod, on returned result""" print(f"Bind Result, {result}\n"*10) print("other_arg", other_arg) print("kwarg", kwarg) if __name__ == "__main__": try: from dirio import Dirio except: from ..dirio impo...
30.988095
128
0.594314
e69afae741859fe05b5f191d930aaa0cc0138694
3,204
py
Python
qiskit/providers/basebackend.py
ismaila-at-za-ibm/qiskit-terra
08303ec98ac7b33fde55266dc3a74466fbdcae95
[ "Apache-2.0" ]
2
2021-09-06T19:25:36.000Z
2021-11-17T10:46:12.000Z
qiskit/providers/basebackend.py
ismaila-at-za-ibm/qiskit-terra
08303ec98ac7b33fde55266dc3a74466fbdcae95
[ "Apache-2.0" ]
null
null
null
qiskit/providers/basebackend.py
ismaila-at-za-ibm/qiskit-terra
08303ec98ac7b33fde55266dc3a74466fbdcae95
[ "Apache-2.0" ]
null
null
null
# -*- coding: utf-8 -*- # Copyright 2017, IBM. # # This source code is licensed under the Apache License, Version 2.0 found in # the LICENSE.txt file in the root directory of this source tree. """This module implements the abstract base class for backend modules. To create add-on backend modules subclass the Backend...
30.226415
80
0.604869
e69c64799a3175f6ca7da109f5305d614b082638
487
py
Python
arrays/jump2/Solution.py
shahbagdadi/py-algo-n-ds
ff689534b771ddb4869b001b20a0e21b4896bb0a
[ "MIT" ]
null
null
null
arrays/jump2/Solution.py
shahbagdadi/py-algo-n-ds
ff689534b771ddb4869b001b20a0e21b4896bb0a
[ "MIT" ]
null
null
null
arrays/jump2/Solution.py
shahbagdadi/py-algo-n-ds
ff689534b771ddb4869b001b20a0e21b4896bb0a
[ "MIT" ]
null
null
null
from typing import List import sys s = Solution() ans = s.jump([3,2,1,0,4]) print(ans)
27.055556
100
0.523614
e69c81543af0469c06adb5c970083f2d456e2ede
1,881
py
Python
share/tests.py
shared-tw/shared-tw
90dcf92744b4e0ec9e9aa085026b5543c9c3922c
[ "MIT" ]
2
2021-12-09T10:39:37.000Z
2022-02-22T09:01:26.000Z
share/tests.py
shared-tw/backend
90dcf92744b4e0ec9e9aa085026b5543c9c3922c
[ "MIT" ]
3
2021-07-03T12:56:38.000Z
2021-07-04T05:53:43.000Z
share/tests.py
shared-tw/shared-tw
90dcf92744b4e0ec9e9aa085026b5543c9c3922c
[ "MIT" ]
null
null
null
import unittest from . import states
33
80
0.700159
e69ec2353a5fed95b6dce8a05f828517c6009931
2,137
py
Python
app/extensions.py
grow/airpress
b46e951b27b8216f51f0fade3695049455866825
[ "MIT" ]
1
2017-07-07T20:15:14.000Z
2017-07-07T20:15:14.000Z
app/extensions.py
grow/airpress
b46e951b27b8216f51f0fade3695049455866825
[ "MIT" ]
4
2020-03-24T15:24:51.000Z
2021-06-01T21:42:43.000Z
app/extensions.py
grow/airpress
b46e951b27b8216f51f0fade3695049455866825
[ "MIT" ]
1
2016-12-15T00:03:13.000Z
2016-12-15T00:03:13.000Z
from jinja2 import nodes from jinja2.ext import Extension
37.491228
75
0.630323
e6a0c4454894632f570e8f7308cb8d060eed1f45
767
py
Python
modtox/Helpers/helpers.py
danielSoler93/modtox
757234140cc780f57d031b46d9293fc2bf95d18d
[ "Apache-2.0" ]
4
2019-09-22T22:57:30.000Z
2020-03-18T13:20:50.000Z
modtox/Helpers/helpers.py
danielSoler93/ModTox
757234140cc780f57d031b46d9293fc2bf95d18d
[ "Apache-2.0" ]
21
2019-09-16T11:07:13.000Z
2019-11-20T15:06:06.000Z
modtox/Helpers/helpers.py
danielSoler93/ModTox
757234140cc780f57d031b46d9293fc2bf95d18d
[ "Apache-2.0" ]
2
2019-09-07T17:07:55.000Z
2020-03-18T13:20:52.000Z
import os def retrieve_molecule_number(pdb, resname): """ IDENTIFICATION OF MOLECULE NUMBER BASED ON THE TER'S """ count = 0 with open(pdb, 'r') as x: lines = x.readlines() for i in lines: if i.split()[0] == 'TER': count += 1 if i.split()[3] == resname: ...
23.96875
68
0.573664
e6a0dd14d03a3e676bea433343d789bde96e6abd
666
py
Python
bbio/platform/beaglebone/api.py
efargas/PyBBIO
b0b15fc52befd56e817dbc5876f738e70ef05541
[ "MIT" ]
null
null
null
bbio/platform/beaglebone/api.py
efargas/PyBBIO
b0b15fc52befd56e817dbc5876f738e70ef05541
[ "MIT" ]
null
null
null
bbio/platform/beaglebone/api.py
efargas/PyBBIO
b0b15fc52befd56e817dbc5876f738e70ef05541
[ "MIT" ]
null
null
null
# api.py # Part of PyBBIO # github.com/alexanderhiam/PyBBIO # MIT License # # Beaglebone platform API file. from bbio.platform.platform import detect_platform PLATFORM = detect_platform() if "3.8" in PLATFORM: from bone_3_8.adc import analog_init, analog_cleanup from bone_3_8.pwm import pwm_init, pwm_cleanup ...
21.483871
54
0.77027
e6a1e01053fb282362b9b417d81cb0cf76a2bbed
21,947
py
Python
tryhackme/http.py
GnarLito/tryhackme.py
20b4dd6a15c13c57e7a7be7f59913b937a992e4b
[ "MIT" ]
null
null
null
tryhackme/http.py
GnarLito/tryhackme.py
20b4dd6a15c13c57e7a7be7f59913b937a992e4b
[ "MIT" ]
16
2021-11-22T07:51:32.000Z
2021-12-14T00:07:48.000Z
tryhackme/http.py
GnarLito/tryhackme.py
20b4dd6a15c13c57e7a7be7f59913b937a992e4b
[ "MIT" ]
null
null
null
import re import sys from urllib.parse import quote as _uriquote import requests from . import __version__, errors, utils from .converters import _county_types, _leaderboard_types, _vpn_types, _not_none from . import checks from .cog import request_cog GET='get' POST='post' def get_public_paths(self, **attrs...
48.879733
196
0.645008
e6a26bf564f5d9a437cee65264d1566e43a4893e
10,198
py
Python
flatlander/runner/experiment_runner.py
wullli/flatlander
2c7fbd3d025f2a05c40895ec735a92d7a6bfb1ad
[ "MIT" ]
3
2020-12-30T04:18:42.000Z
2022-03-17T13:15:30.000Z
flatlander/runner/experiment_runner.py
wullli/flatlander
2c7fbd3d025f2a05c40895ec735a92d7a6bfb1ad
[ "MIT" ]
null
null
null
flatlander/runner/experiment_runner.py
wullli/flatlander
2c7fbd3d025f2a05c40895ec735a92d7a6bfb1ad
[ "MIT" ]
null
null
null
import os from argparse import ArgumentParser from pathlib import Path import gym import ray import ray.tune.result as ray_results import yaml from gym.spaces import Tuple from ray.cluster_utils import Cluster from ray.rllib.utils import try_import_tf, try_import_torch from ray.tune import run_experiments, register_en...
44.72807
115
0.585507
e6a4e0e5dfdac6166da22e4d8c2409f996b05e0d
7,273
py
Python
syslib/utils_keywords.py
rahulmah/sample-cloud-native-toolchain-tutorial-20170720084529291
08540c0f083a25b5b4e7a4c839080fe54383038c
[ "Apache-2.0" ]
1
2019-01-19T09:32:18.000Z
2019-01-19T09:32:18.000Z
syslib/utils_keywords.py
rahulmah/sample-cloud-native-toolchain-tutorial-20170720084529291
08540c0f083a25b5b4e7a4c839080fe54383038c
[ "Apache-2.0" ]
null
null
null
syslib/utils_keywords.py
rahulmah/sample-cloud-native-toolchain-tutorial-20170720084529291
08540c0f083a25b5b4e7a4c839080fe54383038c
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env python r""" This module contains keyword functions to supplement robot's built in functions and use in test where generic robot keywords don't support. """ import time from robot.libraries.BuiltIn import BuiltIn from robot.libraries import DateTime import re ###########################################...
32.61435
79
0.54063
e6a5916da8516ca978c7505bb56075d47bacaa77
826
py
Python
tools/webcam/webcam_apis/nodes/__init__.py
ivmtorres/mmpose
662cb50c639653ae2fc19d3421ce10bd02246b85
[ "Apache-2.0" ]
1
2022-02-13T12:27:40.000Z
2022-02-13T12:27:40.000Z
tools/webcam/webcam_apis/nodes/__init__.py
ivmtorres/mmpose
662cb50c639653ae2fc19d3421ce10bd02246b85
[ "Apache-2.0" ]
null
null
null
tools/webcam/webcam_apis/nodes/__init__.py
ivmtorres/mmpose
662cb50c639653ae2fc19d3421ce10bd02246b85
[ "Apache-2.0" ]
null
null
null
# Copyright (c) OpenMMLab. All rights reserved. from .builder import NODES from .faceswap_nodes import FaceSwapNode from .frame_effect_nodes import (BackgroundNode, BugEyeNode, MoustacheNode, NoticeBoardNode, PoseVisualizerNode, SaiyanNode, SunglassesNod...
45.888889
78
0.74092
e6a5f147ff440a3daeccaecdee477658d01cb25a
4,044
py
Python
DBParser/DBMove.py
lelle1234/Db2Utils
55570a1afbe6d4abe61c31952bc178c2443f4e5b
[ "Apache-2.0" ]
4
2020-02-27T13:56:37.000Z
2022-02-07T23:07:24.000Z
DBParser/DBMove.py
lelle1234/Db2Utils
55570a1afbe6d4abe61c31952bc178c2443f4e5b
[ "Apache-2.0" ]
null
null
null
DBParser/DBMove.py
lelle1234/Db2Utils
55570a1afbe6d4abe61c31952bc178c2443f4e5b
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/python3 import ibm_db import getopt import sys import os from toposort import toposort_flatten db = None host = "localhost" port = "50000" user = None pwd = None outfile = None targetdb = None try: opts, args = getopt.getopt(sys.argv[1:], "h:d:P:u:p:o:t:") except getopt.GetoptError: sys.exit(-1) f...
29.304348
157
0.633778
e6a6b8f37ebe80036ee8d9a83872d377cb863d68
732
py
Python
utils/glove.py
MirunaPislar/Word2vec
e9dd01488f081a7b8d7c00a0b21efe0d401d4927
[ "MIT" ]
13
2018-05-19T22:29:27.000Z
2022-03-25T13:28:17.000Z
utils/glove.py
MirunaPislar/Word2vec
e9dd01488f081a7b8d7c00a0b21efe0d401d4927
[ "MIT" ]
1
2019-01-14T09:55:50.000Z
2019-01-25T22:17:03.000Z
utils/glove.py
MirunaPislar/Word2vec
e9dd01488f081a7b8d7c00a0b21efe0d401d4927
[ "MIT" ]
6
2018-05-19T22:29:29.000Z
2022-03-11T12:00:37.000Z
import numpy as np DEFAULT_FILE_PATH = "utils/datasets/glove.6B.50d.txt" def loadWordVectors(tokens, filepath=DEFAULT_FILE_PATH, dimensions=50): """Read pretrained GloVe vectors""" wordVectors = np.zeros((len(tokens), dimensions)) with open(filepath) as ifs: for line in ifs: line = lin...
33.272727
71
0.577869
e6aa6635d278553660a8a5b50b4098367fae31a5
2,446
py
Python
composer/profiler/__init__.py
stanford-crfm/composer
4996fbd818971afd6439961df58b531d9b47a37b
[ "Apache-2.0" ]
null
null
null
composer/profiler/__init__.py
stanford-crfm/composer
4996fbd818971afd6439961df58b531d9b47a37b
[ "Apache-2.0" ]
null
null
null
composer/profiler/__init__.py
stanford-crfm/composer
4996fbd818971afd6439961df58b531d9b47a37b
[ "Apache-2.0" ]
null
null
null
# Copyright 2021 MosaicML. All Rights Reserved. """Performance profiling tools. The profiler gathers performance metrics during a training run that can be used to diagnose bottlenecks and facilitate model development. The metrics gathered include: * Duration of each :class:`.Event` during training * Time taken by t...
44.472727
146
0.780867
e6ab4939fc5a6bc71ee2ae80221a8f7dd6549b7a
2,753
py
Python
gremlin-python/src/main/jython/setup.py
EvKissle/tinkerpop
84195e38fc22a1a089c345fade9c75711e6cfdfe
[ "Apache-2.0" ]
null
null
null
gremlin-python/src/main/jython/setup.py
EvKissle/tinkerpop
84195e38fc22a1a089c345fade9c75711e6cfdfe
[ "Apache-2.0" ]
null
null
null
gremlin-python/src/main/jython/setup.py
EvKissle/tinkerpop
84195e38fc22a1a089c345fade9c75711e6cfdfe
[ "Apache-2.0" ]
null
null
null
''' Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this ...
32.388235
104
0.682528
e6ab63dd0a627fd5e3fd6b78f7716ef38a63c388
1,112
py
Python
src/_bar.py
yoshihikosuzuki/plotly_light
cef2465486e9147e27feae1193a1b4487e4fc543
[ "MIT" ]
null
null
null
src/_bar.py
yoshihikosuzuki/plotly_light
cef2465486e9147e27feae1193a1b4487e4fc543
[ "MIT" ]
null
null
null
src/_bar.py
yoshihikosuzuki/plotly_light
cef2465486e9147e27feae1193a1b4487e4fc543
[ "MIT" ]
null
null
null
from typing import Optional, Sequence import plotly.graph_objects as go def bar(x: Sequence, y: Sequence, text: Optional[Sequence] = None, width: Optional[int] = None, col: Optional[str] = None, opacity: float = 1, name: Optional[str] = None, show_legend: bool = ...
31.771429
62
0.539568
e6acb4fde9c00fed8d158a1a19ae4c34b7d7d64e
4,029
py
Python
pennylane/templates/subroutines/arbitrary_unitary.py
doomhammerhell/pennylane
f147f22d8d99ba5891edd45a6a1f7dd679c8a23c
[ "Apache-2.0" ]
3
2021-02-22T18:30:55.000Z
2021-02-23T10:54:58.000Z
pennylane/templates/subroutines/arbitrary_unitary.py
doomhammerhell/pennylane
f147f22d8d99ba5891edd45a6a1f7dd679c8a23c
[ "Apache-2.0" ]
null
null
null
pennylane/templates/subroutines/arbitrary_unitary.py
doomhammerhell/pennylane
f147f22d8d99ba5891edd45a6a1f7dd679c8a23c
[ "Apache-2.0" ]
1
2021-03-27T09:03:15.000Z
2021-03-27T09:03:15.000Z
# Copyright 2018-2021 Xanadu Quantum Technologies 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...
31.476563
107
0.647803
e6aec9eead70cf9709e4908f8e9466e087fc8de3
5,271
py
Python
vae_celeba.py
aidiary/generative-models-pytorch
c9ae23a4ecbe4bf8f82dbaf9e4e3e1e61530e6b0
[ "MIT" ]
null
null
null
vae_celeba.py
aidiary/generative-models-pytorch
c9ae23a4ecbe4bf8f82dbaf9e4e3e1e61530e6b0
[ "MIT" ]
null
null
null
vae_celeba.py
aidiary/generative-models-pytorch
c9ae23a4ecbe4bf8f82dbaf9e4e3e1e61530e6b0
[ "MIT" ]
null
null
null
import pytorch_lightning as pl import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim from pytorch_lightning.loggers import TensorBoardLogger from torch.utils.data import DataLoader from torchvision import transforms from torchvision.datasets import CelebA if __name__ == '__...
31.189349
103
0.592677
e6afcad02c1d49dbed0f7930d88f9219376906a4
2,686
py
Python
data/process_data.py
julat/DisasterResponse
140489e521a96dc2ff9c9a95f0ce4e99403f03af
[ "MIT" ]
null
null
null
data/process_data.py
julat/DisasterResponse
140489e521a96dc2ff9c9a95f0ce4e99403f03af
[ "MIT" ]
null
null
null
data/process_data.py
julat/DisasterResponse
140489e521a96dc2ff9c9a95f0ce4e99403f03af
[ "MIT" ]
null
null
null
# Import libraries import sys import pandas as pd from sqlalchemy import create_engine def load_data(messages_filepath, categories_filepath): """ Load the data from the disaster response csvs Parameters: messages_filepath (str): Path to messages csv categories_filepath (str): Path to categories csv...
28.574468
80
0.652271
e6b027e44688ca01138133b153494c3bc7370758
3,658
py
Python
contrail-controller/files/plugins/check_contrail_status_controller.py
atsgen/tf-charms
81110aef700b2f227654d52709614ddb3d62ba17
[ "Apache-2.0" ]
null
null
null
contrail-controller/files/plugins/check_contrail_status_controller.py
atsgen/tf-charms
81110aef700b2f227654d52709614ddb3d62ba17
[ "Apache-2.0" ]
null
null
null
contrail-controller/files/plugins/check_contrail_status_controller.py
atsgen/tf-charms
81110aef700b2f227654d52709614ddb3d62ba17
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env python3 import subprocess import sys import json SERVICES = { 'control': [ 'control', 'nodemgr', 'named', 'dns', ], 'config-database': [ 'nodemgr', 'zookeeper', 'rabbitmq', 'cassandra', ], 'webui': [ 'web', ...
29.739837
193
0.54538
e6b042b87a1d5f3672a72f7fa6b5679e20f39682
2,693
py
Python
leaderboard-server/leaderboard-server.py
harnitsignalfx/skogaming
c860219c89149d686106dfb7a93d27df39830842
[ "MIT" ]
1
2021-03-01T20:56:24.000Z
2021-03-01T20:56:24.000Z
leaderboard-server/leaderboard-server.py
harnitsignalfx/skogaming
c860219c89149d686106dfb7a93d27df39830842
[ "MIT" ]
null
null
null
leaderboard-server/leaderboard-server.py
harnitsignalfx/skogaming
c860219c89149d686106dfb7a93d27df39830842
[ "MIT" ]
1
2021-02-20T17:36:47.000Z
2021-02-20T17:36:47.000Z
from flask import Flask, jsonify, request from flask_cors import CORS, cross_origin import simplejson as json from leaderboard.leaderboard import Leaderboard import uwsgidecorators import signalfx app = Flask(__name__) app.config['CORS_HEADERS'] = 'Content-Type' cors = CORS(app) highscore_lb_starship = Leaderboard('...
26.663366
95
0.649833
e6b183e72d2aff2b604bbf82d32e69244b409f59
1,591
py
Python
meshio/_cli/_info.py
jorgensd/meshio
0600ac9e9e8d1e1a27d5f3f2f4235414f4482cac
[ "MIT" ]
1
2020-09-01T11:26:15.000Z
2020-09-01T11:26:15.000Z
meshio/_cli/_info.py
jorgensd/meshio
0600ac9e9e8d1e1a27d5f3f2f4235414f4482cac
[ "MIT" ]
null
null
null
meshio/_cli/_info.py
jorgensd/meshio
0600ac9e9e8d1e1a27d5f3f2f4235414f4482cac
[ "MIT" ]
null
null
null
import argparse import numpy as np from .._helpers import read, reader_map from ._helpers import _get_version_text
26.966102
87
0.637335
e6b2c4874559385c0807dca69b9f07a62e9a1d08
1,324
py
Python
ccslink/Zip.py
Data-Linkage/ccslink
ee1105888d43c6a2b307deb96ddede34d03a965f
[ "MIT" ]
null
null
null
ccslink/Zip.py
Data-Linkage/ccslink
ee1105888d43c6a2b307deb96ddede34d03a965f
[ "MIT" ]
null
null
null
ccslink/Zip.py
Data-Linkage/ccslink
ee1105888d43c6a2b307deb96ddede34d03a965f
[ "MIT" ]
null
null
null
import os, shutil from CCSLink import Spark_Session as SS def add_zipped_dependency(zip_from, zip_target): """ This method creates a zip of the code to be sent to the executors. It essentially zips the Python packages installed by PIP and submits them via addPyFile in the current PySpark context E...
33.1
70
0.676737
e6b2fbff1fb4792ec87b5e0830c85e32ea769936
2,484
py
Python
moltemplate/nbody_Angles.py
Mopolino8/moltemplate
363df364fcb012e8e4beb7bc616a77d696b8b707
[ "BSD-3-Clause" ]
null
null
null
moltemplate/nbody_Angles.py
Mopolino8/moltemplate
363df364fcb012e8e4beb7bc616a77d696b8b707
[ "BSD-3-Clause" ]
null
null
null
moltemplate/nbody_Angles.py
Mopolino8/moltemplate
363df364fcb012e8e4beb7bc616a77d696b8b707
[ "BSD-3-Clause" ]
1
2019-11-24T17:32:28.000Z
2019-11-24T17:32:28.000Z
try: from .nbody_graph_search import Ugraph except (SystemError, ValueError): # not installed as a package from nbody_graph_search import Ugraph # This file defines how 3-body angle interactions are generated by moltemplate # by default. It can be overridden by supplying your own custom file. # To fi...
42.827586
79
0.68599
e6b3c1a04d6b23957a4328b1a4d335f1079479f3
8,099
py
Python
extras/usd/examples/usdMakeFileVariantModelAsset/usdMakeFileVariantModelAsset.py
DougRogers-DigitalFish/USD
d8a405a1344480f859f025c4f97085143efacb53
[ "BSD-2-Clause" ]
3,680
2016-07-26T18:28:11.000Z
2022-03-31T09:55:05.000Z
extras/usd/examples/usdMakeFileVariantModelAsset/usdMakeFileVariantModelAsset.py
DougRogers-DigitalFish/USD
d8a405a1344480f859f025c4f97085143efacb53
[ "BSD-2-Clause" ]
1,759
2016-07-26T19:19:59.000Z
2022-03-31T21:24:00.000Z
extras/usd/examples/usdMakeFileVariantModelAsset/usdMakeFileVariantModelAsset.py
DougRogers-DigitalFish/USD
d8a405a1344480f859f025c4f97085143efacb53
[ "BSD-2-Clause" ]
904
2016-07-26T18:33:40.000Z
2022-03-31T09:55:16.000Z
#!/pxrpythonsubst # # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # ...
44.256831
85
0.684159
e6b3c20df06992b958887a2ed1583c032b8b6295
7,079
py
Python
src/main.py
fbdp1202/pyukf_kinect_body_tracking
c44477149cfc22abfe9121c2604dc284c93fbd42
[ "MIT" ]
7
2020-04-23T06:03:10.000Z
2022-01-16T21:16:23.000Z
src/main.py
fbdp1202/pyukf_kinect_body_tracking
c44477149cfc22abfe9121c2604dc284c93fbd42
[ "MIT" ]
null
null
null
src/main.py
fbdp1202/pyukf_kinect_body_tracking
c44477149cfc22abfe9121c2604dc284c93fbd42
[ "MIT" ]
3
2020-07-12T15:07:52.000Z
2021-12-05T09:27:18.000Z
import sys import os sys.path.append('./code/') from skeleton import Skeleton from read_data import * from calibration import Calibration from ukf_filter import ukf_Filter_Controler from canvas import Canvas from regression import * import time from functools import wraps import os def make_folder(folder_name): if...
34.198068
368
0.759288
e6b3d6bc9a4bc463c1dd688594551748653895d4
2,683
py
Python
cfgov/scripts/initial_data.py
Mario-Kart-Felix/cfgov-refresh
7978fedeb7aaf4d96a87720e6545567085e056a9
[ "CC0-1.0" ]
1
2019-12-29T17:50:07.000Z
2019-12-29T17:50:07.000Z
cfgov/scripts/initial_data.py
ascott1/cfgov-refresh
9c916aaed3a48110a199eb4675474290a51f815d
[ "CC0-1.0" ]
1
2021-04-22T01:09:52.000Z
2021-04-22T01:09:52.000Z
cfgov/scripts/initial_data.py
ascott1/cfgov-refresh
9c916aaed3a48110a199eb4675474290a51f815d
[ "CC0-1.0" ]
1
2021-02-02T08:59:38.000Z
2021-02-02T08:59:38.000Z
from __future__ import print_function import json import os from django.conf import settings from django.contrib.auth.hashers import make_password from django.contrib.auth.models import User from wagtail.wagtailcore.models import Page, Site from v1.models import HomePage, BrowseFilterablePage
34.844156
97
0.666045
e6b40095f02ec8f60d6c2306673d054478953aba
1,456
py
Python
Scripts/compareOutputs.py
harmim/vut-avs-project1
d36e6b5cdebce748d2bdf2afc43950968ecf0a91
[ "MIT" ]
null
null
null
Scripts/compareOutputs.py
harmim/vut-avs-project1
d36e6b5cdebce748d2bdf2afc43950968ecf0a91
[ "MIT" ]
null
null
null
Scripts/compareOutputs.py
harmim/vut-avs-project1
d36e6b5cdebce748d2bdf2afc43950968ecf0a91
[ "MIT" ]
null
null
null
# Simple python3 script to compare output with a reference output. # Usage: python3 compareOutputs.py testOutput.h5 testRefOutput.h5 import sys import h5py import numpy as np if len(sys.argv) != 3: print("Expected two arguments. Output and reference output file.") sys.exit(1) filename = sys.argv[1] ref_filen...
26.472727
89
0.666896
e6b45faace1959ed1daf554b861e2a396b78702b
222
py
Python
sanctuary/tag/serializers.py
20CM/Sanctuary
14694d9bd6376bdc05248741a91df778400e9f66
[ "BSD-3-Clause" ]
1
2017-05-29T11:53:06.000Z
2017-05-29T11:53:06.000Z
sanctuary/tag/serializers.py
20CM/Sanctuary
14694d9bd6376bdc05248741a91df778400e9f66
[ "BSD-3-Clause" ]
null
null
null
sanctuary/tag/serializers.py
20CM/Sanctuary
14694d9bd6376bdc05248741a91df778400e9f66
[ "BSD-3-Clause" ]
null
null
null
# -*- coding: utf-8 -*- from rest_framework import serializers from .models import Tag
18.5
49
0.689189
e6b462f3efa3e6e931f1a4ef9f1a10fd45f8f99c
571
py
Python
examples/management_api/aliveness_test.py
cloudamqp/amqpstorm
35eb8edc5f0c2ea3839e93940bf9d0e5f8f4242e
[ "MIT" ]
null
null
null
examples/management_api/aliveness_test.py
cloudamqp/amqpstorm
35eb8edc5f0c2ea3839e93940bf9d0e5f8f4242e
[ "MIT" ]
null
null
null
examples/management_api/aliveness_test.py
cloudamqp/amqpstorm
35eb8edc5f0c2ea3839e93940bf9d0e5f8f4242e
[ "MIT" ]
null
null
null
from amqpstorm.management import ApiConnectionError from amqpstorm.management import ApiError from amqpstorm.management import ManagementApi if __name__ == '__main__': API = ManagementApi('http://127.0.0.1:15672', 'guest', 'guest') try: result = API.aliveness_test('/') if result['status'] == 'o...
33.588235
67
0.635727
e6b741334252c43868c1ae3bb0661b811481f368
1,048
py
Python
src/zvt/recorders/em/meta/em_stockhk_meta_recorder.py
vishalbelsare/zvt
d55051147274c0a4157f08ec60908c781a323c8f
[ "MIT" ]
2,032
2019-04-16T14:10:32.000Z
2022-03-31T12:40:13.000Z
src/zvt/recorders/em/meta/em_stockhk_meta_recorder.py
vishalbelsare/zvt
d55051147274c0a4157f08ec60908c781a323c8f
[ "MIT" ]
162
2019-05-07T09:57:46.000Z
2022-03-25T16:23:08.000Z
src/zvt/recorders/em/meta/em_stockhk_meta_recorder.py
vishalbelsare/zvt
d55051147274c0a4157f08ec60908c781a323c8f
[ "MIT" ]
755
2019-04-30T10:25:16.000Z
2022-03-29T17:50:49.000Z
# -*- coding: utf-8 -*- from zvt.contract.api import df_to_db from zvt.contract.recorder import Recorder from zvt.domain.meta.stockhk_meta import Stockhk from zvt.recorders.em import em_api if __name__ == "__main__": recorder = EMStockhkRecorder() recorder.run() # the __all__ is generated __all__ = ["EMStoc...
33.806452
115
0.711832
e6b7cb0bb44951e0d2ab9c8433c064285f85c4f7
6,362
py
Python
src/main.py
yanwunhao/auto-mshts
7a4b690bbb6ae55e2f6fad77d176c2c0822db7a0
[ "MIT" ]
null
null
null
src/main.py
yanwunhao/auto-mshts
7a4b690bbb6ae55e2f6fad77d176c2c0822db7a0
[ "MIT" ]
null
null
null
src/main.py
yanwunhao/auto-mshts
7a4b690bbb6ae55e2f6fad77d176c2c0822db7a0
[ "MIT" ]
null
null
null
from util.io import read_setting_json, read_0h_data, read_24h_data, draw_single_curve from util.convert import split_array_into_samples, calculate_avg_of_sample, convert_to_percentage from util.calculus import calculate_summary_of_sample, fit_sigmoid_curve import matplotlib.pyplot as plt import numpy as np import csv ...
31.651741
133
0.735618
e6b8a82e6b0282dee965fc93d3c31abaae481d21
6,492
py
Python
twisted/names/root.py
twonds/twisted
d6e270a465d371c3bed01bf369af497b77eb9f1e
[ "Unlicense", "MIT" ]
1
2021-01-27T19:11:21.000Z
2021-01-27T19:11:21.000Z
twisted/names/root.py
twonds/twisted
d6e270a465d371c3bed01bf369af497b77eb9f1e
[ "Unlicense", "MIT" ]
null
null
null
twisted/names/root.py
twonds/twisted
d6e270a465d371c3bed01bf369af497b77eb9f1e
[ "Unlicense", "MIT" ]
3
2017-01-04T01:24:15.000Z
2020-06-18T16:14:56.000Z
# -*- test-case-name: twisted.names.test.test_rootresolve -*- # Copyright (c) 2001-2009 Twisted Matrix Laboratories. # See LICENSE for details. """ Resolver implementation for querying successive authoritative servers to lookup a record, starting from the root nameservers. @author: Jp Calderone todo:: robustify ...
33.989529
91
0.59658
e6b8dc6f73954e378a1c4ed802de05ace9457d1e
2,056
py
Python
tools/apply_colormap_dir.py
edwardyehuang/iDS
36bde3a9e887eb7e1a8d88956cf041909ee84da4
[ "MIT" ]
null
null
null
tools/apply_colormap_dir.py
edwardyehuang/iDS
36bde3a9e887eb7e1a8d88956cf041909ee84da4
[ "MIT" ]
null
null
null
tools/apply_colormap_dir.py
edwardyehuang/iDS
36bde3a9e887eb7e1a8d88956cf041909ee84da4
[ "MIT" ]
null
null
null
# ================================================================ # MIT License # Copyright (c) 2021 edwardyehuang (https://github.com/edwardyehuang) # ================================================================ import os, sys rootpath = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, os.pard...
25.073171
89
0.651751
e6b94f55392b1866e86cdeb5f1344d92e8c4dea3
6,007
py
Python
EDScoutCore/JournalInterface.py
bal6765/ed-scout
0c2ee6141a5cd86a660c2319d7c4be61614b13fb
[ "MIT" ]
null
null
null
EDScoutCore/JournalInterface.py
bal6765/ed-scout
0c2ee6141a5cd86a660c2319d7c4be61614b13fb
[ "MIT" ]
null
null
null
EDScoutCore/JournalInterface.py
bal6765/ed-scout
0c2ee6141a5cd86a660c2319d7c4be61614b13fb
[ "MIT" ]
null
null
null
from inspect import signature import json import time import os import glob import logging from pathlib import Path from watchdog.observers import Observer from watchdog.observers.polling import PollingObserver from watchdog.events import PatternMatchingEventHandler from EDScoutCore.FileSystemUpdatePrompter...
34.522989
164
0.632096
e6ba0dc97e3a9015e73a33e1fbadd9852c0606ea
1,355
py
Python
labs-python/lab9/add_files.py
xR86/ml-stuff
2a1b79408897171b78032ff2531ab6f8b18be6c4
[ "MIT" ]
3
2018-12-11T03:03:15.000Z
2020-02-11T19:38:07.000Z
labs-python/lab9/add_files.py
xR86/ml-stuff
2a1b79408897171b78032ff2531ab6f8b18be6c4
[ "MIT" ]
6
2017-05-31T20:58:32.000Z
2021-02-16T23:13:15.000Z
labs-python/lab9/add_files.py
xR86/ml-stuff
2a1b79408897171b78032ff2531ab6f8b18be6c4
[ "MIT" ]
null
null
null
import sqlite3 conn = sqlite3.connect('example.db') c = conn.cursor() import os import hashlib import time get_dir_data('./') # Save (commit) the changes conn.commit() conn.close()
22.966102
83
0.710701
e6ba0ea03b3d3e18b20568efd5fed882e88148ea
1,834
py
Python
lib/galaxy/model/migrate/versions/0073_add_ldda_to_implicit_conversion_table.py
blankenberg/galaxy-data-resource
ca32a1aafd64948f489a4e5cf88096f32391b1d9
[ "CC-BY-3.0" ]
null
null
null
lib/galaxy/model/migrate/versions/0073_add_ldda_to_implicit_conversion_table.py
blankenberg/galaxy-data-resource
ca32a1aafd64948f489a4e5cf88096f32391b1d9
[ "CC-BY-3.0" ]
1
2015-02-21T18:48:19.000Z
2015-02-27T15:50:32.000Z
lib/galaxy/model/migrate/versions/0073_add_ldda_to_implicit_conversion_table.py
blankenberg/galaxy-data-resource
ca32a1aafd64948f489a4e5cf88096f32391b1d9
[ "CC-BY-3.0" ]
3
2015-02-22T13:34:16.000Z
2020-10-01T01:28:04.000Z
""" Migration script to add 'ldda_parent_id' column to the implicitly_converted_dataset_association table. """ from sqlalchemy import * from sqlalchemy.orm import * from migrate import * from migrate.changeset import * import logging log = logging.getLogger( __name__ ) metadata = MetaData()
44.731707
134
0.741003
e6bacf59de7852cf3a5c740a8171a4aa7144b26c
4,083
py
Python
Replication Python and R Codes/Figure_6/cMCA_ESS2018_LABCON_org.py
tzuliu/Contrastive-Multiple-Correspondence-Analysis-cMCA
a59a5c36dd5d4ac04205627827e792322742462d
[ "MIT" ]
3
2020-09-25T07:11:46.000Z
2022-02-08T05:07:34.000Z
Replication Python and R Codes/Figure_6/cMCA_ESS2018_LABCON_org.py
tzuliu/Contrastive-Multiple-Correspondence-Analysis-cMCA
a59a5c36dd5d4ac04205627827e792322742462d
[ "MIT" ]
null
null
null
Replication Python and R Codes/Figure_6/cMCA_ESS2018_LABCON_org.py
tzuliu/Contrastive-Multiple-Correspondence-Analysis-cMCA
a59a5c36dd5d4ac04205627827e792322742462d
[ "MIT" ]
1
2021-02-06T16:44:44.000Z
2021-02-06T16:44:44.000Z
import pandas as pd import numpy as np import matplotlib.pyplot as plt import prince from sklearn import utils from sklearn.cluster import DBSCAN import itertools from cmca import CMCA from ccmca import CCMCA from matplotlib import rc plt.style.use('ggplot') df = pd.read_csv("./uk2018.csv") df["prtclcgb"].replace({5: ...
35.198276
140
0.624051
e6bb99021b44144da731911de204a7afc66e8789
1,196
py
Python
Solutions/077.py
ruppysuppy/Daily-Coding-Problem-Solutions
37d061215a9af2ce39c51f8816c83039914c0d0b
[ "MIT" ]
70
2021-03-18T05:22:40.000Z
2022-03-30T05:36:50.000Z
Solutions/077.py
ungaro/Daily-Coding-Problem-Solutions
37d061215a9af2ce39c51f8816c83039914c0d0b
[ "MIT" ]
null
null
null
Solutions/077.py
ungaro/Daily-Coding-Problem-Solutions
37d061215a9af2ce39c51f8816c83039914c0d0b
[ "MIT" ]
30
2021-03-18T05:22:43.000Z
2022-03-17T10:25:18.000Z
""" Problem: Given a list of possibly overlapping intervals, return a new list of intervals where all overlapping intervals have been merged. The input list is not necessarily ordered in any way. For example, given [(1, 3), (5, 8), (4, 10), (20, 25)], you should return [(1, 3), (4, 10), (20, 25)]. """ from typing i...
26
84
0.622074
e6bbb3606fdfbd374577782a243b3f2af19f5e8d
3,163
py
Python
slackbot_wems/chris/slacklib.py
wray/wems
69caedfb8906f04175196d610a1ca516db01f72a
[ "MIT" ]
4
2016-11-10T21:43:01.000Z
2017-02-24T21:36:45.000Z
slackbot_wems/chris/slacklib.py
wray/wems
69caedfb8906f04175196d610a1ca516db01f72a
[ "MIT" ]
1
2019-04-26T10:48:34.000Z
2019-05-18T15:59:35.000Z
slackbot_wems/chris/slacklib.py
wray/wems
69caedfb8906f04175196d610a1ca516db01f72a
[ "MIT" ]
8
2016-11-09T22:25:14.000Z
2019-04-26T19:53:37.000Z
import time import emoji # Put your commands here COMMAND1 = "testing testing" COMMAND2 = "roger roger" BLUEON = str("blue on") BLUEOFF = str("blue off") REDON = str("red on") REDOFF = str("red off") GREENON = str("green on") GREENOFF = str("green off") YELLOWON = str("yellow on") YELLOWOFF = str("yellow off") CL...
26.140496
88
0.607651
e6bc053f9c92b2bf8e29c294b8627f9ea57a47fd
29
py
Python
rses/__init__.py
iScrE4m/RSES
88299f105ded8838243eab8b25ab1626c97d1179
[ "MIT" ]
1
2022-02-16T15:06:22.000Z
2022-02-16T15:06:22.000Z
rses/__init__.py
djetelina/RSES
88299f105ded8838243eab8b25ab1626c97d1179
[ "MIT" ]
null
null
null
rses/__init__.py
djetelina/RSES
88299f105ded8838243eab8b25ab1626c97d1179
[ "MIT" ]
null
null
null
# coding=utf-8 """RSES :)"""
9.666667
14
0.482759
e6bdcee8c086f35e2a59b7fc819faaf2312d18c6
89,316
py
Python
sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_gremlin_resources_operations.py
adewaleo/azure-sdk-for-python
169457edbea5e3c5557246cfcf8bd635d528bae4
[ "MIT" ]
2
2019-08-23T21:14:00.000Z
2021-09-07T18:32:34.000Z
sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_gremlin_resources_operations.py
adewaleo/azure-sdk-for-python
169457edbea5e3c5557246cfcf8bd635d528bae4
[ "MIT" ]
2
2021-11-03T06:10:36.000Z
2021-12-01T06:29:39.000Z
sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_gremlin_resources_operations.py
adewaleo/azure-sdk-for-python
169457edbea5e3c5557246cfcf8bd635d528bae4
[ "MIT" ]
1
2021-05-19T02:55:10.000Z
2021-05-19T02:55:10.000Z
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may ...
52.538824
326
0.672242
e6bde93bee8b10728e74b15763f724d08484c86a
4,640
py
Python
homeassistant/components/tasmota/discovery.py
yura505/core
0fc5f4b0421c6c5204d3ccb562153ac3836441a9
[ "Apache-2.0" ]
null
null
null
homeassistant/components/tasmota/discovery.py
yura505/core
0fc5f4b0421c6c5204d3ccb562153ac3836441a9
[ "Apache-2.0" ]
null
null
null
homeassistant/components/tasmota/discovery.py
yura505/core
0fc5f4b0421c6c5204d3ccb562153ac3836441a9
[ "Apache-2.0" ]
null
null
null
"""Support for MQTT discovery.""" import asyncio import logging from hatasmota.discovery import ( TasmotaDiscovery, get_device_config as tasmota_get_device_config, get_entities_for_platform as tasmota_get_entities_for_platform, get_entity as tasmota_get_entity, has_entities_with_platform as tasmota...
37.419355
88
0.694612
e6be7a1b7add8b9481d98005ea50f939d83dd351
15,696
py
Python
tfx/components/infra_validator/executor.py
TimoKerr/tfx
10d13d57eeac21514fed73118cb43464dada67f1
[ "Apache-2.0" ]
1
2021-05-10T10:41:06.000Z
2021-05-10T10:41:06.000Z
tfx/components/infra_validator/executor.py
TimoKerr/tfx
10d13d57eeac21514fed73118cb43464dada67f1
[ "Apache-2.0" ]
null
null
null
tfx/components/infra_validator/executor.py
TimoKerr/tfx
10d13d57eeac21514fed73118cb43464dada67f1
[ "Apache-2.0" ]
null
null
null
# Copyright 2019 Google LLC. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or a...
39.24
83
0.73248
e6bf66183d1220ed94fa05bc46a4ec69c5cf4ba5
130
py
Python
learning_python/org/allnix/util.py
ykyang/org.allnix.python
f9d74db2db026b20e925ac40dbca7d21b3ac0b0f
[ "Apache-2.0" ]
null
null
null
learning_python/org/allnix/util.py
ykyang/org.allnix.python
f9d74db2db026b20e925ac40dbca7d21b3ac0b0f
[ "Apache-2.0" ]
null
null
null
learning_python/org/allnix/util.py
ykyang/org.allnix.python
f9d74db2db026b20e925ac40dbca7d21b3ac0b0f
[ "Apache-2.0" ]
null
null
null
def read() -> str: """Returns a string""" return "org.allnix"
16.25
32
0.6
e6bfbff8f4c4eb14d73dd394e1c8390a8c552bf9
18,474
py
Python
metr-la/model/Double_C_STTN.py
happys2333/DL-2021-fall
e110d737d1a70c8238f2de3278e6aebce07c7a66
[ "Apache-2.0" ]
1
2022-02-11T12:24:08.000Z
2022-02-11T12:24:08.000Z
metr-la/model/Double_C_STTN.py
happys2333/DL-2021-fall
e110d737d1a70c8238f2de3278e6aebce07c7a66
[ "Apache-2.0" ]
null
null
null
metr-la/model/Double_C_STTN.py
happys2333/DL-2021-fall
e110d737d1a70c8238f2de3278e6aebce07c7a66
[ "Apache-2.0" ]
null
null
null
# from folder workMETRLA # MODEL CODE # -*- coding: utf-8 -*- """ Created on Mon Sep 28 10:28:06 2020 @author: wb """ import torch import torch.nn as nn import math # from GCN_models import GCN # from One_hot_encoder import One_hot_encoder import torch.nn.functional as F import numpy as np from sc...
36.654762
228
0.566742
e6c28ea190ebaccb28d1869f9e2a7ef2b94d001d
2,079
py
Python
tetrisanim3.py
daniel-chuang/tetris
518bd7b1fd80babc34a1da323b2f50d88c31ed4a
[ "MIT" ]
null
null
null
tetrisanim3.py
daniel-chuang/tetris
518bd7b1fd80babc34a1da323b2f50d88c31ed4a
[ "MIT" ]
null
null
null
tetrisanim3.py
daniel-chuang/tetris
518bd7b1fd80babc34a1da323b2f50d88c31ed4a
[ "MIT" ]
null
null
null
# animation for medium article from termcolor import colored import time import imageio import pyautogui pyautogui.FAILSAFE = True matrix = [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0...
37.8
91
0.398268
e6c3d9a702952ceabdb0472e2fb0bedbc90655bc
782
py
Python
inventories/models.py
destodasoftware/kately_api
89e4e80a93ebf8e5d2f2981d108ce5efde75d0dd
[ "MIT" ]
null
null
null
inventories/models.py
destodasoftware/kately_api
89e4e80a93ebf8e5d2f2981d108ce5efde75d0dd
[ "MIT" ]
10
2019-12-04T23:52:31.000Z
2022-02-10T08:34:15.000Z
inventories/models.py
destodasoftware/kately_api
89e4e80a93ebf8e5d2f2981d108ce5efde75d0dd
[ "MIT" ]
null
null
null
from django.db import models from products.models import Product from utils.models import Utility
27.928571
91
0.751918
e6c4f83ee3a07eb68063b52c122a3a5c692004c3
276
py
Python
hierarchical_app/views.py
stephken/Hierarchical_assessment
537219903357d97d1354a8f262badba9729fb5e0
[ "MIT" ]
null
null
null
hierarchical_app/views.py
stephken/Hierarchical_assessment
537219903357d97d1354a8f262badba9729fb5e0
[ "MIT" ]
null
null
null
hierarchical_app/views.py
stephken/Hierarchical_assessment
537219903357d97d1354a8f262badba9729fb5e0
[ "MIT" ]
null
null
null
from django.shortcuts import render from hierarchical_app.models import Folder # Create your views here.
30.666667
142
0.764493
e6c52e70a50ff76dae5fa9533aa70b45708e60ab
19,221
py
Python
bin/train_vit.py
ramizdundar/Chexpert
6a5f005f1df421538182ad8497725b78e6de29be
[ "Apache-2.0" ]
null
null
null
bin/train_vit.py
ramizdundar/Chexpert
6a5f005f1df421538182ad8497725b78e6de29be
[ "Apache-2.0" ]
null
null
null
bin/train_vit.py
ramizdundar/Chexpert
6a5f005f1df421538182ad8497725b78e6de29be
[ "Apache-2.0" ]
null
null
null
import sys import os import argparse import logging import json import time import subprocess from shutil import copyfile import numpy as np from sklearn import metrics from easydict import EasyDict as edict import torch from torch.utils.data import DataLoader import torch.nn.functional as F from torch.nn import DataP...
38.908907
78
0.542115
e6c580f84de62db4b9d20acb6cce98ce88761586
262
py
Python
Sets/the capaint s room.py
AndreasGeiger/hackerrank-python
a436c207e62b32f70a6b4279bb641a3c4d90e112
[ "MIT" ]
null
null
null
Sets/the capaint s room.py
AndreasGeiger/hackerrank-python
a436c207e62b32f70a6b4279bb641a3c4d90e112
[ "MIT" ]
null
null
null
Sets/the capaint s room.py
AndreasGeiger/hackerrank-python
a436c207e62b32f70a6b4279bb641a3c4d90e112
[ "MIT" ]
null
null
null
groupSize = input() groups = list(map(int,input().split(' '))) tmpArray1 = set() tmpArray2 = set() for i in groups: if i in tmpArray1: tmpArray2.discard(i) else: tmpArray1.add(i) tmpArray2.add(i) for i in tmpArray2: print(i)
18.714286
42
0.603053
e6c60d4fe212527f51e4cf099e6d8185c934aa4e
164
py
Python
tests/testsoma.py
gtmadureira/Python
38de6c56fec1d22662f30c1ff4d4f4f411678484
[ "MIT" ]
4
2020-04-10T05:48:46.000Z
2021-07-14T10:56:19.000Z
tests/testsoma.py
gtmadureira/Python
38de6c56fec1d22662f30c1ff4d4f4f411678484
[ "MIT" ]
1
2020-05-09T21:00:52.000Z
2020-05-09T21:00:52.000Z
tests/testsoma.py
gtmadureira/Python
38de6c56fec1d22662f30c1ff4d4f4f411678484
[ "MIT" ]
null
null
null
import unittest from hf_src.main import soma
20.5
42
0.743902
e6c6e8aaf6429afdb1edbeda8513d241f632fc14
6,867
py
Python
src/oictest/setup.py
rohe/oictest
f6f0800220befd5983b8cb34a5c984f98855d089
[ "Apache-2.0" ]
32
2015-01-02T20:15:17.000Z
2020-02-15T20:46:25.000Z
src/oictest/setup.py
rohe/oictest
f6f0800220befd5983b8cb34a5c984f98855d089
[ "Apache-2.0" ]
8
2015-02-23T19:48:53.000Z
2016-01-20T08:24:05.000Z
src/oictest/setup.py
rohe/oictest
f6f0800220befd5983b8cb34a5c984f98855d089
[ "Apache-2.0" ]
17
2015-01-02T20:15:22.000Z
2022-03-22T22:58:28.000Z
import copy import json from oic.utils.authn.client import CLIENT_AUTHN_METHOD from oic.utils.keyio import KeyJar from oic.utils.keyio import KeyBundle __author__ = 'roland' import logging logger = logging.getLogger(__name__) def request_and_return(conv, url, response=None, method="GET", body=None, ...
28.6125
80
0.553371
e6c8040bae19150daa4afa3909164f31bd76f5c3
2,696
py
Python
HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiNoLep_cfi.py
PKUfudawei/cmssw
8fbb5ce74398269c8a32956d7c7943766770c093
[ "Apache-2.0" ]
1
2021-11-30T16:24:46.000Z
2021-11-30T16:24:46.000Z
HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiNoLep_cfi.py
PKUfudawei/cmssw
8fbb5ce74398269c8a32956d7c7943766770c093
[ "Apache-2.0" ]
4
2021-11-29T13:57:56.000Z
2022-03-29T06:28:36.000Z
HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiNoLep_cfi.py
PKUfudawei/cmssw
8fbb5ce74398269c8a32956d7c7943766770c093
[ "Apache-2.0" ]
1
2021-11-30T16:16:05.000Z
2021-11-30T16:16:05.000Z
import FWCore.ParameterSet.Config as cms hltPFPuppiNoLep = cms.EDProducer("PuppiProducer", DeltaZCut = cms.double(0.1), DeltaZCutForChargedFromPUVtxs = cms.double(0.2), EtaMaxCharged = cms.double(99999.0), EtaMaxPhotons = cms.double(2.5), EtaMinUseDeltaZ = cms.double(-1.0), MinPuppiWeight = cms...
37.971831
65
0.563427
e6c80a99d05f2b6649c49c64c56164c81a82517f
29,212
py
Python
wizbin/build.py
RogueScholar/debreate
0abc168c51336b31ff87c61f84bc7bb6000e88f4
[ "MIT" ]
97
2016-09-16T08:44:04.000Z
2022-01-29T22:30:18.000Z
wizbin/build.py
RogueScholar/debreate
0abc168c51336b31ff87c61f84bc7bb6000e88f4
[ "MIT" ]
34
2016-09-20T00:42:45.000Z
2021-04-16T07:21:44.000Z
wizbin/build.py
RogueScholar/debreate
0abc168c51336b31ff87c61f84bc7bb6000e88f4
[ "MIT" ]
24
2016-09-16T08:44:56.000Z
2021-07-29T11:32:47.000Z
# -*- coding: utf-8 -*- ## \package wizbin.build # MIT licensing # See: docs/LICENSE.txt import commands, os, shutil, subprocess, traceback, wx from dbr.functions import FileUnstripped from dbr.language import GT from dbr.log import DebugEnabled from dbr.log import Logger from dbr.md5 import WriteMD5 from ...
28.251451
151
0.691736
e6c8ce8afe1fef7a0e2e19b44facdada82817d59
311
py
Python
__main__.py
maelstromdat/YOSHI
67e5176f24ff12e598025d4250b408da564f53d1
[ "Apache-2.0" ]
6
2017-05-07T09:39:18.000Z
2021-10-07T01:46:08.000Z
__main__.py
maelstromdat/YOSHI
67e5176f24ff12e598025d4250b408da564f53d1
[ "Apache-2.0" ]
1
2018-01-15T15:31:03.000Z
2018-01-15T15:31:03.000Z
__main__.py
maelstromdat/YOSHI
67e5176f24ff12e598025d4250b408da564f53d1
[ "Apache-2.0" ]
5
2020-02-28T04:16:16.000Z
2021-04-30T09:35:19.000Z
from YoshiViz import Gui if __name__ == '__main__': #file director gui = Gui.Gui() """ report_generator.\ generate_pdf_report(fileDirectory, repositoryName, tempCommunityType) """ print('the type of', repositoryName, 'is', tempCommunityType, '\n"check .\YoshiViz\output"')
25.916667
96
0.662379
e6c97a9ee684956ae509733d7e8dff568dd9da66
623
py
Python
hpotter/src/lazy_init.py
LarsenClose/dr.hpotter
ef6199ab563a92f3e4916277dbde9217126f36a9
[ "MIT" ]
1
2021-08-15T09:24:20.000Z
2021-08-15T09:24:20.000Z
hpotter/src/lazy_init.py
LarsenClose/dr.hpotter
ef6199ab563a92f3e4916277dbde9217126f36a9
[ "MIT" ]
18
2021-02-01T21:58:20.000Z
2021-05-24T17:10:25.000Z
hpotter/src/lazy_init.py
LarsenClose/dr.hpotter
ef6199ab563a92f3e4916277dbde9217126f36a9
[ "MIT" ]
1
2021-06-19T12:49:54.000Z
2021-06-19T12:49:54.000Z
''' Wrap an __init__ function so that I don't have to assign all the parameters to a self. variable. ''' # https://stackoverflow.com/questions/5048329/python-decorator-for-automatic-binding-init-arguments import inspect from functools import wraps def lazy_init(init): ''' Create an annotation to assign all the p...
28.318182
99
0.686998
e6cb19760623f02a584f4187adb3490f5de6005b
781
py
Python
main.py
technojam/MLian
7632c5c7d4c44b1d87de9ab23c1ed7293962ca49
[ "MIT" ]
1
2021-12-18T19:54:45.000Z
2021-12-18T19:54:45.000Z
main.py
technojam/MLian
7632c5c7d4c44b1d87de9ab23c1ed7293962ca49
[ "MIT" ]
2
2021-12-18T19:50:08.000Z
2021-12-18T19:52:20.000Z
main.py
technojam/MLian
7632c5c7d4c44b1d87de9ab23c1ed7293962ca49
[ "MIT" ]
1
2022-03-01T14:13:27.000Z
2022-03-01T14:13:27.000Z
# def register_feed(): import os import cv2 path = '/UserImage' cam = cv2.VideoCapture(0) name=input("Name: ") cv2.namedWindow("test") img_counter = 0 while True: ret, frame = cam.read() if not ret: print("failed to grab frame") break else: cv2.imshow("test", frame) k = c...
22.314286
66
0.541613
e6cb563badebdde1d425f141d7f04f5b497ea2ae
2,643
py
Python
models/train.py
Hiwyl/keras_cnn_finetune
f424302a72c8d05056a9af6f9b293003acb8398d
[ "MIT" ]
1
2019-09-30T01:07:03.000Z
2019-09-30T01:07:03.000Z
models/train.py
Hiwyl/keras_cnn_finetune
f424302a72c8d05056a9af6f9b293003acb8398d
[ "MIT" ]
null
null
null
models/train.py
Hiwyl/keras_cnn_finetune
f424302a72c8d05056a9af6f9b293003acb8398d
[ "MIT" ]
null
null
null
# -*- encoding: utf-8 -*- ''' @Author : lance @Email : wangyl306@163.com ''' import time from model_cx.inceptionresnet import inceptionresnet from model_cx.vgg19two import vgg19_all_lr from model_cx.inceptionv3 import inceptionv3 from model_cx.densenet import densenet from model_cx.nasnet import nas...
31.094118
90
0.623156
e6cb633a5c540a02c577994bd8b8eebe64755249
3,275
py
Python
src/probnum/randprocs/markov/integrator/_preconditioner.py
alpiges/probnum
2e4153cb0df559984e09ec74487ef6c9d3f6d464
[ "MIT" ]
null
null
null
src/probnum/randprocs/markov/integrator/_preconditioner.py
alpiges/probnum
2e4153cb0df559984e09ec74487ef6c9d3f6d464
[ "MIT" ]
40
2021-04-12T07:56:29.000Z
2022-03-28T00:18:18.000Z
src/probnum/randprocs/markov/integrator/_preconditioner.py
alpiges/probnum
2e4153cb0df559984e09ec74487ef6c9d3f6d464
[ "MIT" ]
null
null
null
"""Coordinate changes in state space models.""" import abc try: # cached_property is only available in Python >=3.8 from functools import cached_property except ImportError: from cached_property import cached_property import numpy as np import scipy.special # for vectorised factorial from probnum impor...
34.114583
101
0.685802
e6cc468eac9d6881bb54cbc2d585ee21f2641f3f
2,345
py
Python
allauth/socialaccount/providers/linkedin/provider.py
mina-gaid/scp
38e1cd303d4728a987df117f666ce194e241ed1a
[ "MIT" ]
1
2018-04-06T21:36:59.000Z
2018-04-06T21:36:59.000Z
allauth/socialaccount/providers/linkedin/provider.py
mina-gaid/scp
38e1cd303d4728a987df117f666ce194e241ed1a
[ "MIT" ]
6
2020-06-05T18:44:19.000Z
2022-01-13T00:48:56.000Z
allauth/socialaccount/providers/linkedin/provider.py
mina-gaid/scp
38e1cd303d4728a987df117f666ce194e241ed1a
[ "MIT" ]
1
2022-02-01T17:19:28.000Z
2022-02-01T17:19:28.000Z
from allauth.socialaccount import providers from allauth.socialaccount.providers.base import ProviderAccount from allauth.socialaccount.providers.oauth.provider import OAuthProvider from allauth.socialaccount import app_settings providers.registry.register(LinkedInProvider)
34.485294
78
0.594456
e6ccbdf212404d1bb840cdf710923204e7c1baa5
4,744
py
Python
game2048/myNew.py
CCTQL/2048-api
a75316a90e9a7c8c9171e39e1d1fc24cbac3ba1a
[ "Apache-2.0" ]
null
null
null
game2048/myNew.py
CCTQL/2048-api
a75316a90e9a7c8c9171e39e1d1fc24cbac3ba1a
[ "Apache-2.0" ]
null
null
null
game2048/myNew.py
CCTQL/2048-api
a75316a90e9a7c8c9171e39e1d1fc24cbac3ba1a
[ "Apache-2.0" ]
null
null
null
import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim from torchvision import datasets from torch.autograd import Variable from sklearn.model_selection import train_test_split import time import pandas as pd import numpy as np import csv batch_size = 128 NUM_EPOC...
27.421965
87
0.572513