content
stringlengths
1
1.05M
input_ids
listlengths
1
883k
ratio_char_token
float64
1
22.9
token_count
int64
1
883k
import socket import sys import os import optparse from threading import * clients = [] if __name__ == '__main__': main()
[ 11748, 17802, 198, 11748, 25064, 198, 11748, 28686, 198, 11748, 2172, 29572, 198, 6738, 4704, 278, 1330, 1635, 628, 628, 198, 198, 565, 2334, 796, 17635, 198, 198, 361, 11593, 3672, 834, 6624, 705, 834, 12417, 834, 10354, 198, 197, 1241...
3
43
#!/usr/bin/python # -*- coding: ascii -*- """ Byte utilities testing. :date: 2021 :author: Christian Wiche :contact: cwichel@gmail.com :license: The MIT License (MIT) """ import unittest from embutils.utils import bitmask, reverse_bits, reverse_bytes # -->> Definitions <<------------------ # -->> Tes...
[ 2, 48443, 14629, 14, 8800, 14, 29412, 198, 2, 532, 9, 12, 19617, 25, 355, 979, 72, 532, 9, 12, 198, 37811, 198, 40778, 20081, 4856, 13, 198, 198, 25, 4475, 25, 220, 220, 220, 220, 220, 33448, 198, 25, 9800, 25, 220, 220, 220, ...
2.946309
149
# Generated by Django 2.0 on 2018-03-24 02:55 import datetime import django.db.models.deletion from django.db import migrations, models import mptt.fields
[ 2, 2980, 515, 416, 37770, 362, 13, 15, 319, 2864, 12, 3070, 12, 1731, 7816, 25, 2816, 198, 198, 11748, 4818, 8079, 198, 198, 11748, 42625, 14208, 13, 9945, 13, 27530, 13, 2934, 1616, 295, 198, 6738, 42625, 14208, 13, 9945, 1330, 157...
2.890909
55
# -*- coding: utf-8 -*- """Ant_Algorithm.ipynb Automatically generated by Colaboratory. Original file is located at https://colab.research.google.com/drive/1Zjt1SInhoaFEqSmsPjEfWQE7jhugAvZA # **ANT ALGORITHM BY KELOMPOK 9** 1. Heri Khariono - 18081010002 2. Devan Cakra Mudra Wijaya - 18081010013 3. Ika Nur Habib...
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 13217, 62, 2348, 42289, 13, 541, 2047, 65, 198, 198, 38062, 4142, 7560, 416, 1623, 4820, 2870, 13, 198, 198, 20556, 2393, 318, 5140, 379, 198, 220, 220, 220, 37...
2.353712
2,290
import numpy as np from scipy.ndimage import maximum_filter def signal2noise(r_map): """ Compute the signal-to-noise ratio of correlation plane. w*h*c""" r = r_map.copy() max_r = maximum_filter(r_map, (5,5,1)) ind = max_r> (r_map+1e-3) r[ind] = 0.05 r = np.reshape(r, (-1, r.shape[-1])) ...
[ 11748, 299, 32152, 355, 45941, 198, 6738, 629, 541, 88, 13, 358, 9060, 1330, 5415, 62, 24455, 628, 198, 198, 4299, 6737, 17, 3919, 786, 7, 81, 62, 8899, 2599, 198, 220, 220, 220, 37227, 3082, 1133, 262, 6737, 12, 1462, 12, 3919, 7...
2.033019
212
import os import time import argparse from tqdm import tqdm import torch from torch import optim from torch import nn from fastNLP import BucketSampler from fastNLP import logger from fastNLP import DataSetIter from fastNLP import Tester from fastNLP import cache_results from bjtunlp.models import BertParser from b...
[ 11748, 28686, 198, 11748, 640, 198, 11748, 1822, 29572, 198, 198, 6738, 256, 80, 36020, 1330, 256, 80, 36020, 198, 198, 11748, 28034, 198, 6738, 28034, 1330, 6436, 198, 6738, 28034, 1330, 299, 77, 198, 198, 6738, 3049, 45, 19930, 1330, ...
3.112613
222
import time import torch from torch.autograd import Variable from torch.utils.data.sampler import SubsetRandomSampler from archived.elasticache import redis_init from archived.s3.get_object import get_object from archived.old_model import LogisticRegression from data_loader.libsvm_dataset import DenseDatas...
[ 11748, 640, 201, 198, 201, 198, 11748, 28034, 201, 198, 6738, 28034, 13, 2306, 519, 6335, 1330, 35748, 201, 198, 6738, 28034, 13, 26791, 13, 7890, 13, 37687, 20053, 1330, 3834, 2617, 29531, 16305, 20053, 201, 198, 201, 198, 6738, 33962,...
2.546358
302
from enum import Enum
[ 6738, 33829, 1330, 2039, 388, 628 ]
3.833333
6
from typing import List from backend.common.cache_clearing import get_affected_queries from backend.common.manipulators.manipulator_base import ManipulatorBase from backend.common.models.cached_model import TAffectedReferences from backend.common.models.team import Team
[ 6738, 19720, 1330, 7343, 198, 198, 6738, 30203, 13, 11321, 13, 23870, 62, 2375, 1723, 1330, 651, 62, 43958, 62, 421, 10640, 198, 6738, 30203, 13, 11321, 13, 805, 541, 24325, 13, 805, 541, 8927, 62, 8692, 1330, 35045, 8927, 14881, 198,...
3.9
70
from django.conf import settings INFUSIONSOFT_COMPANY = getattr(settings, 'INFUSIONSOFT_COMPANY_ID', None) INFUSIONSOFT_API_KEY = getattr(settings, 'INFUSIONSOFT_API_KEY', None)
[ 6738, 42625, 14208, 13, 10414, 1330, 6460, 198, 198, 1268, 37, 2937, 11053, 46, 9792, 62, 9858, 47, 31827, 796, 651, 35226, 7, 33692, 11, 705, 1268, 37, 2937, 11053, 46, 9792, 62, 9858, 47, 31827, 62, 2389, 3256, 6045, 8, 198, 1268,...
2.452055
73
# MIT License # # Copyright (c) 2020 HENSOLDT # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, pub...
[ 2, 17168, 13789, 198, 2, 198, 2, 15069, 357, 66, 8, 12131, 367, 16938, 15173, 51, 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, ...
3.746087
575
from pilco.models.pilco import PILCO import jax.numpy as jnp import numpy as np import objax import os import oct2py import logging oc = oct2py.Oct2Py(logger=oct2py.get_log()) oc.logger = oct2py.get_log("new_log") oc.logger.setLevel(logging.INFO) dir_path = os.path.dirname(os.path.realpath("__file__")) + "/tests/Matla...
[ 6738, 5560, 1073, 13, 27530, 13, 79, 346, 1073, 1330, 350, 4146, 8220, 198, 11748, 474, 897, 13, 77, 32152, 355, 474, 37659, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 26181, 897, 198, 11748, 28686, 198, 11748, 19318, 17, 9078, 1...
2.441718
163
from flask import Blueprint, redirect, url_for from server.utils.core_utils import logger # Create Blueprint main = Blueprint("main", __name__) # redirect when you visit /
[ 6738, 42903, 1330, 39932, 11, 18941, 11, 19016, 62, 1640, 198, 6738, 4382, 13, 26791, 13, 7295, 62, 26791, 1330, 49706, 198, 198, 2, 13610, 39932, 198, 12417, 796, 39932, 7203, 12417, 1600, 11593, 3672, 834, 8, 628, 198, 2, 18941, 618...
3.804348
46
# Generated by Django 3.1.7 on 2021-03-07 06:43 from django.db import migrations, models import django.db.models.deletion
[ 2, 2980, 515, 416, 37770, 513, 13, 16, 13, 22, 319, 33448, 12, 3070, 12, 2998, 9130, 25, 3559, 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 .odefunc import (ODEnet, ODEfunc) from .cnf import CNF from .diffeq_layers import *
[ 6738, 764, 375, 891, 19524, 1330, 357, 16820, 3262, 11, 198, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 440, 7206, 20786, 8, 198, 198, 6738, 764, 31522, 69, 1330, 327, ...
1.982143
56
import urllib, urllib2, json, time, os username = "username" #CHANGE password = "password" #CHANGE replicaURL = "feature service url/FeatureServer/createReplica" #CHANGE replicaLayers = [0] ...
[ 11748, 2956, 297, 571, 11, 2956, 297, 571, 17, 11, 33918, 11, 640, 11, 28686, 198, 198, 29460, 796, 366, 29460, 1, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220...
2.348808
797
import re import textwrap import yaml from osc_trino_acl_dsl.dsl2rules import dsl_to_rules def rule_matches(rule: dict, table: Table, user: User) -> bool: """emulates trino rule matching semantics""" if ("catalog" in rule) and (not re.fullmatch(rule["catalog"], table.catalog)): return False if...
[ 11748, 302, 198, 11748, 2420, 37150, 198, 198, 11748, 331, 43695, 198, 198, 6738, 267, 1416, 62, 2213, 2879, 62, 37779, 62, 67, 6649, 13, 67, 6649, 17, 38785, 1330, 288, 6649, 62, 1462, 62, 38785, 628, 628, 198, 4299, 3896, 62, 6759...
2.528634
681
import os from distutils.command.build import build from django.core import management from setuptools import find_packages, setup try: with open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8') as f: long_description = f.read() except: long_description = '' cmdclass = { ...
[ 11748, 28686, 198, 6738, 1233, 26791, 13, 21812, 13, 11249, 1330, 1382, 198, 198, 6738, 42625, 14208, 13, 7295, 1330, 4542, 198, 6738, 900, 37623, 10141, 1330, 1064, 62, 43789, 11, 9058, 198, 198, 28311, 25, 198, 220, 220, 220, 351, 1...
2.570605
347
# Copyright 2018, The TensorFlow Federated Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
[ 2, 15069, 2864, 11, 383, 309, 22854, 37535, 35089, 515, 46665, 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, ...
3.59204
201
#!/usr/bin/env python3 import logging.handlers import sys from sys import argv, modules from os.path import join from autonmap import cron_scheduler from autonmap import launch_client from autonmap import launch_server from autonmap.server import server_config as sconfig """ This module allows autonmap to interact w...
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 198, 11748, 18931, 13, 4993, 8116, 198, 11748, 25064, 198, 6738, 25064, 1330, 1822, 85, 11, 13103, 198, 6738, 28686, 13, 6978, 1330, 4654, 198, 198, 6738, 1960, 261, 8899, 1330, 10...
1.92561
1,640
# import random # from typing import List, Dict import numpy as np # import matplotlib.pyplot as plt def get_info() -> dict: """ This controls your Battlesnake appearance and author permissions. For customization options, see https://docs.battlesnake.com/references/personalization TIP: If you open you...
[ 2, 1330, 4738, 198, 2, 422, 19720, 1330, 7343, 11, 360, 713, 198, 11748, 299, 32152, 355, 45941, 198, 2, 1330, 2603, 29487, 8019, 13, 9078, 29487, 355, 458, 83, 198, 198, 4299, 651, 62, 10951, 3419, 4613, 8633, 25, 198, 220, 220, ...
1.912937
1,631
# pdf.244
[ 198, 2, 37124, 13, 25707, 198 ]
1.833333
6
import os import sys from dataclasses import dataclass, field from typing import List, Set, Optional from nuclear.builder.rule import PrimaryOptionRule, ParameterRule, FlagRule, CliRule, SubcommandRule, \ PositionalArgumentRule, ManyArgumentsRule, DictionaryRule, ValueRule from nuclear.parser.context import RunCon...
[ 11748, 28686, 198, 11748, 25064, 198, 6738, 4818, 330, 28958, 1330, 4818, 330, 31172, 11, 2214, 198, 6738, 19720, 1330, 7343, 11, 5345, 11, 32233, 198, 198, 6738, 4523, 13, 38272, 13, 25135, 1330, 21087, 19722, 31929, 11, 25139, 2357, 3...
3.586735
196
#The MIT License (MIT) # #Copyright (c) 2015 Geoffroy Givry # #Permission is hereby granted, free of charge, to any person obtaining a copy #of this software and associated documentation files (the "Software"), to deal #in the Software without restriction, including without limitation the rights #to use, copy, m...
[ 2, 464, 17168, 13789, 357, 36393, 8, 201, 198, 2, 201, 198, 2, 15269, 357, 66, 8, 1853, 24688, 3287, 402, 452, 563, 201, 198, 2, 201, 198, 2, 5990, 3411, 318, 29376, 7520, 11, 1479, 286, 3877, 11, 284, 597, 1048, 16727, 257, 486...
3.403509
342
""" `main` is the top level module where AppEngine gets access to your Flask application. """ from app import create_app from config import config from os import environ if environ['SERVER_SOFTWARE'].startswith('Development'): app_config = config['development'] else: app_config = config['production'] app ...
[ 37811, 198, 63, 12417, 63, 318, 262, 1353, 1241, 8265, 810, 2034, 13798, 3011, 1895, 198, 1462, 534, 46947, 3586, 13, 198, 37811, 628, 198, 6738, 598, 1330, 2251, 62, 1324, 198, 6738, 4566, 1330, 4566, 198, 6738, 28686, 1330, 551, 226...
3.569231
130
#!/usr/bin/env python3 # -*-coding:utf-8-*- """ This module is used to extract features from the data """ import numpy as np from scipy.fftpack import fft from scipy.fftpack.realtransforms import dct import python_speech_features eps = 0.00000001 def file_length(soundParams): """Returns the file length, in sec...
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 532, 9, 12, 66, 7656, 25, 40477, 12, 23, 12, 9, 12, 198, 198, 37811, 198, 1212, 8265, 318, 973, 284, 7925, 3033, 422, 262, 1366, 198, 37811, 198, 198, 11748, 299, 32152, 3...
2.204552
3,383
from .combine_sector_results import * from .DiagnosticsLog import * from .EstimationModel import * from .format_regression_table import * from .save_and_load import * from .SlimResults import * from .Specification import * from .visualize_results import *
[ 6738, 764, 24011, 500, 62, 34914, 62, 43420, 1330, 1635, 198, 6738, 764, 18683, 4660, 34558, 11187, 1330, 1635, 198, 6738, 764, 22362, 18991, 17633, 1330, 1635, 198, 6738, 764, 18982, 62, 2301, 2234, 62, 11487, 1330, 1635, 198, 6738, 76...
3.541667
72
# Part of the Engi-WebGL suite. from bpy.props import * from bpy_extras.io_utils import ExportHelper from mathutils import * from functools import reduce import os, sys, os.path, bpy, bmesh, math, struct, base64, itertools bl_info = { 'name': 'Curve Export (.json)', 'author': 'Lasse Nielsen', 'version': (0, 2), '...
[ 2, 2142, 286, 262, 1985, 72, 12, 13908, 8763, 18389, 13, 198, 198, 6738, 275, 9078, 13, 1676, 862, 1330, 1635, 198, 6738, 275, 9078, 62, 2302, 8847, 13, 952, 62, 26791, 1330, 36472, 47429, 198, 6738, 10688, 26791, 1330, 1635, 198, 6...
2.821782
202
import mimetypes from pathlib import Path from organize.utils import DotDict, flatten from .filter import Filter
[ 11748, 17007, 2963, 12272, 198, 198, 6738, 3108, 8019, 1330, 10644, 198, 6738, 16481, 13, 26791, 1330, 22875, 35, 713, 11, 27172, 268, 198, 198, 6738, 764, 24455, 1330, 25853, 628 ]
3.741935
31
from conans import ConanFile, CMake, tools
[ 6738, 369, 504, 1330, 31634, 8979, 11, 327, 12050, 11, 4899, 628 ]
3.666667
12
import numpy as np VEC_FORWARD = np.array([0, 0, 1]) VEC_UP = np.array([0, 1, 0]) VEC_RIGHT = np.array([1, 0, 0]) STYLE_NOMOVE = np.array([1, 0, 0, 0, 0, 0]) STYLE_TROT = np.array([0, 1, 0, 0, 0, 0]) STYLE_JUMP = np.array([0, 0, 1, 0, 0, 0]) STYLE_SIT = np.array([0, 0, 0, 1, 0, 0]) STYLE_STAND = np.array([0...
[ 11748, 299, 32152, 355, 45941, 201, 198, 201, 198, 53, 2943, 62, 13775, 39743, 796, 45941, 13, 18747, 26933, 15, 11, 657, 11, 352, 12962, 201, 198, 53, 2943, 62, 8577, 796, 45941, 13, 18747, 26933, 15, 11, 352, 11, 657, 12962, 201, ...
1.788396
293
#!/usr/bin/python import argparse,codes3d,configparser, os if __name__ == "__main__": parser = argparse.ArgumentParser(description="Create a BED file detailing the locations of genes in the genome, and a database containing additional gene information. Note: If a file in .gtf format is supplied, no other arguments ...
[ 2, 48443, 14629, 14, 8800, 14, 29412, 198, 198, 11748, 1822, 29572, 11, 40148, 18, 67, 11, 11250, 48610, 11, 28686, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298, 198, 197, 48610, 796, 1822, 29572, 13, 28100, 1713,...
3.258065
682
import numpy as np from Optimizer.path import get_x_substeps from Kinematic import frames, chain as kc # General def frames2spheres(f, robot): """ x_spheres (n_samples, n_wp, n_links, n_dim) """ return frames2pos(f, frame_idx=robot.spheres_frame_idx, rel_pos=robot.spheres_position) def frame...
[ 11748, 299, 32152, 355, 45941, 198, 198, 6738, 30011, 7509, 13, 6978, 1330, 651, 62, 87, 62, 7266, 20214, 198, 6738, 509, 7749, 1512, 1330, 13431, 11, 6333, 355, 479, 66, 628, 628, 198, 2, 3611, 628, 628, 198, 198, 4299, 13431, 17, ...
2.045204
907
import dns.resolver import dns.ipv4 import argparse parser = argparse.ArgumentParser() parser.add_argument('-l', "--list", help="List of dns names you want IP's for") parser.add_argument('-o', "--output", help="Output file to save list") args = parser.parse_args() ip_list = [...] subs = open(args.list, 'r', newline='...
[ 11748, 288, 5907, 13, 411, 14375, 198, 11748, 288, 5907, 13, 541, 85, 19, 198, 11748, 1822, 29572, 198, 198, 48610, 796, 1822, 29572, 13, 28100, 1713, 46677, 3419, 198, 48610, 13, 2860, 62, 49140, 10786, 12, 75, 3256, 366, 438, 4868, ...
1.954
500
import pandas import numpy as np import math import os import sys import re from utils import * DIR_PATH = os.path.dirname(os.path.realpath(__file__)) percentiles = [ 10, 25, 50, 75, 90, 95, 99, 99.9 ] DATA_FOLDER = DIR_PATH + '/data' if __name__ == "__main__": main()
[ 11748, 19798, 292, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 10688, 198, 11748, 28686, 198, 11748, 25064, 198, 11748, 302, 198, 198, 6738, 3384, 4487, 1330, 1635, 198, 198, 34720, 62, 34219, 796, 28686, 13, 6978, 13, 15908, 3672, ...
2.536364
110
from typing import Optional from platypush.backend import Backend from platypush.context import get_plugin from platypush.message.event.foursquare import FoursquareCheckinEvent # vim:sw=4:ts=4:et:
[ 6738, 19720, 1330, 32233, 198, 198, 6738, 40315, 4464, 1530, 13, 1891, 437, 1330, 5157, 437, 198, 6738, 40315, 4464, 1530, 13, 22866, 1330, 651, 62, 33803, 198, 6738, 40315, 4464, 1530, 13, 20500, 13, 15596, 13, 69, 4662, 421, 533, 13...
3.045455
66
import os import time import pandas as pd from src.utils import get_project_root from src.data.item_names_replacement import REPLACE_DICT1, REPLACE_DICT1 YEARS = [str(x) for x in list(range(2013,2021))] ROOT_DIR = get_project_root() def load_data(data_abs_path: str) -> pd.DataFrame: """Load raw data Par...
[ 11748, 28686, 198, 11748, 640, 198, 11748, 19798, 292, 355, 279, 67, 198, 6738, 12351, 13, 26791, 1330, 651, 62, 16302, 62, 15763, 198, 6738, 12351, 13, 7890, 13, 9186, 62, 14933, 62, 35666, 5592, 1330, 45285, 11598, 62, 35, 18379, 16...
2.42029
276
""" This file contains assorted general utility functions used by other modules in the aiml_bot package. """ # TODO: Correctly handle abbreviations. def split_sentences(text: str) -> list: """Split the string s into a list of sentences.""" if not isinstance(text, str): raise TypeError(text) positi...
[ 37811, 198, 1212, 2393, 4909, 46603, 2276, 10361, 5499, 973, 416, 584, 198, 18170, 287, 262, 4031, 75, 62, 13645, 5301, 13, 198, 37811, 628, 198, 2, 16926, 46, 25, 22941, 306, 5412, 37640, 602, 13, 198, 4299, 6626, 62, 34086, 3007, ...
2.490196
459
import os, time, random from collections import defaultdict from System import Console, ConsoleColor, ConsoleKey from System.Threading import Thread, ThreadStart if __name__ == "__main__": screen = Screen(); logic = GameLogic(); stats = Stastics(); fruit = Fruit(); snake = Snake() while snake.position_in_buffe...
[ 11748, 28686, 11, 640, 11, 4738, 198, 6738, 17268, 1330, 4277, 11600, 198, 6738, 4482, 1330, 24371, 11, 24371, 10258, 11, 24371, 9218, 198, 6738, 4482, 13, 16818, 278, 1330, 14122, 11, 14122, 10434, 198, 198, 361, 11593, 3672, 834, 6624...
3.339869
153
# #! coding:utf-8 import xml.etree.ElementTree as ET from xml.etree import ElementTree import base64 import binascii import numpy as np import matplotlib.pyplot as plt from collections import OrderedDict SubType = {'1':'ASD','2':'CSD','3':'TF','4':'???','5':'COH'} average_type = {'0':'Fixed','1':'Exponential','2':'Ac...
[ 2, 198, 2, 0, 19617, 25, 40477, 12, 23, 198, 198, 11748, 35555, 13, 316, 631, 13, 20180, 27660, 355, 12152, 198, 6738, 35555, 13, 316, 631, 1330, 11703, 27660, 198, 11748, 2779, 2414, 198, 11748, 9874, 292, 979, 72, 198, 11748, 299,...
2.211454
227
# Copyright 2019 Google LLC # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
[ 2, 15069, 13130, 3012, 11419, 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, 13789, 13, 198, 2, 921, 743, 733...
2.983073
768
import torch from torch.utils import data import sys from sklearn.utils import shuffle import numpy as np import argparse import matplotlib.pyplot as plt def get_PostSet(pcounts_name = "opt_pcounts", pcounts_path = "results/metadata", pc_split=0.1, seed = 0, metadata_name = "opt_tags", metadata_path = ...
[ 11748, 28034, 198, 6738, 28034, 13, 26791, 1330, 1366, 198, 11748, 25064, 198, 6738, 1341, 35720, 13, 26791, 1330, 36273, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 1822, 29572, 198, 11748, 2603, 29487, 8019, 13, 9078, 29487, 355, 45...
2.54566
2,650
import json from typing import List from LocationObject import LocationObject # add geocoding for each location
[ 11748, 33918, 198, 6738, 19720, 1330, 7343, 198, 6738, 13397, 10267, 1330, 13397, 10267, 198, 198, 2, 751, 4903, 420, 7656, 329, 1123, 4067, 628 ]
4.56
25
#!/usr/bin/env python3 #-*- codin:utf-8 -*- ''' django + celery + redis python manage.py migrate -- looks at the INSTALLED_APPS setting and creates any necessary database tables according to the database settings in your mysite/settings.py file and the database migrations shipped with the app python manage.py runserv...
[ 2, 48443, 14629, 14, 8800, 14, 24330, 21015, 18, 198, 2, 12, 9, 12, 14873, 259, 25, 40477, 12, 23, 532, 9, 12, 198, 7061, 6, 198, 28241, 14208, 1343, 18725, 1924, 1343, 2266, 271, 628, 198, 29412, 6687, 13, 9078, 32492, 1377, 3073...
3.113122
221
import os from datetime import datetime from sqlalchemy.orm import sessionmaker import nfp.servicos.model as tables from nfp import CONEXAO # ---------------- Funes de mdulo ------ def selecionar_ultima_tarefa_remota_finalizada(tarefa_remota_id): ctrl = ControleExecucao() ctrl.table_name = 'tarefas' ctrl...
[ 11748, 28686, 198, 6738, 4818, 8079, 1330, 4818, 8079, 198, 6738, 44161, 282, 26599, 13, 579, 1330, 6246, 10297, 198, 11748, 299, 46428, 13, 3168, 291, 418, 13, 19849, 355, 8893, 198, 6738, 299, 46428, 1330, 7102, 6369, 32, 46, 628, 1...
2.275938
453
# -*- coding: utf-8 -*- """ Artifactory repository endpoint """ __copyright__ = "Copyright (C) 2016 Veritas Technologies LLC. All rights reserved." # project imports from ..http import HTTP from .repotype import RepositoryType from .virtual import Virtual from .local import Local from .remote import Remote # define a...
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 198, 8001, 361, 9548, 16099, 36123, 198, 37811, 198, 834, 22163, 4766, 834, 796, 366, 15269, 357, 34, 8, 1584, 4643, 21416, 21852, 11419, 13, 1439, 2489, 10395, 5...
3.013793
145
"""Adoption application.""" from flask import Flask, request, redirect, render_template from models import db, connect_db, Pets from wtforms import StringField, IntegerField, TextAreaField, BooleanField from wtforms.validators import DataRequired,InputRequired,AnyOf,URL, NumberRange from flask_wtf import FlaskForm fro...
[ 37811, 2782, 18076, 3586, 526, 15931, 198, 198, 6738, 42903, 1330, 46947, 11, 2581, 11, 18941, 11, 8543, 62, 28243, 198, 6738, 4981, 1330, 20613, 11, 2018, 62, 9945, 11, 43578, 198, 6738, 266, 83, 23914, 1330, 10903, 15878, 11, 34142, ...
3.084821
224
""" Utilities for (weighted) bootstrap resampling applied to geoscientific point-data. """ import numpy as np import pandas as pd from .meta import subkwargs from .spatial import great_circle_distance, _get_sqare_grid_segment_indicies from .log import Handle logger = Handle(__name__) try: import sklea...
[ 37811, 201, 198, 18274, 2410, 329, 357, 6551, 276, 8, 6297, 26418, 581, 321, 11347, 5625, 284, 4903, 418, 3456, 811, 966, 12, 7890, 13, 201, 198, 37811, 201, 198, 11748, 299, 32152, 355, 45941, 201, 198, 11748, 19798, 292, 355, 279, ...
2.411669
7,353
# TODO: add unit tests for test_nhdplus_utils.py
[ 2, 16926, 46, 25, 751, 4326, 5254, 329, 1332, 62, 77, 31298, 9541, 62, 26791, 13, 9078, 198 ]
2.722222
18
import numpy as np import seaborn as sns import matplotlib.pyplot as plt from task import SequenceLearning sns.set(style='white', palette='colorblind', context='poster') np.random.seed(0) '''how to use''' # init n_param, n_branch = 16, 4 pad_len = 0 n_parts = 2 n_samples = 256 p_rm_ob_enc = 0 p_rm_ob_rcl = 0 n_rm_fixe...
[ 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, 4876, 1330, 45835, 41730, 198, 82, 5907, 13, 2617, 7, 7635, 11639, 11186, 3256, 27043, ...
2.128235
850
""" Custom exceptions """ from __future__ import annotations __all__ = [ "AlreadyRegistered", "ConsumerError", "EventBusError", "UnknownEvent", ]
[ 37811, 198, 15022, 13269, 198, 37811, 198, 6738, 11593, 37443, 834, 1330, 37647, 198, 198, 834, 439, 834, 796, 685, 198, 220, 220, 220, 366, 37447, 47473, 1600, 198, 220, 220, 220, 366, 49106, 12331, 1600, 198, 220, 220, 220, 366, 923...
2.896552
58
from sparse_ct.tool import plot_grid from sparse_ct.data import image_to_sparse_sinogram from sparse_ct.reconstructor_2d import ( IRadonReconstructor, SartReconstructor, SartTVReconstructor, DgrReconstructor, SartBM3DReconstructor) import logging logging.basicConfig( filename='dgr_example_32_...
[ 198, 6738, 29877, 62, 310, 13, 25981, 1330, 7110, 62, 25928, 198, 6738, 29877, 62, 310, 13, 7890, 1330, 2939, 62, 1462, 62, 82, 29572, 62, 31369, 21857, 198, 6738, 29877, 62, 310, 13, 260, 41571, 273, 62, 17, 67, 1330, 357, 198, 2...
1.972789
588
from pathlib import Path from typing import Optional from starlette.config import Config from starlette.datastructures import CommaSeparatedStrings from ..models.pydantic.database import DatabaseURL p: Path = Path(__file__).parents[2] / ".env" config: Config = Config(p if p.exists() else None) DATABASE: str = confi...
[ 6738, 3108, 8019, 1330, 10644, 198, 6738, 19720, 1330, 32233, 198, 198, 6738, 3491, 21348, 13, 11250, 1330, 17056, 198, 6738, 3491, 21348, 13, 19608, 459, 1356, 942, 1330, 1520, 64, 19117, 283, 515, 13290, 654, 198, 198, 6738, 11485, 27...
2.571977
521
fruit = str(input()) day_of_the_week = str(input()) quantity = float(input()) price = 0 if fruit == 'banana' or \ fruit == 'apple' or \ fruit == 'orange' or \ fruit == 'grapefruit' or \ fruit == 'kiwi' or \ fruit == 'pineapple' or \ fruit == 'grapes': if day_of_the_...
[ 34711, 796, 965, 7, 15414, 28955, 198, 820, 62, 1659, 62, 1169, 62, 10464, 796, 965, 7, 15414, 28955, 198, 40972, 414, 796, 12178, 7, 15414, 28955, 198, 20888, 796, 657, 198, 198, 361, 8234, 6624, 705, 3820, 2271, 6, 393, 3467, 198,...
1.933815
831
import unittest from trajectories.dynamic_time_warper import * from trajectories.trajectory import Trajectory from trajectories.point import Point if __name__ == '__main__': unittest.main()
[ 11748, 555, 715, 395, 198, 6738, 20134, 1749, 13, 67, 28995, 62, 2435, 62, 5767, 525, 1330, 1635, 198, 6738, 20134, 1749, 13, 9535, 752, 652, 1330, 4759, 752, 652, 198, 6738, 20134, 1749, 13, 4122, 1330, 6252, 198, 198, 361, 11593, ...
3.196721
61
while True: h1,m1,h2,m2=map(int,input().split()) i=f=0 if m1+m2+h1+h2==0:break if h1==0:i=(24*60)+m1 else:i=(h1*60)+m1 if h2==0:f=(24*60)+m2 else:f=(h2*60)+m2 print(f-i) if f>i else print((24*60)-(i-f))
[ 4514, 6407, 25, 198, 220, 220, 220, 289, 16, 11, 76, 16, 11, 71, 17, 11, 76, 17, 28, 8899, 7, 600, 11, 15414, 22446, 35312, 28955, 198, 220, 220, 220, 1312, 28, 69, 28, 15, 198, 220, 220, 220, 611, 285, 16, 10, 76, 17, 10, ...
1.577181
149
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.shortcuts import render from django.core.paginator import Paginator, EmptyPage, PageNotAnInteger from django.db.models import Count from django.template import RequestContext from django.views.decorators.csrf import csrf_exempt from django.htt...
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 6738, 11593, 37443, 834, 1330, 28000, 1098, 62, 17201, 874, 198, 198, 6738, 42625, 14208, 13, 19509, 23779, 1330, 8543, 198, 6738, 42625, 14208, 13, 7295, 13, 79, 363, 2...
3.358974
156
import datetime from ..databases.postgresql import session from ..models.bookmark_model import Bookmark # Select one # Insert # Update # Count by post id
[ 11748, 4818, 8079, 198, 6738, 11485, 19608, 18826, 13, 7353, 34239, 13976, 1330, 6246, 198, 6738, 11485, 27530, 13, 2070, 4102, 62, 19849, 1330, 4897, 4102, 198, 198, 2, 9683, 530, 198, 198, 2, 35835, 198, 220, 220, 220, 220, 198, 2, ...
3.176471
51
#!/usr/bin/python3 # # User management application # """ pythoncgi 1. (get) 2. (post) 3. (post) 4. (post) 1. REQUEST_METHOD getpost 2. QUERY_STRING 3. subprocess.getoutput, os.system shell 4. grep ^root /etc/passwd useradd user-name usermod user-name ...
[ 2, 48443, 14629, 14, 8800, 14, 29412, 18, 198, 2, 198, 2, 11787, 4542, 3586, 198, 2, 198, 198, 37811, 198, 29412, 37157, 628, 220, 220, 220, 352, 13, 220, 357, 1136, 8, 198, 220, 220, 220, 362, 13, 220, 357, 7353, 8, 198, 220, ...
2.266284
522
bl_info = { "name": "Universal Exporter", "category": "Import & Export", } import bpy if __name__ == "__main__": register()
[ 2436, 62, 10951, 796, 1391, 198, 220, 220, 220, 366, 3672, 1298, 366, 38747, 1475, 26634, 1600, 198, 220, 220, 220, 366, 22872, 1298, 366, 20939, 1222, 36472, 1600, 198, 92, 198, 198, 11748, 275, 9078, 628, 628, 198, 361, 11593, 3672,...
2.517857
56
import random # Parameters states_num: int = 900 trans_per_state: int = 3 transitions_num: int = trans_per_state * states_num num_non_zero_start_probs: int = 2 emit_range: int = 20 file_name: str = "random_" + \ str(states_num) + "_" + str(transitions_num) + "_" + \ str(emit_range) + "_" + str(num_non_zero_st...
[ 11748, 4738, 198, 198, 2, 40117, 198, 27219, 62, 22510, 25, 493, 796, 15897, 198, 7645, 62, 525, 62, 5219, 25, 493, 796, 513, 198, 7645, 1756, 62, 22510, 25, 493, 796, 1007, 62, 525, 62, 5219, 1635, 2585, 62, 22510, 198, 22510, 62...
2.194715
719
# Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. # # This is case sensitive, for example "Aa" is not considered a palindrome here. # # Note: # Assume the length of given string will not exceed 1,010. # # # Example: ...
[ 2, 11259, 257, 4731, 543, 10874, 286, 2793, 7442, 393, 334, 39921, 589, 7475, 11, 1064, 262, 4129, 286, 262, 14069, 6340, 521, 398, 274, 326, 460, 307, 3170, 351, 883, 7475, 13, 201, 198, 2, 198, 2, 770, 318, 1339, 8564, 11, 329, ...
2.810185
432
from django.apps import AppConfig
[ 6738, 42625, 14208, 13, 18211, 1330, 2034, 16934, 628 ]
3.888889
9
import socketio import socketio sio = socketio.Client() sio.connect('http://localhost:5000') sio.wait()
[ 11748, 17802, 952, 201, 198, 201, 198, 11748, 17802, 952, 201, 198, 201, 198, 82, 952, 796, 17802, 952, 13, 11792, 3419, 201, 198, 201, 198, 82, 952, 13, 8443, 10786, 4023, 1378, 36750, 25, 27641, 11537, 201, 198, 82, 952, 13, 17077...
2.5
46
import requests import requests_cache requests_cache.install_cache() from ricecooker.config import LOGGER STUDIO_URL = 'https://studio.learningequality.org' NODES_ENDPOINT = STUDIO_URL + '/api/get_nodes_by_ids_complete/' LICENSES_LIST_ENDPOINT = STUDIO_URL + '/api/license' # TODO https://studio.learningequa...
[ 11748, 7007, 198, 11748, 7007, 62, 23870, 198, 8897, 3558, 62, 23870, 13, 17350, 62, 23870, 3419, 198, 198, 6738, 11464, 27916, 263, 13, 11250, 1330, 41605, 30373, 628, 198, 2257, 8322, 9399, 62, 21886, 796, 705, 5450, 1378, 19149, 952,...
2.505376
186
# Supostamente no funciona from aresta import Aresta from insert import insert_sort from collections import defaultdict if __name__ == "__main__": arestas = list() # arestas.append(Aresta(1, 'a', 'b')) # arestas.append(Aresta(8, 'a', 'c')) # arestas.append(Aresta(3, 'c', 'b')) # arestas.append(Ar...
[ 2, 5200, 455, 3263, 68, 645, 25439, 32792, 198, 198, 6738, 389, 38031, 1330, 317, 2118, 64, 198, 6738, 7550, 1330, 7550, 62, 30619, 198, 6738, 17268, 1330, 4277, 11600, 628, 198, 361, 11593, 3672, 834, 6624, 366, 834, 12417, 834, 1298...
1.93695
682
# coding: utf-8 import sys __author__ = "Paulo Srgio dos Santos Araujo" __license__ = "MIT" __version__ = "1.0.0" __email__ = "paulo.araujo [at] splab.ufcg.edu.br" if __name__ == "__main__": msn = Msn(eq="-x**2 + 3", tol=0.01, alg="false_position") msn.findRoots(-2, 3) # -1.7320508075688774 e 1.73205080756887...
[ 2, 19617, 25, 3384, 69, 12, 23, 198, 11748, 25064, 198, 198, 834, 9800, 834, 796, 366, 12041, 78, 21714, 27769, 23430, 28458, 30574, 84, 7639, 1, 198, 834, 43085, 834, 796, 366, 36393, 1, 198, 834, 9641, 834, 796, 366, 16, 13, 15,...
1.995434
219
""" Project: Data Types Notes Author: Mr. Buckley Last update: 8/25/2018 Description: Goes over comments, int, float, str, and type casting """ # *** COMMENTS *** # This is a comment (with a "#") # Comments are only for the user's eyes, the program doesn't read them. # Describe what sections of code do with...
[ 37811, 198, 16775, 25, 220, 220, 220, 220, 6060, 24897, 11822, 198, 13838, 25, 220, 220, 220, 220, 220, 1770, 13, 41493, 198, 5956, 4296, 25, 807, 14, 1495, 14, 7908, 198, 11828, 25, 31914, 625, 3651, 11, 493, 11, 12178, 11, 965, ...
2.986376
367
import os import zarr import torch import torch.nn as nn import torch.nn.functional as F from torch.utils.data import DataLoader from torch.utils.data import Dataset from tqdm import tqdm, trange def main(batch_size=64, epochs=50): data_train = FaceDataset('data/anime_faces/train.lmdb') device = torch.devi...
[ 11748, 28686, 198, 198, 11748, 1976, 3258, 198, 11748, 28034, 198, 11748, 28034, 13, 20471, 355, 299, 77, 198, 11748, 28034, 13, 20471, 13, 45124, 355, 376, 198, 6738, 28034, 13, 26791, 13, 7890, 1330, 6060, 17401, 198, 6738, 28034, 13,...
2.2979
762
import os import scrapy from pepper.items import PepperItem
[ 11748, 28686, 198, 198, 11748, 15881, 88, 198, 198, 6738, 13385, 13, 23814, 1330, 24346, 7449, 628 ]
3.705882
17
# Copyright 2021 UW-IT, University of Washington # SPDX-License-Identifier: Apache-2.0 from django.test import TestCase from django.test.client import Client from django.test.utils import override_settings import simplejson as json from spotseeker_server.models import Spot, SpotExtendedInfo from spotseeker_server.org_...
[ 2, 15069, 33448, 33436, 12, 2043, 11, 2059, 286, 2669, 198, 2, 30628, 55, 12, 34156, 12, 33234, 7483, 25, 24843, 12, 17, 13, 15, 198, 198, 6738, 42625, 14208, 13, 9288, 1330, 6208, 20448, 198, 6738, 42625, 14208, 13, 9288, 13, 16366...
2.870968
217
__all__ = ["des"]
[ 834, 439, 834, 796, 14631, 8906, 8973 ]
2.428571
7
from spotdl.metadata.providers.spotify import ProviderSpotify from spotdl.metadata.providers.youtube import ProviderYouTube from spotdl.metadata.providers.youtube import YouTubeSearch
[ 6738, 4136, 25404, 13, 38993, 13, 15234, 4157, 13, 20485, 1958, 1330, 32549, 32565, 1958, 198, 6738, 4136, 25404, 13, 38993, 13, 15234, 4157, 13, 11604, 1330, 32549, 33869, 198, 6738, 4136, 25404, 13, 38993, 13, 15234, 4157, 13, 11604, ...
4.204545
44
from math import floor first_num = Integer(10) second_num = Integer.from_roman("IV") print(Integer.from_float("2.6")) print(Integer.from_string(2.6)) print(first_num.add(second_num))
[ 6738, 10688, 1330, 4314, 628, 198, 198, 11085, 62, 22510, 796, 34142, 7, 940, 8, 198, 12227, 62, 22510, 796, 34142, 13, 6738, 62, 47119, 7203, 3824, 4943, 198, 198, 4798, 7, 46541, 13, 6738, 62, 22468, 7203, 17, 13, 21, 48774, 198, ...
2.710145
69
import datetime from typing import Optional from pydantic import BaseModel
[ 11748, 4818, 8079, 198, 6738, 19720, 1330, 32233, 198, 198, 6738, 279, 5173, 5109, 1330, 7308, 17633, 628, 628, 198 ]
4
20
import json from urllib.request import urlopen import requests from bs4 import BeautifulSoup
[ 198, 11748, 33918, 198, 6738, 2956, 297, 571, 13, 25927, 1330, 19016, 9654, 198, 11748, 7007, 198, 6738, 275, 82, 19, 1330, 23762, 50, 10486, 628, 628 ]
3.592593
27
# -*- coding: utf-8 -*- # # Copyright (c) 2017~2999 - cologler <skyoflw@gmail.com> # ---------- # # ---------- from .common import LifeTime, IServiceProvider, ICallSiteResolver from .descriptors import CallableDescriptor
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 2, 198, 2, 15069, 357, 66, 8, 2177, 93, 1959, 2079, 532, 269, 928, 1754, 1279, 15688, 1659, 75, 86, 31, 14816, 13, 785, 29, 198, 2, 24200, 438, 198, 2, 198, 2, 2...
2.740741
81
from joblib import Memory cachedir = "cache" memory = Memory(cachedir, verbose=10) # @memory.cache
[ 6738, 1693, 8019, 1330, 14059, 198, 198, 66, 2317, 343, 796, 366, 23870, 1, 198, 31673, 796, 14059, 7, 66, 2317, 343, 11, 15942, 577, 28, 940, 8, 628, 198, 198, 2, 2488, 31673, 13, 23870 ]
2.833333
36
import sys import helpers.printer import helpers.parser import helpers.config import program.obfuscation import program.bypass modes = helpers.config.Modes bypass_methods = helpers.config.BypassMethods obfuscation_methods = helpers.config.ObfuscationMethods printer = helpers.printer.Printer() parser = helpers.parser....
[ 11748, 25064, 198, 11748, 49385, 13, 1050, 3849, 198, 11748, 49385, 13, 48610, 198, 11748, 49385, 13, 11250, 198, 11748, 1430, 13, 672, 37695, 341, 198, 11748, 1430, 13, 1525, 6603, 198, 198, 76, 4147, 796, 49385, 13, 11250, 13, 44, 4...
3.161491
161
import torch import torchvision import torchvision.transforms as transforms from torch.utils.data.sampler import SubsetRandomSampler from torch.utils.data import DataLoader import os path = os.path.abspath(__file__) dir_path = os.path.dirname(path) resnet_18_default = 224
[ 11748, 28034, 198, 11748, 28034, 10178, 198, 11748, 28034, 10178, 13, 7645, 23914, 355, 31408, 198, 6738, 28034, 13, 26791, 13, 7890, 13, 37687, 20053, 1330, 3834, 2617, 29531, 16305, 20053, 198, 6738, 28034, 13, 26791, 13, 7890, 1330, 60...
3.031915
94
from scipy import io import numpy as np import random import tensorflow as tf class_num = 10 image_size = 32 img_channels = 3
[ 6738, 629, 541, 88, 1330, 33245, 198, 11748, 299, 32152, 355, 45941, 198, 11748, 4738, 198, 11748, 11192, 273, 11125, 355, 48700, 628, 198, 4871, 62, 22510, 796, 838, 198, 9060, 62, 7857, 796, 3933, 198, 9600, 62, 354, 8961, 796, 513,...
2.933333
45
""" User models module """ from sqlalchemy import Column, Integer, String from app.models import Base
[ 37811, 198, 12982, 4981, 8265, 198, 37811, 198, 198, 6738, 44161, 282, 26599, 1330, 29201, 11, 34142, 11, 10903, 198, 198, 6738, 598, 13, 27530, 1330, 7308, 628 ]
3.75
28
from pathlib import Path from fhir.resources.valueset import ValueSet as _ValueSet from oops_fhir.utils import ValueSet from oops_fhir.r4.code_system.v3_role_code import v3RoleCode __all__ = ["ParentRelationshipCodes"] _resource = _ValueSet.parse_file(Path(__file__).with_suffix(".json"))
[ 6738, 3108, 8019, 1330, 10644, 198, 198, 6738, 277, 71, 343, 13, 37540, 13, 27160, 316, 1330, 11052, 7248, 355, 4808, 11395, 7248, 198, 198, 6738, 267, 2840, 62, 69, 71, 343, 13, 26791, 1330, 11052, 7248, 628, 198, 6738, 267, 2840, ...
2.801887
106
counter = 0 interpolations = None padding = None
[ 24588, 796, 657, 198, 3849, 16104, 602, 796, 6045, 198, 39231, 796, 6045, 628 ]
3.571429
14
"""Code related to ``django-plugins``. First, it creates a ``ProjectAppPluginPoint`` for the ``bgjobs`` app. Second, it creates a new plugin point for the registering ``BackgroundJob`` specializations. """ from djangoplugins.point import PluginPoint from projectroles.plugins import ProjectAppPluginPoint from .urls ...
[ 37811, 10669, 3519, 284, 7559, 28241, 14208, 12, 37390, 15506, 13, 198, 198, 5962, 11, 340, 8075, 257, 7559, 16775, 4677, 37233, 12727, 15506, 329, 262, 7559, 35904, 43863, 15506, 598, 13, 198, 198, 12211, 11, 340, 8075, 257, 649, 13877...
3.706522
92
import discord as nextcord import asyncio from discord.ext import commands import json import time import typing
[ 11748, 36446, 355, 1306, 66, 585, 201, 198, 11748, 30351, 952, 201, 198, 6738, 36446, 13, 2302, 1330, 9729, 201, 198, 11748, 33918, 201, 198, 11748, 640, 201, 198, 11748, 19720, 201, 198 ]
3.606061
33
# Adam # A program that reads in a text # file and outputs the number of e's it contains # The program takes the filename from # an argument on the command line. # I found information on this website: # https://www.sanfoundry.com/python-program-read-file-counts-number/ #fname = input("Enter file name: ") #l = input(...
[ 2, 7244, 198, 2, 317, 1430, 326, 9743, 287, 257, 2420, 198, 2, 220, 2393, 290, 23862, 262, 1271, 286, 304, 338, 340, 4909, 198, 2, 383, 1430, 2753, 262, 29472, 422, 220, 198, 2, 281, 4578, 319, 262, 3141, 1627, 13, 198, 2, 314, ...
2.186788
439
""" Tests for tinypages build using sphinx extensions """ from os.path import (join as pjoin, dirname, isdir) import sphinx SPHINX_ge_1p5 = sphinx.version_info[:2] >= (1, 5) from sphinxtesters import PageBuilder HERE = dirname(__file__) PAGES = pjoin(HERE, 'tinypages') from texext.tests.test_plotdirective import f...
[ 37811, 30307, 329, 7009, 31126, 1382, 1262, 599, 20079, 87, 18366, 37227, 198, 198, 6738, 28686, 13, 6978, 1330, 357, 22179, 355, 279, 22179, 11, 26672, 3672, 11, 318, 15908, 8, 198, 198, 11748, 599, 20079, 87, 198, 4303, 39, 1268, 55...
2.756098
123
import logging from django.core.exceptions import ObjectDoesNotExist from django.db import transaction from django.http import HttpRequest from rest_framework.exceptions import NotFound from rest_framework.test import APIRequestFactory from rest_framework.views import exception_handler, APIView from typing import List,...
[ 11748, 18931, 198, 6738, 42625, 14208, 13, 7295, 13, 1069, 11755, 1330, 9515, 13921, 3673, 3109, 396, 198, 6738, 42625, 14208, 13, 9945, 1330, 8611, 198, 6738, 42625, 14208, 13, 4023, 1330, 367, 29281, 18453, 198, 6738, 1334, 62, 30604, ...
2.979472
682
S = input() arr = [] now = [] counter = 0 for s in S: now.append(s.lower()) if s.isupper(): if counter == 0: counter += 1 else: arr.append(''.join(now)) now = [] counter = 0 arr.sort() for word in arr: for i, s in enumerate(word): if i ...
[ 50, 796, 5128, 3419, 198, 3258, 796, 17635, 198, 2197, 796, 17635, 198, 24588, 796, 657, 198, 1640, 264, 287, 311, 25, 198, 220, 220, 220, 783, 13, 33295, 7, 82, 13, 21037, 28955, 198, 220, 220, 220, 611, 264, 13, 271, 45828, 3352...
1.847458
236
from lesson12_projects.house3.data.const import E_TURNED_KNOB, MSG_TURN_KNOB, E_FAILED
[ 6738, 11483, 1065, 62, 42068, 13, 4803, 18, 13, 7890, 13, 9979, 1330, 412, 62, 51, 27064, 1961, 62, 29132, 9864, 11, 49064, 62, 51, 27064, 62, 29132, 9864, 11, 412, 62, 7708, 4146, 1961, 628 ]
2.444444
36
# -*- coding: utf-8 -*- """setup.py""" import os import sys from setuptools import setup from setuptools.command.test import test as TestCommand classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming L...
[ 2, 532, 9, 12, 19617, 25, 3384, 69, 12, 23, 532, 9, 12, 198, 37811, 40406, 13, 9078, 37811, 198, 198, 11748, 28686, 198, 11748, 25064, 198, 6738, 900, 37623, 10141, 1330, 9058, 198, 6738, 900, 37623, 10141, 13, 21812, 13, 9288, 1330...
2.64903
567
from sys import stdin, stdout from struct import pack, unpack def blob_vertex_write(attrs, verts, out=stdout, little_endian = True): for blob in blob_vertices(attrs, verts, little_endian): out.write(blob)
[ 6738, 25064, 1330, 14367, 259, 11, 14367, 448, 198, 6738, 2878, 1330, 2353, 11, 555, 8002, 198, 198, 4299, 44812, 62, 332, 16886, 62, 13564, 7, 1078, 3808, 11, 3326, 912, 11, 503, 28, 19282, 448, 11, 1310, 62, 437, 666, 796, 6407, ...
2.626506
83
from config import * from template import * from dictasobject import DictAsObject
[ 6738, 4566, 1330, 1635, 198, 6738, 11055, 1330, 1635, 198, 6738, 8633, 292, 15252, 1330, 360, 713, 1722, 10267, 198 ]
4.1
20
import os import torch import torch.nn as nn import torch.optim as optim from torch.utils.tensorboard import SummaryWriter from tqdm import tqdm import matplotlib.pyplot as plt import architecture.default from architecture.default import Defender DEBUG=False BATCH_SIZE=32 FIXED_POLICY=False NORMALIZE=False K=10 PENAL...
[ 11748, 28686, 198, 11748, 28034, 198, 11748, 28034, 13, 20471, 355, 299, 77, 198, 11748, 28034, 13, 40085, 355, 6436, 198, 6738, 28034, 13, 26791, 13, 83, 22854, 3526, 1330, 21293, 34379, 198, 6738, 256, 80, 36020, 1330, 256, 80, 36020,...
2.947761
134
import pygame import random from time import sleep white = (255, 255, 255) black = (0, 0, 0) red = (255, 0, 0) green = (0, 255, 0) blue = (0, 0, 255) pygame.init() largura = 320 altura = 320 fundo = pygame.display.set_mode((largura, altura)) pygame.display.set_caption("TicTacToe") game = True fimdejogo = False eve...
[ 11748, 12972, 6057, 198, 11748, 4738, 198, 6738, 640, 1330, 3993, 198, 198, 11186, 796, 357, 13381, 11, 14280, 11, 14280, 8, 198, 13424, 796, 357, 15, 11, 657, 11, 657, 8, 198, 445, 796, 357, 13381, 11, 657, 11, 657, 8, 198, 14809...
1.800813
2,214
#/usr/bin/env python # -*- coding: Utf8 -*- import event
[ 2, 14, 14629, 14, 8800, 14, 24330, 21015, 198, 2, 532, 9, 12, 19617, 25, 7273, 69, 23, 532, 9, 12, 198, 198, 11748, 1785, 198 ]
2.230769
26
""" Copyright (C) 2012 Alan J Lockett Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute,...
[ 37811, 198, 15269, 357, 34, 8, 2321, 12246, 449, 13656, 3087, 198, 198, 5990, 3411, 318, 29376, 7520, 11, 1479, 286, 3877, 11, 284, 597, 1048, 16727, 257, 4866, 286, 428, 3788, 290, 3917, 10314, 3696, 357, 1169, 366, 25423, 12340, 284...
3.99375
320
nome = str(input('Digite seu nome completo: ')).strip() if 'silva' in nome.lower(): print('Sim, seu nome tem Silva.') else: print('No , seu nome no tem Silva')
[ 77, 462, 796, 965, 7, 15414, 10786, 19511, 578, 384, 84, 299, 462, 1224, 1462, 25, 705, 29720, 36311, 3419, 198, 361, 705, 18217, 6862, 6, 287, 299, 462, 13, 21037, 33529, 198, 220, 220, 220, 3601, 10786, 8890, 11, 384, 84, 299, 4...
2.492537
67
"""empty message Revision ID: 8b664608a7c7 Revises: ec21e19825ff Create Date: 2021-06-01 14:37:20.327189 """ from alembic import op import sqlalchemy as sa # revision identifiers, used by Alembic. revision = '8b664608a7c7' down_revision = 'ec21e19825ff' branch_labels = None depends_on = None
[ 37811, 28920, 3275, 198, 198, 18009, 1166, 4522, 25, 807, 65, 21, 2414, 28688, 64, 22, 66, 22, 198, 18009, 2696, 25, 9940, 2481, 68, 22337, 1495, 487, 198, 16447, 7536, 25, 33448, 12, 3312, 12, 486, 1478, 25, 2718, 25, 1238, 13, 3...
2.491667
120