repo_name stringlengths 5 92 | path stringlengths 4 232 | copies stringclasses 19
values | size stringlengths 4 7 | content stringlengths 721 1.04M | license stringclasses 15
values | hash int64 -9,223,277,421,539,062,000 9,223,102,107B | line_mean float64 6.51 99.9 | line_max int64 15 997 | alpha_frac float64 0.25 0.97 | autogenerated bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|
mahabs/nitro | nssrc/com/citrix/netscaler/nitro/resource/config/rewrite/rewritepolicy_rewriteglobal_binding.py | 1 | 6060 | #
# Copyright (c) 2008-2015 Citrix Systems, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License")
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable l... | apache-2.0 | -7,462,817,870,828,477,000 | 26.420814 | 137 | 0.701155 | false |
tysonholub/twilio-python | tests/integration/api/v2010/account/test_outgoing_caller_id.py | 1 | 7342 | # coding=utf-8
r"""
This code was generated by
\ / _ _ _| _ _
| (_)\/(_)(_|\/| |(/_ v1.0.0
/ /
"""
from tests import IntegrationTestCase
from tests.holodeck import Request
from twilio.base.exceptions import TwilioException
from twilio.http.response import Response
class OutgoingCallerIdTestCase(... | mit | -3,558,865,847,001,543,000 | 40.247191 | 150 | 0.573005 | false |
1tush/reviewboard | reviewboard/reviews/models/base_review_request_details.py | 1 | 9919 | from __future__ import unicode_literals
import re
from django.db import models
from django.utils import six
from django.utils.encoding import python_2_unicode_compatible
from django.utils.translation import ugettext_lazy as _
from djblets.db.fields import JSONField
from reviewboard.diffviewer.models import DiffSet
f... | mit | -8,082,577,163,745,702,000 | 34.679856 | 78 | 0.633229 | false |
Clarity-89/clarityv2 | src/clarityv2/accounts/managers.py | 1 | 1420 | from django.contrib.auth.models import BaseUserManager
class UserManager(BaseUserManager):
use_in_migrations = True
def _create_user(self, username, email, password, **extra_fields):
"""
Creates and saves a User with the given username, email and password.
"""
if not username:... | mit | -5,557,580,562,345,280,000 | 40.764706 | 79 | 0.661268 | false |
GalPressman/matrigram | docs/conf.py | 1 | 10481 | # -*- coding: utf-8 -*-
#
# matrigram documentation build configuration file, created by
# sphinx-quickstart on Tue Dec 20 11:09:38 2016.
#
# This file is execfile()d with the current directory set to its
# containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
#... | mit | 2,914,533,651,014,203,000 | 27.793956 | 80 | 0.68753 | false |
migasfree/migasfree | migasfree/stats/views/software.py | 1 | 6246 | # -*- coding: utf-8 -*-
import json
from collections import defaultdict
from django.contrib.auth.decorators import login_required
from django.db.models import Count
from django.shortcuts import render
from django.urls import reverse
from django.utils.translation import ugettext as _
from ...server.models import Pro... | gpl-3.0 | 6,193,939,635,404,802,000 | 27.651376 | 84 | 0.490394 | false |
kapilgarg1996/mospy | mospy/GUI.py | 1 | 2367 | import os
import pickle
from Tkinter import *
from PIL import ImageTk, Image
import tkMessageBox
import tkFileDialog
from ttk import Frame, Button, Label, Style
from random import randint
from PIL import Image
import mosaic
class MainFrame(Frame):
def __init__(self, parent):
Frame.__init__(self, par... | mit | 8,678,145,406,439,883,000 | 28.6 | 170 | 0.646388 | false |
pxg/pxg.github.io | slides/deployment/python/5_two_step_deploy.py | 1 | 2664 | """
By default the HEAD of the current branch will be pushed to the remote server:
fab stage deploy
This can be overridden by providing a hash:
fab stage deploy:2ab1c583e35c99b66079877d49e3ec03812d3e53
If you don't like all the output:
fab stage deploy --hide=stdout
"""
import os
from fabric.api import env, execute,... | mit | 5,292,689,465,113,000,000 | 26.75 | 79 | 0.67042 | false |
btrent/knave | pychess/Utils/EndgameTable.py | 1 | 2387 | from gobject import GObject, SIGNAL_RUN_FIRST
from Move import Move
from lutils.egtb_k4it import egtb_k4it
from lutils.egtb_gaviota import egtb_gaviota
providers = []
class EndgameTable(GObject):
""" Wrap the low-level providers of exact endgame knowledge. """
__gsignals__ = {
"scored": (SIGNA... | gpl-3.0 | -4,503,694,866,982,983,700 | 34.626866 | 80 | 0.560117 | false |
martey/django-shortcodes | shortcodes/parser.py | 1 | 1822 | import re
import shortcodes.parsers
from django.core.cache import cache
def import_parser(name):
mod = __import__(name)
components = name.split('.')
for comp in components[1:]:
mod = getattr(mod, comp)
return mod
def parse(value):
ex = re.compile(r'\[(.*?)\]')
groups = ex.findall(val... | mit | -7,133,755,439,112,442,000 | 26.606061 | 78 | 0.487925 | false |
edison7500/dugong | apps/photos/migrations/0004_auto_20200313_1554.py | 1 | 1198 | # Generated by Django 2.2.11 on 2020-03-13 07:54
import apps.images.handlers
from django.db import migrations, models
import django.utils.timezone
class Migration(migrations.Migration):
dependencies = [("photos", "0003_auto_20200306_1424")]
operations = [
migrations.AlterModelOptions(
n... | gpl-3.0 | -897,384,506,030,921,200 | 27.333333 | 72 | 0.529412 | false |
jn2840/bitcoin | qa/rpc-tests/signrawtransactions.py | 1 | 4633 | #!/usr/bin/env python2
# Copyright (c) 2015 The Beardcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
class Sig... | mit | -7,462,409,792,335,607,000 | 41.504587 | 120 | 0.669976 | false |
m3z/HT | openstack_dashboard/dashboards/project/instances/views.py | 1 | 7166 | # vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2012 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# All Rights Reserved.
#
# Copyright 2012 Nebula, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# no... | apache-2.0 | -4,953,366,527,320,025,000 | 37.320856 | 78 | 0.596428 | false |
madsmtm/fbchat | fbchat/utils.py | 1 | 8679 | # -*- coding: UTF-8 -*-
from __future__ import unicode_literals
import re
import json
from time import time
from random import random
import warnings
import logging
from .models import *
try:
from urllib.parse import urlencode
basestring = (str, bytes)
except ImportError:
from urllib import urlencode
... | bsd-3-clause | -4,507,116,148,179,314,000 | 35.686441 | 207 | 0.647263 | false |
Azure/azure-storage-python | samples/queue/encryption_usage.py | 1 | 7709 | # -------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# --------------------------------------------------------------------------
import uui... | mit | 5,391,607,162,951,025,000 | 35.192488 | 85 | 0.586587 | false |
communityshare/communityshare | community_share/flask_helpers.py | 1 | 2439 | from functools import wraps
from flask import request
from typing import Dict
from community_share.app_exceptions import Unauthorized, Forbidden
from community_share.authorization import get_requesting_user
from community_share.models.user import User
from community_share.models.base import Serializable
def api_pat... | mpl-2.0 | 6,863,411,846,151,159,000 | 25.802198 | 81 | 0.611316 | false |
Edraak/edraak-platform | lms/envs/aws.py | 1 | 53621 | # -*- coding: utf-8 -*-
"""
This is the default template for our main set of AWS servers.
Common traits:
* Use memcached, and cache-backed sessions
* Use a MySQL 5.1 database
"""
# We intentionally define lots of variables that aren't used, and
# want to import all variables from base settings files
# pylint: disabl... | agpl-3.0 | -2,047,620,486,655,663,900 | 44.249789 | 120 | 0.726637 | false |
mglidden/git-analysis | analysis/manual_classification.py | 1 | 2181 | import fix_paths
from models.commit import Commit
import common
import config
from models.file_diff import FileDiff
from models.hunk import Hunk
import csv
import random
num_train = raw_input("Enter number of samples for the training set [100]:")
num_test = raw_input("Enter number of samples for the testing set [100... | mit | -1,118,231,830,233,449,000 | 27.324675 | 125 | 0.701513 | false |
shyampurk/bluemix-parking-meter | testApp/app.py | 1 | 1873 | '''*********************************************************************************
APP - SMART PARKING LOT SYSTEM
*********************************************************************************'''
from pubnub import Pubnub
from threading import Thread
import sys
pub_key = "demo"
sub_key = "demo"
g_userData = dict... | mit | -4,338,057,441,368,052,000 | 26.558824 | 105 | 0.595836 | false |
mbiciunas/nix | test/config/script/test_showScript.py | 1 | 1231 | # Nix
# Copyright (c) 2017 Mark Biciunas.
#
# 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 is distrib... | gpl-3.0 | 8,268,116,551,829,773,000 | 32.27027 | 71 | 0.722989 | false |
sambandi/eMonitor | emonitor/lib/location.py | 2 | 5124 | import re
from math import cos, sqrt, tan, sin, atan, trunc, radians, degrees
def getFloat(value):
try:
return float(value)
except ValueError:
value = str(value).replace('B', '8').replace('O', '0').replace(',', '.')
_errcount = 0
for i in value:
if not re.match(r'[0... | bsd-3-clause | 2,488,118,184,217,061,400 | 42.423729 | 194 | 0.598946 | false |
rzhxeo/youtube-dl | youtube_dl/extractor/youtube.py | 1 | 76832 | # coding: utf-8
from __future__ import unicode_literals
import itertools
import json
import os.path
import re
import time
import traceback
from .common import InfoExtractor, SearchInfoExtractor
from .subtitles import SubtitlesInfoExtractor
from ..jsinterp import JSInterpreter
from ..swfinterp import SWFInterpreter
... | unlicense | -1,893,902,528,345,365,200 | 43.208525 | 226 | 0.517656 | false |
stuser/temp | web_crawler/thread_sample.py | 1 | 2625 | import threading
import time
import requests
import datetime as dt
import NTUH_clinic as nc
# 門診查詢參數檔案(.CSV file)
ParamaterFileName = "NTUH_params"
# 查詢動作的時間間隔
interval = 300 # sec
def query(sess, classname, directory, url, hosp, dept, ampm, querydate):
bs = nc.BsObject(url, hosp, dept, ampm, querydate, sess)
... | mit | 2,986,205,221,865,317,400 | 32.689189 | 106 | 0.561974 | false |
datafiniti/Diamond | src/collectors/httpd/httpd.py | 1 | 3932 | # coding=utf-8
"""
Collect stats from Apache HTTPD server using mod_status
#### Dependencies
* mod_status
* httplib
* urlparse
"""
import re
import httplib
import urlparse
import diamond.collector
class HttpdCollector(diamond.collector.Collector):
def __init__(self, *args, **kwargs):
super(HttpdC... | mit | -1,247,745,794,665,574,100 | 32.322034 | 80 | 0.44532 | false |
kyokley/MediaConverter | main.py | 1 | 1082 | from tv_runner import TvRunner
from movie_runner import MovieRunner
from settings import (MEDIAVIEWER_INFER_SCRAPERS_URL,
SEND_EMAIL,
CELERY_VHOST,
)
from utils import postData, send_email
from celery import Celery
from log import LogFile
log = LogFile(... | mit | -8,782,212,688,426,282,000 | 24.761905 | 72 | 0.609982 | false |
procrastinatio/mapproxy | mapproxy/test/unit/test_image.py | 2 | 22774 | # -:- encoding: utf8 -:-
# This file is part of the MapProxy project.
# Copyright (C) 2010 Omniscale <http://omniscale.de>
#
# 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.ap... | apache-2.0 | 8,792,674,897,666,819,000 | 38.469671 | 125 | 0.584438 | false |
daskol/mipt-classifier | setup.py | 1 | 1380 | #!/usr/bin/env python3
# encoding: utf8
# setup.py
"""MIPT Student Classifier
"""
from setuptools import setup, find_packages
DOCLINES = (__doc__ or '').split('\n')
CLASSIFIERS = """\
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
In... | mit | -7,745,480,850,932,025,000 | 21.622951 | 72 | 0.62029 | false |
tensorflow/models | research/audioset/yamnet/params.py | 1 | 1847 | # Copyright 2019 The TensorFlow Authors All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicab... | apache-2.0 | -6,389,886,753,464,823,000 | 35.215686 | 85 | 0.708175 | false |
marco-mariotti/selenoprofiles | libraries/networkx/algorithms/tests/test_core.py | 1 | 2003 | #!/usr/bin/env python
from nose.tools import *
import networkx as nx
class TestCore:
def setUp(self):
# G is the example graph in Figure 1 from Batagelj and
# Zaversnik's paper titled An O(m) Algorithm for Cores
# Decomposition of Networks, 2003,
# http://arXiv.org/abs/cs/0310049. ... | gpl-2.0 | 6,964,820,110,641,476,000 | 36.092593 | 78 | 0.545182 | false |
kedz/cuttsum | wp-scripts/test-wtmf.py | 1 | 12192 | import corenlp as cnlp
from sklearn.metrics.pairwise import cosine_similarity
import re
import os
import gzip
import wtmf
from sklearn.externals import joblib
import cuttsum.events
import cuttsum.judgements
import pandas as pd
from collections import defaultdict
matches_df = cuttsum.judgements.get_merged_dataframe()
... | apache-2.0 | -4,383,275,878,599,725,000 | 36.170732 | 127 | 0.485482 | false |
liosha2007/temporary-groupdocs-python-sdk | groupdocs/ApiClient.py | 1 | 11192 | #!/usr/bin/env python
"""Wordnik.com's Swagger generic API client. This client handles the client-
server communication, and is invariant across implementations. Specifics of
the methods and models for each application are generated from the Swagger
templates."""
from __future__ import print_function
import sys
import... | apache-2.0 | 1,865,152,210,899,522,800 | 34.871795 | 137 | 0.536455 | false |
naoliv/osmose-backend | analysers/analyser_merge_public_transport_FR_transgironde.py | 1 | 3717 | #!/usr/bin/env python
#-*- coding: utf-8 -*-
###########################################################################
## ##
## Copyrights Frédéric Rodrigo 2014 ##
## ... | gpl-3.0 | -8,028,650,922,773,014,000 | 53.470588 | 169 | 0.461123 | false |
darogan/ParticleStats | scripts/ParticleStats_Compare.py | 1 | 27381 | #!/usr/bin/env python
###############################################################################
# ____ _ _ _ ____ _ _ #
# | _ \ __ _ _ __| |_(_) ___| | ___/ ___|| |_ __ _| |_ ___ #
# | |_) / _` | '__| __| |/ __| |/ _ \___ \| __/ _` |... | gpl-3.0 | 5,150,384,486,752,012,000 | 44.635 | 113 | 0.552463 | false |
ArcherSys/ArcherSys | Lib/encodings/cp500.py | 1 | 39503 | <<<<<<< HEAD
<<<<<<< HEAD
""" Python Character Mapping Codec cp500 generated from 'MAPPINGS/VENDORS/MICSFT/EBCDIC/CP500.TXT' with gencodec.py.
"""#"
import codecs
### Codec APIs
class Codec(codecs.Codec):
def encode(self,input,errors='strict'):
return codecs.charmap_encode(input,errors,encoding_table)
... | mit | 6,183,082,987,881,244,000 | 41.613808 | 116 | 0.51948 | false |
againer/supercda | utils/clinic_pickler.py | 1 | 3611 | """
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the Li... | apache-2.0 | -7,934,011,113,419,530,000 | 36.226804 | 76 | 0.585987 | false |
creotiv/django-fuzzytest | django_fuzzytest/utils.py | 1 | 8312 | # -*- coding: utf-8 -*-
import itertools
from sre_constants import *
import sre_parse
import string
import random
from django.core.urlresolvers import RegexURLPattern, RegexURLResolver, LocaleRegexURLResolver
from django.utils import translation
from django.core.exceptions import ViewDoesNotExist
from django.contrib.a... | bsd-3-clause | 3,566,915,466,897,581,600 | 34.827586 | 133 | 0.522859 | false |
stuart-knock/tvb-library | tvb/basic/traits/traited_interface.py | 1 | 10621 | # -*- coding: utf-8 -*-
#
#
# TheVirtualBrain-Scientific Package. This package holds all simulators, and
# analysers necessary to run brain-simulations. You can use it stand alone or
# in conjunction with TheVirtualBrain-Framework Package. See content of the
# documentation-folder for more details. See also http://ww... | gpl-2.0 | 7,904,017,983,955,675,000 | 37.0681 | 116 | 0.58036 | false |
davibe/pygobject | gi/_signalhelper.py | 1 | 9887 | # -*- Mode: Python; py-indent-offset: 4 -*-
# pygobject - Python bindings for the GObject library
# Copyright (C) 2012 Simon Feltman
#
# gi/_signalhelper.py: GObject signal binding decorator object
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General ... | lgpl-2.1 | -5,544,120,678,858,116,000 | 37.321705 | 103 | 0.607363 | false |
gholt/python-brim | brim/httpform.py | 1 | 10385 | """Module for working with HTTP Form POSTs iteratively.
.. warning::
This is an early version of this module. It has no tests, limited
documentation, and is subject to major changes.
Provides tools for parsing an HTTP Form POST without reading the whole
thing into memory first. Many thanks to Michael Barton ... | apache-2.0 | -1,204,917,751,737,703,000 | 33.848993 | 78 | 0.596052 | false |
cmoutard/mne-python | mne/io/array/array.py | 2 | 1869 | """Tools for creating Raw objects from numpy arrays"""
# Authors: Eric Larson <larson.eric.d@gmail.com>
#
# License: BSD (3-clause)
import numpy as np
from ..base import _BaseRaw
from ...utils import verbose, logger
class RawArray(_BaseRaw):
"""Raw object from numpy array
Parameters
----------
dat... | bsd-3-clause | 7,648,877,112,066,561,000 | 34.942308 | 79 | 0.578919 | false |
bcorbet/SickRage | sickbeard/tv.py | 1 | 109275 | # Author: Nic Wolfe <nic@wolfeden.ca>
# URL: http://code.google.com/p/sickbeard/
#
# This file is part of SickRage.
#
# SickRage 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,... | gpl-3.0 | 470,947,764,053,170,940 | 42.345894 | 221 | 0.563395 | false |
baloo/shinken | shinken/modules/ip_tag_arbiter/__init__.py | 1 | 1426 | #!/usr/bin/python
#Copyright (C) 2009 Gabes Jean, naparuba@gmail.com
#
#This file is part of Shinken.
#
#Shinken is free software: you can redistribute it and/or modify
#it under the terms of the GNU Affero General Public License as published by
#the Free Software Foundation, either version 3 of the License, or
#(at yo... | agpl-3.0 | -5,142,636,619,774,961,000 | 30.688889 | 81 | 0.699158 | false |
jcushman/pywb | pywb/warc/archiveiterator.py | 1 | 14850 | from pywb.utils.timeutils import iso_date_to_timestamp
from pywb.utils.bufferedreaders import DecompressingBufferedReader
from pywb.utils.canonicalize import canonicalize
from pywb.utils.loaders import extract_post_query, append_post_query
from recordloader import ArcWarcRecordLoader
import hashlib
import base64
imp... | gpl-3.0 | 1,864,010,479,243,279,400 | 30.395349 | 99 | 0.535825 | false |
matpalm/cartpoleplusplus | dqn_cartpole.py | 1 | 2303 | #!/usr/bin/env python
# copy pasta from https://github.com/matthiasplappert/keras-rl/blob/master/examples/dqn_cartpole.py
# with some extra arg parsing
import numpy as np
import gym
from keras.models import Sequential
from keras.layers import Dense, Activation, Flatten
from keras.optimizers import Adam
from rl.agen... | mit | 8,919,449,101,382,390,000 | 31.9 | 99 | 0.752497 | false |
CTSNE/NodeDefender | NodeDefender/config/database.py | 1 | 3997 | import NodeDefender
import flask_migrate
import sqlalchemy
import os
from flask_sqlalchemy import SQLAlchemy
import alembic
import shutil
import pip
default_config = {'engine' : '',
'username' : '',
'password' : '',
'host' : '',
'port' : '',
... | mit | -6,365,526,685,889,680,000 | 27.347518 | 75 | 0.597698 | false |
mufaddalq/cloudstack-datera-driver | tools/marvin/marvin/deployAndRun.py | 1 | 5113 | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | apache-2.0 | 4,409,944,793,403,968,000 | 29.616766 | 77 | 0.580677 | false |
franciscouzo/crosswordly | app/app/models.py | 1 | 1735 | import string
from django.db import models
from django.contrib import admin
from django.contrib.auth.models import User
from django.dispatch import receiver
from django.db.models.signals import post_save
class UserProfile(models.Model):
user = models.OneToOneField(User)
score = models.IntegerField(default=0... | gpl-3.0 | -3,721,119,490,238,843,400 | 26.539683 | 78 | 0.665706 | false |
AdrianGaudebert/elmo | apps/privacy/migrations/0001_initial.py | 1 | 5309 | # -*- coding: utf-8 -*-
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Adding model 'Policy'
db.create_table('privacy_policy', (
('id', self.gf('django.db.models.fie... | mpl-2.0 | 566,294,100,273,939,260 | 58.662921 | 182 | 0.557355 | false |
Erotemic/hotspotter | hotspotter/feature_compute2.py | 1 | 7452 | ''' Computes feature representations '''
from __future__ import division, print_function
from hscom import __common__
(print, print_, print_on, print_off,
rrr, profile) = __common__.init(__name__, '[fc2]')
# scientific
import numpy as np
# python
from os.path import join
# hotspotter
from hscom import helpers as util
... | apache-2.0 | 4,390,036,601,219,088,000 | 35.891089 | 89 | 0.608427 | false |
Maselkov/GW2Bot | guildwars2/worldsync.py | 1 | 7774 | import asyncio
import discord
from discord.ext import commands, tasks
from .exceptions import APIError, APIKeyError
class WorldsyncMixin:
@commands.guild_only()
@commands.has_permissions(manage_guild=True)
@commands.group(case_insensitive=True)
async def worldsync(self, ctx):
"""Role managem... | mit | 8,110,200,218,613,507,000 | 39.489583 | 78 | 0.551839 | false |
stevarino/cmsc495 | mac_app/forms.py | 1 | 1837 | from django import forms
from django.contrib.auth.models import User
from .models import Department
class NewUserTicket(forms.Form):
username = forms.CharField(label='Username', max_length=32)
password = forms.CharField(label='Password', widget=forms.PasswordInput)
firstname = forms.CharField(label='First... | mit | -1,642,018,643,992,884,500 | 40.772727 | 89 | 0.663582 | false |
CanalTP/navitia | source/navitiacommon/navitiacommon/parser_args_type.py | 1 | 9951 | # encoding: utf-8
# Copyright (c) 2001-2014, Canal TP and/or its affiliates. All rights reserved.
#
# This file is part of Navitia,
# the software to build cool stuff with public transport.
#
# Hope you'll enjoy and contribute to this project,
# powered by Canal TP (www.canaltp.fr).
# Help us simplify mobilit... | agpl-3.0 | 2,071,259,826,487,371,000 | 30.490506 | 110 | 0.592604 | false |
hohoins/ml | hunkim/ml_lab_10.py | 1 | 4364 | # 참고자료
# 모두를 위한 머신러닝/딥러닝 강의
# 홍콩과기대 김성훈
# http://hunkim.github.io/ml
from __future__ import print_function
import tensorflow as tf
import random as ran
import matplotlib.pyplot as plt
import math
from tensorflow.examples.tutorials.mnist import input_data
mnist = input_data.read_data_sets("./MNIST_data/", one_hot=True... | apache-2.0 | -5,957,714,743,389,071,000 | 35.542373 | 110 | 0.669991 | false |
lwerdna/alib | py/bytes.py | 1 | 8254 | #!/usr/bin/python
#------------------------------------------------------------------------------
#
# Copyright 2011-2016 Andrew Lamoureux
#
# This file is a part of autils.
#
# autils is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Fr... | gpl-3.0 | 1,060,310,704,577,615,400 | 28.478571 | 84 | 0.531015 | false |
mancoast/CPythonPyc_test | fail/331_test_inspect.py | 1 | 88168 | import re
import sys
import types
import unittest
import inspect
import linecache
import datetime
import collections
import os
import shutil
from os.path import normcase
from test.support import run_unittest, TESTFN, DirsOnSysPath
from test import inspect_fodder as mod
from test import inspect_fodder2 as mod2
# C mo... | gpl-3.0 | -9,168,784,811,708,351,000 | 37.467714 | 88 | 0.540309 | false |
d7415/merlin | Hooks/user/edituser.py | 1 | 4554 | # This file is part of Merlin.
# Merlin is the Copyright (C)2008,2009,2010 of Robin K. Hansen, Elliot Rosemarine, Andreas Jacobsen.
# Individual portions may be copyright by individual contributors, and
# are included in this collective work with permission of the copyright
# owners.
# This program is free software; ... | gpl-2.0 | -7,891,953,885,707,710,000 | 45.469388 | 156 | 0.593105 | false |
wkentaro/chainer | chainer/gradient_check.py | 1 | 42059 | from __future__ import absolute_import
import math
import warnings
import numpy
import six
import chainer
from chainer import backend
from chainer.backends import _cpu
from chainer.backends import cuda
from chainer import configuration
from chainer import testing
from chainer import utils
from chainer import variable... | mit | 3,402,096,022,491,628,000 | 39.094376 | 79 | 0.555315 | false |
code-for-india/sahana_shelter_worldbank | private/templates/Sandy/controllers.py | 1 | 8864 | # -*- coding: utf-8 -*-
from os import path
from gluon import *
from gluon.storage import Storage
from s3 import *
# =============================================================================
class index():
""" Custom Home Page """
def __call__(self):
auth = current.auth
if auth.is_logge... | mit | 2,980,182,400,315,720,700 | 36.880342 | 118 | 0.463109 | false |
M0n0xy2/mpsi_python_cours | python/charles/mini-projet 3/PPCLS.py | 1 | 2272 | # -*- coding: utf-8 -*-
# ***************************
# PCSIB DM3 2015
# Nom: Dizier Charles
# ****************************
import random
equi_num_object = {
1: "pierre",
2: "papier",
3: "ciseaux",
4: "lezard",
5: "spock"
}
winner_dict = {
"papier, ciseaux": False,
"ciseaux, papier": True... | mit | 5,174,479,759,390,140,000 | 27.3875 | 121 | 0.547336 | false |
franziz/artagger | artagger/Utility/Eval.py | 1 | 2652 | # -*- coding: utf-8 -*-
import os
import sys
os.chdir("../")
sys.setrecursionlimit(100000)
sys.path.append(os.path.abspath(""))
os.chdir("./Utility")
from Utility.Utils import getWordTag, readDictionary
def computeAccuracy(goldStandardCorpus, taggedCorpus):
tagged = open(taggedCorpus, "r").read().split()
gol... | apache-2.0 | -2,303,381,570,509,057,000 | 33.441558 | 111 | 0.584087 | false |
tsbischof/photon_correlation | scripts/plot_intensity.py | 1 | 2283 | #!/usr/bin/env python3
import csv
import sys
import argparse
import matplotlib.pyplot as plt
import photon_correlation as pc
def intensity_from_stream(stream):
for line in csv.reader(stream):
time_left = int(line[0])
time_right = int(line[1])
counts = map(int, line[2:])
yield(((t... | bsd-3-clause | 7,184,816,256,500,360,000 | 28.269231 | 70 | 0.526938 | false |
rlindner81/pyload | module/plugins/hoster/ZbigzCom.py | 1 | 4492 | # -*- coding: utf-8 -*-
import random
import re
import time
import urlparse
from module.plugins.internal.Hoster import Hoster
from module.plugins.internal.misc import json
class ZbigzCom(Hoster):
__name__ = "ZbigzCom"
__type__ = "hoster"
__version__ = "0.02"
__status__ = "testing"
__pattern__ =... | gpl-3.0 | 4,467,117,906,312,538,000 | 29.557823 | 87 | 0.518923 | false |
jptomo/rpython-lang-scheme | rpython/rtyper/rclass.py | 1 | 47390 | import sys
import types
from rpython.flowspace.model import Constant
from rpython.flowspace.operation import op
from rpython.annotator import description, model as annmodel
from rpython.rlib.objectmodel import UnboxedValue
from rpython.tool.pairtype import pairtype, pair
from rpython.tool.identity_dict import identity... | mit | -5,830,441,345,531,532,000 | 39.195081 | 91 | 0.57375 | false |
simplegeo/rtree | tests/data.py | 1 | 1251 | import os.path
boxes15 = []
f = file(os.path.join(os.path.dirname(__file__), 'boxes_15x15.data'), 'r')
for line in f.readlines():
if not line:
break
[left, bottom, right, top] = [float(x) for x in line.split()]
boxes15.append((left, bottom, right, top))
boxes3 = []
f = file(os.path.join(os.path.di... | lgpl-2.1 | 514,539,122,646,075,300 | 31.076923 | 87 | 0.577138 | false |
kvaps/vdsm | vdsm/network/configurators/dhclient.py | 1 | 4498 | # Copyright (C) 2013, IBM Corporation
# Copyright (C) 2013-2014, 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 2 of the License, or
# (at your option) any later ... | gpl-2.0 | 2,782,631,134,923,793,000 | 33.6 | 79 | 0.609604 | false |
modrzew/igwoctisi-server | Database.py | 1 | 2334 | # -*- coding: utf-8 *-*
from sqlalchemy import *
from sqlalchemy.sql import select
import math
ENGINE = None
CONNECTION = None
USING_DATABASE = False
META = None
CONFIG = None
class Schema:
pass
def connect():
global CONFIG, ENGINE, CONNECTION, USING_DATABASE, META
try:
import Config
except... | mit | 3,333,709,890,906,179,600 | 23.933333 | 147 | 0.657669 | false |
spaceof7/QGIS | tests/src/python/featuresourcetestbase.py | 1 | 35112 | # -*- coding: utf-8 -*-
"""QGIS Unit test utils for QgsFeatureSource subclasses.
.. note:: This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any lat... | gpl-2.0 | 8,778,962,239,832,357,000 | 52.039275 | 299 | 0.613608 | false |
jason-ni/eventlet-raft | counter_test.py | 1 | 1047 | from eventlet_raft.client import RaftClient
server_address_list = [
('127.0.0.1', 4000),
('127.0.0.1', 4001),
('127.0.0.1', 4002),
('127.0.0.1', 4003),
('127.0.0.1', 4004),
]
def write_log(log, data, msg):
log.write("{0}: {1}\n".format(
msg,
str(data),
))
client = RaftCl... | apache-2.0 | 6,919,018,597,424,594,000 | 25.175 | 52 | 0.560649 | false |
Signbank/FinSL-signbank | signbank/dictionary/views.py | 1 | 7652 | # -*- coding: utf-8 -*-
from __future__ import unicode_literals
import json
from django.http import HttpResponse, HttpResponseRedirect
from django.shortcuts import render
from django.contrib import messages
from django.contrib.auth.decorators import permission_required
from django.contrib.admin.views.decorators impor... | bsd-3-clause | -1,069,654,723,331,064,700 | 46.825 | 135 | 0.659827 | false |
PoprostuRonin/memes-api | parsers/mistrzowie.py | 1 | 1724 | from parsel import Selector
from utils import download, find_id_in_url, catch_errors, get_last_part_url
from data import ImageContent, Meme, Author, Page
import re
ROOT = "https://mistrzowie.org"
COMMENT = re.compile(r"Skomentuj\(([0-9]+?)\)")
def scrap(url):
html = download(url)
return parse(html)
def pa... | mit | -4,502,319,310,330,862,600 | 23.28169 | 86 | 0.581206 | false |
mameebox/mameebox | mameebox/printer/driver/proto.py | 1 | 15212 | #!/usr/bin/env python
#coding=utf-8
import serial, time
#===========================================================#
# RASPBERRY PI (tested with Raspbian Jan 2012):
# - Ensure that ttyAMA0 is not used for serial console access:
# edit /boot/cmdline.txt (remove all name-value pairs containing
# ttyAMA0) and comment o... | gpl-2.0 | 3,221,835,558,315,064,000 | 35.5625 | 124 | 0.573504 | false |
alexryndin/ambari | ambari-agent/src/main/python/ambari_agent/HostCleanup.py | 1 | 22471 | #!/usr/bin/env python
'''
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License")... | apache-2.0 | -6,312,625,193,498,740,000 | 35.243548 | 163 | 0.634952 | false |
MarkusHackspacher/unknown-horizons | horizons/util/startgameoptions.py | 1 | 6231 | # ###################################################
# Copyright (C) 2008-2017 The Unknown Horizons Team
# team@unknown-horizons.org
# This file is part of Unknown Horizons.
#
# Unknown Horizons is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published ... | gpl-2.0 | 626,343,943,137,751,400 | 32.5 | 147 | 0.71048 | false |
ConnectedVision/connectedvision | test/UnitTest/GeneratorTestCode.py | 1 | 1271 | import os
import subprocess
if not "ConnectedVision" in os.environ:
raise Exception("\"ConnectedVision\" environment variable is not defined")
cvDir = os.path.abspath(os.environ["ConnectedVision"])
if not os.path.isdir(cvDir):
raise Exception("the directory path referenced by the ConnectedVision environment variab... | mit | 495,858,675,220,353,340 | 35.314286 | 168 | 0.738002 | false |
agoragames/kairos | test/functional/histogram_helper.py | 1 | 14454 | from helper_helper import *
from helper_helper import _time
from collections import OrderedDict
@unittest.skipUnless( os.environ.get('TEST_HISTOGRAM','true').lower()=='true', 'skipping histogram' )
class HistogramHelper(Chai):
def setUp(self):
super(HistogramHelper,self).setUp()
self.series = Timeseries(s... | bsd-3-clause | -724,267,455,489,234,600 | 42.667674 | 152 | 0.600664 | false |
alex/wal-e | wal_e/worker/s3_deleter.py | 1 | 4203 | import gevent
from gevent import queue
from wal_e import exception
from wal_e import retries
class Deleter(object):
def __init__(self):
# Allow enqueuing of several API calls worth of work, which
# right now allow 1000 key deletions per job.
self.PAGINATION_MAX = 1000
self._q = qu... | bsd-3-clause | -8,131,093,756,282,691,000 | 37.559633 | 73 | 0.563169 | false |
rnelsonchem/gcmstools | gcmstools/general.py | 1 | 3104 | import os
from urllib.request import urlopen
from IPython.parallel import Client, interactive
import gcmstools.filetypes as gcf
import gcmstools.reference as gcr
import gcmstools.fitting as gcfit
import gcmstools.datastore as gcd
import gcmstools.calibration as gcc
_ROOT = os.path.abspath(os.path.dirname(__file__))... | bsd-3-clause | 6,772,476,318,539,915,000 | 27.740741 | 76 | 0.600515 | false |
camilothorne/nasslli2016 | Nasslli16/annotation/savestat.py | 1 | 2647 | '''
Created on 2016
@author: camilothorne
'''
#import re, string, array
from subprocess import call
import os
class SaveStat:
# path : path to report file
# plotfile : path to the plots
# tables : path to the table
# constructor
def __init__(self,table,plotfi... | gpl-3.0 | -8,763,846,241,750,692,000 | 32.0875 | 101 | 0.529278 | false |
Donkyhotay/MoonPy | zope/app/error/bootstrap.py | 1 | 1372 | ##############################################################################
#
# Copyright (c) 2002, 2004 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
# T... | gpl-3.0 | 8,669,597,086,980,536,000 | 35.105263 | 79 | 0.674927 | false |
wlashell/lyrical_page | site_seo/migrations/0002_auto__add_siteurldefaults.py | 1 | 5402 | # -*- coding: utf-8 -*-
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Adding model 'SiteUrlDefaults'
db.create_table('site_seo_siteurldefaults', (
('id', self.gf('d... | apache-2.0 | 3,382,999,590,637,498,400 | 65.703704 | 178 | 0.556831 | false |
dodonator/area51 | Kryptotests/OneTimePad/Alpha/oneTimePy2.py | 1 | 1880 | import os
import random
import getpass
import time
os.system('clear')
def encode(klartext):
'''
Create a random One-Time-Pad and encode the input strings
'''
laengeKlartext = len(klartext)
key = ''
keyArray = []
klartextArray = list(klartext)
geheimtextArray = []
geheimtext = ''
alphabet = []
for i in ran... | gpl-3.0 | 5,432,290,994,494,786,000 | 24.066667 | 87 | 0.722872 | false |
Vapekreng/SR | game/room/map_generator/map_generator_data.py | 1 | 1596 | MAP_WIDTH = 80
MAP_HEIGHT = 20
CELL_SIZE_X = 10
CELL_SIZE_Y = 10
CELLS_COUNT_X = MAP_WIDTH // CELL_SIZE_X
CELLS_COUNT_Y = MAP_HEIGHT // CELL_SIZE_Y
MOVE_VECTORS = [[-1, -1], [-1, 0], [-1, 1], [0, -1], [0, 1], [1, -1], [1, 0], [1, 1]]
ROOMS = dict()
ROOMS['normal'] = dict()
ROOMS['normal']['min width'] = ... | gpl-3.0 | 8,906,998,802,736,333,000 | 27.018182 | 85 | 0.577068 | false |
tkolhar/robottelo | tests/foreman/ui/test_oscappolicy.py | 1 | 6585 | from fauxfactory import gen_string
from robottelo.config import settings
from robottelo.constants import (
OSCAP_PERIOD,
OSCAP_PROFILE,
OSCAP_WEEKDAY,
)
from robottelo.datafactory import invalid_values_list, valid_data_list
from robottelo.decorators import skip_if_bug_open, tier1
from robottelo.helpers impo... | gpl-3.0 | -1,506,491,842,477,906,000 | 34.594595 | 75 | 0.538497 | false |
christophercrouzet/nani | tests/data/particle.py | 1 | 1153 | import numpy
import nani
from . import vector2
_PARTICLE_ID = 0
_PARTICLE_POSITION = 1
_PARTICLE_MASS = 2
_PARTICLE_NEIGHBOURS = 3
class ParticleView(object):
__slots__ = ('_data',)
def __init__(self, data):
self._data = data
def __str__(self):
return (
"Particle(id=%s, ... | mit | 3,566,905,308,198,292,000 | 19.589286 | 66 | 0.590633 | false |
tuturto/pyherc | src/pyherc/test/unit/test_damage_modifiers.py | 1 | 5523 | # -*- coding: utf-8 -*-
# Copyright (c) 2010-2017 Tuukka Turto
#
# 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,... | mit | -6,135,934,850,431,900,000 | 35.335526 | 79 | 0.539019 | false |
iEngage/python-sdk | iengage_client/models/notification.py | 1 | 7552 | # coding: utf-8
"""
Stakeholder engagement API
This API enables Intelligent Engagement for your Business. iEngage is a platform that combines process, augmented intelligence and rewards to help you intelligently engage customers.
OpenAPI spec version: 1.0
Generated by: https://github.com/swagger... | apache-2.0 | -2,243,176,710,946,412,300 | 23.842105 | 186 | 0.532707 | false |
vrbagalkote/avocado-misc-tests-1 | generic/openblas.py | 1 | 2440 | #!/usr/bin/env python
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that ... | gpl-2.0 | -1,176,776,689,350,797,300 | 35.41791 | 78 | 0.643443 | false |
unt-libraries/coda | coda/coda_mdstore/tests/test_utils.py | 1 | 27398 | from datetime import datetime
from django.core.paginator import Page
from django.conf import settings
from lxml import etree, objectify
from codalib import bagatom
from unittest import mock
import pytest
from urllib.error import URLError
from coda_mdstore import factories, models, presentation, views, exceptions
from... | bsd-3-clause | -146,806,818,711,896,960 | 35.974359 | 93 | 0.623878 | false |
RobertABT/heightmap | region.py | 1 | 2223 | from numpy import *
class Region:
xllc = 0 #<--x
yllc = 0 #<--y
nrows = 3 #<-- b
ncols = 3 #<-- a
step = 50
grid = [[1,2,3], [4,5,6], [3,8,9] ]
#Reading files, retrieving integers and creating an array.
def read (self, filename):
if filename is None:
print("Your ... | mit | -6,753,461,964,680,506,000 | 22.648936 | 68 | 0.482231 | false |
CCI-MOC/GUI-Backend | api/v1/serializers/export_request_serializer.py | 1 | 1091 | from core.models.export_request import ExportRequest
from core.models.user import AtmosphereUser
from core.models.instance import Instance
from rest_framework import serializers
class ExportRequestSerializer(serializers.ModelSerializer):
"""
"""
name = serializers.CharField(source='export_name')
inst... | apache-2.0 | 9,100,617,223,407,332,000 | 37.964286 | 78 | 0.605866 | false |
garnermccloud/OLD_DJANGO | Listigain/migrations/0009_auto__chg_field_task_time_created.py | 1 | 5764 | # encoding: utf-8
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Changing field 'Task.time_created'
db.alter_column('Listigain_task', 'time_created', self.gf('django... | apache-2.0 | -3,049,367,328,527,508,500 | 66.023256 | 163 | 0.550659 | false |
emmanuelle/scikits.image | skimage/feature/texture.py | 2 | 9818 | """
Methods to characterize image textures.
"""
import math
import numpy as np
from scipy import ndimage
from ._texture import _glcm_loop, _local_binary_pattern
def greycomatrix(image, distances, angles, levels=256, symmetric=False,
normed=False):
"""Calculate the grey-level co-occurrence matri... | bsd-3-clause | -8,732,840,251,207,591,000 | 34.316547 | 80 | 0.561316 | false |
lablup/sorna-jupyter-kernel | src/ai/backend/integration/jupyter/install.py | 1 | 4036 | '''
The kernel installer.
Run `python -m ai.backend.integration.jupyter.install` to use Backend.AI in your Jupyter notebooks.
'''
import argparse
import json
import os
import sys
import webbrowser
from jupyter_client.kernelspec import KernelSpecManager
from IPython.utils.tempdir import TemporaryDirectory
from .kerne... | mit | 8,950,631,238,253,865,000 | 36.027523 | 125 | 0.610505 | false |
DonHilborn/DataGenerator | faker/providers/lv_LV/person.py | 1 | 4365 | # -*- coding: utf-8 -*-
from __future__ import unicode_literals
from ..person import Provider as PersonProvider
class Provider(PersonProvider):
formats = (
'{{first_name}} {{last_name}}',
'{{first_name}} {{last_name}}',
'{{last_name}}, {{first_name}}'
)
first_names = (
'Ā... | mit | 7,871,736,875,233,210,000 | 72.421053 | 115 | 0.549343 | false |
deryni/cockpit | tools/title2sentence.py | 1 | 4253 | #!/usr/bin/env python3
# This file is part of Cockpit.
#
# Copyright (C) 2020 Red Hat, Inc.
#
# Cockpit is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your ... | lgpl-2.1 | 3,002,470,520,402,526,700 | 27.543624 | 106 | 0.5589 | false |
jclement/Cacheberry-Pi | lib/gislib.py | 1 | 3683 | # Adapted from code & formulas by David Z. Creemer and others
# http://www.zachary.com/blog/2005/01/12/python_zipcode_geo-programming
# http://williams.best.vwh.net/avform.htm
#
# Additions by Jeff Clement
from math import sin,cos,atan,acos,asin,atan2,sqrt,pi, modf, radians,degrees
# At the equator / on another great... | bsd-3-clause | 593,282,141,699,682,600 | 28.230159 | 97 | 0.663046 | false |
PolicyStat/selenium-old | py/selenium/webdriver/common/exceptions.py | 1 | 2133 | # Copyright 2008-2009 WebDriver committers
# Copyright 2008-2009 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless requ... | apache-2.0 | -8,961,527,223,932,074,000 | 29.471429 | 74 | 0.763244 | false |
te-je/fargo | test/test_fargo.py | 1 | 3982 | import pytest
from dulwich.repo import Repo
from fargo import find_and_replace
suits = [u'\u2660', u'\u2665', u'\u2666', u'\u2663']
ranks = list(str(i) for i in range(2, 11)) + ['J', 'Q', 'K', 'A']
deck_text = u"This here is a deck of cards man:\n\n{}".format(
"\n".join(''.join((r, s)) for s in suits for r in ran... | mit | -5,697,366,596,718,920,000 | 33.327586 | 79 | 0.632848 | false |
kubernetes-client/python | kubernetes/client/models/v1alpha1_audit_sink.py | 1 | 6649 | # coding: utf-8
"""
Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.18
Generated by: https://openapi-generator.tech
"""
import pprint
import re # noqa: F401
import si... | apache-2.0 | 5,829,677,061,528,971,000 | 31.915842 | 312 | 0.611671 | false |
jmdejong/Asciifarm | asciifarm/client/display.py | 1 | 5695 |
import os
from ratuil.layout import Layout
from ratuil.bufferedscreen import BufferedScreen as Screen
#from ratuil.screen import Screen
from ratuil.textstyle import TextStyle
from asciifarm.common.utils import get
from .listselector import ListSelector
SIDEWIDTH = 20
ALPHABET = "!\"#$%&'()*+,-./0123456789:;<=>?@A... | gpl-3.0 | 3,941,003,261,231,911,400 | 31.729885 | 109 | 0.569096 | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.