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
3b3666930d6995caea754b79c0c21bae3db8e9e7
2,472
py
Python
hosting-scripts/leaseweb_invoices.py
sromanenko/hand-tools
50be74f07c8f8f6bb89e6470c4370c62c2fbc2e0
[ "MIT" ]
null
null
null
hosting-scripts/leaseweb_invoices.py
sromanenko/hand-tools
50be74f07c8f8f6bb89e6470c4370c62c2fbc2e0
[ "MIT" ]
null
null
null
hosting-scripts/leaseweb_invoices.py
sromanenko/hand-tools
50be74f07c8f8f6bb89e6470c4370c62c2fbc2e0
[ "MIT" ]
1
2020-10-05T08:11:13.000Z
2020-10-05T08:11:13.000Z
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import requests import gspread import config from oauth2client.service_account import ServiceAccountCredentials as Account api_url = 'https://api.leaseweb.com/invoices/v1/invoices' # Google sheet scope = ['https://spreadsheets.google.com/feeds', 'https://www...
28.413793
77
0.637136
3b377d3baccb78698043aba61e68c933edadec23
2,499
py
Python
scrapy_ddiy/utils/common.py
LZC6244/scrapy_ddiy
1bf7cdd382afd471af0bf7069b377fb364dc4730
[ "MIT" ]
9
2021-05-17T02:55:16.000Z
2022-03-28T08:36:50.000Z
scrapy_ddiy/utils/common.py
LZC6244/scrapy_ddiy
1bf7cdd382afd471af0bf7069b377fb364dc4730
[ "MIT" ]
null
null
null
scrapy_ddiy/utils/common.py
LZC6244/scrapy_ddiy
1bf7cdd382afd471af0bf7069b377fb364dc4730
[ "MIT" ]
1
2022-01-23T06:28:31.000Z
2022-01-23T06:28:31.000Z
# -*- coding: utf-8 -*- import ast import redis import socket import hashlib import pymongo from scrapy import Request from w3lib.url import canonicalize_url from scrapy.utils.python import to_bytes def get_str_md5(string: str, encoding='utf-8'): """ MD5 :param string: :param encoding: :return: ...
27.163043
113
0.612245
3b380e0ffaac00c93adb248541f24f62ceacc3dd
7,392
py
Python
src/ctc/toolbox/amm_utils/cpmm/cpmm_trade.py
fei-protocol/checkthechain
ec838f3d0d44af228f45394d9ba8d8eb7f677520
[ "MIT" ]
94
2022-02-15T19:34:49.000Z
2022-03-26T19:26:22.000Z
src/ctc/toolbox/amm_utils/cpmm/cpmm_trade.py
fei-protocol/checkthechain
ec838f3d0d44af228f45394d9ba8d8eb7f677520
[ "MIT" ]
7
2022-03-03T02:58:47.000Z
2022-03-11T18:41:05.000Z
src/ctc/toolbox/amm_utils/cpmm/cpmm_trade.py
fei-protocol/checkthechain
ec838f3d0d44af228f45394d9ba8d8eb7f677520
[ "MIT" ]
7
2022-02-15T17:53:07.000Z
2022-03-17T19:14:17.000Z
from __future__ import annotations import decimal from ctc.toolbox import validate_utils from . import cpmm_spec def trade( x_reserves: int | float, y_reserves: int | float, x_sold: int | float | None = None, x_bought: int | float | None = None, y_sold: int | float | None = None, y_bought: i...
28.875
80
0.597673
3b38ef2961c998d8a6b7e0cf700fee710c14fe96
4,245
py
Python
part2_streaming/ingestion/load_data.py
jkielbaey/coursera-cloud-computing-capstone
616ac5e9a58140e104b65162ca5073d507792e46
[ "MIT" ]
3
2019-12-26T15:17:54.000Z
2022-03-23T09:54:02.000Z
part2_streaming/ingestion/load_data.py
jkielbaey/coursera-cloud-computing-capstone
616ac5e9a58140e104b65162ca5073d507792e46
[ "MIT" ]
null
null
null
part2_streaming/ingestion/load_data.py
jkielbaey/coursera-cloud-computing-capstone
616ac5e9a58140e104b65162ca5073d507792e46
[ "MIT" ]
2
2019-10-04T08:28:35.000Z
2020-06-27T18:49:45.000Z
#!/usr/bin/env python3 import boto3 import csv import json import re import os import logging from multiprocessing import Pool import sys sys.path.insert(0, './lib') from kafka import KafkaProducer lambda_client = boto3.client('lambda') bucket_name = None kafka_topic = None logging.basicConfig(format='%(levelname)s...
30.321429
75
0.619552
3b399f0d24af2651e241a2dbc09d0bd6f463382a
119
py
Python
campus_app/admin.py
VSSantana/APP-Campus-Online-v5.0
19e74832527e5a3beb479d4fe8a595caa319f914
[ "MIT" ]
1
2021-04-12T13:34:00.000Z
2021-04-12T13:34:00.000Z
campus_app/admin.py
VSSantana/APP-Campus-Online-v5.0
19e74832527e5a3beb479d4fe8a595caa319f914
[ "MIT" ]
19
2021-05-14T20:56:29.000Z
2022-02-10T11:59:33.000Z
APP-Campus-Online-v6.0/campus_app/admin.py
Benedito-Medeiros-Neto-UnB/TacProgWeb
c7d795a69524e428988d4ed796f4a1c2ded035e3
[ "MIT" ]
10
2021-05-13T16:18:53.000Z
2021-11-08T14:30:08.000Z
from django.contrib import admin from .models import Noticia # Register your models here. admin.site.register(Noticia)
23.8
32
0.815126
3b39d14aa460ee7aad9a34f8b5f86ea2f7ba1e12
5,144
py
Python
main_simV4.py
iexarchos/motion_imitation
ea9004f77405c8eb1e8a53650dffa723f86018d9
[ "Apache-2.0" ]
null
null
null
main_simV4.py
iexarchos/motion_imitation
ea9004f77405c8eb1e8a53650dffa723f86018d9
[ "Apache-2.0" ]
null
null
null
main_simV4.py
iexarchos/motion_imitation
ea9004f77405c8eb1e8a53650dffa723f86018d9
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Mon Apr 6 14:09:05 2020 @author: yannis """ import torch import random from pdb import set_trace as bp from a2c_ppo_acktr.envs import make_vec_envs from a2c_ppo_acktr.utils import get_vec_normalize import motion_imitation import time import numpy as np ...
32.974359
137
0.565708
3b3fd98acac07ed593a7ca205f7cd51abad26fa3
1,585
py
Python
setup.py
NaturalCycles/hailstorms
779fb9a2d3d291ec3a51f17302e3c709054aa78a
[ "MIT" ]
2
2018-12-21T12:42:02.000Z
2021-05-12T09:01:22.000Z
setup.py
NaturalCycles/hailstorms
779fb9a2d3d291ec3a51f17302e3c709054aa78a
[ "MIT" ]
null
null
null
setup.py
NaturalCycles/hailstorms
779fb9a2d3d291ec3a51f17302e3c709054aa78a
[ "MIT" ]
1
2018-12-06T10:12:18.000Z
2018-12-06T10:12:18.000Z
# -*- coding: utf-8 -*- import ast import os import re from setuptools import find_packages, setup setup( name='hailstorms', version='1.0.5', description="Distributed load testing framework", long_description="""Hailstorm is a simplified config based, distributed load testing framework""", classif...
33.020833
102
0.603155
3b40b53be905051fc29376c809a528f0f56e00ed
3,747
py
Python
distribution/src/assembly/test/test.py
aliyun/alibabacloud-maxcompute-tool-migrate
22ba9d36c0fe9b79b3d91766a22ec43372b6c540
[ "Apache-2.0" ]
19
2019-12-17T10:00:59.000Z
2022-03-20T03:20:42.000Z
distribution/src/assembly/test/test.py
aliyun/alibabacloud-maxcompute-tool-migrate
22ba9d36c0fe9b79b3d91766a22ec43372b6c540
[ "Apache-2.0" ]
73
2020-08-13T10:40:16.000Z
2022-03-21T06:57:36.000Z
distribution/src/assembly/test/test.py
aliyun/alibabacloud-maxcompute-tool-migrate
22ba9d36c0fe9b79b3d91766a22ec43372b6c540
[ "Apache-2.0" ]
6
2020-08-13T10:42:21.000Z
2022-01-13T04:04:24.000Z
# # Copyright 1999-2021 Alibaba Group Holding 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...
30.966942
76
0.631705
3b429026656499e942a38341d6e198b9bfc94595
1,740
py
Python
src/muses/search_index/documents/helpers.py
Aincient/cleo
933ef372fa7847d943206d72bfb03c201dbafbd6
[ "Apache-2.0" ]
null
null
null
src/muses/search_index/documents/helpers.py
Aincient/cleo
933ef372fa7847d943206d72bfb03c201dbafbd6
[ "Apache-2.0" ]
null
null
null
src/muses/search_index/documents/helpers.py
Aincient/cleo
933ef372fa7847d943206d72bfb03c201dbafbd6
[ "Apache-2.0" ]
3
2018-10-01T12:04:36.000Z
2021-01-07T09:30:50.000Z
import csv import logging __all__ = ( 'read_synonyms', ) LOGGER = logging.getLogger(__name__) def read_synonyms(path): """Read synonyms. Read synonyms from the following format: word_id;preferred_EN;variant1;variant2;variant3;variant4;variant5 1;Anatolia;anatolia;anatolie;anatolien;; ...
28.064516
75
0.543678
3b46710ce31a8de493b043c80a7fb418b77deda4
5,503
py
Python
GxbManager.py
moonmagian/GxbManager
fb6c31ce6b53f049ca1b40129e57ab04189d1a28
[ "MIT" ]
3
2018-08-31T07:33:12.000Z
2019-06-10T14:21:38.000Z
GxbManager.py
moonmagian/GxbManager
fb6c31ce6b53f049ca1b40129e57ab04189d1a28
[ "MIT" ]
null
null
null
GxbManager.py
moonmagian/GxbManager
fb6c31ce6b53f049ca1b40129e57ab04189d1a28
[ "MIT" ]
2
2018-08-20T14:45:11.000Z
2018-08-24T09:12:47.000Z
from selenium import webdriver import selenium from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.common.by import By from selenium.common.exceptions import TimeoutException import re STATUS_OUTPUT = \ '''Video: {0} Status...
32.952096
105
0.652008
3b46ed8634fc704f45f15531d6f71a175564ad9b
16,090
py
Python
statey/fsm.py
cfeenstra67/statey
6d127ed48265e2e072fbb26486458a4b28a333ec
[ "MIT" ]
4
2021-02-16T19:34:38.000Z
2022-01-31T16:44:14.000Z
statey/fsm.py
cfeenstra67/statey
6d127ed48265e2e072fbb26486458a4b28a333ec
[ "MIT" ]
null
null
null
statey/fsm.py
cfeenstra67/statey
6d127ed48265e2e072fbb26486458a4b28a333ec
[ "MIT" ]
null
null
null
import abc import dataclasses as dc import enum import types as pytypes from collections import Counter from functools import wraps, partial from typing import Sequence, Callable, Type as PyType, Dict, Any, Optional import networkx as nx import statey as st from statey import resource, task, exc from statey.provider ...
32.374245
97
0.636482
3b4761fe2b3dfb5179be295baf3be2ef36b02d3e
2,555
py
Python
aicup-python/model/unit.py
arijitgupta42/RAIC-2019
e17828a4a6ac7990fe340b56276378be2297397f
[ "MIT" ]
null
null
null
aicup-python/model/unit.py
arijitgupta42/RAIC-2019
e17828a4a6ac7990fe340b56276378be2297397f
[ "MIT" ]
null
null
null
aicup-python/model/unit.py
arijitgupta42/RAIC-2019
e17828a4a6ac7990fe340b56276378be2297397f
[ "MIT" ]
null
null
null
from .vec2_double import Vec2Double from .vec2_double import Vec2Double from .jump_state import JumpState from .weapon import Weapon
37.028986
132
0.585127
3b4829ba1c98a7bf3d58887a33bd74f5459ae8e5
457
py
Python
tvempresa/src/apps/web/urls.py
ddvloayza/str3am-app
89c844cf8cfcc3c40e696db0feedfd1b21682989
[ "MIT" ]
null
null
null
tvempresa/src/apps/web/urls.py
ddvloayza/str3am-app
89c844cf8cfcc3c40e696db0feedfd1b21682989
[ "MIT" ]
null
null
null
tvempresa/src/apps/web/urls.py
ddvloayza/str3am-app
89c844cf8cfcc3c40e696db0feedfd1b21682989
[ "MIT" ]
null
null
null
from django.urls import path from django.conf.urls import url from .views import (home, capitulo_detalle, buscador, app, app_ios) from .api import CapitulosList, CapitulosDetail app_name = 'web' urlpatterns = [ url(r'^$', home, name='home'), url(r'^capitulo/(?P<slug>[-\w]+)/$', capitulo_detalle, name='capitulo_det...
26.882353
81
0.68709
3b489c9ebfe89f6bd772777f5f5df11e70f892e2
26,402
py
Python
gmusicapi/metadata_pb2.py
antimatter15/Unofficial-Google-Music-API
4c7531dc49d17f421ec542aec0a43d4fdf5b5acc
[ "BSD-3-Clause" ]
1
2016-11-01T15:24:21.000Z
2016-11-01T15:24:21.000Z
gmusicapi/metadata_pb2.py
odiroot/Unofficial-Google-Music-API
d192908ec636c4a252ffe232d873924eb56e47df
[ "BSD-3-Clause" ]
null
null
null
gmusicapi/metadata_pb2.py
odiroot/Unofficial-Google-Music-API
d192908ec636c4a252ffe232d873924eb56e47df
[ "BSD-3-Clause" ]
1
2018-04-05T18:37:35.000Z
2018-04-05T18:37:35.000Z
# Generated by the protocol buffer compiler. DO NOT EDIT! from google.protobuf import descriptor from google.protobuf import message from google.protobuf import reflection from google.protobuf import descriptor_pb2 # @@protoc_insertion_point(imports) DESCRIPTOR = descriptor.FileDescriptor( name='metadata.proto', ...
37.609687
2,401
0.715703
3b48b5c6b0beab4348ea4b329be5dc752fd9b9ac
992
py
Python
tests/pages/mobile/article.py
navgurukul-shivani18/kitsune
a7cf49ab1bfcf4e770938116968824b2b0fa5bb1
[ "BSD-3-Clause" ]
4
2021-05-17T11:38:08.000Z
2021-08-19T06:42:39.000Z
tests/pages/mobile/article.py
navgurukul-shivani18/kitsune
a7cf49ab1bfcf4e770938116968824b2b0fa5bb1
[ "BSD-3-Clause" ]
32
2021-04-15T22:35:58.000Z
2022-01-04T21:30:05.000Z
tests/pages/mobile/article.py
navgurukul-shivani18/kitsune
a7cf49ab1bfcf4e770938116968824b2b0fa5bb1
[ "BSD-3-Clause" ]
3
2020-06-14T06:59:46.000Z
2020-06-15T14:45:56.000Z
# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import WebDriverWait from pages.mobile.b...
36.740741
84
0.745968
3b4a40f899a77b427cfbccdfdad28f929fa2fc9b
10,008
py
Python
modules/jwtoken/handlers/jwtokenhandler.py
umbros/spid-sp-sapspid
5546aeb2bc968d26537732af8e7aee52d1896e99
[ "MIT" ]
6
2017-09-30T11:10:22.000Z
2022-02-04T19:42:28.000Z
modules/jwtoken/handlers/jwtokenhandler.py
umbros/spid-sp-sapspid
5546aeb2bc968d26537732af8e7aee52d1896e99
[ "MIT" ]
4
2019-01-30T13:38:42.000Z
2021-03-28T14:51:31.000Z
modules/jwtoken/handlers/jwtokenhandler.py
umbros/spid-sp-sapspid
5546aeb2bc968d26537732af8e7aee52d1896e99
[ "MIT" ]
4
2017-10-06T14:17:50.000Z
2021-02-18T08:38:19.000Z
from response import ResponseObj from response import RequestHandler from request import RequestObjNew import tornado.web import traceback import tornado.gen import tornado.ioloop import tornado.concurrent import logging from lib.customException import ApplicationException import globalsObj import re import jwtoken.li...
42.769231
135
0.611511
3b4ade8bc607cded2275ae6b39e470674d788698
481
py
Python
chat/routing.py
yccye/CT_AI_web
267553d3aaaef78f7dbdd652c0f1868ec60862c2
[ "MulanPSL-1.0" ]
5
2021-05-25T07:53:36.000Z
2021-11-23T13:04:51.000Z
chat/routing.py
yccye/CT_AI_web
267553d3aaaef78f7dbdd652c0f1868ec60862c2
[ "MulanPSL-1.0" ]
1
2021-11-07T14:41:52.000Z
2021-11-07T15:34:28.000Z
chat/routing.py
yccye/CT_AI_web
267553d3aaaef78f7dbdd652c0f1868ec60862c2
[ "MulanPSL-1.0" ]
2
2021-11-07T13:29:13.000Z
2022-03-10T12:13:04.000Z
"""consumerwebsocket""" from django.conf.urls import url from django.urls import path from . import consumers websocket_urlpatterns = [ # url(r'^ws/chat/(?P<room_name>[^/]+)/$', consumers.ChatConsumer), path('ws/chat/<room_name>/', consumers.ChatConsumer), path('wss/chat/<room_name>/', consumers.ChatCons...
32.066667
70
0.717256
3b4b9354311551bc2bc10d92b23b0b7e560e5d2c
510
py
Python
pylon/aws/ssm.py
ch41rmn/pylon-oss
c9ad06438e4d6c8b496b92eabd07d2b12e661e6e
[ "Apache-2.0" ]
3
2020-09-27T02:09:52.000Z
2022-02-25T02:30:24.000Z
pylon/aws/ssm.py
ch41rmn/pylon-oss
c9ad06438e4d6c8b496b92eabd07d2b12e661e6e
[ "Apache-2.0" ]
8
2020-09-24T07:47:14.000Z
2020-10-16T08:48:38.000Z
pylon/aws/ssm.py
ch41rmn/pylon-oss
c9ad06438e4d6c8b496b92eabd07d2b12e661e6e
[ "Apache-2.0" ]
4
2020-09-24T07:41:23.000Z
2020-09-27T02:07:01.000Z
import boto3 import typing import functools from ._bases import BaseMixin from ..utils import logging
22.173913
75
0.692157
3b4dd016a5a62e889caf8de8f14b9ed9c6e05dee
3,020
py
Python
src/main.py
Maffey/pomelo-discord-bot
22ea6d9547faf086c2eeb669a983fe3fffea0b29
[ "MIT" ]
3
2020-07-02T18:08:02.000Z
2021-12-11T11:08:18.000Z
src/main.py
Maffey/PomeloDiscordBot
7a79d2cfddc46821d216af715933d314c654812b
[ "MIT" ]
1
2022-02-23T21:41:16.000Z
2022-02-23T21:41:16.000Z
src/main.py
Maffey/pomelo-discord-bot
22ea6d9547faf086c2eeb669a983fe3fffea0b29
[ "MIT" ]
null
null
null
import logging import os import sys import traceback from itertools import cycle import discord from discord.ext import commands, tasks # Log information about bot operations. logging.basicConfig(level=logging.INFO) # Get Discord token from environmental variable. DISCORD_BOT_TOKEN = os.getenv("DISCORD_BOT_TOKEN") ...
32.473118
120
0.705629
3b54a297ca4333bc469b722207d046594617f664
14,209
py
Python
explainer.py
bohemian-ai/POS-Tag-Humanizer
d95f347cfde36ae3565a7b1d9b7293bf2aa87f44
[ "MIT" ]
null
null
null
explainer.py
bohemian-ai/POS-Tag-Humanizer
d95f347cfde36ae3565a7b1d9b7293bf2aa87f44
[ "MIT" ]
null
null
null
explainer.py
bohemian-ai/POS-Tag-Humanizer
d95f347cfde36ae3565a7b1d9b7293bf2aa87f44
[ "MIT" ]
null
null
null
from termcolor import cprint, colored # Reference: https://ufal.mff.cuni.cz/pdt/Morphology_and_Tagging/Doc/hmptagqr.html # Morphodita online demo: http://lindat.mff.cuni.cz/services/morphodita/ categories = [ {'POS': 'Part of Speech'}, {'SUBPOS': 'Detailed Part of Speech'}, {'GENDER': 'Gender'}, {'NUM...
48.166102
243
0.589767
3b56c27371d7864fd9724c051669c52b7b5c54a4
1,796
py
Python
humans.py
AlexTaguchi/image-segmentation
a0cff755d5b6478bb70e30c623fb62a676cc851a
[ "MIT" ]
null
null
null
humans.py
AlexTaguchi/image-segmentation
a0cff755d5b6478bb70e30c623fb62a676cc851a
[ "MIT" ]
null
null
null
humans.py
AlexTaguchi/image-segmentation
a0cff755d5b6478bb70e30c623fb62a676cc851a
[ "MIT" ]
null
null
null
# Real-time human segmentation with a web camera # Modules import cv2 import matplotlib.pyplot as plt import numpy as np from PIL import Image import time import torch from torchvision import transforms # Use GPU if available device = 'cuda' if torch.cuda.is_available() else 'cpu' # Load Pretrained DeepLabV3 model =...
26.411765
87
0.678174
3b579891ec54a7eaab385d732105f141cf6b521b
2,276
py
Python
telesignenterprise/telebureau.py
Coffee-Meets-Bagel/python_telesign_enterprise
7a9fbed581967c4c2fb9f9d3c1f8853dd67df58d
[ "MIT" ]
3
2021-06-04T22:55:49.000Z
2021-12-29T00:21:00.000Z
telesignenterprise/telebureau.py
Coffee-Meets-Bagel/python_telesign_enterprise
7a9fbed581967c4c2fb9f9d3c1f8853dd67df58d
[ "MIT" ]
2
2019-10-30T20:04:51.000Z
2022-01-04T09:26:18.000Z
telesignenterprise/telebureau.py
Coffee-Meets-Bagel/python_telesign_enterprise
7a9fbed581967c4c2fb9f9d3c1f8853dd67df58d
[ "MIT" ]
1
2021-07-23T23:34:15.000Z
2021-07-23T23:34:15.000Z
from __future__ import unicode_literals from telesign.rest import RestClient TELEBUREAU_CREATE_RESOURCE = "/v1/telebureau/event" TELEBUREAU_RETRIEVE_RESOURCE = "/v1/telebureau/event/{reference_id}" TELEBUREAU_DELETE_RESOURCE = "/v1/telebureau/event/{reference_id}"
44.627451
119
0.692882
3b590c3afdc8778783a821b7e7abd8d729518eda
6,099
py
Python
old_combine_chrX.py
nikbaya/chrX
9d7859c60ecf35a5db13b973a7d2e44472a08ca6
[ "MIT" ]
null
null
null
old_combine_chrX.py
nikbaya/chrX
9d7859c60ecf35a5db13b973a7d2e44472a08ca6
[ "MIT" ]
null
null
null
old_combine_chrX.py
nikbaya/chrX
9d7859c60ecf35a5db13b973a7d2e44472a08ca6
[ "MIT" ]
null
null
null
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Tue Jul 24 11:26:20 2018 @author: nbaya """ import os import glob import re import pandas as pd from subprocess import call from joblib import Parallel, delayed import multiprocessing import sys import numpy as np v3_path = "/Users/nbaya/Documents/lab/u...
42.950704
178
0.61174
3b59fa3ba836f14bb8c826edd251c3f03ed8f395
120
py
Python
2019_skoltech_ISP/01_beginning/sec03/code/s3/code.py
Lavton/latexLectures
f8491351b2f74884689db24bbce2aa2270fa556a
[ "MIT" ]
5
2019-01-11T08:19:44.000Z
2020-11-24T11:30:48.000Z
2019_skoltech_ISP/01_beginning/sec03/code/s3/code.py
Lavton/latexLectures
f8491351b2f74884689db24bbce2aa2270fa556a
[ "MIT" ]
null
null
null
2019_skoltech_ISP/01_beginning/sec03/code/s3/code.py
Lavton/latexLectures
f8491351b2f74884689db24bbce2aa2270fa556a
[ "MIT" ]
1
2019-01-20T17:52:16.000Z
2019-01-20T17:52:16.000Z
import time if __name__ == "__main__": # execute only if # run as a script f("oo")
13.333333
26
0.541667
3b5c8b09c6cb6d3ec45d0c7c7a5e7ddb300c6483
749
py
Python
Number of Connected Components in an Undirected Graph.py
quake0day/oj
c09333d1738f8735de0d5d825db6f4b707585670
[ "MIT" ]
null
null
null
Number of Connected Components in an Undirected Graph.py
quake0day/oj
c09333d1738f8735de0d5d825db6f4b707585670
[ "MIT" ]
null
null
null
Number of Connected Components in an Undirected Graph.py
quake0day/oj
c09333d1738f8735de0d5d825db6f4b707585670
[ "MIT" ]
null
null
null
a = Solution() print a.countComponents(5, [[0, 1], [1, 2], [2, 3], [3, 4]]) print a.countComponents(5, [[0,1],[1,2],[0,2],[3,4]])
23.40625
60
0.432577
3b5cff844879ff6c055ff9188fef15716ede158b
315
py
Python
0x03-python-data_structures/10-divisible_by_2.py
oluwaseun-ebenezer/holbertonschool-higher_level_programming
e830f969d3ca71abf0a2f6d4f7c64a82337eccd7
[ "MIT" ]
null
null
null
0x03-python-data_structures/10-divisible_by_2.py
oluwaseun-ebenezer/holbertonschool-higher_level_programming
e830f969d3ca71abf0a2f6d4f7c64a82337eccd7
[ "MIT" ]
null
null
null
0x03-python-data_structures/10-divisible_by_2.py
oluwaseun-ebenezer/holbertonschool-higher_level_programming
e830f969d3ca71abf0a2f6d4f7c64a82337eccd7
[ "MIT" ]
null
null
null
#!/usr/bin/python3 # 10-divisible_by_2.py def divisible_by_2(my_list=[]): """Find all multiples of 2 in a list.""" multiples = [] for i in range(len(my_list)): if my_list[i] % 2 == 0: multiples.append(True) else: multiples.append(False) return (multiples)
21
44
0.574603
3b5ddff9ef42a515de33ea1b93647ccd8e085a02
270
py
Python
sema/gen-arm.py
ychen306/vegen
fb979a9d55f95110cc56ac54b1becf88de5ef6d0
[ "MIT" ]
10
2021-05-27T20:31:36.000Z
2022-02-21T20:48:12.000Z
sema/gen-arm.py
ychen306/intrinsics-semantics
517cc090bdec89b254370cf652752e82de19a3f8
[ "MIT" ]
19
2021-05-27T18:58:02.000Z
2021-05-27T18:58:05.000Z
sema/gen-arm.py
ychen306/vegen
fb979a9d55f95110cc56ac54b1becf88de5ef6d0
[ "MIT" ]
6
2021-06-03T05:41:05.000Z
2021-12-24T09:21:36.000Z
import codegen from arm.insts import arm_insts with open('InstSema.arm.cpp', 'w') as f: codegen.emit_instruction_bindings(arm_insts, 'ArmInsts', f) with open('InstWrappers.arm.c', 'w') as f: f.write('#include <arm_neon.h>\n') codegen.emit_wrappers(arm_insts, f)
27
61
0.72963
3b5e8dad9b7d75c51ac3e7b6542b8df80237881b
5,045
py
Python
catalyst_utils/views/api.py
uw-it-aca/catalyst-utils
8f529758098021a76c28caa71f78a4b2d3232c1a
[ "Apache-2.0" ]
null
null
null
catalyst_utils/views/api.py
uw-it-aca/catalyst-utils
8f529758098021a76c28caa71f78a4b2d3232c1a
[ "Apache-2.0" ]
107
2021-11-10T01:13:22.000Z
2022-03-31T18:07:49.000Z
catalyst_utils/views/api.py
uw-it-aca/catalyst-utils
8f529758098021a76c28caa71f78a4b2d3232c1a
[ "Apache-2.0" ]
null
null
null
# Copyright 2022 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.http import HttpResponse from django.views import View from django.utils.decorators import method_decorator from django.contrib.auth.decorators import login_required from django.core.exceptions import ObjectDoesNotExist ...
36.294964
78
0.619425
3b5ebc48c31589e68720d58ebad1837a1abc4854
19,172
py
Python
src/Common/Constants.py
rpgauthier/ComputationalThematicAnalysisToolkit
b615cd92565dcc197f156c0b792fec6892ffe9a4
[ "MIT" ]
null
null
null
src/Common/Constants.py
rpgauthier/ComputationalThematicAnalysisToolkit
b615cd92565dcc197f156c0b792fec6892ffe9a4
[ "MIT" ]
24
2021-11-15T17:07:31.000Z
2022-02-09T22:38:50.000Z
src/Common/Constants.py
rpgauthier/ComputationalThematicAnalysisToolkit
b615cd92565dcc197f156c0b792fec6892ffe9a4
[ "MIT" ]
null
null
null
'''Constants for MachineThematicAnalysis Toolkit''' import sys import os import shutil import platform import wx #import wx.lib.agw.flatnotebook as FNB import External.wxPython.flatnotebook_fix as FNB CUR_VER = '0.8.11' #Variables to configure GUI FNB_STYLE = FNB.FNB_DEFAULT_STYLE|FNB.FNB_HIDE_ON_SINGLE_TAB|FNB.FNB_N...
38.575453
146
0.573075
3b5ef9b26978b78dba17bd6822a33ab2c317e67a
2,421
py
Python
src/pylol_simulator/champion.py
ABostrom/pylol-simulator
1e47dd277a1c61782e6eb9a6edc4fd9512431dbe
[ "MIT" ]
1
2021-05-17T17:33:52.000Z
2021-05-17T17:33:52.000Z
src/pylol_simulator/champion.py
ABostrom/pylol-simulator
1e47dd277a1c61782e6eb9a6edc4fd9512431dbe
[ "MIT" ]
null
null
null
src/pylol_simulator/champion.py
ABostrom/pylol-simulator
1e47dd277a1c61782e6eb9a6edc4fd9512431dbe
[ "MIT" ]
1
2021-03-26T14:49:51.000Z
2021-03-26T14:49:51.000Z
from __future__ import annotations from typing import TYPE_CHECKING if TYPE_CHECKING: from typing import Any from .stats import Stats from functools import partial from functools import partial TargetDummy = partial(Champion, name="Target Dummy", hp=1000) # create a partial function from the champion Aatro...
34.585714
112
0.64684
3b5f690aac3be1062b2477233f74cd76f3202d48
2,816
py
Python
plugin.video.unified.search/search_db.py
mrstealth/kodi-isengard
2f37ba5320c1618fbe635f5683e7329a63195c16
[ "MIT" ]
null
null
null
plugin.video.unified.search/search_db.py
mrstealth/kodi-isengard
2f37ba5320c1618fbe635f5683e7329a63195c16
[ "MIT" ]
null
null
null
plugin.video.unified.search/search_db.py
mrstealth/kodi-isengard
2f37ba5320c1618fbe635f5683e7329a63195c16
[ "MIT" ]
null
null
null
#!/usr/bin/python # Writer (c) 2012, MrStealth # Rev. 1.1.1 # License: Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0) # -*- coding: utf-8 -*- import os import sqlite3 as sqlite import xbmcaddon __addon__ = xbmcaddon.Addon(id='plugin.video.unified.search') addon_path = __addon__.getAddonInfo('path...
32.744186
109
0.627486
3b5f835cc06515c390b13c5d1221de5dc5ebb27d
784
py
Python
examples/longify.py
hmckenzie/tea-lang
d88d63ea600c387d086d19bcb0c9ae54cc78cb68
[ "Apache-2.0" ]
null
null
null
examples/longify.py
hmckenzie/tea-lang
d88d63ea600c387d086d19bcb0c9ae54cc78cb68
[ "Apache-2.0" ]
null
null
null
examples/longify.py
hmckenzie/tea-lang
d88d63ea600c387d086d19bcb0c9ae54cc78cb68
[ "Apache-2.0" ]
null
null
null
''' Author: Eunice Jun (@emjun) Date created: November, 4, 2019 Purpose: Transform a wide format dataset into long format Use: python3 longify.py <data_in_wide_format.csv> ''' import sys import csv import pandas as pd if __name__ == "__main__": if len(sys.argv) != 2: print("Misusing script. Must include...
29.037037
114
0.640306
3b607bc698224eb54df1cdcf13257fe7d16f4a93
2,241
py
Python
akhelpers/Resnet_AK.py
sahilparekh/autokeras-models
237b9900fbe83ef8f9882b257f01986289647797
[ "MIT" ]
null
null
null
akhelpers/Resnet_AK.py
sahilparekh/autokeras-models
237b9900fbe83ef8f9882b257f01986289647797
[ "MIT" ]
null
null
null
akhelpers/Resnet_AK.py
sahilparekh/autokeras-models
237b9900fbe83ef8f9882b257f01986289647797
[ "MIT" ]
null
null
null
import autokeras as ak from tensorflow.python.util import nest from tf2cv.models.resnet import ResNet LAYER_OPTIONS = [[1, 1, 1, 1], [2, 1, 1, 1], [2, 2, 1, 1], [2, 2, 2, 1], [2, 2, 2, 2], [3, 3, 3, 3], [3, 4, 6, 3]]
36.737705
106
0.599732
3b60d399770654bd26d7c840b7fc93de1223aa09
766
py
Python
Codes/data_convertor/change_text_labels.py
AmiirGholamii/semantic-segmentation
16426afdcf9ef2449d5bc3cb86ca1c269e517dab
[ "MIT" ]
2
2021-05-14T07:44:24.000Z
2021-05-19T04:48:03.000Z
Codes/data_convertor/change_text_labels.py
AmiirGholamii/semantic-segmentation
16426afdcf9ef2449d5bc3cb86ca1c269e517dab
[ "MIT" ]
null
null
null
Codes/data_convertor/change_text_labels.py
AmiirGholamii/semantic-segmentation
16426afdcf9ef2449d5bc3cb86ca1c269e517dab
[ "MIT" ]
null
null
null
import os import cv2 import numpy as np directory = "/home/rider/DataSets/Images/Development/humanoid_soccer_dataset/ScreenshotMasks" for filename in os.listdir(directory): if filename.endswith(".txt"): blank_image = np.zeros((480,640), np.uint8) with open(os.path.join(directory, filename)) as f: ...
38.3
93
0.614883
3b63d4b72d8214c1ed9a2a8335427946263ee241
3,524
py
Python
src/python/serif/theory/serif_entity_theory.py
BBN-E/text-open
c508f6caeaa51a43cdb0bc27d8ed77e5750fdda9
[ "Apache-2.0" ]
2
2022-03-24T14:37:51.000Z
2022-03-24T19:56:45.000Z
src/python/serif/theory/serif_entity_theory.py
BBN-E/text-open
c508f6caeaa51a43cdb0bc27d8ed77e5750fdda9
[ "Apache-2.0" ]
null
null
null
src/python/serif/theory/serif_entity_theory.py
BBN-E/text-open
c508f6caeaa51a43cdb0bc27d8ed77e5750fdda9
[ "Apache-2.0" ]
null
null
null
import sys, os from serif.theory.serif_theory import SerifTheory from serif.theory.enumerated_type import MentionType from serif.util.serifxml_utils import CountryIdentifier
37.094737
77
0.619467
3b64724299180dfee117b079d18e0e4f7989c571
169
py
Python
1 - Beginner/2763.py
andrematte/uri-submissions
796e7fee56650d9e882880318d6e7734038be2dc
[ "MIT" ]
1
2020-09-09T12:48:09.000Z
2020-09-09T12:48:09.000Z
1 - Beginner/2763.py
andrematte/uri-submissions
796e7fee56650d9e882880318d6e7734038be2dc
[ "MIT" ]
null
null
null
1 - Beginner/2763.py
andrematte/uri-submissions
796e7fee56650d9e882880318d6e7734038be2dc
[ "MIT" ]
null
null
null
# URI Online Judge CPF = input().split('.') XXX, YYY = CPF[0], CPF[1] ZZZ, DD = CPF[2].split('-')[0], CPF[2].split('-')[1] print(XXX) print(YYY) print(ZZZ) print(DD)
14.083333
52
0.573964
3b64d23b87d1099b18fa084331257778ef9465f0
1,655
py
Python
scripts/bing-images-downloader.py
ZZY2357/auto-workflow
bea6f0c67da524fd08cbf282ea72d821f8d1c9ea
[ "MIT" ]
null
null
null
scripts/bing-images-downloader.py
ZZY2357/auto-workflow
bea6f0c67da524fd08cbf282ea72d821f8d1c9ea
[ "MIT" ]
null
null
null
scripts/bing-images-downloader.py
ZZY2357/auto-workflow
bea6f0c67da524fd08cbf282ea72d821f8d1c9ea
[ "MIT" ]
null
null
null
#!/usr/bin/env python3 import requests from bs4 import BeautifulSoup import os import base64 keyword = input('What do you want? ') save_floder = input('Where do you want to save images?(Default as the current directory) ') if save_floder == '': save_floder = os.getcwd() if not os.path.exists(save_floder): os.mkdir(sa...
34.479167
135
0.647734
3b6ac29e4ec13d34dbb79b65c428b5255729e775
7,313
py
Python
webex_adaptive_card.py
oborys/webex_card_bot
823a2a1eca356a5f9e2a1158209c6ce8f715a5cf
[ "MIT" ]
null
null
null
webex_adaptive_card.py
oborys/webex_card_bot
823a2a1eca356a5f9e2a1158209c6ce8f715a5cf
[ "MIT" ]
null
null
null
webex_adaptive_card.py
oborys/webex_card_bot
823a2a1eca356a5f9e2a1158209c6ce8f715a5cf
[ "MIT" ]
null
null
null
from flask import Flask, request import requests import json import configparser from api_interaction import * # read variables from config credential = configparser.ConfigParser() credential.read('cred.prod') # Import credential bearer_bot = credential['Webex']['WEBEX_TEAMS_TOKEN'] botEmail = credential['Webex']['...
41.551136
188
0.633803
3b6b8fe5725c66cf7e2178e79e839a7f75612950
453
py
Python
handlers/file_handler.py
jstriebel/ai-car
9e4a3b10053effa0660077d97f1ad119dcfb0174
[ "MIT" ]
1
2017-08-14T16:22:15.000Z
2017-08-14T16:22:15.000Z
handlers/file_handler.py
jstriebel/ai-car
9e4a3b10053effa0660077d97f1ad119dcfb0174
[ "MIT" ]
1
2017-08-12T16:44:46.000Z
2017-08-13T15:54:00.000Z
handlers/file_handler.py
jstriebel/ai-car
9e4a3b10053effa0660077d97f1ad119dcfb0174
[ "MIT" ]
3
2017-10-07T14:56:30.000Z
2021-04-09T15:47:01.000Z
from aiohttp import web, WSMsgType import asyncio from handlers.handler import Handler
22.65
75
0.660044
3b6b9817cbd176268a7a34bd88ce4df0849e1e97
798
py
Python
library/ftx/asyncronous/account.py
danyanyam/ftx
32076bc1135e5a1e2bc800f4fff8dff9d7da18f1
[ "MIT" ]
2
2021-09-23T22:59:24.000Z
2021-09-24T05:49:35.000Z
library/ftx/asyncronous/account.py
danyanyam/ftx
32076bc1135e5a1e2bc800f4fff8dff9d7da18f1
[ "MIT" ]
null
null
null
library/ftx/asyncronous/account.py
danyanyam/ftx
32076bc1135e5a1e2bc800f4fff8dff9d7da18f1
[ "MIT" ]
null
null
null
from library.ftx.base import AsyncBaseApiClass
38
84
0.669173
3b709158cf14b1839d6b152a591a9ecf2fc0b0d2
141
py
Python
torchexpo/nlp/sentiment_analysis/__init__.py
torchexpo/torchexpo
88c875358e830065ee23f49f47d4995b5b2d3e3c
[ "Apache-2.0" ]
23
2020-09-08T05:08:46.000Z
2021-08-12T07:16:53.000Z
torchexpo/nlp/sentiment_analysis/__init__.py
torchexpo/torchexpo
88c875358e830065ee23f49f47d4995b5b2d3e3c
[ "Apache-2.0" ]
1
2021-12-05T06:15:18.000Z
2021-12-20T08:10:19.000Z
torchexpo/nlp/sentiment_analysis/__init__.py
torchexpo/torchexpo
88c875358e830065ee23f49f47d4995b5b2d3e3c
[ "Apache-2.0" ]
2
2021-01-12T06:10:53.000Z
2021-07-24T08:21:59.000Z
from torchexpo.nlp.sentiment_analysis.electra import (electra_imdb) from torchexpo.nlp.sentiment_analysis.distilbert import (distilbert_imdb)
70.5
73
0.879433
3b70d07c097a322f4e0382c3338d3a649bb81b52
14,185
py
Python
itracker/pipeline/preprocess.py
djpetti/isl-gazecapture
de0d955d25640facc5d72099fa92a4391643b405
[ "MIT" ]
12
2018-04-14T11:27:52.000Z
2020-11-11T09:18:04.000Z
itracker/pipeline/preprocess.py
Misby/isl-gazecapture
de0d955d25640facc5d72099fa92a4391643b405
[ "MIT" ]
6
2018-11-10T22:07:16.000Z
2020-07-23T09:30:18.000Z
itracker/pipeline/preprocess.py
Misby/isl-gazecapture
de0d955d25640facc5d72099fa92a4391643b405
[ "MIT" ]
5
2018-11-10T21:04:43.000Z
2020-08-21T03:14:02.000Z
import collections import copy import tensorflow as tf
30.439914
81
0.683609
3b70e4c1e7bc801d960c67b7f02acbf422800456
11,178
py
Python
consensus_and_profile.py
ivanmilevtues/BioInformatic
5cb8f3a51f08d6a39732ec2feecc531e11f97797
[ "MIT" ]
null
null
null
consensus_and_profile.py
ivanmilevtues/BioInformatic
5cb8f3a51f08d6a39732ec2feecc531e11f97797
[ "MIT" ]
null
null
null
consensus_and_profile.py
ivanmilevtues/BioInformatic
5cb8f3a51f08d6a39732ec2feecc531e11f97797
[ "MIT" ]
null
null
null
import pprint if __name__ == '__main__': main()
47.364407
60
0.926552
3b711e81bde81605c4cf014bb035a361cda07ea2
1,083
py
Python
backend/tests/python_api_mulltiuser_check/User.py
prisms-center/materialscommons.org
421bd977dc83dc572a60606b5e3c1d8f2b0a7566
[ "MIT" ]
6
2015-09-25T20:07:30.000Z
2021-03-07T02:41:35.000Z
backend/tests/python_api_mulltiuser_check/User.py
materials-commons/materialscommons.org
421bd977dc83dc572a60606b5e3c1d8f2b0a7566
[ "MIT" ]
770
2015-03-04T17:13:31.000Z
2019-05-03T13:55:57.000Z
backend/tests/python_api_mulltiuser_check/User.py
prisms-center/materialscommons.org
421bd977dc83dc572a60606b5e3c1d8f2b0a7566
[ "MIT" ]
3
2016-06-23T19:36:20.000Z
2020-09-06T12:26:00.000Z
import rethinkdb as r from pbkdf2 import crypt import uuid
25.785714
62
0.591874
3b71296702232873c1e4f5d1eea517c841d75064
2,980
py
Python
slixmpp/plugins/xep_0319/idle.py
anirudhrata/slixmpp
1fcee0e80a212eeb274d2f560e69099d8a61bf7f
[ "BSD-3-Clause" ]
86
2016-07-04T13:26:02.000Z
2022-02-19T10:26:21.000Z
slixmpp/plugins/xep_0319/idle.py
anirudhrata/slixmpp
1fcee0e80a212eeb274d2f560e69099d8a61bf7f
[ "BSD-3-Clause" ]
10
2016-09-30T18:55:41.000Z
2020-05-01T14:22:47.000Z
slixmpp/plugins/xep_0319/idle.py
anirudhrata/slixmpp
1fcee0e80a212eeb274d2f560e69099d8a61bf7f
[ "BSD-3-Clause" ]
45
2016-09-30T18:48:41.000Z
2022-03-18T21:39:33.000Z
# Slixmpp: The Slick XMPP Library # Copyright (C) 2013 Nathanael C. Fritz, Lance J.T. Stout # This file is part of Slixmpp. # See the file LICENSE for copying permission. from datetime import datetime, timezone from typing import Optional from slixmpp import JID from slixmpp.stanza import Presence from slixmpp.plugi...
33.483146
84
0.655034
3b713daf543427117e79a8f8e7805cb3d4baae6c
4,687
py
Python
modules/ImageMagickInterface.py
CollinHeist/TitleCardMaker
a5e90b81177e47d565bb47ed429dbf46d8d696f0
[ "MIT" ]
5
2022-01-09T09:51:39.000Z
2022-03-05T15:00:07.000Z
modules/ImageMagickInterface.py
CollinHeist/TitleCardMaker
a5e90b81177e47d565bb47ed429dbf46d8d696f0
[ "MIT" ]
17
2022-02-14T17:50:51.000Z
2022-03-30T03:44:06.000Z
modules/ImageMagickInterface.py
CollinHeist/TitleCardMaker
a5e90b81177e47d565bb47ed429dbf46d8d696f0
[ "MIT" ]
1
2022-01-14T15:08:08.000Z
2022-01-14T15:08:08.000Z
from shlex import split as command_split from subprocess import Popen, PIPE from modules.Debug import log
33.241135
82
0.590356
3b71dd0e376b1aea6b14bf0dfc56584ed3214480
3,939
py
Python
domainbed/lib/Dataset_All.py
zhaoxin94/DomainBed
f880b13a6be82829c7b7c519a7cca54439bda524
[ "MIT" ]
null
null
null
domainbed/lib/Dataset_All.py
zhaoxin94/DomainBed
f880b13a6be82829c7b7c519a7cca54439bda524
[ "MIT" ]
null
null
null
domainbed/lib/Dataset_All.py
zhaoxin94/DomainBed
f880b13a6be82829c7b7c519a7cca54439bda524
[ "MIT" ]
null
null
null
import random from math import sqrt import numpy as np from torch.utils.data import ConcatDataset, Dataset from torchvision import transforms
32.553719
117
0.561056
3b7212e943144c40fd414a0c21cddccd27fe23a0
5,108
py
Python
vision/follow-line/actions.py
ThePBone/RobomasterCheatsheet
14089f4a20d72700e653e291137a4cbc9d13b694
[ "MIT" ]
4
2022-02-08T21:53:57.000Z
2022-03-27T21:28:20.000Z
vision/follow-line/actions.py
ThePBone/RobomasterCheatsheet
14089f4a20d72700e653e291137a4cbc9d13b694
[ "MIT" ]
null
null
null
vision/follow-line/actions.py
ThePBone/RobomasterCheatsheet
14089f4a20d72700e653e291137a4cbc9d13b694
[ "MIT" ]
null
null
null
import math import time from scipy import interpolate from threading import Lock from abc import abstractmethod from library.pid import PID from stack import ActionStack
27.462366
115
0.583594
3b722402e45e22ead2f85ea3f8f782a3a420b3f1
19,001
py
Python
Main.py
PositivePeriod/Touchable
8ecb69bd72f16bc0c244c2e983316659d2db1eb5
[ "MIT" ]
1
2020-07-24T19:29:24.000Z
2020-07-24T19:29:24.000Z
Main.py
PositivePeriod/Touchable
8ecb69bd72f16bc0c244c2e983316659d2db1eb5
[ "MIT" ]
2
2022-01-13T03:01:41.000Z
2022-03-12T00:40:55.000Z
Main.py
PositivePeriod/Touchable
8ecb69bd72f16bc0c244c2e983316659d2db1eb5
[ "MIT" ]
null
null
null
from Canvas import Canvas from Detector import Detector from GUI import GUI from Tracker import Tracker from Function import * from Video import Video from Pen import Pens from Key import Key from Image import ImageManager import tkinter import tkinter.messagebox import tkinter.font import tkinter.simpledialog import ...
48.471939
131
0.495132
3b735bebda012e00718401bc8e40ce311fbf1c60
2,292
py
Python
backend/app/main.py
jonitoh/anonymizer-standalone
46335e84cfa7e44aef299b087b6b4adad6380169
[ "MIT" ]
null
null
null
backend/app/main.py
jonitoh/anonymizer-standalone
46335e84cfa7e44aef299b087b6b4adad6380169
[ "MIT" ]
null
null
null
backend/app/main.py
jonitoh/anonymizer-standalone
46335e84cfa7e44aef299b087b6b4adad6380169
[ "MIT" ]
null
null
null
"""Main entry point of the application""" from fastapi import FastAPI from fastapi.responses import RedirectResponse from fastapi.staticfiles import StaticFiles from fastapi.middleware.cors import CORSMiddleware from pymongo import MongoClient from app.core.config import get_settings from app.internal import create_ap...
26.964706
86
0.676702
3b737ca1f860daa1879d93647b7707dac737931f
1,057
py
Python
SUAVE/SUAVE-2.5.0/trunk/SUAVE/Methods/Geometry/Two_Dimensional/Planform/wing_fuel_volume.py
Vinicius-Tanigawa/Undergraduate-Research-Project
e92372f07882484b127d7affe305eeec2238b8a9
[ "MIT" ]
null
null
null
SUAVE/SUAVE-2.5.0/trunk/SUAVE/Methods/Geometry/Two_Dimensional/Planform/wing_fuel_volume.py
Vinicius-Tanigawa/Undergraduate-Research-Project
e92372f07882484b127d7affe305eeec2238b8a9
[ "MIT" ]
null
null
null
SUAVE/SUAVE-2.5.0/trunk/SUAVE/Methods/Geometry/Two_Dimensional/Planform/wing_fuel_volume.py
Vinicius-Tanigawa/Undergraduate-Research-Project
e92372f07882484b127d7affe305eeec2238b8a9
[ "MIT" ]
null
null
null
## @ingroup Methods-Geometry-Two_Dimensional-Cross_Section-Planform # wing_fuel_volume.py # # Created: Apr 2014, T. Orra # Modified: Sep 2016, E. Botero # ---------------------------------------------------------------------- # Correlation-based methods for wing fuel capacity estimation # ---------------------------...
25.166667
72
0.545885
3b73dd9af423cd6336a9986151cd7a7b2c788948
4,559
py
Python
bycycle/cyclepoints/zerox.py
ryanhammonds/bycycle
c285c5b1bf5de985cea3f0898bf8e2b01171feca
[ "Apache-2.0" ]
48
2019-03-04T22:37:15.000Z
2022-03-28T16:55:52.000Z
bycycle/cyclepoints/zerox.py
ryanhammonds/bycycle
c285c5b1bf5de985cea3f0898bf8e2b01171feca
[ "Apache-2.0" ]
83
2019-02-01T19:09:23.000Z
2022-01-10T20:27:29.000Z
bycycle/cyclepoints/zerox.py
ryanhammonds/bycycle
c285c5b1bf5de985cea3f0898bf8e2b01171feca
[ "Apache-2.0" ]
15
2019-06-04T23:22:37.000Z
2021-12-21T07:49:31.000Z
"""Find zero-crossings for individual cycles.""" from operator import gt, lt import numpy as np ################################################################################################### ################################################################################################### def find_zerox(sig, ...
34.022388
99
0.622286
3b748dc3c04a8889510b5571b932a02c2a3fcf64
334
py
Python
OpenGLES/GLES/gles1.py
pome-ta/pystaGLES
f52b51dd1364f87b22a12d7527482b76e7fab0bb
[ "MIT" ]
null
null
null
OpenGLES/GLES/gles1.py
pome-ta/pystaGLES
f52b51dd1364f87b22a12d7527482b76e7fab0bb
[ "MIT" ]
null
null
null
OpenGLES/GLES/gles1.py
pome-ta/pystaGLES
f52b51dd1364f87b22a12d7527482b76e7fab0bb
[ "MIT" ]
null
null
null
# coding: utf-8 import ctypes # from objc_util import * #import headers.gl_c #import headers.glext_c from OpenGLES.GLES.headers.gl_c import * from OpenGLES.GLES.headers.glext_c import * #reload(headers.gl_c) # reload(headers.glext_c) # ObjCClass("NSBundle").bundleWithPath_("/System/Library/Frameworks/OpenGLES.framew...
22.266667
95
0.778443
3b78751e748e0c28eb4574bc2ceb68edf1932467
209
py
Python
doc/_themes/__init__.py
embedded-devops/Flask-MQTT
bc3a625f14fb4ec8290bf151072c147497f3a0a0
[ "MIT" ]
64
2016-12-10T16:55:32.000Z
2021-01-25T02:15:01.000Z
doc/_themes/__init__.py
embedded-devops/Flask-MQTT
bc3a625f14fb4ec8290bf151072c147497f3a0a0
[ "MIT" ]
2
2017-09-22T09:36:16.000Z
2021-03-22T17:15:52.000Z
doc/_themes/__init__.py
embedded-devops/Flask-MQTT
bc3a625f14fb4ec8290bf151072c147497f3a0a0
[ "MIT" ]
10
2016-12-11T03:19:36.000Z
2021-05-02T14:53:16.000Z
import os __version__ = '1.0.1'
13.933333
53
0.62201
3b7983d4fc08bdb8cabe5630c5fbe52bc0adfdab
552
py
Python
Python-Files/PlotConsole2.py
edwinprojects/DotNet-Matplotlib-Wrapper
df5f9a3d2d0bc9d79dfb62e9690b9a12e3676efa
[ "Apache-2.0" ]
1
2018-11-19T21:46:23.000Z
2018-11-19T21:46:23.000Z
Python-Files/PlotConsole2.py
edwinprojects/DotNet-Matplotlib-Wrapper
df5f9a3d2d0bc9d79dfb62e9690b9a12e3676efa
[ "Apache-2.0" ]
null
null
null
Python-Files/PlotConsole2.py
edwinprojects/DotNet-Matplotlib-Wrapper
df5f9a3d2d0bc9d79dfb62e9690b9a12e3676efa
[ "Apache-2.0" ]
null
null
null
import matplotlib.pyplot as plt fig = plt.figure(facecolor="#979899") ax = plt.gca() ax.set_facecolor("#d1d1d1") plt.xticks([1,2,3,4,5],["11/13\nTue","11/14\nWed","11/15\nThu","11/16\nFri","11/17\nSat"]) plt.yticks([0.0,0.1,0.2,0.3,0.4,0.5],["0 %","0.1 %","0.2 %","0.3 %","0.4 %","0.5 %"]) x = [1,2,3,4,5] y = [0.31,0...
23
90
0.567029
3b7ada4d94b476f49373c95f6b93102fb37d26b1
1,327
py
Python
SampleModels/BasicModel/AnalyseDrifters.py
fearghalodonncha/DeepCurrent
8dfb19b701a225ead61d6015d95c703478035ce0
[ "MIT" ]
32
2018-03-31T22:19:25.000Z
2022-03-14T01:35:23.000Z
SampleModels/BasicModel/AnalyseDrifters.py
fearghalodonncha/DeepCurrent
8dfb19b701a225ead61d6015d95c703478035ce0
[ "MIT" ]
2
2020-04-02T06:13:13.000Z
2021-06-10T07:15:07.000Z
SampleModels/BasicModel/AnalyseDrifters.py
fearghalodonncha/DeepCurrent
8dfb19b701a225ead61d6015d95c703478035ce0
[ "MIT" ]
15
2018-06-27T02:55:23.000Z
2021-09-09T07:51:23.000Z
import numpy as np import matplotlib.pyplot as plt if __name__ == "__main__": main()
32.365854
86
0.568953
3b7b8443e086f193aae994977d55ad1ff72e4870
9,013
py
Python
src/trading_algorithm.py
Blocksize-Capital-GmbH/Quant-VM---Crypto-Arbitrage-Software
aefdab0a4a2ded2556bbf0289bdeb21a91da0b91
[ "Apache-2.0" ]
1
2022-03-20T14:34:51.000Z
2022-03-20T14:34:51.000Z
src/trading_algorithm.py
Blocksize-Capital-GmbH/Quant-VM---Crypto-Arbitrage-Software
aefdab0a4a2ded2556bbf0289bdeb21a91da0b91
[ "Apache-2.0" ]
null
null
null
src/trading_algorithm.py
Blocksize-Capital-GmbH/Quant-VM---Crypto-Arbitrage-Software
aefdab0a4a2ded2556bbf0289bdeb21a91da0b91
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/python3 # -*- coding: utf-8 -*- import os import json import psycopg2 from typing import Dict, List, Tuple, Union from abc import abstractmethod import src.helpers import src.util from src.base_with_database_logger import BaseWithDatabaseAndLogger from src.client.custom_sdk_client import CustomClient from...
39.704846
167
0.606235
3b7be34d2eae28558aea122046d2a25855c0c455
3,705
py
Python
tests/simulated_population.py
samplics-org/samplics
b5f49d075194cc24208f567e6a00e86aa24bec26
[ "MIT" ]
14
2021-05-03T19:59:58.000Z
2022-03-27T18:58:36.000Z
tests/simulated_population.py
samplics-org/samplics
b5f49d075194cc24208f567e6a00e86aa24bec26
[ "MIT" ]
8
2021-06-17T01:13:01.000Z
2022-03-27T18:31:15.000Z
tests/simulated_population.py
survey-methods/samplics
4a0f6ea6168afb74c2ea2c958fb76c7d27dfba83
[ "MIT" ]
2
2020-05-28T20:09:48.000Z
2021-01-19T17:34:22.000Z
import numpy as np population_size = 35000000 admin1_nb = 10 admin1_share = np.array([0.005, 0.020, 0.045, 0.075, 0.095, 0.105, 0.125, 0.130, 0.150, 0.250]) admin1_size = admin1_share * population_size if sum(admin1_share) != 1.000: raise AssertionError("The admin level 1 shares must sum to 1") # admin1 = np.r...
23.449367
96
0.54386
3b7c8242f0a3f98aedead8405d5ecb15fb807c54
1,656
py
Python
scripts/merge_translations.py
okfde/eucopyright
fb17931eb04f62aac49d5c42a853b85341c00bdd
[ "MIT" ]
1
2020-06-28T21:45:27.000Z
2020-06-28T21:45:27.000Z
scripts/merge_translations.py
okfde/eucopyright
fb17931eb04f62aac49d5c42a853b85341c00bdd
[ "MIT" ]
null
null
null
scripts/merge_translations.py
okfde/eucopyright
fb17931eb04f62aac49d5c42a853b85341c00bdd
[ "MIT" ]
1
2015-01-28T10:04:58.000Z
2015-01-28T10:04:58.000Z
import sys import yaml if __name__ == '__main__': main(*sys.argv[1:])
36.8
118
0.650362
3b7d46a7d84bbcd253aef586d838c02ab0106a29
449
py
Python
page/views.py
YUND4/standar_herokuapp
a91981c236062721f32b76e4a61145800a481d64
[ "MIT" ]
null
null
null
page/views.py
YUND4/standar_herokuapp
a91981c236062721f32b76e4a61145800a481d64
[ "MIT" ]
null
null
null
page/views.py
YUND4/standar_herokuapp
a91981c236062721f32b76e4a61145800a481d64
[ "MIT" ]
null
null
null
from django.views.generic import TemplateView, CreateView from django.urls import reverse_lazy from .models import Contact
24.944444
71
0.730512
3b7f19efe5226324127b16d1d9afc2df6edb7254
1,891
py
Python
list_2d_2.py
min-xu-ai/py_perf
ba9f07eefc8031a34fe77f19fc6be19d08344bff
[ "MIT" ]
null
null
null
list_2d_2.py
min-xu-ai/py_perf
ba9f07eefc8031a34fe77f19fc6be19d08344bff
[ "MIT" ]
null
null
null
list_2d_2.py
min-xu-ai/py_perf
ba9f07eefc8031a34fe77f19fc6be19d08344bff
[ "MIT" ]
null
null
null
#!/usr/bin/env pypy3 ''' Testing 2D list (list of lists) data structure. ''' import time import random from lib import benchmark, random_tuple g_list = [] g_size = 0 g_count = 0 g_get_keys = [] g_set_keys = [] def setup(size, density): ''' Populated the table. :param int size: total entries :param flo...
21.735632
66
0.561079
3b7f2b6e0d9ea9418bfa786631467a10dace678f
10,622
py
Python
src/stepfunctions/inputs/placeholders.py
ParidelPooya/aws-step-functions-data-science-sdk-python
173b4635d8fb3ce569515bcfb6fee1d5a2c29b63
[ "Apache-2.0" ]
211
2019-11-07T17:56:56.000Z
2022-03-23T03:04:43.000Z
src/stepfunctions/inputs/placeholders.py
ParidelPooya/aws-step-functions-data-science-sdk-python
173b4635d8fb3ce569515bcfb6fee1d5a2c29b63
[ "Apache-2.0" ]
179
2019-11-08T00:47:08.000Z
2022-03-10T03:03:37.000Z
src/stepfunctions/inputs/placeholders.py
ParidelPooya/aws-step-functions-data-science-sdk-python
173b4635d8fb3ce569515bcfb6fee1d5a2c29b63
[ "Apache-2.0" ]
86
2019-11-20T12:59:03.000Z
2022-03-23T03:04:47.000Z
# Copyright 2019 Amazon.com, Inc. or its affiliates. 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. # A copy of the License is located at # # http://www.apache.org/licenses/LICENSE-2.0 # # or in the "license...
36.129252
150
0.588119
3b8031ca25667feb25f8274399a41253e2becc80
1,177
py
Python
src/mrack/transformers/static.py
dav-pascual/mrack
f31b4ef1f1f847c3e95567ec012323be65a1e177
[ "Apache-2.0" ]
2
2021-05-26T15:57:13.000Z
2021-08-21T02:14:01.000Z
src/mrack/transformers/static.py
dav-pascual/mrack
f31b4ef1f1f847c3e95567ec012323be65a1e177
[ "Apache-2.0" ]
81
2020-10-02T08:30:56.000Z
2022-03-31T11:47:41.000Z
src/mrack/transformers/static.py
dav-pascual/mrack
f31b4ef1f1f847c3e95567ec012323be65a1e177
[ "Apache-2.0" ]
7
2020-10-02T08:13:57.000Z
2022-03-31T11:22:53.000Z
# Copyright 2020 Red Hat Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
30.179487
74
0.725573
3b809ed3a1a8eaaeae4a3ce0d4bf8bbbdbc290f8
7,421
py
Python
trieste/utils/misc.py
SomeoneSerge/trieste
a160d2400a2dc092cac599554d32217840c06e3d
[ "Apache-2.0" ]
null
null
null
trieste/utils/misc.py
SomeoneSerge/trieste
a160d2400a2dc092cac599554d32217840c06e3d
[ "Apache-2.0" ]
null
null
null
trieste/utils/misc.py
SomeoneSerge/trieste
a160d2400a2dc092cac599554d32217840c06e3d
[ "Apache-2.0" ]
null
null
null
# Copyright 2020 The Trieste Contributors # # 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...
28.43295
100
0.62377
3b816baf5eaa46bd1b527f1e92fb14dd928f8b46
1,185
py
Python
data/states/splash.py
andarms/pyweek20
79a5ac58c3ca06be61e5a05af0abd78a8c79e8df
[ "MIT" ]
null
null
null
data/states/splash.py
andarms/pyweek20
79a5ac58c3ca06be61e5a05af0abd78a8c79e8df
[ "MIT" ]
null
null
null
data/states/splash.py
andarms/pyweek20
79a5ac58c3ca06be61e5a05af0abd78a8c79e8df
[ "MIT" ]
null
null
null
import pygame as pg import state from .. import util
28.214286
67
0.616034
3b81d15b16f3a5f6338f6f8f45d8d313e95a4a7d
11,735
py
Python
froi/algorithm/array2qimage.py
zhouguangfu/FreeROI
0605c2a0fe2457e3703a4a7548299fc2c1e9aca0
[ "BSD-3-Clause" ]
null
null
null
froi/algorithm/array2qimage.py
zhouguangfu/FreeROI
0605c2a0fe2457e3703a4a7548299fc2c1e9aca0
[ "BSD-3-Clause" ]
null
null
null
froi/algorithm/array2qimage.py
zhouguangfu/FreeROI
0605c2a0fe2457e3703a4a7548299fc2c1e9aca0
[ "BSD-3-Clause" ]
null
null
null
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: """Some basic functions for image construction.""" import sys as _sys import numpy as _np from PyQt4 import QtGui as _qt from qimageview import qimageview as _qimageview if _sys.byteorder == 'little': ...
34.821958
94
0.55441
3b8212d16b84b98df542810b9eaf9101f2375755
7,084
py
Python
pymeet/COM.py
Melisius/PyMEET
9de470e55b0228b7c4ffed5f0c54bd27d6eba841
[ "MIT" ]
null
null
null
pymeet/COM.py
Melisius/PyMEET
9de470e55b0228b7c4ffed5f0c54bd27d6eba841
[ "MIT" ]
null
null
null
pymeet/COM.py
Melisius/PyMEET
9de470e55b0228b7c4ffed5f0c54bd27d6eba841
[ "MIT" ]
null
null
null
import numpy as np def atom_to_numbers(atom_name, number_property): """ Function that contains useful conversions. """ name2number = {"H": 1, "He": 2, "Li": 3, "Be": 4, "B": 5, "C": 6, "N": 7, "O": 8, "F": 9, "Ne": 10, "Na": 11, "Mg": 12, "Al": 13, "Si": 14, "P": 15, "S": 16, "Cl": 17, "Ar...
101.2
191
0.502823
3b8587e0ec9b0fcd443c6745863057b4a8e3cf10
2,090
py
Python
app/models/game.py
tso/avalon
36bbc534ea1f0b24c19fc2a6b72010239cd5b0c3
[ "MIT" ]
null
null
null
app/models/game.py
tso/avalon
36bbc534ea1f0b24c19fc2a6b72010239cd5b0c3
[ "MIT" ]
6
2017-12-25T07:27:27.000Z
2018-01-17T18:59:04.000Z
app/models/game.py
tso/avalon
36bbc534ea1f0b24c19fc2a6b72010239cd5b0c3
[ "MIT" ]
2
2017-12-21T04:36:56.000Z
2018-01-15T23:32:35.000Z
import random import string import uuid from channels import Group from django.db import models from app.avalon import assign_roles, gen_role_list from .util import lobby_json
31.666667
83
0.653589
3b86bd629224d587375d982d9e21ec4c5e570896
4,230
py
Python
root/os/DSAA/DataStructuresAndAlgorithms/python/chutils/chutils/utils/time_get_lock_info.py
chyidl/chyidlTutorial
a033e0a57abf84fdbb61e57736822f9126db6ff7
[ "MIT" ]
5
2018-10-17T05:57:39.000Z
2021-07-05T15:38:24.000Z
root/os/DSAA/DataStructuresAndAlgorithms/python/chutils/chutils/utils/time_get_lock_info.py
chyidl/chyidlTutorial
a033e0a57abf84fdbb61e57736822f9126db6ff7
[ "MIT" ]
2
2021-04-14T00:48:43.000Z
2021-04-14T02:20:50.000Z
root/os/DSAA/DataStructuresAndAlgorithms/python/chutils/chutils/utils/time_get_lock_info.py
chyidl/chyidlTutorial
a033e0a57abf84fdbb61e57736822f9126db6ff7
[ "MIT" ]
3
2019-03-02T14:36:19.000Z
2022-03-18T10:12:09.000Z
#! /usr/bin/env python3 # -*- coding: utf-8 -*- # # time_get_lock_info.py # utils # # "Here's to the crazy ones. The misfits. The rebels. # The troublemakers. The round pegs in the square holes. # The ones who see things differently. They're not found # of rules. And they have no respect for the status quo. # You can q...
27.647059
79
0.644681
3b88a796d1817b8904a6429803fd5870c9f9d9ef
383
py
Python
django_example/addresses/management/commands/generate_fake_data.py
JCepedaVillamayor/django-example
b099f51be8cf822546018973299006bcff17d349
[ "MIT" ]
null
null
null
django_example/addresses/management/commands/generate_fake_data.py
JCepedaVillamayor/django-example
b099f51be8cf822546018973299006bcff17d349
[ "MIT" ]
7
2018-11-01T13:10:27.000Z
2018-11-04T16:01:52.000Z
django_example/addresses/management/commands/generate_fake_data.py
JCepedaVillamayor/django-example
b099f51be8cf822546018973299006bcff17d349
[ "MIT" ]
null
null
null
from django.core.management.base import BaseCommand from ...test.factories import AddressFactory
27.357143
60
0.733681
3b895d1b25f903e8bc77ab1b05b04c1d12622eea
5,995
py
Python
poisson_problem/poisson.py
timudk/solving_pdes_with_neural_nets
4aeca4ee1aaa6054307e1051879bed3160ffc247
[ "MIT" ]
69
2019-04-16T06:42:22.000Z
2021-04-06T02:39:21.000Z
poisson_problem/poisson.py
timudk/solving_pdes_with_neural_nets
4aeca4ee1aaa6054307e1051879bed3160ffc247
[ "MIT" ]
null
null
null
poisson_problem/poisson.py
timudk/solving_pdes_with_neural_nets
4aeca4ee1aaa6054307e1051879bed3160ffc247
[ "MIT" ]
19
2019-04-16T14:31:47.000Z
2021-06-05T21:46:53.000Z
import tensorflow as tf tf.set_random_seed(42) import numpy as np from scipy import integrate import neural_networks import poisson_problem import matplotlib.pyplot as plt import sys, getopt if __name__ == '__main__': main(sys.argv[1:])
33.121547
148
0.732944
3b93a8f3fb66d0f9172c7fab00d036cbaf55135b
429
py
Python
project_euler/37.py
huangshenno1/project_euler
8a3c91fd11bcb6a6a830e963b1d5aed3f5ff787d
[ "MIT" ]
null
null
null
project_euler/37.py
huangshenno1/project_euler
8a3c91fd11bcb6a6a830e963b1d5aed3f5ff787d
[ "MIT" ]
null
null
null
project_euler/37.py
huangshenno1/project_euler
8a3c91fd11bcb6a6a830e963b1d5aed3f5ff787d
[ "MIT" ]
null
null
null
maxn = 1000000 isprime = [False] * 2 + [True] * maxn for i in range(2, maxn): if isprime[i]: j = i*i while j < maxn: isprime[j] = False j += i ans = 0 for i in range(10, maxn): if truncatable(i): ans += i print i print ans
14.793103
37
0.566434
3b96b5f799965c9ad6a6862901c115567a0b79c1
1,691
py
Python
{{cookiecutter.app_slug}}/{{cookiecutter.app_slug}}/cli.py
epandurski/cookiecutter-flask-signalbus
17f0ba711205a334359643421fc7184a6f84ff32
[ "MIT" ]
null
null
null
{{cookiecutter.app_slug}}/{{cookiecutter.app_slug}}/cli.py
epandurski/cookiecutter-flask-signalbus
17f0ba711205a334359643421fc7184a6f84ff32
[ "MIT" ]
null
null
null
{{cookiecutter.app_slug}}/{{cookiecutter.app_slug}}/cli.py
epandurski/cookiecutter-flask-signalbus
17f0ba711205a334359643421fc7184a6f84ff32
[ "MIT" ]
null
null
null
import click from os import environ from flask.cli import with_appcontext @click.group('{{cookiecutter.app_slug}}') def {{cookiecutter.app_slug}}(): """Perform {{cookiecutter.app_name}} specific operations.""" @{{cookiecutter.app_slug}}.command()
36.76087
101
0.690124
3b99148519a93c8543e9564b329c4137fc41b8bf
1,509
py
Python
PythonBot.py
quasiyoke/PythonBot
d665a1580b683b8dbf4c68f50e112eb9ec30f8d0
[ "Apache-2.0" ]
9
2021-07-07T16:57:17.000Z
2021-11-14T17:45:10.000Z
PythonBot.py
quasiyoke/PythonBot
d665a1580b683b8dbf4c68f50e112eb9ec30f8d0
[ "Apache-2.0" ]
null
null
null
PythonBot.py
quasiyoke/PythonBot
d665a1580b683b8dbf4c68f50e112eb9ec30f8d0
[ "Apache-2.0" ]
2
2021-11-20T10:26:18.000Z
2021-11-26T09:18:13.000Z
from substrateinterface import SubstrateInterface, Keypair from substrateinterface.exceptions import SubstrateRequestException from scalecodec.type_registry import load_type_registry_file import time substrate = SubstrateInterface( url='wss://ws.mof.sora.org', ss58_format=69, type_registry_preset='default'...
33.533333
117
0.732936
3b99148cfdeb90a765f839391c5a34781f128d17
185
py
Python
app/schemas.py
ev-horrosh/fastapi-project
4e38f5eb7573b8d70add47dd52fc973e9fed07b9
[ "MIT" ]
null
null
null
app/schemas.py
ev-horrosh/fastapi-project
4e38f5eb7573b8d70add47dd52fc973e9fed07b9
[ "MIT" ]
null
null
null
app/schemas.py
ev-horrosh/fastapi-project
4e38f5eb7573b8d70add47dd52fc973e9fed07b9
[ "MIT" ]
null
null
null
from re import S from pydantic import BaseModel from typing import Optional
16.818182
30
0.708108
3b9a007a7f11cb78845931d5c9222d48f264b871
17,892
py
Python
pxr/usd/usd/testenv/testUsdStagePopulationMasks.py
DougRogers-DigitalFish/USD
d8a405a1344480f859f025c4f97085143efacb53
[ "BSD-2-Clause" ]
3,680
2016-07-26T18:28:11.000Z
2022-03-31T09:55:05.000Z
pxr/usd/usd/testenv/testUsdStagePopulationMasks.py
DougRogers-DigitalFish/USD
d8a405a1344480f859f025c4f97085143efacb53
[ "BSD-2-Clause" ]
1,759
2016-07-26T19:19:59.000Z
2022-03-31T21:24:00.000Z
pxr/usd/usd/testenv/testUsdStagePopulationMasks.py
DougRogers-DigitalFish/USD
d8a405a1344480f859f025c4f97085143efacb53
[ "BSD-2-Clause" ]
904
2016-07-26T18:33:40.000Z
2022-03-31T09:55:16.000Z
#!/pxrpythonsubst # # Copyright 2017 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.397022
81
0.649564
3b9b35f7c92754e4b2f2e40b05e20b3c368edfaa
2,822
py
Python
mutalyzer_mutator/mutator.py
mutalyzer/mutator
43a9fc929e054552ef6a2ed2d0cdf71e49ebf005
[ "MIT" ]
null
null
null
mutalyzer_mutator/mutator.py
mutalyzer/mutator
43a9fc929e054552ef6a2ed2d0cdf71e49ebf005
[ "MIT" ]
null
null
null
mutalyzer_mutator/mutator.py
mutalyzer/mutator
43a9fc929e054552ef6a2ed2d0cdf71e49ebf005
[ "MIT" ]
null
null
null
""" Module to mutate sequences based on a variants list. Assumptions for which no check is performed: - Only ``deletion insertion`` operations. - Only exact locations, i.e., no uncertainties such as `10+?`. - Locations are zero-based right-open with ``start > end``. - There is no overlapping between variants locat...
29.395833
79
0.665131
3b9b566f35bb3be3bbe04e1b0c6ea0b1acb1d8bc
1,791
py
Python
day11/day11_2.py
DanTGL/AdventOfCode2020
bf7cd6a4fb7701155785b941facdc1e4859ba297
[ "MIT" ]
null
null
null
day11/day11_2.py
DanTGL/AdventOfCode2020
bf7cd6a4fb7701155785b941facdc1e4859ba297
[ "MIT" ]
null
null
null
day11/day11_2.py
DanTGL/AdventOfCode2020
bf7cd6a4fb7701155785b941facdc1e4859ba297
[ "MIT" ]
null
null
null
import copy from collections import defaultdict inputs = [list(line) for line in open("day11/input").read().splitlines()] nodes = defaultdict(lambda: []) for y in range(len(inputs)): for x in range(len(inputs[y])): if inputs[y][x] != ".": for i in range(-1, 2): for j in range...
28.887097
87
0.460078
3b9c267d1ea8454b5606dbcad892d1bfd4a767ba
1,553
py
Python
server/UserProfile/migrations/0002_doctorprofile.py
dimejiconsult/Telemedicine
af812bd8703d86e648105dc0c01b02f6af783dee
[ "MIT" ]
null
null
null
server/UserProfile/migrations/0002_doctorprofile.py
dimejiconsult/Telemedicine
af812bd8703d86e648105dc0c01b02f6af783dee
[ "MIT" ]
8
2020-08-04T22:42:45.000Z
2022-03-12T00:48:53.000Z
server/UserProfile/migrations/0002_doctorprofile.py
dimejiconsult/Telemedicine
af812bd8703d86e648105dc0c01b02f6af783dee
[ "MIT" ]
null
null
null
# Generated by Django 2.2.3 on 2020-07-31 14:51 from django.conf import settings from django.db import migrations, models import django.db.models.deletion
43.138889
200
0.599485
3b9cb1b86a1c2543fda4e403d263a899de8dcbf8
529
py
Python
python/ddf/conf.py
JLLeitschuh/DDF
e4e68315dcec1ed8b287bf1ee73baa88e7e41eba
[ "Apache-2.0" ]
160
2015-01-04T03:29:24.000Z
2022-01-30T18:02:50.000Z
python/ddf/conf.py
JLLeitschuh/DDF
e4e68315dcec1ed8b287bf1ee73baa88e7e41eba
[ "Apache-2.0" ]
164
2015-01-15T12:18:28.000Z
2017-06-02T06:49:01.000Z
python/ddf/conf.py
JLLeitschuh/DDF
e4e68315dcec1ed8b287bf1ee73baa88e7e41eba
[ "Apache-2.0" ]
43
2015-01-13T08:35:37.000Z
2021-02-26T02:43:43.000Z
from __future__ import unicode_literals DDF_HOME = find_ddf() # TODO: find a better way to set this SCALA_VERSION = '2.10'
27.842105
97
0.671078
3b9d1545ec19f606b37c767e1e6cb76be606291c
196
py
Python
_solutions/basics/function/function_lambda_a.py
sages-pl/2022-01-pythonsqlalchemy-aptiv
1d6d856608e9dbe25b139e8968c48b7f46753b84
[ "MIT" ]
null
null
null
_solutions/basics/function/function_lambda_a.py
sages-pl/2022-01-pythonsqlalchemy-aptiv
1d6d856608e9dbe25b139e8968c48b7f46753b84
[ "MIT" ]
null
null
null
_solutions/basics/function/function_lambda_a.py
sages-pl/2022-01-pythonsqlalchemy-aptiv
1d6d856608e9dbe25b139e8968c48b7f46753b84
[ "MIT" ]
null
null
null
numbers = (x for x in range(1, 34) if x % 3 == 0) numbers = filter(lambda x: x % 2, numbers) numbers = map(lambda x: x ** 3, numbers) numbers = list(numbers) result = sum(numbers) / len(numbers)
28
49
0.642857
3b9f847d0cac6111d1ef645972a3872e4e96abc4
3,896
py
Python
algospot/submit.py
seirion/code
3b8bf79764107255185061cec33decbc2235d03a
[ "Apache-2.0" ]
13
2015-06-07T09:26:26.000Z
2019-05-01T13:23:38.000Z
algospot/submit.py
seirion/code
3b8bf79764107255185061cec33decbc2235d03a
[ "Apache-2.0" ]
null
null
null
algospot/submit.py
seirion/code
3b8bf79764107255185061cec33decbc2235d03a
[ "Apache-2.0" ]
4
2016-03-05T06:21:05.000Z
2017-02-17T15:34:18.000Z
# written by falsetru import cookielib import os from contextlib import closing import re import getpass import webbrowser import sys import requests ext_to_lang = { '.java' : 'java', '.scala': 'scala', '.hs' : 'hs', '.py' : 'py', '.js' : 'js', '.rb' : 'rb', '.c' : 'cpp', ...
28.647059
122
0.585216
3b9faf565558a1df6837f883c4af01c1961579e5
4,806
py
Python
centersnap/utils.py
ibaiGorordo/ONNX-CenterSnap-6D-Pose-and-Shape-Estimation
f8f98b08cce5259348616db4150064d713f17445
[ "MIT" ]
13
2022-03-19T14:42:50.000Z
2022-03-31T14:04:31.000Z
centersnap/utils.py
ibaiGorordo/ONNX-CenterSnap-6D-Pose-and-Shape-Estimation
f8f98b08cce5259348616db4150064d713f17445
[ "MIT" ]
null
null
null
centersnap/utils.py
ibaiGorordo/ONNX-CenterSnap-6D-Pose-and-Shape-Estimation
f8f98b08cce5259348616db4150064d713f17445
[ "MIT" ]
1
2022-03-24T12:56:25.000Z
2022-03-24T12:56:25.000Z
import numpy as np import cv2 import open3d as o3d from .original_repo_utils import * np.random.seed(3) MAX_CLASS_NUM = 100 # In the original model there are only 7 classes segmenation_colors = np.random.randint(0, 255, (MAX_CLASS_NUM, 3)).astype("uint8")
28.105263
97
0.740117
3ba02c62d0d88116daac3eef24c8c51ab27ced29
2,519
py
Python
strokes_gained_calculations.py
brentonworley/strokes-gained
f3390de62a8987fd0a73ddb41837f7dcecb29387
[ "MIT" ]
null
null
null
strokes_gained_calculations.py
brentonworley/strokes-gained
f3390de62a8987fd0a73ddb41837f7dcecb29387
[ "MIT" ]
null
null
null
strokes_gained_calculations.py
brentonworley/strokes-gained
f3390de62a8987fd0a73ddb41837f7dcecb29387
[ "MIT" ]
null
null
null
def calculate_strokes_gained(reference_value, user_putts): '''Return the strokes gained based on reference and user input''' return round((reference_value - user_putts), 2) def calculate_strokes_gained_putting(reference_data, user_input): '''Return the strokes gained value from a dictionary of user input ...
45.8
121
0.687574
8e535a0eaed4fb2eca117828f9d5fa6d60c950b3
8,988
py
Python
CRF/cnn_word_seg_torch.py
enjlife/bert4torch
53694060fed0351649f87c79381740851a4a0b42
[ "Apache-2.0" ]
5
2021-09-09T03:25:58.000Z
2022-02-22T06:43:08.000Z
CRF/cnn_word_seg_torch.py
enjlife/bert4torch
53694060fed0351649f87c79381740851a4a0b42
[ "Apache-2.0" ]
1
2022-02-18T07:46:46.000Z
2022-02-20T10:05:25.000Z
CRF/cnn_word_seg_torch.py
enjlife/bert4torch
53694060fed0351649f87c79381740851a4a0b42
[ "Apache-2.0" ]
null
null
null
import os import torch.nn from torch import nn from crf_torch import CRF import re import random import time from torch.optim import Adam import torch.nn.functional as F from datetime import timedelta # TODO bug def get_time_dif(start_time): """""" end_time = time.time() time_dif = end_time - start_time ...
36.836066
161
0.549622
8e54656185e027ab6cdc457485c3e4f7aee1306c
1,636
py
Python
gs_quant/backtests/execution_engine.py
skyquant2/gs-quant
b7e648fa7912b13ad1fd503b643389e34587aa1e
[ "Apache-2.0" ]
2
2021-06-22T12:14:38.000Z
2021-06-23T15:51:08.000Z
gs_quant/backtests/execution_engine.py
skyquant2/gs-quant
b7e648fa7912b13ad1fd503b643389e34587aa1e
[ "Apache-2.0" ]
null
null
null
gs_quant/backtests/execution_engine.py
skyquant2/gs-quant
b7e648fa7912b13ad1fd503b643389e34587aa1e
[ "Apache-2.0" ]
null
null
null
""" Copyright 2019 Goldman Sachs. 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 di...
33.387755
90
0.675428
8e54b6e75de5f4de964911c5a74139115880c479
19,578
py
Python
biosimulators_opencor/utils.py
biosimulators/Biosimulators_OpenCOR
e00645e372baf7475957af9487856ad9ddd18814
[ "MIT" ]
null
null
null
biosimulators_opencor/utils.py
biosimulators/Biosimulators_OpenCOR
e00645e372baf7475957af9487856ad9ddd18814
[ "MIT" ]
null
null
null
biosimulators_opencor/utils.py
biosimulators/Biosimulators_OpenCOR
e00645e372baf7475957af9487856ad9ddd18814
[ "MIT" ]
null
null
null
""" Utilities for OpenCOR :Author: Jonathan Karr <karr@mssm.edu> :Date: 2021-05-28 :Copyright: 2021, BioSimulators Team :License: MIT """ from .data_model import KISAO_ALGORITHM_MAP from biosimulators_utils.config import get_config, Config # noqa: F401 from biosimulators_utils.data_model import ValueType # noqa: F4...
38.53937
141
0.659056
8e54c567814fe73688defe099ca5f7a9a0fccd51
432
py
Python
estrategias/Gabrielp.py
cadualves/jogos_vorazes
e8caf062fc58b6188e94152084383940c96dba9a
[ "MIT" ]
8
2017-10-11T19:49:28.000Z
2021-06-16T12:20:39.000Z
estrategias/Gabrielp.py
cadualves/jogos_vorazes
e8caf062fc58b6188e94152084383940c96dba9a
[ "MIT" ]
6
2017-02-02T18:26:34.000Z
2018-11-08T16:32:52.000Z
estrategias/Gabrielp.py
cadualves/jogos_vorazes
e8caf062fc58b6188e94152084383940c96dba9a
[ "MIT" ]
26
2016-01-15T16:20:57.000Z
2018-12-11T21:32:57.000Z
from .jogadores import Jogador
39.272727
108
0.650463
8e559b65f4bffc816f6acc36951ebd073cffa8c9
3,407
py
Python
arpym/statistics/saddle_point_quadn.py
dpopadic/arpmRes
ddcc4de713b46e3e9dcb77cc08c502ce4df54f76
[ "MIT" ]
6
2021-04-10T13:24:30.000Z
2022-03-26T08:20:42.000Z
arpym/statistics/saddle_point_quadn.py
dpopadic/arpmRes
ddcc4de713b46e3e9dcb77cc08c502ce4df54f76
[ "MIT" ]
null
null
null
arpym/statistics/saddle_point_quadn.py
dpopadic/arpmRes
ddcc4de713b46e3e9dcb77cc08c502ce4df54f76
[ "MIT" ]
6
2019-08-13T22:02:17.000Z
2022-02-09T17:49:12.000Z
# -*- coding: utf-8 -*- import numpy as np from scipy.stats import norm from scipy.optimize import brentq from arpym.tools.transpose_square_root import transpose_square_root def saddle_point_quadn(y, alpha, beta, gamma, mu, sigma2): """For details, see here. Parameters ---------- y : array, shape...
30.693694
79
0.528618
8e56ed966f7b3a1a052979308f0135e0e02265d6
114
py
Python
web/wsgi_dozer.py
LinuxOSsk/Shakal-NG
c4091c7972cffd86f64aa9f9a058d2907a56e5eb
[ "MIT" ]
10
2016-02-06T15:40:30.000Z
2018-09-27T15:15:13.000Z
web/wsgi_dozer.py
LinuxOSsk/Shakal-NG
c4091c7972cffd86f64aa9f9a058d2907a56e5eb
[ "MIT" ]
94
2016-02-04T18:39:36.000Z
2022-01-20T05:25:00.000Z
web/wsgi_dozer.py
LinuxOSsk/Shakal-NG
c4091c7972cffd86f64aa9f9a058d2907a56e5eb
[ "MIT" ]
8
2016-05-10T20:29:53.000Z
2021-02-07T00:50:31.000Z
# -*- coding: utf-8 -*- from dozer import Dozer from .wsgi import application application = Dozer(application)
14.25
32
0.719298
8e5772016ce9d093b9d855bc35d35474f74a9187
101
py
Python
abstract-codegen/src/atmfjstc/lib/abstract_codegen/ast/__init__.py
goc9000/python-library
0a4a09278df6e84061baedda8997071e2201103f
[ "MIT" ]
null
null
null
abstract-codegen/src/atmfjstc/lib/abstract_codegen/ast/__init__.py
goc9000/python-library
0a4a09278df6e84061baedda8997071e2201103f
[ "MIT" ]
null
null
null
abstract-codegen/src/atmfjstc/lib/abstract_codegen/ast/__init__.py
goc9000/python-library
0a4a09278df6e84061baedda8997071e2201103f
[ "MIT" ]
null
null
null
""" This package groups all the built-in node classes offered by the `abstract_codegen` package. """
25.25
92
0.752475
8e57c1d666f0e679e553435b63623e54ee15e34a
320
py
Python
hardware/dht/__init__.py
jpalczewski/pills
ab0cf0feedbdfe069a0dad76c8a45ee9ab4cfc26
[ "MIT" ]
null
null
null
hardware/dht/__init__.py
jpalczewski/pills
ab0cf0feedbdfe069a0dad76c8a45ee9ab4cfc26
[ "MIT" ]
null
null
null
hardware/dht/__init__.py
jpalczewski/pills
ab0cf0feedbdfe069a0dad76c8a45ee9ab4cfc26
[ "MIT" ]
null
null
null
from .DHT22 import sensor import time import pigpio
17.777778
56
0.6375
8e5ba2a20b4cea3293ed973ff92b38716b7ec7fc
2,267
py
Python
test.py
gadolly/Deep_learning
b29248f97d576c36cad9eb0f67ed834d7a5aadad
[ "MIT" ]
null
null
null
test.py
gadolly/Deep_learning
b29248f97d576c36cad9eb0f67ed834d7a5aadad
[ "MIT" ]
null
null
null
test.py
gadolly/Deep_learning
b29248f97d576c36cad9eb0f67ed834d7a5aadad
[ "MIT" ]
null
null
null
# import the necessary packages from keras.preprocessing import image as image_utils from imagenet_utils import decode_predictions from imagenet_utils import preprocess_input from vgg16 import VGG16 import numpy as np import argparse import cv2 from keras.utils import np_utils import matplotlib.pyplot as plt from matpl...
30.635135
71
0.736215
8e5dc3da5c6988b8cfded965ef1f80d576653a4f
1,534
py
Python
methods_test.py
RyoJerryYu/DeclarationCpp2Go
3e71546b8a2ce37cb056986250acfaab74c71a76
[ "MIT" ]
null
null
null
methods_test.py
RyoJerryYu/DeclarationCpp2Go
3e71546b8a2ce37cb056986250acfaab74c71a76
[ "MIT" ]
1
2021-12-04T11:54:56.000Z
2021-12-04T11:54:56.000Z
methods_test.py
RyoJerryYu/DeclarationCpp2Go
3e71546b8a2ce37cb056986250acfaab74c71a76
[ "MIT" ]
null
null
null
'''Tests for methods.py''' from methods import FuncName, Method, TVList from common import Capitalizer from protocol import DirectReturn
26
79
0.666884
8e6099119f26b536e38e505e34fc237bd2e59cfb
152
py
Python
chapter-14/shakespearebot-waypoint/bot/models.py
GeSup/Hands-on-JavaScript-for-Python-Developers
a4d779e3e46797754252e97ec0e517c9e42682c6
[ "MIT" ]
41
2019-04-30T14:55:48.000Z
2022-03-27T21:59:56.000Z
chapter-14/shakespearebot-waypoint/bot/models.py
GeSup/Hands-on-JavaScript-for-Python-Developers
a4d779e3e46797754252e97ec0e517c9e42682c6
[ "MIT" ]
10
2020-05-27T22:54:38.000Z
2020-10-13T21:52:24.000Z
chapter-14/shakespearebot-waypoint/bot/models.py
GeSup/Hands-on-JavaScript-for-Python-Developers
a4d779e3e46797754252e97ec0e517c9e42682c6
[ "MIT" ]
24
2019-05-07T21:02:11.000Z
2021-10-31T23:44:14.000Z
from django.db import models
25.333333
48
0.769737
8e615b3096b4af4bf6362be743bc75af467ed5a8
17,468
py
Python
tests/test_requirements.py
domdfcoding/packing-tape
d8570033c8088c68527db918339c14aa6953264f
[ "MIT" ]
null
null
null
tests/test_requirements.py
domdfcoding/packing-tape
d8570033c8088c68527db918339c14aa6953264f
[ "MIT" ]
null
null
null
tests/test_requirements.py
domdfcoding/packing-tape
d8570033c8088c68527db918339c14aa6953264f
[ "MIT" ]
null
null
null
# stdlib from typing import List, Sequence, Union # 3rd party import pytest from coincidence.regressions import AdvancedDataRegressionFixture from coincidence.selectors import min_version, not_windows, only_version from domdf_python_tools.paths import PathPlus from packaging.requirements import Requirement from packag...
30.916814
101
0.676551
8e6171a69d7112d24e0deaed0a6f8f8e780b1f04
6,682
py
Python
tests/ut/python/parallel/test_uniform_candidate_sampler.py
Vincent34/mindspore
a39a60878a46e7e9cb02db788c0bca478f2fa6e5
[ "Apache-2.0" ]
2
2021-07-08T13:10:42.000Z
2021-11-08T02:48:57.000Z
tests/ut/python/parallel/test_uniform_candidate_sampler.py
peixinhou/mindspore
fcb2ec2779b753e95c762cf292b23bd81d1f561b
[ "Apache-2.0" ]
null
null
null
tests/ut/python/parallel/test_uniform_candidate_sampler.py
peixinhou/mindspore
fcb2ec2779b753e95c762cf292b23bd81d1f561b
[ "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...
41.246914
109
0.700389
8e622edaf8f47d87d5f8233d0e8589b835af46c3
3,464
py
Python
lib/servers/data_vault.py
clayton-ho/EGGs_Control
312f02488b47cf880c6e6600ce10856a871123df
[ "MIT" ]
null
null
null
lib/servers/data_vault.py
clayton-ho/EGGs_Control
312f02488b47cf880c6e6600ce10856a871123df
[ "MIT" ]
null
null
null
lib/servers/data_vault.py
clayton-ho/EGGs_Control
312f02488b47cf880c6e6600ce10856a871123df
[ "MIT" ]
null
null
null
# Copyright (C) 2007 Matthew Neeley # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This program is distributed i...
32.679245
81
0.687356
8e64479dc605db78a7e77be2782621351e868958
446
py
Python
atlantisbot_api/migrations/0004_auto_20201107_0019.py
johnvictorfs/atlantisbot-api
1a00ae33497b5c5bf51d7bac154e96d4d9ab534b
[ "MIT" ]
null
null
null
atlantisbot_api/migrations/0004_auto_20201107_0019.py
johnvictorfs/atlantisbot-api
1a00ae33497b5c5bf51d7bac154e96d4d9ab534b
[ "MIT" ]
null
null
null
atlantisbot_api/migrations/0004_auto_20201107_0019.py
johnvictorfs/atlantisbot-api
1a00ae33497b5c5bf51d7bac154e96d4d9ab534b
[ "MIT" ]
null
null
null
# Generated by Django 2.2.16 on 2020-11-07 00:19 from django.db import migrations
20.272727
55
0.58296
8e65b59f5232680aea8dce90eae39a5dcfa86850
5,465
py
Python
py-opentsdb.py
langerma/py-opentsdb
d652a96d3a53bf7c6785a1d586427d666bb3da96
[ "BSD-2-Clause" ]
2
2020-02-20T16:00:11.000Z
2020-02-20T16:00:21.000Z
py-opentsdb.py
langerma/py-opentsdb
d652a96d3a53bf7c6785a1d586427d666bb3da96
[ "BSD-2-Clause" ]
null
null
null
py-opentsdb.py
langerma/py-opentsdb
d652a96d3a53bf7c6785a1d586427d666bb3da96
[ "BSD-2-Clause" ]
null
null
null
import requests import pandas try: # Use ujson if available. import ujson as json except Exception: import json
31.589595
103
0.530101