blob_id stringlengths 40 40 | formatted stringlengths 15 1.74M | input_ids listlengths 7 1.19M | tokens listlengths 7 1.19M | rows listlengths 7 1.19M | cols listlengths 7 1.19M |
|---|---|---|---|---|---|
aff1a9263e183610f403a4d6a7f27b45eacb7ff2 | name = "valentina "
print(name * 1000)
| [
444,
299,
332,
718,
323,
5245,
332,
222,
1243,
45,
444,
338,
244,
54,
53,
53,
53,
46,
222
] | [
"name",
"Ġ=",
"Ġ\"",
"val",
"ent",
"ina",
"Ġ\"",
"Ċ",
"print",
"(",
"name",
"Ġ*",
"Ġ",
"1",
"0",
"0",
"0",
")",
"Ċ"
] | [
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
] | [
1,
5,
7,
9,
12,
15,
18,
20,
1,
6,
7,
11,
13,
14,
15,
16,
17,
18,
19
] |
eabf06481509962652812af67ad59da5cfe30fae | """mupub module."""
__all__ = (
"__title__",
"__summary__",
"__version__",
"__author__",
"__license__",
"__copyright__",
)
__title__ = "mupub"
__summary__ = "Musical score publishing utility for the Mutopia Project"
"""Versioning:
This utility follows a MAJOR . MINOR . EDIT format. Upon a ma... | [
3012,
114,
436,
375,
2313,
7128,
222,
222,
523,
483,
523,
299,
327,
303,
9609,
1333,
41451,
303,
9609,
1386,
41451,
303,
9609,
1687,
41451,
303,
9609,
2133,
41451,
303,
9609,
2094,
41451,
303,
9609,
11793,
41451,
222,
46,
499,
222,
52... | [
"\"\"\"",
"m",
"up",
"ub",
"Ġmodule",
".\"\"\"",
"Ċ",
"Ċ",
"__",
"all",
"__",
"Ġ=",
"Ġ(",
"ĊĠĠĠ",
"Ġ\"__",
"title",
"__\",",
"ĊĠĠĠ",
"Ġ\"__",
"summary",
"__\",",
"ĊĠĠĠ",
"Ġ\"__",
"version",
"__\",",
"ĊĠĠĠ",
"Ġ\"__",
"author",
"__\",",
"ĊĠĠĠ",
"Ġ\"__",
"l... | [
1,
1,
1,
1,
1,
1,
1,
2,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
5,
5,
5,
5,
6,
6,
6,
6,
7,
7,
7,
7,
8,
8,
8,
8,
9,
9,
9,
9,
10,
10,
12,
13,
13,
13,
13,
13,
13,
13,
13,
13,
13,
14,
14,
14,
14,
14,
14,
14,
14,
... | [
1,
4,
5,
7,
9,
16,
20,
1,
1,
3,
6,
8,
10,
12,
4,
8,
13,
17,
4,
8,
15,
19,
4,
8,
15,
19,
4,
8,
14,
18,
4,
8,
15,
19,
4,
8,
17,
21,
1,
2,
1,
1,
3,
8,
10,
12,
14,
15,
17,
19,
20,
1,
3,
10,
12,
14,
16,
17,
... |
54f0ed5f705d5ada28721301f297b2b0058773ad | """Module for the bot"""
from copy import deepcopy
from time import sleep
import mcpi.minecraft as minecraft
from mcpi.vec3 import Vec3
import mcpi.block as block
from search import SearchProblem, astar, bfs
from singleton import singleton
_AIR = block.AIR.id
_WATER = block.WATER.id
_LAVA = block.LAVA.id
_BEDROCK =... | [
3012,
2478,
456,
341,
7369,
3012,
222,
222,
1097,
1948,
1220,
29281,
222,
1097,
1153,
1220,
9375,
222,
222,
485,
16544,
1314,
51,
8654,
641,
364,
19469,
222,
1097,
16544,
1314,
51,
3160,
56,
1220,
7485,
56,
222,
485,
16544,
1314,
51,
... | [
"\"\"\"",
"Module",
"Ġfor",
"Ġthe",
"Ġbot",
"\"\"\"",
"Ċ",
"Ċ",
"from",
"Ġcopy",
"Ġimport",
"Ġdeepcopy",
"Ċ",
"from",
"Ġtime",
"Ġimport",
"Ġsleep",
"Ċ",
"Ċ",
"import",
"Ġmc",
"pi",
".",
"minecraft",
"Ġas",
"Ġm",
"inecraft",
"Ċ",
"from",
"Ġmc",
"pi",
".",... | [
1,
1,
1,
1,
1,
1,
1,
2,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
5,
6,
6,
6,
6,
6,
6,
6,
6,
6,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
8,
8,
8,
8,
8,
8,
8,
8,
9,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
11,
11,... | [
1,
4,
10,
14,
18,
22,
25,
1,
1,
5,
10,
17,
26,
1,
5,
10,
17,
23,
1,
1,
7,
10,
12,
13,
22,
25,
27,
35,
1,
5,
8,
10,
11,
14,
15,
22,
26,
27,
1,
7,
10,
12,
13,
18,
21,
27,
1,
1,
5,
12,
19,
26,
33,
34,
36,
40,
... |
45969b346d6d5cbdef2f5d2f74270cf12024072d | # Generated by Django 4.1.9 on 2023-06-29 16:11
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("search", "0003_auto_20230209_1441"),
]
operations = [
migrations.CreateModel(
name="SearchSettings",
fields=[
... | [
40,
13046,
829,
18288,
244,
57,
51,
54,
51,
62,
563,
244,
55,
53,
55,
56,
50,
53,
59,
50,
55,
62,
244,
54,
59,
63,
54,
54,
222,
222,
1097,
8532,
51,
1219,
1220,
12520,
49,
4590,
499,
222,
842,
18572,
45,
19772,
51,
12071,
73... | [
"#",
"ĠGenerated",
"Ġby",
"ĠDjango",
"Ġ",
"4",
".",
"1",
".",
"9",
"Ġon",
"Ġ",
"2",
"0",
"2",
"3",
"-",
"0",
"6",
"-",
"2",
"9",
"Ġ",
"1",
"6",
":",
"1",
"1",
"Ċ",
"Ċ",
"from",
"Ġdjango",
".",
"db",
"Ġimport",
"Ġmigrations",
",",
"Ġmodels",
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
3,
3,
3,
3,
3,
3,
3,
3,
3,
5,
6,
6,
6,
6,
6,
6,
6,
6,
7,
7,
7,
7,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8... | [
1,
2,
12,
15,
22,
23,
24,
25,
26,
27,
28,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
1,
1,
5,
12,
13,
15,
22,
33,
34,
41,
1,
1,
6,
16,
17,
27,
28,
37,
39,
4,
17,
19,
21,
8,
11,
17... |
67b967b688aeac1270eee836e0f6e6b3555b933e | #!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
This program is run at regular intervals to check the battery charge status of the uninterruptible power supply.
In our case, it is a LiPo battery with a nominal voltage of 3.7 volts. By setting the voltage for the
Raspberry PI shutdown procedure at 3.7 V,we ensure th... | [
8758,
3392,
52,
1793,
52,
2141,
4406,
56,
222,
40,
8571,
10633,
63,
6471,
50,
61,
8571,
222,
222,
3012,
222,
2287,
3477,
458,
1441,
840,
10639,
26438,
391,
1524,
341,
29942,
10117,
2302,
451,
341,
725,
15334,
1497,
7183,
19456,
51,
... | [
"#!/",
"usr",
"/",
"bin",
"/",
"env",
"Ġpython",
"3",
"Ċ",
"#",
"Ġ-*-",
"Ġcoding",
":",
"Ġutf",
"-",
"8",
"Ġ-*-",
"Ċ",
"Ċ",
"\"\"\"",
"Ċ",
"This",
"Ġprogram",
"Ġis",
"Ġrun",
"Ġat",
"Ġregular",
"Ġintervals",
"Ġto",
"Ġcheck",
"Ġthe",
"Ġbattery",
"Ġcharge... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
3,
4,
4,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6... | [
1,
4,
7,
8,
11,
12,
15,
22,
23,
1,
2,
6,
13,
14,
18,
19,
20,
24,
1,
1,
4,
1,
5,
13,
16,
20,
23,
31,
41,
44,
50,
54,
62,
69,
76,
79,
83,
86,
95,
99,
105,
112,
113,
1,
3,
7,
12,
13,
16,
19,
21,
24,
26,
34,
39,
... |
c59707ba07c1659d94684c54cdd7bb2658cba935 | "from __future__ import division, print_function, absolute_import\nimport numbers\nimport warnings\n(...TRUNCATED) | [1097,1176,9689,523,1220,20707,49,1489,100,1144,49,7984,100,485,222,485,7560,222,485,11740,222,1097,(...TRUNCATED) | ["from","Ġ__","future","__","Ġimport","Ġdivision",",","Ġprint","_","function",",","Ġabsolute","(...TRUNCATED) | [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,3,3,3,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,6,6,6,6,6,6,6,6,7,7,7,7,7,7(...TRUNCATED) | [1,5,8,14,16,23,32,33,39,40,48,49,58,59,65,1,7,15,1,7,16,1,5,9,16,19,21,24,25,34,40,1,7,13,16,19,1,5(...TRUNCATED) |
41cfd558824b6561114a48a694b1e6e6a7cb8c05 | "import streamlit as st\nfrom streamlit.components.v1 import components\nfrom streamlit.report_threa(...TRUNCATED) | [485,3458,2543,641,395,222,1097,3458,2543,51,3545,51,123,54,1220,6361,222,1097,3458,2543,51,3755,100(...TRUNCATED) | ["import","Ġstream","lit","Ġas","Ġst","Ċ","from","Ġstream","lit",".","components",".","v","1","(...TRUNCATED) | [1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,5,5,5,5,5,5,5,6,6,6,6,6(...TRUNCATED) | [1,7,14,17,20,23,1,5,12,15,16,26,27,28,29,36,47,1,5,12,15,16,22,23,29,36,40,41,47,48,51,1,5,10,11,18(...TRUNCATED) |
f2bb44600f011a205c71985ad94c18f7e058634f | "import os\nimport requests\nfrom PIL import Image\nfrom io import BytesIO\nimport csv\nfrom typing (...TRUNCATED) | [485,2355,222,485,5188,222,1097,35991,1220,4393,222,1097,3377,1220,18401,2354,222,485,11490,222,1097(...TRUNCATED) | ["import","Ġos","Ċ","import","Ġrequests","Ċ","from","ĠPIL","Ġimport","ĠImage","Ċ","from","Ġ(...TRUNCATED) | [1,1,1,2,2,2,3,3,3,3,3,4,4,4,4,4,4,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,9,9,9,9,9,9,9,9,9,9,9,9(...TRUNCATED) | [1,7,10,1,7,16,1,5,9,16,22,1,5,8,15,21,23,1,7,11,1,5,12,19,28,29,34,35,41,42,47,48,57,58,64,65,76,1,(...TRUNCATED) |
302605d8bb45b1529742bf9441d476f0276085b9 | "import sys\nfrom PyQt5.QtWidgets import (\n QMainWindow,\n QWidget,\n QHBoxLayout,\n QV(...TRUNCATED) | [485,5263,222,1097,48886,58,51,47881,1220,327,303,1931,21495,49,303,39917,49,303,1931,77,30400,49,30(...TRUNCATED) | ["import","Ġsys","Ċ","from","ĠPyQt","5",".","QtWidgets","Ġimport","Ġ(","ĊĠĠĠ","ĠQ","MainWi(...TRUNCATED) | [1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,4,4,4,5,5,5,5,5,6,6,6,6,6,7,7,7,7,8,8,8,8,9,9,9,9,9,10,10,10,10,11,11(...TRUNCATED) | [1,7,11,1,5,10,11,12,21,28,30,4,6,16,17,4,12,13,4,6,7,16,17,4,6,7,16,17,4,6,11,12,4,6,14,15,4,6,11,1(...TRUNCATED) |
5d9c8e235385ff53c7510994826ff3a04e4a5888 | "\"\"\"\n\n@file : 001-rnn+lstm+crf.py\n\n@author: xiaolu\n\n@time : 2019-09-06\n\n\"\"\"\n\nimpor(...TRUNCATED) | [3012,222,222,69,781,244,518,244,53,53,54,50,28394,48,35833,48,2465,107,51,997,222,222,69,2133,63,83(...TRUNCATED) | ["\"\"\"","Ċ","Ċ","@","file","Ġ","Ġ:","Ġ","0","0","1","-","rnn","+","lstm","+","cr","f",".","py(...TRUNCATED) | [1,1,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5,5,5,5,5,5,5,5,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,9,9(...TRUNCATED) | [1,4,1,1,2,6,7,9,10,11,12,13,14,17,18,22,23,25,26,27,29,1,1,2,8,9,11,13,15,16,1,1,2,6,7,9,10,11,12,1(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4