Dataset Viewer
Auto-converted to Parquet Duplicate
hexsha
stringlengths
40
40
size
int64
24
287k
ext
stringclasses
2 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
7
126
max_stars_repo_name
stringlengths
8
97
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
sequencelengths
1
6
max_stars_count
float64
1
15.9k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
7
126
max_issues_repo_name
stringlengths
8
97
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
sequencelengths
1
7
max_issues_count
float64
1
14.6k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
7
126
max_forks_repo_name
stringlengths
8
97
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
sequencelengths
1
7
max_forks_count
float64
1
8.43k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
24
287k
avg_line_length
float64
12.3
530
max_line_length
int64
24
10.2k
alphanum_fraction
float64
0.41
0.88
4f49aa977ab9bbd0f8065ca2b090584768f9022c
1,736
py
Python
color/color2.py
nebiutadele/2022-02-28-Alta3-Python
9c065540bfdf432103bfffac6eae4972c9f9061a
[ "MIT" ]
null
null
null
color/color2.py
nebiutadele/2022-02-28-Alta3-Python
9c065540bfdf432103bfffac6eae4972c9f9061a
[ "MIT" ]
null
null
null
color/color2.py
nebiutadele/2022-02-28-Alta3-Python
9c065540bfdf432103bfffac6eae4972c9f9061a
[ "MIT" ]
null
null
null
#!/usr/bin/env python3 """Alta3 Research || Author RZFeeser@alta3.com Learning how to use functions""" ## Installs the crayons package. ## python3 -m pip install crayons ## import statements ALWAYS go up top import crayons def main(): """run time code. Always indent under function""" # print 'red string' in...
34.039216
118
0.68894
4f4aa9f6cde34245c22f658c223f7f879a4f102e
30,096
py
Python
src/paql/package_query.py
mattfeel/Scalable-PaQL-Queries
993733f6d8afb607e2789d7b5ffb6535e0b5c8ce
[ "MIT" ]
6
2016-10-04T05:35:24.000Z
2020-11-12T09:31:42.000Z
src/paql/package_query.py
matteo-brucato/Scalable-PaQL-Queries
993733f6d8afb607e2789d7b5ffb6535e0b5c8ce
[ "MIT" ]
null
null
null
src/paql/package_query.py
matteo-brucato/Scalable-PaQL-Queries
993733f6d8afb607e2789d7b5ffb6535e0b5c8ce
[ "MIT" ]
3
2017-08-02T23:55:23.000Z
2020-05-17T19:46:04.000Z
import gc import hashlib import itertools import logging import math import sys import traceback from logging import warning, debug import numpy as np from pulp import LpProblem, LpMinimize, LpVariable, LpInteger, CPLEX, LpStatus from src.dbms.utils import sql_get_all_attributes, sql_table_column_data_type from src.p...
41.283951
120
0.554326
4f4a97e35757ebe49c3484c56a9ee824088c0411
116,081
py
Python
plotting.py
jfoley-yw/scrabble
049a69572138b06341af163ec69e18a1eb20b737
[ "MIT" ]
1
2021-04-01T14:24:17.000Z
2021-04-01T14:24:17.000Z
plotting.py
jfoley-yw/scrabble
049a69572138b06341af163ec69e18a1eb20b737
[ "MIT" ]
3
2021-04-05T01:09:16.000Z
2021-04-19T20:19:30.000Z
plotting.py
jfoley-yw/scrabble
049a69572138b06341af163ec69e18a1eb20b737
[ "MIT" ]
null
null
null
import matplotlib.pyplot as plt import seaborn as sns import numpy as np import statistics # Scores for ABPruning Depth 2 on rack size 5 # nodes = [5, 101, 56, 64, 100, 71, 135, 55, 39, 14, 85, 12, 21, 48, 17, 21, 64, 214, 93, 9, 14, 6, 16, 12, 42, 17, 25, 117, 35, 37, 35, 89, 6, 70, 22, 80, 16, 64, 70, 51, 21, 39, 46...
530.050228
10,170
0.711874
4f4aaad52aa59474e76d982060300703501fbd44
160
py
Python
core/bodyparts/__init__.py
ChrisLR/BasicDungeonRL
b293d40bd9a0d3b7aec41b5e1d58441165997ff1
[ "MIT" ]
3
2017-10-28T11:28:38.000Z
2018-09-12T09:47:00.000Z
core/bodyparts/__init__.py
ChrisLR/BasicDungeonRL
b293d40bd9a0d3b7aec41b5e1d58441165997ff1
[ "MIT" ]
null
null
null
core/bodyparts/__init__.py
ChrisLR/BasicDungeonRL
b293d40bd9a0d3b7aec41b5e1d58441165997ff1
[ "MIT" ]
null
null
null
from core.bodyparts.base import ( Torso, Teeth, Tail, Nose, Neck, Muzzle, Mouth, Heart, Lungs, Head, Hand, Foot, Fangs, Eye, Ear, Arm, Brain, Leg )
26.666667
62
0.65
4f4a24ec2ae4972532fb3b29c2aaddff0748d2ea
719
py
Python
destinator/util/listener.py
PJUllrich/distributed-systems
b362c1c6783fbd1659448277aab6c158485d7c3c
[ "MIT" ]
null
null
null
destinator/util/listener.py
PJUllrich/distributed-systems
b362c1c6783fbd1659448277aab6c158485d7c3c
[ "MIT" ]
null
null
null
destinator/util/listener.py
PJUllrich/distributed-systems
b362c1c6783fbd1659448277aab6c158485d7c3c
[ "MIT" ]
null
null
null
import logging import threading MESSAGE_SIZE = 1024 logger = logging.getLogger(__name__) class Listener(threading.Thread): def __init__(self, sock, queue): super().__init__() self.daemon = True self.cancelled = False self.sock = sock self.queue = queue def run(self)...
23.966667
75
0.600834
4f4c168083a04a814702809e1d88fdaa878b4426
2,212
py
Python
tests/helpers/__init__.py
Aetf/cc-modern-cmake
4421755acf85a30a42f3f48b6d2e1a5130fd3f46
[ "BSD-2-Clause" ]
null
null
null
tests/helpers/__init__.py
Aetf/cc-modern-cmake
4421755acf85a30a42f3f48b6d2e1a5130fd3f46
[ "BSD-2-Clause" ]
3
2021-03-29T18:28:19.000Z
2021-03-29T18:28:20.000Z
tests/helpers/__init__.py
Aetf/cc-modern-cmake
4421755acf85a30a42f3f48b6d2e1a5130fd3f46
[ "BSD-2-Clause" ]
null
null
null
from __future__ import print_function, division, absolute_import from contextlib import contextmanager import os import difflib import pytest try: from pathlib import Path except ImportError: from pathlib2 import Path @contextmanager def inside_dir(dirpath): """ Execute code from inside the given di...
26.97561
88
0.633816
4f4b54754cf61f654d775bce346bcefeea43bb24
4,718
py
Python
solutions/rank-5/predict_code/predict_model.py
mattmotoki/ashrae-great-energy-predictor-3-solution-analysis
8a5260049d4537c57c37a78e77f2fba13c55177d
[ "MIT" ]
48
2020-03-18T11:34:49.000Z
2022-03-31T18:30:00.000Z
solutions/rank-5/predict_code/predict_model.py
mattmotoki/ashrae-great-energy-predictor-3-solution-analysis
8a5260049d4537c57c37a78e77f2fba13c55177d
[ "MIT" ]
40
2020-03-24T18:17:51.000Z
2022-03-12T00:30:30.000Z
solutions/rank-5/predict_code/predict_model.py
mattmotoki/ashrae-great-energy-predictor-3-solution-analysis
8a5260049d4537c57c37a78e77f2fba13c55177d
[ "MIT" ]
24
2020-04-18T02:52:47.000Z
2022-01-22T19:13:16.000Z
#!/usr/bin/env python # coding: utf-8 import numpy as np import pandas as pd import _pickle as cPickle import argparse from copy import deepcopy import japanize_matplotlib import lightgbm as lgb import matplotlib.pyplot as plt import pickle from sklearn.metrics import mean_squared_error import time from tqdm import ...
37.444444
256
0.701357
4f4bdab7e7c433d49e00c470d188df5e8e4d786e
357
py
Python
app/api/v2/models/rsvp.py
jmusila/Questioner-v2
54110d8233311862ccfadb32b5ced557c33c4a0f
[ "MIT" ]
1
2019-02-13T10:02:16.000Z
2019-02-13T10:02:16.000Z
app/api/v2/models/rsvp.py
jmusila/Questioner-v2
54110d8233311862ccfadb32b5ced557c33c4a0f
[ "MIT" ]
6
2019-01-21T19:18:14.000Z
2019-01-24T19:46:40.000Z
app/api/v2/models/rsvp.py
jmusila/Questioner-v2
54110d8233311862ccfadb32b5ced557c33c4a0f
[ "MIT" ]
null
null
null
from datetime import datetime class Responds: """ Respond constructor """ def __init__(self, r_id, meetup_id, topic, status): self.r_id = r_id self.meetup_id = meetup_id self.topic = topic self.status = status """ Method for getting single comment """ def get_single_...
21
55
0.62465
4f4a004a9be01e0c89f6305d96270831fd4b2262
18,040
py
Python
scf/uhf_symm.py
gmwang18/pyscf
fcd6877751661c8a9743c1c872a4a2b65f6dd7ac
[ "BSD-2-Clause" ]
null
null
null
scf/uhf_symm.py
gmwang18/pyscf
fcd6877751661c8a9743c1c872a4a2b65f6dd7ac
[ "BSD-2-Clause" ]
null
null
null
scf/uhf_symm.py
gmwang18/pyscf
fcd6877751661c8a9743c1c872a4a2b65f6dd7ac
[ "BSD-2-Clause" ]
null
null
null
#!/usr/bin/env python # # Author: Qiming Sun <osirpt.sun@gmail.com> # import time from functools import reduce import numpy import scipy.linalg from pyscf import lib from pyscf import symm from pyscf.lib import logger from pyscf.scf import hf from pyscf.scf import hf_symm from pyscf.scf import uhf from pyscf.scf impor...
40.907029
113
0.542295
4f4a37537510da8d441ad30b15f70773fd2c8364
3,612
py
Python
hatasmota/fan.py
emontnemery/hatasmota
c1d1629ee2e88d027741a474c9648de8d67ba817
[ "MIT" ]
19
2020-09-03T19:12:43.000Z
2022-01-01T07:50:32.000Z
hatasmota/fan.py
emontnemery/hatasmota
c1d1629ee2e88d027741a474c9648de8d67ba817
[ "MIT" ]
41
2020-10-08T20:35:58.000Z
2022-03-30T00:02:57.000Z
hatasmota/fan.py
emontnemery/hatasmota
c1d1629ee2e88d027741a474c9648de8d67ba817
[ "MIT" ]
11
2020-10-27T21:22:14.000Z
2022-01-06T11:19:55.000Z
"""Tasmota fan.""" from __future__ import annotations import logging from typing import Any import attr from .const import ( COMMAND_FANSPEED, CONF_DEVICENAME, CONF_MAC, FAN_SPEED_HIGH, FAN_SPEED_LOW, FAN_SPEED_MEDIUM, FAN_SPEED_OFF, ) from .entity import ( TasmotaAvailability, Ta...
29.606557
87
0.637874
End of preview. Expand in Data Studio

Dataset Card for "the-stack-vault-smol"

More Information needed

Downloads last month
7