content
stringlengths
1
1.05M
input_ids
listlengths
1
883k
ratio_char_token
float64
1
22.9
token_count
int64
1
883k
""" backend/events/tests/test_views.py Tests for the events page views. We use the test client. Read more at https://docs.djangoproject.com/en/2.1/topics/testing/tools/ """ import json from django.test import TestCase
[ 37811, 198, 1891, 437, 14, 31534, 14, 41989, 14, 9288, 62, 33571, 13, 9078, 198, 198, 51, 3558, 329, 262, 2995, 2443, 5009, 13, 775, 779, 262, 1332, 5456, 13, 4149, 517, 379, 198, 220, 220, 220, 3740, 1378, 31628, 13, 28241, 648, ...
2.896104
77
import os import os.path os.mkdir('example') os.mkdir('example/one') f = open('example/one/file.txt', 'wt') f.write('contents') f.close() f = open('example/two.txt', 'wt') f.write('contents') f.close() os.path.walk('example', visit, '(User data)')
[ 11748, 28686, 198, 11748, 28686, 13, 6978, 198, 198, 418, 13, 28015, 15908, 10786, 20688, 11537, 198, 418, 13, 28015, 15908, 10786, 20688, 14, 505, 11537, 198, 69, 796, 1280, 10786, 20688, 14, 505, 14, 7753, 13, 14116, 3256, 705, 46569,...
2.530612
98
#!/usr/bin/env python # Part of tikplay # Yes, this is a bit of a non-test. from nose.tools import * from tikplay.provider.retriever import Retriever
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 2142, 286, 256, 1134, 1759, 198, 2, 3363, 11, 428, 318, 257, 1643, 286, 257, 1729, 12, 9288, 13, 198, 198, 6738, 9686, 13, 31391, 1330, 1635, 198, 6738, 256, 1134, 1759, 13, 152...
2.830189
53
import csv import io from datetime import datetime import peewee as pw from flask import Blueprint from flask import g from flask import make_response from flask import redirect from flask import render_template from flask import request from flask import url_for from wtforms import Form from wtforms import IntegerFie...
[ 11748, 269, 21370, 198, 11748, 33245, 198, 6738, 4818, 8079, 1330, 4818, 8079, 198, 198, 11748, 613, 413, 1453, 355, 279, 86, 198, 6738, 42903, 1330, 39932, 198, 6738, 42903, 1330, 308, 198, 6738, 42903, 1330, 787, 62, 26209, 198, 6738,...
3.422392
393
""" Wrap commonly-used torch builtins in nn.Module subclass for easier automatic construction of script """ import torch import torch.nn as nn import torch.nn.functional as F # TODO: Many more to be implemented __all__ = [ "argmax", "argmin", "matmul", "add", "sin", "...
[ 37811, 198, 54, 2416, 8811, 12, 1484, 28034, 3170, 1040, 287, 299, 77, 13, 26796, 47611, 198, 1640, 4577, 11353, 5103, 286, 4226, 198, 37811, 198, 11748, 28034, 198, 11748, 28034, 13, 20471, 355, 299, 77, 198, 11748, 28034, 13, 20471, ...
2.15625
256
# Copyright (c) 2011 - 2017, 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 agre...
[ 2, 15069, 357, 66, 8, 2813, 532, 2177, 11, 8180, 10501, 13, 198, 2, 198, 2, 49962, 739, 262, 24843, 13789, 11, 10628, 362, 13, 15, 357, 1169, 366, 34156, 15341, 198, 2, 345, 743, 407, 779, 428, 2393, 2845, 287, 11846, 351, 262, ...
2.26502
3,562
import json import logging from django.http import HttpResponse, HttpResponseBadRequest, HttpResponseNotFound from django.core.exceptions import ObjectDoesNotExist from django.views.decorators.csrf import csrf_exempt # See note below on saveplaylist import models # Set up logging logger = logging.getLogger("apps")...
[ 11748, 33918, 198, 11748, 18931, 198, 198, 6738, 42625, 14208, 13, 4023, 1330, 367, 29281, 31077, 11, 367, 29281, 31077, 22069, 18453, 11, 367, 29281, 31077, 3673, 21077, 198, 6738, 42625, 14208, 13, 7295, 13, 1069, 11755, 1330, 9515, 139...
3.309244
595
import os from pathlib import Path import pandas as pd from collections import defaultdict from typing import Dict, List from .config import REQUIRED_D, API_KEY_FILENAME import logging logger = logging.getLogger(__name__) logger.addHandler(logging.NullHandler()) def get_required_parameters(service_code: str) -> Lis...
[ 11748, 28686, 198, 6738, 3108, 8019, 1330, 10644, 198, 11748, 19798, 292, 355, 279, 67, 198, 6738, 17268, 1330, 4277, 11600, 198, 6738, 19720, 1330, 360, 713, 11, 7343, 198, 198, 6738, 764, 11250, 1330, 4526, 10917, 37819, 62, 35, 11, ...
1.949657
1,311
# -*- coding: utf-8 -*- import networkx as nx import pandas as pd #Other nodes connected by one node r=open('input_data/BC-related_RRI_network.txt') ll=r.readlines() r.close() rna_pairs=[] node_to_nodes={} for l in ll: ws=l.strip().split('\t') qx=sorted(ws[0:2]) rna_pairs.append((qx[0],qx[1]...
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 201, 198, 201, 198, 11748, 3127, 87, 355, 299, 87, 201, 198, 11748, 19798, 292, 355, 279, 67, 201, 198, 201, 198, 2, 6395, 13760, 5884, 416, 530, 10139, 201, 198, 81, 28,...
1.918854
838
# -*- coding: utf-8 -*- import abc from macdaily.cls.command import Command from macdaily.util.tools.print import print_info
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 11748, 450, 66, 198, 198, 6738, 8352, 29468, 13, 565, 82, 13, 21812, 1330, 9455, 198, 6738, 8352, 29468, 13, 22602, 13, 31391, 13, 4798, 1330, 3601, 62, 10951, 62...
2.844444
45
""" FS commandline module. Allows to: - list host filesystems - remove a specific host filesystem - add a specific host filesystem """ from os.path import basename from piotr.cmdline import CmdlineModule, module, command from piotr.user import UserDirectory as ud from piotr.util import confirm
[ 37811, 198, 10652, 3141, 1370, 8265, 13, 198, 198, 34934, 284, 25, 198, 198, 12, 1351, 2583, 29905, 82, 198, 12, 4781, 257, 2176, 2583, 29905, 198, 12, 751, 257, 2176, 2583, 29905, 198, 37811, 198, 198, 6738, 28686, 13, 6978, 1330, ...
3.547619
84
import tracking_pts_logger_master import tracking_pts_logger
[ 11748, 9646, 62, 457, 82, 62, 6404, 1362, 62, 9866, 198, 11748, 9646, 62, 457, 82, 62, 6404, 1362, 198 ]
3.05
20
from singlecellmultiomics.modularDemultiplexer.baseDemultiplexMethods import UmiBarcodeDemuxMethod, NonMultiplexable # ScarTrace
[ 6738, 2060, 3846, 16680, 29005, 873, 13, 4666, 934, 11522, 586, 2480, 87, 263, 13, 8692, 11522, 586, 2480, 87, 46202, 1330, 471, 11632, 33, 5605, 1098, 11522, 2821, 17410, 11, 8504, 31217, 87, 540, 201, 198, 201, 198, 2, 12089, 2898, ...
2.54386
57
from datetime import date, time from django.contrib.postgres.fields import ArrayField from django.db import models from django.utils import timezone from django_fsm import FSMField, transition from rest_framework.reverse import reverse from simple_history.models import HistoricalRecords from bridger.buttons import Ac...
[ 6738, 4818, 8079, 1330, 3128, 11, 640, 198, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 7353, 34239, 13, 25747, 1330, 15690, 15878, 198, 6738, 42625, 14208, 13, 9945, 1330, 4981, 198, 6738, 42625, 14208, 13, 26791, 1330, 640, 11340, 198...
3.940299
134
#automated error checking for RNAstructure python interface from __future__ import print_function import inspect from functools import wraps from collections import defaultdict debug = False lookup_exceptions = defaultdict(lambda:RuntimeError, { 1:IOError, 2:IOError, 3:IndexError, ...
[ 2, 2306, 296, 515, 4049, 10627, 329, 25897, 301, 5620, 21015, 7071, 198, 6738, 11593, 37443, 834, 1330, 3601, 62, 8818, 198, 11748, 10104, 198, 6738, 1257, 310, 10141, 1330, 27521, 198, 6738, 17268, 1330, 4277, 11600, 198, 24442, 796, 1...
1.929254
523
from collections import defaultdict, Counter from itertools import product, permutations from glob import glob import json import os from pathlib import Path import pickle import sqlite3 import string import sys import time import matplotlib as mpl from matplotlib import colors from matplotlib import pyplot as plt fro...
[ 6738, 17268, 1330, 4277, 11600, 11, 15034, 198, 6738, 340, 861, 10141, 1330, 1720, 11, 9943, 32855, 198, 6738, 15095, 1330, 15095, 198, 11748, 33918, 198, 11748, 28686, 198, 6738, 3108, 8019, 1330, 10644, 198, 11748, 2298, 293, 198, 11748...
3.957813
640
from btw_mcp import * package_release("vanilla", "main", directory="ce_release")
[ 6738, 275, 4246, 62, 76, 13155, 1330, 1635, 198, 198, 26495, 62, 20979, 7203, 10438, 5049, 1600, 366, 12417, 1600, 8619, 2625, 344, 62, 20979, 4943 ]
3.115385
26
#!/usr/bin/env python # (c) 2020 Sylvain Le Groux <slegroux@ccrma.stanford.edu> import pytest from pytest import approx import numpy as np import torch from IPython import embed from beam_search import Tokenizer, Score, BeamSearch
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 357, 66, 8, 12131, 24286, 391, 1004, 402, 472, 87, 1279, 82, 1455, 472, 87, 31, 535, 81, 2611, 13, 14192, 3841, 13, 15532, 29, 198, 198, 11748, 12972, 9288, 198, 6738, 12972, 92...
3.093333
75
__author__ = 'annyz' from pprint import pprint, pformat # NOQA import logging import os import sys from datetime import datetime from hydra.lib import util from hydra.kafkatest.runtest import RunTestKAFKA from hydra.lib.boundary import Scanner from optparse import OptionParser l = util.createlogger('runSuitMaxRate',...
[ 834, 9800, 834, 796, 705, 7737, 89, 6, 198, 198, 6738, 279, 4798, 1330, 279, 4798, 11, 279, 18982, 220, 1303, 8005, 48, 32, 198, 11748, 18931, 198, 11748, 28686, 198, 11748, 25064, 198, 6738, 4818, 8079, 1330, 4818, 8079, 198, 6738, ...
3.209524
105
from rest_framework import serializers from series.models import Series from villains.models import Villain
[ 6738, 1334, 62, 30604, 1330, 11389, 11341, 198, 198, 6738, 2168, 13, 27530, 1330, 7171, 198, 6738, 25239, 13, 27530, 1330, 9757, 391, 628, 628 ]
4.48
25
#!/usr/bin/env python """ Writes out map popularity of last two pools.""" from datetime import datetime, timedelta from utils.map_pools import map_type_filter, pools from utils.tools import execute_sql, last_time_breakpoint, map_name_lookup SQL = """SELECT map_type, COUNT(*) as cnt FROM matches WHERE started BETWEEN ...
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 37811, 12257, 274, 503, 3975, 11533, 286, 938, 734, 20354, 526, 15931, 198, 6738, 4818, 8079, 1330, 4818, 8079, 11, 28805, 12514, 198, 198, 6738, 3384, 4487, 13, 8899, 62, 7742, 82, 13...
2.065617
762
# -*- coding: utf-8 -*- # Example for using WebDriver object: driver = get_driver() e.g driver.current_url from webframework import TESTDATA from variables import strings from selenium.webdriver.common.by import By from webframework.extension.util.common_utils import * from webframework.extension.util.webtimings import...
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 2, 17934, 329, 1262, 5313, 32103, 2134, 25, 4639, 796, 651, 62, 26230, 3419, 304, 13, 70, 4639, 13, 14421, 62, 6371, 198, 6738, 3992, 30604, 1330, 43001, 26947, 198, 6...
3.536585
123
import getpass import os import platform import psycopg2 import sys import tempfile from glob import glob from psycopg2.extensions import ISOLATION_LEVEL_AUTOCOMMIT, quote_ident from subprocess import check_output, PIPE, Popen from time import sleep from ._compat import ustr from .utils import is_executable, Uri, Ver...
[ 11748, 651, 6603, 198, 11748, 28686, 198, 11748, 3859, 198, 11748, 17331, 22163, 70, 17, 198, 11748, 25064, 198, 11748, 20218, 7753, 198, 198, 6738, 15095, 1330, 15095, 198, 6738, 17331, 22163, 70, 17, 13, 2302, 5736, 1330, 3180, 3535, ...
3.112
125
# -*- coding: utf-8 -*- import pandas as pd
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 11748, 19798, 292, 355, 279, 67, 628 ]
2.142857
21
from rest_framework import serializers from bluebottle.utils.model_dispatcher import get_donation_model from bluebottle.bb_projects.serializers import ProjectPreviewSerializer as BaseProjectPreviewSerializer from bluebottle.bb_accounts.serializers import UserPreviewSerializer DONATION_MODEL = get_donation_model()
[ 6738, 1334, 62, 30604, 1330, 11389, 11341, 198, 198, 6738, 4171, 10985, 293, 13, 26791, 13, 19849, 62, 6381, 8071, 2044, 1330, 651, 62, 9099, 341, 62, 19849, 198, 6738, 4171, 10985, 293, 13, 11848, 62, 42068, 13, 46911, 11341, 1330, 4...
3.709302
86
# WORKS BUT ISN'T FAST ENOUGH first_run = True while(True): inp = input().split() if len(inp) == 1: break if first_run: first_run = False else: print() nPlayers, nGames = [int(x) for x in inp] resultsW = [0] * nPlayers resultsL = [0] * nPlayers for i in range( int...
[ 2, 30936, 50, 21728, 3180, 45, 6, 51, 376, 11262, 12964, 32632, 198, 11085, 62, 5143, 796, 6407, 198, 4514, 7, 17821, 2599, 198, 220, 220, 220, 287, 79, 796, 5128, 22446, 35312, 3419, 198, 220, 220, 220, 611, 18896, 7, 259, 79, 8,...
1.895604
546
############################################################################### # Copyright 2019 Alex M. # # 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 witho...
[ 29113, 29113, 7804, 4242, 21017, 198, 2, 15069, 13130, 4422, 337, 13, 198, 2, 198, 2, 2448, 3411, 318, 29376, 7520, 11, 1479, 286, 3877, 11, 284, 597, 1048, 16727, 257, 4866, 198, 2, 286, 428, 3788, 290, 3917, 10314, 3696, 357, 1169...
2.785985
1,056
import numpy as np import torch from torch.optim import Adam from torch.utils.data import DataLoader from tqdm import tqdm
[ 11748, 299, 32152, 355, 45941, 198, 11748, 28034, 198, 6738, 28034, 13, 40085, 1330, 7244, 198, 6738, 28034, 13, 26791, 13, 7890, 1330, 6060, 17401, 198, 6738, 256, 80, 36020, 1330, 256, 80, 36020, 628 ]
3.542857
35
import simpy as sp import numpy as np import seaborn as sns import matplotlib.pyplot as plt from scipy import stats, integrate lamda = 75 alpha = 0.333 mu1 = 370 mu2 = 370*(0.666) num_bins = 50 runtime = 1000 # tic = [] # toc = [] # env = sp.Environment() q = sp.Store(env) env.process(client(env, lamda, q, tic)) env...
[ 11748, 985, 9078, 355, 599, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 384, 397, 1211, 355, 3013, 82, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 6738, 629, 541, 88, 1330, 9756, 11, 19386, 198, 198, 2543, ...
2.181818
319
word_list = ['pseudolamellibranchiate', 'microcolorimetrically', 'pancreaticoduodenostomy', 'theologicoastronomical', 'pancreatoduodenectomy', 'tetraiodophenolphthalein', 'choledocholithotripsy', 'hematospectrophotometer', 'deintellectualization', 'pharyngoepiglottidean', 'psychophysiologically', 'pathologic...
[ 4775, 62, 4868, 796, 37250, 7752, 463, 349, 480, 297, 571, 25642, 9386, 3256, 198, 705, 24055, 8043, 320, 21879, 1146, 3256, 198, 705, 79, 1192, 630, 291, 375, 84, 375, 268, 455, 9145, 3256, 198, 705, 1169, 928, 3713, 459, 1313, 225...
2.38038
1,998
# import all relevant contents from the associated module. from vandal.objects.montecarlo import ( MonteCarlo, MCapp, ) from vandal.objects.eoq import( EOQ, EOQapp, ) from vandal.objects.dijkstra import Dijkstra # all relevant contents. __all__ = [ 'MonteCarlo', 'EOQ', 'D...
[ 2, 1330, 477, 5981, 10154, 422, 262, 3917, 8265, 13, 201, 198, 6738, 26271, 13, 48205, 13, 2144, 660, 7718, 5439, 1330, 357, 201, 198, 220, 220, 220, 22489, 9914, 5439, 11, 201, 198, 220, 220, 220, 13122, 1324, 11, 201, 198, 8, 20...
2.2
165
# Django from django.contrib import admin # local Django from authentication.models import User admin.site.register(User)
[ 2, 37770, 198, 6738, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 2, 1957, 37770, 198, 6738, 18239, 13, 27530, 1330, 11787, 628, 198, 28482, 13, 15654, 13, 30238, 7, 12982, 8, 198 ]
3.757576
33
from .__version__ import __version__ from .core import create, remove, launch_shell
[ 6738, 764, 834, 9641, 834, 1330, 11593, 9641, 834, 198, 6738, 764, 7295, 1330, 2251, 11, 4781, 11, 4219, 62, 29149, 198 ]
3.818182
22
import os from django.conf import settings from django.contrib.auth.models import User from django.contrib.auth.tests.utils import skipIfCustomUser from django.contrib.flatpages.models import FlatPage from django.test import TestCase from django.test.utils import override_settings if __name__ == '__main__': unitte...
[ 11748, 28686, 198, 6738, 42625, 14208, 13, 10414, 1330, 6460, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 27530, 1330, 11787, 198, 6738, 42625, 14208, 13, 3642, 822, 13, 18439, 13, 41989, 13, 26791, 1330, 14267, 1532, 15022, ...
3.3
100
from flask_restx.fields import String, Boolean, Raw, List, Float, Nested
[ 6738, 42903, 62, 2118, 87, 13, 25747, 1330, 10903, 11, 41146, 11, 16089, 11, 7343, 11, 48436, 11, 399, 7287, 628 ]
3.52381
21
from gnews import GNews
[ 6738, 308, 10827, 1330, 402, 9980 ]
3.833333
6
#!/usr/bin/python3 ''' * Copyright (C) 2021 Ral Osuna Snchez-Infante * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE.txt file for details. ''' ################## #Needed libraries# ################## import matplotlib as mpl mpl.use('TkAgg') import matplot...
[ 2, 48443, 14629, 14, 8800, 14, 29412, 18, 198, 198, 7061, 6, 198, 1635, 15069, 357, 34, 8, 33448, 371, 282, 8834, 9613, 5489, 2395, 89, 12, 18943, 12427, 198, 1635, 198, 1635, 770, 3788, 743, 307, 9518, 290, 9387, 739, 262, 2846, ...
3.170213
1,269
# -*- coding: utf-8 -*- import json from typing import List from TM1py.Objects.Git import Git from TM1py.Objects.GitCommit import GitCommit from TM1py.Objects.GitPlan import GitPushPlan, GitPullPlan, GitPlan from TM1py.Services.ObjectService import ObjectService from TM1py.Services.RestService import RestService, Resp...
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 11748, 33918, 198, 6738, 19720, 1330, 7343, 198, 198, 6738, 21232, 16, 9078, 13, 10267, 82, 13, 38, 270, 1330, 15151, 198, 6738, 21232, 16, 9078, 13, 10267, 82, 13, 38...
3.084034
119
from hypothesis import strategies from hypothesis_geometry import planar from tests.bind_tests.hints import (BoundCell, BoundDiagram, BoundEdge, BoundVertex) from tests.bind_tests.utils import (bound_source_cate...
[ 6738, 14078, 1330, 10064, 198, 6738, 14078, 62, 469, 15748, 1330, 1410, 283, 198, 198, 6738, 5254, 13, 21653, 62, 41989, 13, 71, 29503, 1330, 357, 49646, 28780, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 22...
2.146747
661
""" @Author: YangCheng @contact: 1248644045@qq.com @Software: Y.C @Time: 2020/7/21 15:22 """ from typing import List from pydantic import BaseModel, Field from tortoise import Tortoise from tortoise.contrib.pydantic import pydantic_model_creator, pydantic_queryset_creator from lib.tortoise.pydantic import json_...
[ 37811, 198, 31, 13838, 25, 220, 220, 10998, 7376, 782, 198, 31, 32057, 25, 220, 1105, 2780, 2414, 1821, 2231, 31, 38227, 13, 785, 198, 31, 25423, 25, 575, 13, 34, 198, 31, 7575, 25, 220, 220, 220, 220, 12131, 14, 22, 14, 2481, 1...
3.057944
535
from skimage import img_as_bool, io, color, morphology import matplotlib.pyplot as plt import numpy as np import pandas as pd # Testing process # Import images one = img_as_bool(color.rgb2gray(io.imread('1.jpg'))) cross = img_as_bool(color.rgb2gray(io.imread('cross.jpg'))) grid = img_as_bool(color.rgb2gray(io.imread('...
[ 6738, 1341, 9060, 1330, 33705, 62, 292, 62, 30388, 11, 33245, 11, 3124, 11, 46320, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 19798, 292, 355, 279, 67, 198, 198, 2, ...
2.720988
405
# global_data.py import os from dotenv import load_dotenv # Read the bot token from the .env file load_dotenv() TOKEN = os.getenv('DISCORD_TOKEN') DEBUG_MODE = os.getenv('DEBUG_MODE') BOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) DB_FILE = os.path.join(BOT_DIR, 'database/room_wizard_db.db') ...
[ 2, 3298, 62, 7890, 13, 9078, 198, 198, 11748, 28686, 198, 198, 6738, 16605, 24330, 1330, 3440, 62, 26518, 24330, 198, 198, 2, 4149, 262, 10214, 11241, 422, 262, 764, 24330, 2393, 198, 2220, 62, 26518, 24330, 3419, 198, 10468, 43959, 7...
2.354369
206
""" Model Definition """ from tensorflow import keras from tensorflow.keras.applications import ResNet101V2 from tensorflow.keras.layers import ( BatchNormalization, Conv2D, Dense, Dropout, Flatten, LSTM, MaxPool2D, TimeDistributed, Lambda ) import tensorflow as tf from .spatial_transformer.bilinear_sampler i...
[ 37811, 198, 17633, 30396, 198, 37811, 198, 198, 6738, 11192, 273, 11125, 1330, 41927, 292, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 13, 1324, 677, 602, 1330, 1874, 7934, 8784, 53, 17, 198, 6738, 11192, 273, 11125, 13, 6122, 292, 1...
2.87395
119
#!/usr/bin/env python3 """Generate fake serialized NNs to test the lightweight classes""" import argparse import json import h5py import numpy as np if __name__ == "__main__": _run()
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 198, 37811, 8645, 378, 8390, 11389, 1143, 399, 47503, 284, 1332, 262, 18700, 6097, 37811, 198, 198, 11748, 1822, 29572, 198, 11748, 33918, 198, 11748, 289, 20, 9078, 198, 11748, 299,...
2.96875
64
''' Collection of Windows-specific I/O functions ''' import msvcrt import time import ctypes from platforms import winconstants, winclipboard EnumWindows = ctypes.windll.user32.EnumWindows EnumWindowsProc = ctypes.WINFUNCTYPE(ctypes.c_bool, ctypes.POINTER(ctypes.c_int), ctypes.POINTER(ctypes.c_int)) GetWindowText = c...
[ 7061, 6, 198, 36307, 286, 3964, 12, 11423, 314, 14, 46, 5499, 198, 7061, 6, 198, 198, 11748, 13845, 85, 6098, 83, 198, 11748, 640, 198, 11748, 269, 19199, 198, 6738, 9554, 1330, 1592, 9979, 1187, 11, 1592, 15036, 3526, 198, 198, 483...
2.884146
164
# messenger.py - contains functions to create different kinds of messages like info or error # color the text, usage: print bcolors.WARNING + "Warning: No active frommets remain. Continue?" + bcolors.ENDC BCOLORS = { 'HEADER': '\033[95m', 'OKBLUE': '\033[94m', 'OKGREEN': '\033[92m', 'WARNING': '\033[9...
[ 2, 31228, 13, 9078, 532, 4909, 5499, 284, 2251, 1180, 6982, 286, 6218, 588, 7508, 393, 4049, 628, 198, 2, 3124, 262, 2420, 11, 8748, 25, 3601, 275, 4033, 669, 13, 31502, 1343, 366, 20361, 25, 1400, 4075, 422, 76, 1039, 3520, 13, 1...
2.461929
197
import json import RPi.GPIO as GPIO from modules.sensor import getTempC, getHumidity currentPins = loadConfig().values() def bootActuators(): '''Assumes that pi is booting and set off all the relays''' GPIO.setmode(GPIO.BOARD) for i, p in enumerate(currentPins): GPIO.setup(p, GPIO.OUT) GP...
[ 11748, 33918, 198, 11748, 25812, 72, 13, 16960, 9399, 355, 50143, 198, 6738, 13103, 13, 82, 22854, 1330, 651, 30782, 34, 11, 651, 32661, 17995, 628, 198, 14421, 47, 1040, 796, 3440, 16934, 22446, 27160, 3419, 198, 198, 4299, 6297, 6398,...
2.497076
171
import json import habu if __name__ == "__main__": main()
[ 11748, 33918, 198, 198, 11748, 387, 11110, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 220, 220, 220, 1388, 3419, 198 ]
2.5
26
import json import os import requests from dotenv import load_dotenv # You have to configure in this file to notify other services load_dotenv(override=True)
[ 11748, 33918, 198, 11748, 28686, 198, 198, 11748, 7007, 198, 6738, 16605, 24330, 1330, 3440, 62, 26518, 24330, 198, 198, 2, 921, 423, 284, 17425, 287, 428, 2393, 284, 19361, 584, 2594, 628, 628, 198, 2220, 62, 26518, 24330, 7, 2502, 1...
3.565217
46
import random import string
[ 11748, 4738, 198, 11748, 4731 ]
5.4
5
import signal import sys import time import pyupm_grove as grove import pyupm_i2clcd as lcd if __name__=='__main__': signal.signal(signal.SIGINT, interruptHandler) myLcd = lcd.Jhd1313m1(0, 0x3E,0x62) sensorluz=grove.GroveLight(0) coloR=255 colorG=200 colorB=100 myLcd.setColor(coloR,colorG,colorB) #read the...
[ 11748, 6737, 198, 11748, 25064, 198, 11748, 640, 198, 11748, 12972, 929, 76, 62, 27333, 303, 355, 7128, 303, 198, 11748, 12972, 929, 76, 62, 72, 17, 565, 10210, 355, 300, 10210, 198, 361, 11593, 3672, 834, 855, 6, 834, 12417, 834, 1...
2.202586
232
from setuptools import setup, find_packages setup( name='FSM', version='0.1', author='Ben Coughlan', author_email='ben@cgsy.com.au', packages=find_packages(), license_file='LICENSE', )
[ 6738, 900, 37623, 10141, 1330, 9058, 11, 1064, 62, 43789, 198, 198, 40406, 7, 198, 220, 220, 220, 1438, 11639, 10652, 44, 3256, 198, 220, 220, 220, 2196, 11639, 15, 13, 16, 3256, 198, 220, 220, 220, 1772, 11639, 11696, 327, 619, 962...
2.413793
87
import random from typing import Tuple, Dict, Any import scipy import itertools import graphviz import numpy as np import pandas as pd from clustviz.pam import plot_pam from pyclustering.utils import euclidean_distance_square from pyclustering.cluster.clarans import clarans as clarans_pyclustering def compute_cost...
[ 11748, 4738, 198, 6738, 19720, 1330, 309, 29291, 11, 360, 713, 11, 4377, 198, 198, 11748, 629, 541, 88, 198, 11748, 340, 861, 10141, 198, 11748, 4823, 85, 528, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 19798, 292, 355, 279, 67, ...
2.273675
1,151
from __future__ import absolute_import, print_function, unicode_literals import os import requests from metapub.findit import FindIt from metapub.exceptions import * from requests.packages import urllib3 urllib3.disable_warnings() OUTPUT_DIR = 'findit' CURL_TIMEOUT = 4000 if __name__=='__main__': import sys ...
[ 6738, 11593, 37443, 834, 1330, 4112, 62, 11748, 11, 3601, 62, 8818, 11, 28000, 1098, 62, 17201, 874, 198, 198, 11748, 28686, 198, 11748, 7007, 198, 198, 6738, 1138, 499, 549, 13, 19796, 270, 1330, 9938, 1026, 198, 6738, 1138, 499, 549...
2.570175
228
import tensorflow as tf from kgcnn.layers.base import GraphBaseLayer from kgcnn.layers.gather import GatherNodesOutgoing, GatherNodesIngoing from kgcnn.layers.pooling import PoolingLocalEdges from kgcnn.layers.modules import LazySubtract
[ 11748, 11192, 273, 11125, 355, 48700, 198, 198, 6738, 14211, 66, 20471, 13, 75, 6962, 13, 8692, 1330, 29681, 14881, 49925, 198, 6738, 14211, 66, 20471, 13, 75, 6962, 13, 70, 1032, 1330, 402, 1032, 45, 4147, 7975, 5146, 11, 402, 1032, ...
2.975309
81
from typing import Callable, Tuple, Union StrOrBytes = Union[str, bytes] StrOrBytesPair = Tuple[StrOrBytes, StrOrBytes] KeysStore = Callable[[], Union[StrOrBytes, StrOrBytesPair]]
[ 6738, 19720, 1330, 4889, 540, 11, 309, 29291, 11, 4479, 198, 198, 13290, 5574, 45992, 796, 4479, 58, 2536, 11, 9881, 60, 198, 13290, 5574, 45992, 47, 958, 796, 309, 29291, 58, 13290, 5574, 45992, 11, 4285, 5574, 45992, 60, 198, 40729,...
2.967213
61
from django.contrib import admin from api.models import Device admin.site.register(Device, DeviceAdmin)
[ 6738, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 198, 6738, 40391, 13, 27530, 1330, 16232, 628, 198, 198, 28482, 13, 15654, 13, 30238, 7, 24728, 11, 16232, 46787, 8, 198 ]
3.483871
31
# from django.contrib import admin # from django.urls import path from django.conf.urls import url from help import views urlpatterns = [ url(r'^$', views.index) ]
[ 2, 422, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 2, 422, 42625, 14208, 13, 6371, 82, 1330, 3108, 198, 6738, 42625, 14208, 13, 10414, 13, 6371, 82, 1330, 19016, 198, 6738, 1037, 1330, 5009, 198, 198, 6371, 33279, 82, 796, 685, ...
2.816667
60
# coding=utf-8 import random from django.core.cache import cache from django.core.exceptions import ObjectDoesNotExist from django.utils.translation import ugettext as _ from notifications.models import EventType from social_graph import EdgeType try: from hashlib import sha1 as sha_constructor, md5 as md5_constru...
[ 2, 19617, 28, 40477, 12, 23, 198, 11748, 4738, 198, 6738, 42625, 14208, 13, 7295, 13, 23870, 1330, 12940, 198, 6738, 42625, 14208, 13, 7295, 13, 1069, 11755, 1330, 9515, 13921, 3673, 3109, 396, 198, 6738, 42625, 14208, 13, 26791, 13, ...
2.845188
717
from django.urls import path from . import views urlpatterns = [ path('', views.get_percentage, name='get_percentage'), path('get_percentage_value', views.get_percentage_value, name='get_percentage_value'), ]
[ 6738, 42625, 14208, 13, 6371, 82, 1330, 3108, 198, 198, 6738, 764, 1330, 5009, 198, 198, 6371, 33279, 82, 796, 685, 198, 220, 220, 220, 3108, 10786, 3256, 5009, 13, 1136, 62, 25067, 496, 11, 1438, 11639, 1136, 62, 25067, 496, 33809, ...
2.881579
76
# Generated by Django 3.2.8 on 2021-10-12 15:54 from django.db import migrations, models
[ 2, 2980, 515, 416, 37770, 513, 13, 17, 13, 23, 319, 33448, 12, 940, 12, 1065, 1315, 25, 4051, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 11, 4981, 628 ]
2.84375
32
"""Schedule multiple flows of a type.""" from .base import BaseHandler
[ 37811, 27054, 5950, 3294, 15623, 286, 257, 2099, 526, 15931, 198, 198, 6738, 764, 8692, 1330, 7308, 25060, 628 ]
3.842105
19
import logging logger = logging.getLogger(__name__)
[ 11748, 18931, 628, 198, 6404, 1362, 796, 18931, 13, 1136, 11187, 1362, 7, 834, 3672, 834, 8, 628 ]
3.055556
18
from app.helpers.sqlalchemy import db
[ 6738, 598, 13, 16794, 364, 13, 25410, 282, 26599, 1330, 20613 ]
3.363636
11
# # PySNMP MIB module HUAWEI-CDP-COMPLIANCE-MIB (http://snmplabs.com/pysmi) # ASN.1 source file:///Users/davwang4/Dev/mibs.snmplabs.com/asn1/HUAWEI-CDP-COMPLIANCE-MIB # Produced by pysmi-0.3.4 at Mon Apr 29 19:31:50 2019 # On host DAVWANG4-M-1475 platform Darwin version 18.5.0 by user davwang4 # Using Python version 3....
[ 2, 198, 2, 9485, 15571, 7378, 337, 9865, 8265, 367, 34970, 8845, 40, 12, 34, 6322, 12, 9858, 6489, 16868, 5222, 12, 8895, 33, 357, 4023, 1378, 16184, 76, 489, 8937, 13, 785, 14, 79, 893, 11632, 8, 198, 2, 7054, 45, 13, 16, 2723,...
2.657889
4,823
import re from pybb.processors import BaseProcessor from pybb.compat import get_user_model from . import settings
[ 11748, 302, 198, 198, 6738, 12972, 11848, 13, 14681, 669, 1330, 7308, 18709, 273, 198, 6738, 12972, 11848, 13, 5589, 265, 1330, 651, 62, 7220, 62, 19849, 198, 198, 6738, 764, 1330, 6460, 628 ]
3.441176
34
import unittest from selenium import webdriver from PageObjectModel.Pages.addAndEditionDataPage import AddAndEditionData_Page from time import sleep url = 'https://buggy-testingcup.pgs-soft.com/'
[ 11748, 555, 715, 395, 198, 6738, 384, 11925, 1505, 1330, 3992, 26230, 198, 6738, 7873, 10267, 17633, 13, 47798, 13, 2860, 1870, 7407, 653, 6601, 9876, 1330, 3060, 1870, 7407, 653, 6601, 62, 9876, 198, 6738, 640, 1330, 3993, 628, 198, ...
3.222222
63
from q2_api_client.clients.base_q2_client import BaseQ2Client from q2_api_client.endpoints.mobile_ws_endpoints import CalendarEndpoint
[ 6738, 10662, 17, 62, 15042, 62, 16366, 13, 565, 2334, 13, 8692, 62, 80, 17, 62, 16366, 1330, 7308, 48, 17, 11792, 198, 6738, 10662, 17, 62, 15042, 62, 16366, 13, 437, 13033, 13, 24896, 62, 18504, 62, 437, 13033, 1330, 26506, 12915, ...
3.022222
45
#!/usr/bin/env python """ Set of utilities to issue/verify/revoke a CG token with REST calls Requires valid username and password either in bash environment or given at the command line. Issue Token: Token can be easily created (and stored to env) with the folloing: # create token using CG_USERNAME, ...
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 198, 37811, 198, 7248, 286, 20081, 284, 2071, 14, 332, 1958, 14, 18218, 2088, 257, 29925, 11241, 351, 30617, 3848, 198, 39618, 4938, 20579, 290, 9206, 2035, 287, 27334, 2858, 393, 198, ...
2.571069
3,975
from .Generic import GenericHandler
[ 6738, 764, 46189, 1330, 42044, 25060, 628 ]
5.285714
7
from audioop import add from erd import * from table import * # This function converts an ERD object into a Database object # The Database object should correspond to a fully correct implementation # of the ERD, including both data structure and constraints, such that the # CREATE TABLE statements generated by the Dat...
[ 6738, 6597, 404, 1330, 751, 198, 6738, 1931, 67, 1330, 1635, 198, 6738, 3084, 1330, 1635, 198, 198, 2, 770, 2163, 26161, 281, 13793, 35, 2134, 656, 257, 24047, 2134, 198, 2, 383, 24047, 2134, 815, 6053, 284, 257, 3938, 3376, 7822, 1...
4.33945
109
# Program to self calibrate OTF data import Obit, OTF, Image, OSystem, OErr, OTFGetSoln, InfoList, Table # Init Obit err=OErr.OErr() ObitSys=OSystem.OSystem ("Python", 1, 103, 1, ["None"], 1, ["./"], 1, 0, err) OErr.printErrMsg(err, "Error with Obit startup") # Files disk = 1 # Dirty inFullFile = "OTFDirtyFull.fits"...
[ 2, 6118, 284, 2116, 33801, 378, 440, 10234, 1366, 198, 11748, 1835, 270, 11, 440, 10234, 11, 7412, 11, 7294, 6781, 11, 440, 9139, 81, 11, 440, 10234, 3855, 50, 10875, 11, 14151, 8053, 11, 8655, 198, 198, 2, 44707, 1835, 270, 198, ...
2.369231
780
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import requests from bs4 import BeautifulSoup r = requests.get("https://twitter.com/ThePSF", headers={"User-Agent": ""}) if r.status_code == 200: s = BeautifulSoup(r.content, "html.parser") # extract tweets l_tw = [] for p in s.find_all("p", attrs={"clas...
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 11748, 7007, 198, 6738, 275, 82, 19, 1330, 23762, 50, 10486, 198, 198, 81, 796, 7007, 13, 1136, 7203, 5450, ...
2.339286
168
#!/usr/bin/python # -*- coding: utf-8 -*- import decimal import multiprocessing import random def roundDecimal(v): ''' Sembra che l'arrotondamento di un decimal sia pi complicato del previsto ''' return v.quantize(decimal.Decimal('0.01'), rounding=decimal.ROUND_HALF_UP) def maybeStart(startCb, debu...
[ 2, 48443, 14629, 14, 8800, 14, 29412, 198, 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 198, 11748, 32465, 198, 11748, 18540, 305, 919, 278, 198, 11748, 4738, 628, 198, 4299, 2835, 10707, 4402, 7, 85, 2599, 198, ...
2.443983
241
# Generated by Django 3.2.4 on 2021-09-24 15:29 from django.db import migrations, models import django.db.models.deletion
[ 2, 2980, 515, 416, 37770, 513, 13, 17, 13, 19, 319, 33448, 12, 2931, 12, 1731, 1315, 25, 1959, 198, 198, 6738, 42625, 14208, 13, 9945, 1330, 15720, 602, 11, 4981, 198, 11748, 42625, 14208, 13, 9945, 13, 27530, 13, 2934, 1616, 295, ...
2.818182
44
from django.shortcuts import render
[ 6738, 42625, 14208, 13, 19509, 23779, 1330, 8543, 198 ]
4
9
# -*- coding: utf-8 -*- """ Created on Mon Feb 11 09:18:37 2019 @author: if715029 """ import pandas as pd import numpy as np import sklearn.metrics as skm import scipy.spatial.distance as sc #%% Leer datos data = pd.read_excel('../data/Test de pelculas(1-16).xlsx', encoding='latin_1') #%% Seleccionar datos (a mi es...
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 41972, 319, 2892, 3158, 1367, 7769, 25, 1507, 25, 2718, 13130, 198, 198, 31, 9800, 25, 611, 4869, 1120, 1959, 198, 37811, 198, 198, 11748, 19798, 292, 355, ...
2.180822
730
import logging
[ 11748, 18931 ]
7
2
import numpy import rasterio import gdal print('all modules imported') # path to the folder with the ndvi rasters base_path = "/Users/hk/Downloads/gaga/" # shapefile with forest mask forest_mask = base_path + "waldmaske_wgs84.shp" # initialize the necessary rasters for the ndvi calculation. ndvi_2017 = rasterio.open...
[ 11748, 299, 32152, 198, 11748, 374, 1603, 952, 198, 11748, 308, 31748, 198, 4798, 10786, 439, 13103, 17392, 11537, 198, 198, 2, 3108, 284, 262, 9483, 351, 262, 299, 67, 8903, 374, 7060, 198, 8692, 62, 6978, 796, 12813, 14490, 14, 71, ...
2.427061
946
def product_from_branch(branch): """ Return a product name from this branch name. :param branch: eg. "ceph-3.0-rhel-7" :returns: eg. "ceph" """ if branch.startswith('private-'): # Let's just return the thing after "private-" and hope there's a # product string match somewhere in...
[ 4299, 1720, 62, 6738, 62, 1671, 3702, 7, 1671, 3702, 2599, 198, 220, 220, 220, 37227, 198, 220, 220, 220, 8229, 257, 1720, 1438, 422, 428, 8478, 1438, 13, 628, 220, 220, 220, 1058, 17143, 8478, 25, 29206, 13, 366, 344, 746, 12, 18...
2.610169
177
import requests url = 'https://notify-api.line.me/api/notify'#LINE NotifyAPIURL token = '2RNdAKwlaj69HK0KlEdMX1y575gDWNKrPpggFcLnh82' # ms = ""# while True: now=dt.('cpu_temps') dt = getCpuTempFromFile(data_file) #CPU print(cpu_temps) if print(cpu_temp) == "print >= 80":#CPU80 line(postdate=me...
[ 11748, 7007, 198, 198, 6371, 796, 705, 5450, 1378, 1662, 1958, 12, 15042, 13, 1370, 13, 1326, 14, 15042, 14, 1662, 1958, 6, 2, 24027, 1892, 1958, 17614, 21886, 198, 30001, 796, 705, 17, 42336, 67, 10206, 40989, 1228, 3388, 38730, 15, ...
2.106383
188
"""titiler.application""" __version__ = "0.6.0"
[ 37811, 83, 270, 5329, 13, 31438, 37811, 198, 198, 834, 9641, 834, 796, 366, 15, 13, 21, 13, 15, 1, 198 ]
2.333333
21
#!/usr/bin/env python import os from collections import defaultdict hosts = {'mill001', 'mill004', 'mill005'} user = 'a7109534' file_location = '/work/a7109534/' #file_location = '/home/ryan/workspace/JGroups' #file_location = '/home/pg/p11/a7109534/' file_wildcard = '*' extension = ".csv" get_file = file_location + f...
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 198, 11748, 28686, 198, 6738, 17268, 1330, 4277, 11600, 198, 198, 4774, 82, 796, 1391, 6, 17805, 8298, 3256, 705, 17805, 22914, 3256, 705, 17805, 22544, 6, 92, 198, 7220, 796, 705, 64, 4314...
2.631579
209
"""Data providers.""" import os try: # try-except statement needed because # pip module is not available in google app engine import pip except ImportError: pip = None import yaml import six from .artifact_store import get_artifact_store from .http_provider import HTTPProvider from .firebase_provider...
[ 37811, 6601, 9549, 526, 15931, 198, 11748, 28686, 198, 198, 28311, 25, 198, 220, 220, 220, 1303, 1949, 12, 16341, 2643, 2622, 780, 198, 220, 220, 220, 1303, 7347, 8265, 318, 407, 1695, 287, 23645, 598, 3113, 198, 220, 220, 220, 1330, ...
3.403101
129
import numpy as np import pandas as pd from server.model_inference.config import labels from server.model_inference.core_model import get_model_prediction from server.util.prediction_to_json import pandas_to_json
[ 11748, 299, 32152, 355, 45941, 198, 11748, 19798, 292, 355, 279, 67, 198, 198, 6738, 4382, 13, 19849, 62, 259, 4288, 13, 11250, 1330, 14722, 198, 6738, 4382, 13, 19849, 62, 259, 4288, 13, 7295, 62, 19849, 1330, 651, 62, 19849, 62, 2...
3.359375
64
import asyncio import json import socket import time from botsdk.util.BotPlugin import BotPlugin from botsdk.util.Error import printTraceBack
[ 11748, 30351, 952, 198, 11748, 33918, 198, 11748, 17802, 198, 11748, 640, 198, 198, 6738, 29641, 34388, 13, 22602, 13, 20630, 37233, 1330, 18579, 37233, 198, 6738, 29641, 34388, 13, 22602, 13, 12331, 1330, 3601, 2898, 558, 7282, 628, 628,...
3.585366
41
from schedule.scheduler4_0 import schedule from schedule.ra_sched import Schedule, RA from unittest.mock import MagicMock, patch from datetime import date import unittest import random if __name__ == "__main__": unittest.main()
[ 6738, 7269, 13, 1416, 704, 18173, 19, 62, 15, 1330, 7269, 198, 6738, 7269, 13, 430, 62, 1416, 704, 1330, 19281, 11, 17926, 198, 6738, 555, 715, 395, 13, 76, 735, 1330, 6139, 44, 735, 11, 8529, 198, 6738, 4818, 8079, 1330, 3128, 19...
3.133333
75
""" Main Module """ import logging from ulauncher.api.client.Extension import Extension from ulauncher.api.client.EventListener import EventListener from ulauncher.api.shared.event import KeywordQueryEvent from ulauncher.api.shared.item.ExtensionResultItem import ExtensionResultItem from ulauncher.api.shared.action.R...
[ 37811, 8774, 19937, 37227, 198, 198, 11748, 18931, 198, 198, 6738, 14856, 1942, 2044, 13, 15042, 13, 16366, 13, 11627, 3004, 1330, 27995, 198, 6738, 14856, 1942, 2044, 13, 15042, 13, 16366, 13, 9237, 33252, 1330, 8558, 33252, 198, 6738, ...
3.597015
201
# -*- coding: utf-8 -*- from geeklist.api import BaseGeeklistApi, GeekListOauthApi, GeekListUserApi from access import consumer_info #please access.py which contains consumer_info = { 'key': YOUR_KEY, 'secret': secret} BaseGeeklistApi.BASE_URL ='http://sandbox-api.geekli.st/v1' oauth_api = GeekListOauthApi(consumer_i...
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 6738, 27314, 4868, 13, 15042, 1330, 7308, 10082, 988, 4868, 32, 14415, 11, 33639, 8053, 46, 18439, 32, 14415, 11, 33639, 8053, 12982, 32, 14415, 198, 198, 6738, 1895, 13...
2.798246
342
""" Template for Characters Copy this module up one level and name it as you like, then use it as a template to create your own Character class. To make new logins default to creating characters of your new type, change settings.BASE_CHARACTER_TYPECLASS to point to your new class, e.g. settings.BASE_CHARACTER_TYPEC...
[ 37811, 198, 198, 30800, 329, 26813, 198, 198, 29881, 428, 8265, 510, 530, 1241, 290, 1438, 340, 355, 345, 588, 11, 788, 198, 1904, 340, 355, 257, 11055, 284, 2251, 534, 898, 15684, 1398, 13, 198, 198, 2514, 787, 649, 2604, 1040, 427...
3.640244
164
""" ( ) : One 1 Two 2 Three 3 Four 4 , . . . """ if __name__ == "__main__": # main() short_variant()
[ 37811, 198, 357, 1267, 220, 220, 220, 220, 1058, 198, 3198, 220, 352, 198, 7571, 220, 362, 198, 12510, 220, 513, 198, 15137, 220, 604, 198, 220, 837, 220, 220, 220, 220, 220, 220, 220, 764, 198, 220, 220, 220, 220, 220, 220, 764, ...
1.715909
88
from w_i_stage import IStage from direct.interval.IntervalGlobal import Sequence, Func, Wait
[ 6738, 266, 62, 72, 62, 14247, 1330, 314, 29391, 198, 6738, 1277, 13, 3849, 2100, 13, 9492, 2100, 22289, 1330, 45835, 11, 11138, 66, 11, 16314, 628 ]
3.481481
27
# -*- coding: utf-8 -*- """ """ from . import convertor from . import model_loader from . import storage from . import parallel from . import logging
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 198, 37811, 198, 6738, 764, 1330, 10385, 273, 198, 6738, 764, 1330, 2746, 62, 29356, 198, 6738, 764, 1330, 6143, 198, 6738, 764, 1330, 10730, 198, 6738, 764,...
3.212766
47
"""NeuronUnit model class for reduced neuron models""" import numpy as np from neo.core import AnalogSignal import quantities as pq import neuronunit.capabilities as cap import neuronunit.models as mod import neuronunit.capabilities.spike_functions as sf from neuronunit.models import backends from generic_network imp...
[ 37811, 8199, 44372, 26453, 2746, 1398, 329, 5322, 43164, 4981, 37811, 198, 198, 11748, 299, 32152, 355, 45941, 198, 6738, 19102, 13, 7295, 1330, 50088, 11712, 282, 198, 11748, 17794, 355, 279, 80, 198, 198, 11748, 43164, 20850, 13, 11128,...
3.75
96
#!/usr/bin/env python3 import argparse import csv import datetime import json import logging import os import sys import warnings from collections import defaultdict from copy import copy from dataclasses import dataclass from itertools import islice, cycle, chain from random import randint, shuffle, choice, sample fro...
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 11748, 1822, 29572, 198, 11748, 269, 21370, 198, 11748, 4818, 8079, 198, 11748, 33918, 198, 11748, 18931, 198, 11748, 28686, 198, 11748, 25064, 198, 11748, 14601, 198, 6738, 17268, 133...
2.513037
1,419
from typing import Union from unittest.mock import Mock, create_autospec import pytest from pytest import MonkeyPatch from philipstv import PhilipsTVAPI, PhilipsTVPairer, PhilipsTVRemote, PhilipsTVRemoteError from philipstv.model import ( AllChannels, AmbilightColor, AmbilightColors, AmbilightLayer, ...
[ 6738, 19720, 1330, 4479, 198, 6738, 555, 715, 395, 13, 76, 735, 1330, 44123, 11, 2251, 62, 2306, 418, 43106, 198, 198, 11748, 12972, 9288, 198, 6738, 12972, 9288, 1330, 26997, 33952, 198, 198, 6738, 5206, 541, 301, 85, 1330, 46905, 68...
2.146568
1,078
"""Implementation of benchmarks. Copyright (c) 2019 Red Hat Inc. 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 3 of the License, or (at your option) any later version. This program...
[ 37811, 3546, 32851, 286, 31747, 13, 198, 198, 15269, 357, 66, 8, 13130, 2297, 10983, 3457, 13, 198, 198, 1212, 1430, 318, 1479, 3788, 25, 345, 460, 17678, 4163, 340, 290, 14, 273, 13096, 198, 270, 739, 262, 2846, 286, 262, 22961, 36...
2.36574
4,063
# Core Django imports from django.contrib import admin # Imports from my apps from bus_system.apps.bus.models import BusModel admin.site.register(BusModel)
[ 2, 7231, 37770, 220, 17944, 198, 6738, 42625, 14208, 13, 3642, 822, 1330, 13169, 198, 198, 2, 1846, 3742, 422, 616, 6725, 198, 6738, 1323, 62, 10057, 13, 18211, 13, 10885, 13, 27530, 1330, 5869, 17633, 198, 198, 28482, 13, 15654, 13, ...
3.3125
48
'''Various astro calcs mainly based on Meuss. ''' import numpy as np import math import time from datetime import datetime
[ 7061, 6, 40009, 6468, 305, 2386, 6359, 8384, 1912, 319, 2185, 1046, 13, 220, 198, 7061, 6, 198, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 10688, 198, 11748, 640, 198, 6738, 4818, 8079, 1330, 4818, 8079, 628, 198 ]
3.25641
39
import win32com.client import time if __name__ == '__main__': cc = CalcClient() cc.calc('ADD', 123, 567) cc.calc('SUB', 123, 567) cc.calc('MUL', 123, 567) cc.calc('DIV', 123, 567)
[ 11748, 1592, 2624, 785, 13, 16366, 201, 198, 11748, 640, 201, 198, 201, 198, 201, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 201, 198, 220, 220, 220, 36624, 796, 2199, 66, 11792, 3419, 201, 198, 220, 220, 220, 36...
1.962617
107