blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
616
content_id
stringlengths
40
40
detected_licenses
listlengths
0
112
license_type
stringclasses
2 values
repo_name
stringlengths
5
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
777 values
visit_date
timestamp[us]date
2015-08-06 10:31:46
2023-09-06 10:44:38
revision_date
timestamp[us]date
1970-01-01 02:38:32
2037-05-03 13:00:00
committer_date
timestamp[us]date
1970-01-01 02:38:32
2023-09-06 01:08:06
github_id
int64
4.92k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-04 01:52:49
2023-09-14 21:59:50
gha_created_at
timestamp[us]date
2008-05-22 07:58:19
2023-08-21 12:35:19
gha_language
stringclasses
149 values
src_encoding
stringclasses
26 values
language
stringclasses
1 value
is_vendor
bool
2 classes
is_generated
bool
2 classes
length_bytes
int64
3
10.2M
extension
stringclasses
188 values
content
stringlengths
3
10.2M
authors
listlengths
1
1
author_id
stringlengths
1
132
43caf1de2da7fac86bcfdb234a60cee558ff0e0a
7d23056a789ded9ff2b9e14f9c57e59295cdfd6d
/samples/src/com/zoho/crm/api/initializer/init.py
e6722a40d14a4971a467de5fc2f5fd8877382104
[]
no_license
L1nuxFNC/zohocrm-python-sdk
2e825fe4d7c6fb1374a5747cbd1e39b0dd4b706d
bba7328de07b137d2cb6e2aac31b8f57e0803026
refs/heads/master
2023-06-05T09:17:35.549980
2021-05-13T12:45:59
2021-05-13T12:45:59
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,893
py
from zcrmsdk.src.com.zoho.crm.api.user_signature import UserSignature from zcrmsdk.src.com.zoho.crm.api.dc import INDataCenter, USDataCenter, EUDataCenter, CNDataCenter, AUDataCenter from zcrmsdk.src.com.zoho.api.authenticator.store import DBStore, FileStore from zcrmsdk.src.com.zoho.api.logger import Logger from zcrms...
72ba22a91588bf1a22d08ecacb33ec336da6f0d5
78d35bb7876a3460d4398e1cb3554b06e36c720a
/sdk/network/azure-mgmt-network/azure/mgmt/network/v2019_12_01/operations/_vpn_server_configurations_operations.py
c68e670e8370ac82125f9b7a40a73e128c19f475
[ "MIT", "LicenseRef-scancode-generic-cla", "LGPL-2.1-or-later" ]
permissive
catchsrinivas/azure-sdk-for-python
e35f59b60318a31b3c940a7a3a07b61b28118aa5
596227a7738a5342274486e30489239d539b11d1
refs/heads/main
2023-08-27T09:08:07.986249
2021-11-11T11:13:35
2021-11-11T11:13:35
427,045,896
0
0
MIT
2021-11-11T15:14:31
2021-11-11T15:14:31
null
UTF-8
Python
false
false
28,466
py
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may ...
dd6398e4756bc1d70633d09a2c01a4591bf45d5a
dc99d95671170444cd7bf02e37da6ecda4a5f19e
/apps/courses/forms.py
7c3607216ee4eed7c75516ebceebca0b96f618d5
[]
no_license
bbright3493/python_real_war
734d49ed9f7e1800d24dc754424a07b69d7d8c1f
6e43bb7d814920222f3310bd6fd9f04cb3d5bbf1
refs/heads/master
2020-03-30T06:08:40.249185
2018-10-22T07:33:41
2018-10-22T07:33:41
150,841,381
0
0
null
null
null
null
UTF-8
Python
false
false
358
py
#!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 18-5-7 上午10:05 # @Author : Ztsong from django import forms from .models import ProgramUpload # # class ProgramUploadForm(forms.ModelForm): # class Meta: # model = ProgramUpload # fields = ['image'] class ProgramUploadForm(forms.Form): ...
ec626fcce05227e389111ecdb0c34538cbe6e418
0090756d7a6eb6ab8389ad23b20e89cd68dbd0e4
/배열insert.py
b895832beb6bb14ce872d0f5f7be1610194d477c
[]
no_license
ssh6189/2019.12.16
5c3093e03ac793d5f0a93cf99e78c6483fcee6d8
c1021bb72b3fdc05d7f5e8ae350bbd6eee65b0d3
refs/heads/master
2020-12-13T19:19:04.558270
2020-01-17T08:47:04
2020-01-17T08:47:04
234,507,219
0
0
null
null
null
null
UTF-8
Python
false
false
396
py
import numpy as np a = np.arange(1, 10).reshape(3,3) print(a) #a 배열을 일차원 ㅐ열로 변환하고 1번 index에 99추가 np.insert(a, 1, 999) #a배열의 axis 0방향 1번 인덱스에 추가 #인덱스가 1인 row에 999가 추가됨 np.insert(a, 1, 999, axis=0) #a배열의 axis 1방향 1번 인덱스에 추가 #index가 1인 column에 999가 추가됨 np.insert(a, 1, 999, axis=1)
2dd51e433b8b72c118cd5ab02697d1acc729de11
c7979f4f6435fe8d0d07fff7a430da55e3592aed
/AGC023/A2.py
1cc626666ce7eb2d39610edc6e55643e3ba653a1
[]
no_license
banboooo044/AtCoder
cee87d40bb98abafde19017f4f4e2f984544b9f8
7541d521cf0da848ecb5eb10ffea7d75a44cbbb6
refs/heads/master
2020-04-14T11:35:24.977457
2019-09-17T03:20:27
2019-09-17T03:20:27
163,818,272
0
0
null
null
null
null
UTF-8
Python
false
false
75
py
N = int(input()) A = list(map(int,input().split(" "))) for i in range(N):
44685fe6f9efa4068a850e9767859e5f04694261
1564d12d61f669ce9f772f3ef7563167f7fe13bf
/codeforces/606/B.MakeThemOdd.py
9c2d937efa9b206dced25914e93f323bacc2266a
[]
no_license
sakshamk6999/codingPractice
73ec4873defb0f0d2e47173150a589ee12e5e0a1
f727aac6d87448b19fc9d48660dc6978fe5edc14
refs/heads/master
2020-12-01T20:22:36.299535
2020-02-04T05:55:53
2020-02-04T05:55:53
230,757,937
0
0
null
2020-02-12T20:38:12
2019-12-29T14:00:22
Python
UTF-8
Python
false
false
849
py
from collections import defaultdict import heapq for _ in range(int(input())): n = int(input()) rec = {} rec = defaultdict(lambda : 0, rec) a = sorted(list(map(int, input().split()))) e = [] l = 0 for i in a: if i % 2 == 0 and rec[-1 * i] == 0: e.append(-1 * i) ...
0d00be6ffa67dcb44dadf1e7fb59c96d3cefdc76
dabc9c7ec7cce125a12c6243ff67fd91e620d636
/tap/tests/test_pytest_plugin.py
c91e8b40631e9c79c21ada77df44a0db95c9ba65
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
Mark-E-Hamilton/tappy
7634209c2862c9e837b58602d4b59636fd9a8e89
62c1a4ef1d9e724d3c7bbb31361c17c3bf071d04
refs/heads/master
2021-01-15T09:04:09.813683
2016-03-21T04:51:45
2016-03-21T04:51:45
53,630,217
0
0
null
null
null
null
UTF-8
Python
false
false
4,332
py
# Copyright (c) 2016, Matt Layman try: from unittest import mock except ImportError: import mock import tempfile from tap.plugins import _pytest from tap.tests import TestCase from tap.tracker import Tracker class TestPytestPlugin(TestCase): def setUp(self): """The pytest plugin uses module sco...
e36cba2db79f18ed6432af22f03c4f53dd4f61b1
2dfbb97b47fd467f29ffb26faf9a9f6f117abeee
/leetcode/242.py
0b7a2589d14a456369352fe3820fb247d6675b0b
[]
no_license
liuweilin17/algorithm
0e04b2d36dfb6b7b1b0e0425daf69b62273c54b5
d3e8669f932fc2e22711e8b7590d3365d020e189
refs/heads/master
2020-12-30T11:03:40.085105
2020-04-10T03:46:01
2020-04-10T03:46:01
98,844,919
3
1
null
2018-10-05T03:01:02
2017-07-31T03:35:14
C++
UTF-8
Python
false
false
1,014
py
########################################### # Let's Have Some Fun # File Name: 242.py # Author: Weilin Liu # Mail: [email protected] # Created Time: Fri Oct 19 00:40:47 2018 ########################################### #coding=utf-8 #!/usr/bin/python # valid anagram class Solution(object): def isAnagram(self, s, ...
818b20ac454ef8f772d87fb729b7474c68a5f9a6
d024ccbb4cc04af3866a4db1ac1d8c1d7395d909
/boj/1152.py
8af0d3fc1c7b3184f1a6c89454aee7a18af2623a
[]
no_license
demetoir/ps-solved-code
ff0418dddd10f3b053c9b8d32af48027b10c8481
f4d4fd2183176b083f2287c9d89c6d5a1e983cc5
refs/heads/master
2022-10-14T20:11:34.581439
2020-06-12T11:24:11
2020-06-12T11:24:11
68,782,768
1
0
null
null
null
null
UTF-8
Python
false
false
45
py
print(len(list(map(str,input().split()))))
7eacb9ca621e2a660599a473bfdbc1136d01a7a6
487ce91881032c1de16e35ed8bc187d6034205f7
/codes/CodeJamCrawler/16_0_1/bbbeebun/codejam_01.py
7a489d790a6fd40192e6c72e498da86daa2ff2b1
[]
no_license
DaHuO/Supergraph
9cd26d8c5a081803015d93cf5f2674009e92ef7e
c88059dc66297af577ad2b8afa4e0ac0ad622915
refs/heads/master
2021-06-14T16:07:52.405091
2016-08-21T13:39:13
2016-08-21T13:39:13
49,829,508
2
0
null
2021-03-19T21:55:46
2016-01-17T18:23:00
Python
UTF-8
Python
false
false
1,308
py
def has_completed(mapping): count = 0 for key in mapping: count += mapping[key] if count == 10: return True else: return False def update_mapping(current_n, mapping): current_n_str = str(current_n) for each in current_n_str: if mapping[each] == 0: mapping[each] = 1 def counting_sheep(n): if n ==...
08d60b0fdf4f6abfda5e2ac10591021283fc44bf
8e1be167066e30eff91c26c0757211cf3cf8b016
/django/orm/book_authors_proj/apps/books_authors_app/migrations/0001_initial.py
5818682c02c3c18e31b135482e2c1adb636304db
[]
no_license
dojo-solutions/online-ft-python
074d0ba968f5a77eaec1bca0904232f2aa29051a
b4f6941d0bba376d121a40a6429b815d5b03c32f
refs/heads/master
2020-04-21T11:52:31.390772
2019-03-02T01:27:54
2019-03-02T01:27:54
169,542,448
0
1
null
null
null
null
UTF-8
Python
false
false
1,422
py
# -*- coding: utf-8 -*- # Generated by Django 1.10 on 2019-02-21 18:01 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): initial = True dependencies = [ ] operations = [ migrations.CreateModel( name='Author',...
2ba20372fe4994021d5cf6e43c9b163c1c106b64
05a9e0bb7e33099f94dfc8af53b4837bc5c9d287
/python/ext_examples/torch/bench/linear.py
1a840cbd0db9eba60313d59db7025e1b6a7852df
[]
no_license
HiroIshida/snippets
999c09efadae80397cb82a424328bb1dbda4915f
f64dcd793184be64682b55bdaee7392fd97a0916
refs/heads/master
2023-09-01T08:18:42.523625
2023-09-01T04:08:20
2023-09-01T04:08:20
207,662,767
7
2
null
2022-08-01T23:20:42
2019-09-10T21:04:01
C++
UTF-8
Python
false
false
782
py
import torch.nn as nn import tqdm import numpy as np import matplotlib.pyplot as plt import time import torch import threadpoolctl def measure_perf(depth, with_grad: bool = False): lst = [] for _ in range(depth): lst.append(nn.Linear(40, 40)) lst.append(nn.ReLU()) lst.append(nn.Linear(40, 1...
b5ed3013b2eafda68318a223d46dce0287cafaff
32fdc94d1b8d98085db5d1e8caae4161d3e70667
/3rd_party/python3.7/lib/python3.7/site-packages/mining-0.2.2-py3.7-linux-x86_64.egg/mining/utils/listc.py
298f9060e40d10832fcab747bdea37497e80d1e6
[ "Python-2.0" ]
permissive
czfdlut/ticket_proxy
fa0f1924a86babfa7ce96cf97e929f7bf78643b7
0d7c19448741bc9030484a97c1b8f118098213ad
refs/heads/master
2022-12-23T05:25:58.207123
2019-11-20T03:58:31
2019-11-20T03:58:31
174,579,562
1
3
null
2022-12-18T01:18:07
2019-03-08T17:22:48
Python
UTF-8
Python
false
false
310
py
def __bootstrap__(): global __bootstrap__, __loader__, __file__ import sys, pkg_resources, imp __file__ = pkg_resources.resource_filename(__name__, 'listc.cpython-37m-x86_64-linux-gnu.so') __loader__ = None; del __bootstrap__, __loader__ imp.load_dynamic(__name__,__file__) __bootstrap__()
32fb9a2a330ac6fa993cae29751e0c894fb2e922
1af44bdcbc3c15d3f6e436a7924dfd45f504ab3a
/01.jump to python/chpter 2/62em.py
4db6566d344540379fdc05693d0ca4cb074461b8
[]
no_license
wql7654/bigdata_exam
f57c8b475690cbc5978009dbf8008bedff602e2a
c07ee711bb84407428ba31165185b9607b6825e8
refs/heads/master
2023-04-07T00:50:59.563714
2021-05-25T02:46:43
2021-05-25T02:46:43
180,915,985
0
0
null
2023-03-25T01:08:09
2019-04-12T02:36:08
Jupyter Notebook
UTF-8
Python
false
false
191
py
a=['life','is','too','hard'] re=" ".join(a) print(re) re=re.split() print(re) re=','.join(a) print(re) re=re.split(',') print(re) re.sort() print(re) re=" ".join(re) print(re)
ede66e2d33e041a80cec2a8771ccc87fe440f7af
de24f83a5e3768a2638ebcf13cbe717e75740168
/moodledata/vpl_data/148/usersdata/268/99980/submittedfiles/testes.py
c1a570ae015ca648546489e96edebf5c24b3fe5c
[]
no_license
rafaelperazzo/programacao-web
95643423a35c44613b0f64bed05bd34780fe2436
170dd5440afb9ee68a973f3de13a99aa4c735d79
refs/heads/master
2021-01-12T14:06:25.773146
2017-12-22T16:05:45
2017-12-22T16:05:45
69,566,344
0
0
null
null
null
null
UTF-8
Python
false
false
142
py
# -*- coding: utf-8 -*- n=int(input('ooo')) i=0 while i*(i+1)*(i+2) < n: i=i+1 if i*(i+1)*(i+2)==n: print('S') else : print('N')
60c93a4684a8e005d11c1dc1ee26fb60e25dd162
ca7aa979e7059467e158830b76673f5b77a0f5a3
/Python_codes/p03393/s891507939.py
38993f4b41b75bc140544df5c2618f773831c0e9
[]
no_license
Aasthaengg/IBMdataset
7abb6cbcc4fb03ef5ca68ac64ba460c4a64f8901
f33f1c5c3b16d0ea8d1f5a7d479ad288bb3f48d8
refs/heads/main
2023-04-22T10:22:44.763102
2021-05-13T17:27:22
2021-05-13T17:27:22
367,112,348
0
0
null
null
null
null
UTF-8
Python
false
false
463
py
s = input() c = list(s) c2 = set(c) al = sorted(list("qwertyuiopasdfghjklzxcvbnm")) #26文字未満なら追加 if len(c)<26: for i in range(26): if al[i] not in c2: print(s+al[i]) exit() if s == "zyxwvutsrqponmlkjihgfedcba": print(-1) exit() rev = "zyxwvutsrqponmlkjihgfedcba" for i in ra...
ebbc9f436c2f66f730686c9789e0cb9cb7aa1ee8
5ac72c8484d8b7c2ecb94217e70ffa96c8c83053
/server/account/models.py
0661b22685cb7c013e9dce0dd4cb818a1fc07399
[ "MIT" ]
permissive
buffalos0721/Super-Neutron-Drive
975b6a9d20f9dc28d85632f87f50dd37da199f1f
d3cbeeae113722099032fb651dd4148670cb86e9
refs/heads/master
2020-03-26T08:40:40.409045
2016-08-18T16:20:36
2016-08-18T16:20:36
null
0
0
null
null
null
null
UTF-8
Python
false
false
6,280
py
import urllib import datetime from importlib import import_module from collections import OrderedDict from django.db import models from django.conf import settings from django.utils import timezone from django.core import validators from django.contrib.auth.models import AbstractBaseUser, PermissionsMixin, UserManager...
1797c37d09a01a52a738bcb504b0284fad56d361
f576f0ea3725d54bd2551883901b25b863fe6688
/sdk/ml/azure-ai-ml/tests/component/_util.py
d93cf7462afb7549afc5c81a02eb2035ffe81047
[ "LicenseRef-scancode-generic-cla", "MIT", "LGPL-2.1-or-later", "LicenseRef-scancode-python-cwi", "PSF-2.0", "LGPL-2.0-or-later", "GPL-3.0-or-later", "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "Python-2.0", "MPL-2.0", "LicenseRef-scancode-other-copyleft", ...
permissive
Azure/azure-sdk-for-python
02e3838e53a33d8ba27e9bcc22bd84e790e4ca7c
c2ca191e736bb06bfbbbc9493e8325763ba990bb
refs/heads/main
2023-09-06T09:30:13.135012
2023-09-06T01:08:06
2023-09-06T01:08:06
4,127,088
4,046
2,755
MIT
2023-09-14T21:48:49
2012-04-24T16:46:12
Python
UTF-8
Python
false
false
86
py
_COMPONENT_TIMEOUT_SECOND = 20 * 60 # timeout for component's tests, unit in second.
d8e1b1e542edb43a01bb810371c9af69a80d601c
1e4d2a66f92b8ef3baddaf76366c1be4ad853328
/Safari_Edris_DSC510/SandBox/ImportFiles/venv/Scripts/pip3-script.py
d8f7812de43586a23f66d5e0a7f99db0e1b9abc4
[]
no_license
dlingerfelt/DSC-510-Fall2019
0c4168cf030af48619cfd5e044f425f1f9d376dd
328a5a0c8876f4bafb975345b569567653fb3694
refs/heads/master
2022-12-04T05:04:02.663126
2022-11-28T14:58:34
2022-11-28T14:58:34
204,721,695
5
23
null
2019-12-06T01:15:11
2019-08-27T14:30:27
Python
UTF-8
Python
false
false
463
py
#!C:\Users\safar\Documents\GitHub\DSC-510-Fall2019\Safari_Edris_DSC510\SandBox\ImportFiles\venv\Scripts\python.exe # EASY-INSTALL-ENTRY-SCRIPT: 'pip==19.0.3','console_scripts','pip3' __requires__ = 'pip==19.0.3' import re import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.argv[0] ...
2bb14a82bf0195f215a36c5e10aef5136ef02006
facb8b9155a569b09ba66aefc22564a5bf9cd319
/wp2/era5_scripts/02_preprocessing/combine82/35-tideGauge.py
c363a79bc5b9cbdedc37466360109e92883f0129
[]
no_license
moinabyssinia/modeling-global-storm-surges
13e69faa8f45a1244a964c5de4e2a5a6c95b2128
6e385b2a5f0867df8ceabd155e17ba876779c1bd
refs/heads/master
2023-06-09T00:40:39.319465
2021-06-25T21:00:44
2021-06-25T21:00:44
229,080,191
0
0
null
null
null
null
UTF-8
Python
false
false
2,115
py
# -*- coding: utf-8 -*- """ Created on Tue Apr 16 16:11:00 2020 -------------------------------------------- Load predictors for each TG and combine them -------------------------------------------- @author: Michael Tadesse """ import os import pandas as pd #define directories dir_in = '/lustre/fs0/home/mtadesse/er...
ea48d2765c2ca0ae7d26e05b899fc93cb13349ec
e42a61b7be7ec3412e5cea0ffe9f6e9f34d4bf8d
/a10sdk/core/system/system_bfd_stats.py
2b13f0d88b617ea5ea2c93a905d0181004463e88
[ "Apache-2.0" ]
permissive
amwelch/a10sdk-python
4179565afdc76cdec3601c2715a79479b3225aef
3e6d88c65bd1a2bf63917d14be58d782e06814e6
refs/heads/master
2021-01-20T23:17:07.270210
2015-08-13T17:53:23
2015-08-13T17:53:23
40,673,499
0
0
null
2015-08-13T17:51:35
2015-08-13T17:51:34
null
UTF-8
Python
false
false
4,388
py
from a10sdk.common.A10BaseClass import A10BaseClass class Stats(A10BaseClass): """This class does not support CRUD Operations please use parent. :param udp_checksum_error: {"optional": true, "size": "2", "type": "number", "oid": "2", "format": "counter"} :param invalid_detect_mult: {"optional": true...
cf9cab0e49fa44985cb0ae35e2aab029d37ecf6d
acf7cff7d08ae5984b0ba1e65e4404a0bfb07ba1
/dataset.py
a467b9cd79fc5a65c62eac84ece5670e74cf611c
[]
no_license
aloyschen/NSFWImageClassify
54981406c754cf0c6ecb0db8a337b41b836ce9fe
f8d5666bfcbaf24dc5e46beeeb50dd10a9efca0c
refs/heads/master
2020-06-02T13:50:23.027165
2019-06-21T11:13:57
2019-06-21T11:13:57
191,176,744
0
0
null
null
null
null
UTF-8
Python
false
false
9,119
py
# encoding:utf-8 import os import math import shutil import random import config import tensorflow as tf class NSFWDataset(): def __init__(self, datasetDir, mode): """ Introduction ------------ 图像数据集 1、将图像数据转换为tfRecord """ self.datasetDir = datasetDir...
c1bb69c3c89f7e74c5290bc657be0da088c70345
13696a9691b173d75b11b4aee22b79d4ea6b7c0b
/test/test_o_auth_api.py
760055ebca9f7d8f8ae0f95734aad1999bf0caef
[ "Apache-2.0" ]
permissive
square/connect-python-sdk
410613bc4b04f0f70176275591a16c9e49e25ede
e00e2889b2dd2c55048219cbe64db79962a68633
refs/heads/master
2023-06-15T09:24:17.190416
2019-08-15T17:44:41
2019-08-15T17:44:41
64,772,029
53
45
Apache-2.0
2020-12-20T18:41:31
2016-08-02T16:07:17
Python
UTF-8
Python
false
false
1,346
py
# coding: utf-8 """ Copyright 2017 Square, 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 la...
0ad4839cc902ab89f8ee4c25b4c3fbf598f4798a
8881a4927d893e1e755c0488f76ba7941b379f26
/tech_gram_project2/producthunt_project/producthunt_project/urls.py
01b11efd49f26851698655f127f6afdfa499ab26
[]
no_license
SatishNitk/Django
6bb839fcf2bc7d70413e3d56ac98124a7a96a5de
d9260c032322a34410d783c39a8f13e8f63b8be4
refs/heads/master
2020-05-24T23:01:35.767388
2019-07-06T13:56:50
2019-07-06T13:56:50
null
0
0
null
null
null
null
UTF-8
Python
false
false
418
py
from django.contrib import admin from django.urls import path,include from django.conf.urls.static import static from django.conf import settings urlpatterns = [ path('admin/', admin.site.urls), path('product/', include("products.urls")), path('account/', include("accounts.urls")) ] + static(settings.MEDI...
faf7637b93bf57c9d86f6f84ec0dc2f5c276cca2
994ea22f35c635fdf139af9282b0d3a3d86ea34a
/ud617-intro_to_hadoop_mapreduce/lesson6/part1/reducer_q3.py
d3be0e7c6127a7fdf196f92e9b3177b5ef9970aa
[]
no_license
zjyx147/Udacity
ac371fbc5b5b456e88b411657ef5a28c3b071c6c
d86fadd537dbacc6f8142b043e71527b0448bae3
refs/heads/master
2022-06-23T14:25:41.242353
2019-06-20T20:12:13
2019-06-20T20:12:13
191,207,247
0
0
null
2022-06-21T22:07:35
2019-06-10T16:42:18
DIGITAL Command Language
UTF-8
Python
false
false
593
py
#!/usr/bin/python import sys totalNum = 0 totalVal = 0 oldKey = None # Loop around the data # It will be in the format key\tval # Where key is the store name, val is the sale amount # # All the sales for a particular store will be presented, # then the key will change and we'll be dealing with the next store for li...
f3711d296271e67c2ea2358fbca18f624f2a8a00
853d4cec42071b76a80be38c58ffe0fbf9b9dc34
/venv/Lib/site-packages/async/task.py
266d610dafdac10674199f6fb8a6fcccfbf9ca7b
[]
no_license
msainTesting/TwitterAnalysis
5e1646dbf40badf887a86e125ef30a9edaa622a4
b1204346508ba3e3922a52380ead5a8f7079726b
refs/heads/main
2023-08-28T08:29:28.924620
2021-11-04T12:36:30
2021-11-04T12:36:30
424,242,582
0
0
null
null
null
null
UTF-8
Python
false
false
10,331
py
# Copyright (C) 2010, 2011 Sebastian Thiel ([email protected]) and contributors # # This module is part of async and is released under # the New BSD License: http://www.opensource.org/licenses/bsd-license.php from .graph import Node from .util import ReadOnly from .channel import IteratorReader import threadi...
cf62c539355e00b0778c2edcea0d321f0c331db4
f719fb52b2fee32742c62e0267633a68c228d982
/2017-03-29/gen3.py
3394a05273741324057417acd390b15bacc994bb
[]
no_license
elsys/python2016-2017
76e0fcb97b509a6f87fd010479b44ee702d7b2dd
290ba35dc1242a9f13a320ada1ec0498acc8fb79
refs/heads/master
2021-06-18T08:07:12.025390
2017-06-14T15:41:12
2017-06-14T15:41:12
83,579,817
3
2
null
null
null
null
UTF-8
Python
false
false
253
py
def fun(v): print("calling fun() with value v=", v) return 2*v # print(fun(1)) def gen(maxv): while maxv > 0: print("before yield") yield fun(maxv) maxv -= 1 g = gen(3) print(next(g)) # print(next(g)) """ for v in g: print(v) """
cb2ad544ec354652fc3ec9b093ddbc618597cd18
44badce6303eb8df34707edf27c5f8f2d2bc2697
/redfoot-1.6/lib/redfootlib/rdf/model/schema.py
2e583d06866efeaa30576f5f9794e1023a1d9554
[]
no_license
jtauber/redfoot-orig
d371456f79e8b584f8e58037a5ab33011027484a
a5c26c53ba94c6d8970578bfcbc637aafaad1e11
refs/heads/master
2021-01-13T01:13:24.072000
2014-06-22T14:58:45
2014-06-22T14:58:45
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,998
py
from __future__ import generators from redfootlib.rdf.model.core import Core from redfootlib.rdf.const import LABEL, COMMENT from redfootlib.rdf.const import TYPE, STATEMENT from redfootlib.rdf.const import SUBJECT, PREDICATE, OBJECT from redfootlib.rdf.const import DOMAIN, SUBCLASSOF class Schema(Core): def l...
fe8e9488c5ed18762588b06bc9c15f7ea1d8989a
6fa7f99d3d3d9b177ef01ebf9a9da4982813b7d4
/NyTjy8nmHj9bmxMTC_17.py
b636158314e9dca4037846b8c88031b88b2ef41e
[]
no_license
daniel-reich/ubiquitous-fiesta
26e80f0082f8589e51d359ce7953117a3da7d38c
9af2700dbe59284f5697e612491499841a6c126f
refs/heads/master
2023-04-05T06:40:37.328213
2021-04-06T20:17:44
2021-04-06T20:17:44
355,318,759
0
0
null
null
null
null
UTF-8
Python
false
false
94
py
import math as m def vol_pizza(radius, height): return round(m.pi * (radius**2) * height)
9cc6d69a4edce9161dbfdc879d96259cff1bacef
5be8b0f2ee392abeee6970e7a6364ac9a5b8ceaa
/xiaojian/first_phase/day06/exersice03.py
e8b14b51849de9acde1b36a099be0ce424888398
[]
no_license
Wellsjian/20180826
424b65f828f0174e4d568131da01dafc2a36050a
0156ad4db891a2c4b06711748d2624080578620c
refs/heads/master
2021-06-18T12:16:08.466177
2019-09-01T10:06:44
2019-09-01T10:06:44
204,462,572
0
1
null
2021-04-20T18:26:03
2019-08-26T11:38:09
JavaScript
UTF-8
Python
false
false
691
py
# 在控制台中选取季度,并将相应月份打印出来 # season = input("请输入季度:") # if season == "春": # print("该季度有1 2 3 月份") # elif season == "夏": # print("该季度有4 5 6 月份") # elif season == "秋": # print("该季度有7 8 9 月份") # elif season == "冬": # print("该季度有10 11 12 月份") # else: # print("您的输入不合法") season = input("请输入季度:") season_d...
bc96195975a91b5368e14f03c4909420a70a4ac3
65bf0113da75390c4cf3960b6a409aca15569a06
/tests/migrations/0014_apply_report_file.py
e3afd0e4e25db2a852b10394c22262f44c292c82
[]
no_license
wenpengfan/opsadmin
e7701538265253653adb1c8ce490e0ce71d3b4f6
3d997259353dc2734ad153c137a91f3530e0a8ec
refs/heads/master
2023-03-29T11:50:10.756596
2020-11-16T02:41:18
2020-11-16T02:41:18
313,171,594
0
0
null
null
null
null
UTF-8
Python
false
false
513
py
# -*- coding: utf-8 -*- # Generated by Django 1.11.20 on 2020-06-01 13:31 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('tests', '0013_apply_feedback'), ] operations = [ migrations.AddField( ...
2a916755d6b8e25a39d5161ef7fcb1f6b6730526
28e54b74587bb2987234e9bee8e445b762024b18
/autonetkit/nidb.py
ac97029f1078e8e73467dde3384f5a5509f42b68
[]
no_license
sk2/ANK-NG
d6b49c864e6e9d5d1b7b6467c5ea2130e9079317
7b312fb7346dc2282904f0d9d0bf7441a186a2f5
refs/heads/master
2020-06-04T12:44:02.959146
2012-08-29T06:18:29
2012-08-29T06:18:29
4,663,827
0
1
null
null
null
null
UTF-8
Python
false
false
20,488
py
import networkx as nx import pprint import collections import time class overlay_data_dict(collections.MutableMapping): """A dictionary which allows access as dict.key as well as dict['key'] Based on http://stackoverflow.com/questions/3387691 """ def __repr__(self): return ", ".join(self.store...
0d9a7d280e51e2933b55ef5fd026a4939f72886c
f38e78214992de722a6ec2012e844bce7b3c59ed
/bin/taskwarrior
25c78d0f0862d46f2f10288152304e2e7cfef0a4
[ "MIT" ]
permissive
clckwrkbdgr/dotfiles
20fb86f54d93ae4936c334898c3d7b1b3820fb06
a7e880e189bfa4793f30ff928b049e4a182a38cd
refs/heads/master
2023-08-31T13:13:47.533868
2023-08-30T18:32:00
2023-08-30T18:32:00
20,396,084
2
2
MIT
2022-10-01T16:35:31
2014-06-02T07:26:38
Python
UTF-8
Python
false
false
1,716
#!/usr/bin/env python import logging import functools logger = logging.getLogger('taskwarrior') from clckwrkbdgr import utils import clckwrkbdgr.taskwarrior from clckwrkbdgr.taskwarrior import TaskWarrior, Config import clckwrkbdgr.logging import click, click_default_group import clckwrkbdgr.click @functools.lru_cach...
5b2abe106d6315f4695312f7040b4d674324543f
6515dee87efbc5edfbf4c117e262449999fcbb50
/eet/Merge_k_Sorted_Lists.py
a79231a7a08f8900b10c642d099fb90026c69498
[]
no_license
wangyunge/algorithmpractice
24edca77e180854b509954dd0c5d4074e0e9ef31
085b8dfa8e12f7c39107bab60110cd3b182f0c13
refs/heads/master
2021-12-29T12:55:38.096584
2021-12-12T02:53:43
2021-12-12T02:53:43
62,696,785
0
0
null
null
null
null
UTF-8
Python
false
false
2,102
py
""" Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity. Example: Input: [ 1->4->5, 1->3->4, 2->6 ] Output: 1->1->2->3->4->4->5->6 """ # Definition for singly-linked list. # class ListNode(object): # def __init__(self, val=0, next=None): # self.val = va...
ebf05022393496f5a3c2690de8595fb5f621a652
fcfb3f5e94f35aa0d7c5632efec1d1c15d66e856
/day9/flask_day3/inherit_demo/app.py
826748d83c0c62228ad9455de8a5457081fe0b4b
[ "Apache-2.0" ]
permissive
gaohj/wh1904js
98a9d1dd63d42766b656f07ce537b5933eaafb78
a3af38f8311f79eb9f2e08a3de16dd1e02c40714
refs/heads/master
2021-07-11T17:16:49.885524
2020-01-17T09:48:15
2020-01-17T09:48:15
232,022,360
0
0
Apache-2.0
2021-03-20T02:41:32
2020-01-06T04:14:22
JavaScript
UTF-8
Python
false
false
322
py
from flask import Flask,render_template from flask_script import Manager app = Flask(__name__) manager = Manager(app) @app.route('/') def hello_world(): return render_template('index.html') @app.route('/detail/') def details(): return render_template('detail.html') if __name__ == '__main__': manager.run(...
569e5135fac1555cf0fb518269b99b2c71661cc5
2f98aa7e5bfc2fc5ef25e4d5cfa1d7802e3a7fae
/python/python_9477.py
fa57d72004d0e3842548a0d58e2499f639d33ab5
[]
no_license
AK-1121/code_extraction
cc812b6832b112e3ffcc2bb7eb4237fd85c88c01
5297a4a3aab3bb37efa24a89636935da04a1f8b6
refs/heads/master
2020-05-23T08:04:11.789141
2015-10-22T19:19:40
2015-10-22T19:19:40
null
0
0
null
null
null
null
UTF-8
Python
false
false
164
py
# Django Testing: Using a login decorator for test cases class SimpleTest(TestCase): def setUp(self): self.client.login(username='foo', password='bar')
52b1286ab48d460abebb87719f7d65cef1e7009d
c62a07c8051d6106717863651004c8186a0e3027
/logic.py
84c2678f81cea7f404f2c5b6faddd8b4b1335110
[]
no_license
isakura313/third_22
bf47bef5914ac5debeb33a36dad39566181ed6fb
c43911d6b73f638894d14f757a0ec5462e9e8005
refs/heads/master
2022-04-18T14:27:00.231299
2020-04-22T17:01:23
2020-04-22T17:01:23
257,967,272
0
0
null
null
null
null
UTF-8
Python
false
false
425
py
role = input("Введите вашу роль в проекте: ") age = input("Введите ваш возраст: ") age = int(age) if role == "admin" and age > 18: print("У вас есть все права") elif role == "user" and age> 16: print("У вас на этом проекте есть некоторые права") else: print(" этот сервис закрыт на карантин")
7953194e08d87e2cc8bd5e2a743dc383d4d6458b
fc3c9d2143aecedce191bb91dbd01babe7f6d40b
/tensorpack/callbacks/dump.py
ef62833b31118c6a9f00e80eb5e6c9216d57a65e
[ "Apache-2.0" ]
permissive
rahulbprakash/tensorpack
0ee10de245f486d17a252354833c98dd713fd6e6
b2ec42a8d152760498aa911818d50b01e408bb43
refs/heads/master
2020-12-30T19:12:08.800662
2016-06-09T23:03:37
2016-06-09T23:03:37
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,077
py
# -*- coding: UTF-8 -*- # File: dump.py # Author: Yuxin Wu <[email protected]> import os import scipy.misc from scipy.misc import imsave import numpy as np from .base import Callback from ..utils import logger from ..tfutils import get_op_var_name __all__ = ['DumpParamAsImage'] class DumpParamAsImage(Callback): ...
9d3ebb55f1314362a215d95a4aadf6a840bf824d
1b9075ffea7d4b846d42981b41be44238c371202
/2009/stable/hardware/firmware/flashrom/actions.py
870e4cb6e12699846f65a6f0b2a8ad85380f45fd
[]
no_license
pars-linux/contrib
bf630d4be77f4e484b8c6c8b0698a5b34b3371f4
908210110796ef9461a1f9b080b6171fa022e56a
refs/heads/master
2020-05-26T20:35:58.697670
2011-07-11T11:16:38
2011-07-11T11:16:38
82,484,996
0
0
null
null
null
null
UTF-8
Python
false
false
457
py
#!/usr/bin/python # -*- coding: utf-8 -*- # # Copyright 2007-2010 TUBITAK/UEKAE # Licensed under the GNU General Public License, version 2. # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt from pisi.actionsapi import autotools from pisi.actionsapi import pisitools def build(): autotools.make() ...
22af9c136349ee70da4d000c5eef00cb1baf0109
8ecd899a8558ad0a644ecefa28faf93e0710f6fb
/ABC007/ABC007_A.py
679623e243c760e493ba9bd56ca1c2569cd69a61
[]
no_license
yut-inoue/AtCoder_ABC
b93885547049788d452e86b442a4a9f5ee191b0e
3d2c4b2b2f8871c75f86040ad07ccd7736ad3dbe
refs/heads/master
2021-07-03T09:09:20.478613
2021-02-21T13:20:31
2021-02-21T13:20:31
227,140,718
0
0
null
null
null
null
UTF-8
Python
false
false
152
py
n = int(input()) #a, b = map(int,input().split()) #l = list(map(int,input().split())) #l = [list(map(int,input().split())) for i in range(n)] print(n-1)
2859050f5f4926044ceeb1a9937dfdf2a9332f07
3ec84a6e34f9bc709cb203f8b3f668f2b6697e2a
/python20200322-master/class_Python기초/py12패키지/mylib/operation/test.py
a8124c496932fed9a4168d433ceb4a82eeb59f3b
[]
no_license
eopr12/pythonclass
52079bd99358ac73664beed236659b97c8b63d40
2526fe255969a799f6c534c9db6bff9e4eccd877
refs/heads/master
2022-07-10T11:17:31.692754
2020-05-16T08:43:00
2020-05-16T08:43:00
263,377,402
0
0
null
null
null
null
UTF-8
Python
false
false
153
py
def test_operation(): result = None try: result = "test_operation" except Exception as ex: print(ex) return result
a227df16f5ae47666110b93b5b1169d8690aa7b7
6189f34eff2831e3e727cd7c5e43bc5b591adffc
/WebMirror/management/rss_parser_funcs/feed_parse_extractEllionoratranslationsCom.py
0f48d87eec935ae8a6cf120a0f95327cacb1e09f
[ "BSD-3-Clause" ]
permissive
fake-name/ReadableWebProxy
24603660b204a9e7965cfdd4a942ff62d7711e27
ca2e086818433abc08c014dd06bfd22d4985ea2a
refs/heads/master
2023-09-04T03:54:50.043051
2023-08-26T16:08:46
2023-08-26T16:08:46
39,611,770
207
20
BSD-3-Clause
2023-09-11T15:48:15
2015-07-24T04:30:43
Python
UTF-8
Python
false
false
563
py
def extractEllionoratranslationsCom(item): ''' Parser for 'ellionoratranslations.com' ''' vol, chp, frag, postfix = extractVolChapterFragmentPostfix(item['title']) if not (chp or vol) or "preview" in item['title'].lower(): return None tagmap = [ ('PRC', 'PRC', 'translated'), ('...
922ad653e03b85705765df9053e41ed4a995fcc9
7e3c7e9bf8e8410b688787bbf41f93e0bce30ef8
/misc/fix_keras_optimizer.py
4c1e72705ec6e77de0e31f5dd426bd7ffed1acef
[]
no_license
directorscut82/msthesis-experiments
bb8233d4e54da0b294b3a43f219bc424626e8ad5
f86e344c972f2b61c3fa16eae523fd20303e8842
refs/heads/master
2020-03-23T08:24:19.535200
2017-07-27T06:23:18
2017-07-27T06:23:18
null
0
0
null
null
null
null
UTF-8
Python
false
false
475
py
#!/usr/bin/env python """ Make keras 1.x models usable in keras 2.x. Run this when you get the following error: ValueError: Optimizer weight shape (512,) not compatible with provided weight shape (32,) """ import glob import h5py model_files = sorted(glob.glob('*.h5')) for model_file in model_files: print("Upd...
a515fc587646476cc8878bb50f72120b4e6aa5ba
bad85cd8d547a071baf4b6590f7e81d13ef1ec0d
/assistant/core/views.py
2732966b89290e6982d4e90149bce48ffa294e63
[ "MIT" ]
permissive
kapiak/ware_prod
92e11671059642e14219d5aa8334e0564403db77
ae61256890834c434d2e38cc2ccacf00b638665a
refs/heads/master
2023-01-06T04:36:43.173093
2020-09-21T04:06:51
2020-09-21T04:06:51
310,320,165
0
0
null
null
null
null
UTF-8
Python
false
false
871
py
from typing import List from django.contrib.auth.mixins import LoginRequiredMixin from django.views.generic import TemplateView from assistant.orders.models import Order from assistant.products.models import Product class DashboardViewMixin(LoginRequiredMixin): title: str = None breadcrumbs: List = [] ...
f7526d46e57dacaf54913613ea92feeddb67cffd
e34cbf5fce48f661d08221c095750240dbd88caf
/python/homework/day10_ansibleLike/core/verify.py
70613c6ced9cebe0e42908774b56c4de14604d30
[]
no_license
willianflasky/growup
2f994b815b636e2582594375e90dbcb2aa37288e
1db031a901e25bbe13f2d0db767cd28c76ac47f5
refs/heads/master
2023-01-04T13:13:14.191504
2020-01-12T08:11:41
2020-01-12T08:11:41
48,899,304
2
0
null
2022-12-26T19:46:22
2016-01-02T05:04:39
C
UTF-8
Python
false
false
790
py
#!/usr/bin/env python # -*-coding:utf8-*- # __author__ = "willian" import getpass from lib import mysql_helper from conf.settings import * def verify(): conn = mysql_helper.MySQLHandler(db_host, db_port, db_user, db_pass, db_name) result = conn.select('select * from {0}', 'users') count = 3 while c...
143e7fb5eb3ea2d1e3afc369d304ee334bde63fc
7b6c0318585f1639529002e8c69f23f3603775a9
/detectron2/modeling/box_regression.py
1488ad748288cefe9b4b2e9d28f00774362e203f
[ "Apache-2.0" ]
permissive
av777x/detectron2
41f2dda1198c21ef999da1cd0e28b980f68065ee
c1794881d6d2fac6af0b3206937d32628677469c
refs/heads/master
2023-03-03T19:40:45.820084
2021-02-19T00:02:03
2021-02-19T00:02:03
340,200,661
0
0
Apache-2.0
2021-02-19T00:02:04
2021-02-18T23:04:22
null
UTF-8
Python
false
false
11,122
py
# Copyright (c) Facebook, Inc. and its affiliates. import math from typing import List, Tuple import torch from fvcore.nn import giou_loss, smooth_l1_loss from detectron2.layers import cat from detectron2.structures import Boxes # Value for clamping large dw and dh predictions. The heuristic is that we clamp # such t...
1f274d45c819c75e5909ef811396617f68af6e41
32271508e449e8842f38186e5e4528696b41d1f9
/tabby/tab/migrations/0025_remove_race_win_market.py
16142941a5e3532c0ac93d4c68b1aef608b2742a
[]
no_license
Tjorriemorrie/tabby
d623ad5be3ae53b9370fd400f362d940e7191ac3
09c697bd48fdc4de548c911f1fd81b2a7e4b511b
refs/heads/master
2022-12-10T10:01:40.317751
2019-12-13T04:31:12
2019-12-13T04:31:12
100,076,546
4
2
null
2022-12-08T06:51:55
2017-08-11T23:26:00
Jupyter Notebook
UTF-8
Python
false
false
326
py
# Generated by Django 2.0.1 on 2018-01-30 01:00 from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('tab', '0024_auto_20180128_1356'), ] operations = [ migrations.RemoveField( model_name='race', name='win_market', ), ...
21dae073458e0bac5899c85d1f117f88958119dc
fb78fd824e904705fb1ee09db8b3c20cc3902805
/django-myshop/myshop/settings.py
e93a63838401dfb03886299b9b686dadf4dae54b
[]
no_license
Roderich25/mac
8469833821ac49c539a744db29db5a41d755ad55
4f7fe281c88f0199b85d0ac99ce41ffb643d6e82
refs/heads/master
2023-01-12T05:55:12.753209
2021-11-26T01:16:24
2021-11-26T01:16:24
207,029,750
0
0
null
2023-01-07T11:49:23
2019-09-07T21:51:53
Jupyter Notebook
UTF-8
Python
false
false
3,011
py
import os # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) # Quick-start development settings - unsuitable for production # See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/ # SECURITY WARNING: keep the ...
e350c375091476a2506c1e698410dc3a6adfbfb8
30f8afce1ba484183d8e1e14aae76cabb2d92354
/pbase/day29/old.py
741ae415c047f7297fc6ca49c5aab16131a342b0
[]
no_license
brooot/Python_Base_Codes
d83e8c3b8a37b86672412c812fdb0d47deb67836
a864685e160b5df4162a6f9fb910627eda702aaf
refs/heads/master
2023-04-10T20:08:39.161289
2021-03-25T12:59:23
2021-03-25T12:59:23
200,570,412
0
0
null
null
null
null
UTF-8
Python
false
false
790
py
from socket import * import sys class FtpClient(object): def __init__(self,serveraddr): self.serveraddr=serveraddr def do_list(self): sockfd=socket() sockfd.connect(self.ser) def main(): if len(sys.argv)<3: print('argv is error') host=sys.argv[1] port=int(sys.argv[2])...
a296b492f907bd7c9b0172fb9bddb55b6caf2e3b
2f98aa7e5bfc2fc5ef25e4d5cfa1d7802e3a7fae
/python/python_15314.py
d42d7ec70ac3476ead6abba82a8293d71aa4e166
[]
no_license
AK-1121/code_extraction
cc812b6832b112e3ffcc2bb7eb4237fd85c88c01
5297a4a3aab3bb37efa24a89636935da04a1f8b6
refs/heads/master
2020-05-23T08:04:11.789141
2015-10-22T19:19:40
2015-10-22T19:19:40
null
0
0
null
null
null
null
UTF-8
Python
false
false
98
py
# Different results when using sklearn RandomizedPCA with sparse and dense matrices RandomizedPCA
c51c27f98dfdd33ed8055495236836b200efc808
93652e0f73558ffa24059647324f79ba043ba241
/topi/tests/python/test_topi_bitserial_conv2d.py
6df18483a45f9263f685e4ade3c425b75b29eb76
[ "Apache-2.0" ]
permissive
souptc/tvm
830b1444435b6bda267df305538a783eb687d473
a8574e7bb814997cb3920a72035071899635b753
refs/heads/master
2020-03-25T12:42:20.686770
2018-08-06T21:07:38
2018-08-06T21:07:38
143,789,191
1
0
Apache-2.0
2018-08-06T22:18:20
2018-08-06T22:18:19
null
UTF-8
Python
false
false
4,821
py
import os import numpy as np import tvm import topi import topi.testing from tvm.contrib.pickle_memoize import memoize from topi.util import get_const_tuple from tvm.contrib import util from tvm.contrib.pickle_memoize import memoize def generate_quantized_np(shape, bits, out_dtype): min_val = 0 max_val = 1 << ...
3d1f1756528afaa87544ba2b6c62e67f3b6572f7
b2c24abff86b28ca8a495b3a3c3227f070737aa2
/parlai/agents/AdaND/utils.py
2467ef5a277ddf9fdc24d14669efbf63843aff07
[ "MIT" ]
permissive
hengyicai/AdaND
d5dda1b2fcd2abd17be6603de632f0515382b37b
5e3fefb1cf40c42215a37246efc64958ae6db005
refs/heads/master
2023-09-01T07:38:49.076947
2020-10-19T04:58:00
2020-10-19T04:58:00
204,633,631
10
2
MIT
2023-08-11T19:52:23
2019-08-27T06:20:39
Python
UTF-8
Python
false
false
947
py
import torch.nn as nn def reverse(lst): return lst[::-1] class FeedForward(nn.Module): def __init__(self, input_dim, out_dim, hidden_sizes=(512,), activation="Tanh", bias=True, dropout=0.1): super(FeedForward, self).__init__() self.activation = getattr(nn, activation)() ...
fdef0e55fea15ec9925ee84443a708abafdfecc5
4a8775eac5a5f39400848b4c81476c49ddfbd871
/apps/api-test/urls.py
a999262fcf5944dbfda9b7441dd035df4a93df14
[]
no_license
wdudek82/quotarium-backend
ec6d73c13ed06a201066442f108cdbcc4777da5e
b37cbbe1a136f89fe10ed6d6418a69d585bec8ff
refs/heads/master
2022-12-10T18:32:37.564838
2018-07-08T20:40:28
2018-07-08T20:40:28
140,035,629
0
0
null
2022-12-08T02:17:15
2018-07-06T22:39:13
Python
UTF-8
Python
false
false
142
py
from django.conf.urls import url from .views import UserViewSet urlpatterns = [ url(r'^users/$', UserViewSet.as_view(), name='users'), ]
e6a2fb17e898a3dedb7ffb531fb3c9dcd46ee0a7
6189f34eff2831e3e727cd7c5e43bc5b591adffc
/WebMirror/management/rss_parser_funcs/feed_parse_extractRandnovelstlsamatchateaWordpressCom.py
d0cebc880f2171d48c773fdaf78dc3e6e389d55b
[ "BSD-3-Clause" ]
permissive
fake-name/ReadableWebProxy
24603660b204a9e7965cfdd4a942ff62d7711e27
ca2e086818433abc08c014dd06bfd22d4985ea2a
refs/heads/master
2023-09-04T03:54:50.043051
2023-08-26T16:08:46
2023-08-26T16:08:46
39,611,770
207
20
BSD-3-Clause
2023-09-11T15:48:15
2015-07-24T04:30:43
Python
UTF-8
Python
false
false
586
py
def extractRandnovelstlsamatchateaWordpressCom(item): ''' Parser for 'randnovelstlsamatchatea.wordpress.com' ''' vol, chp, frag, postfix = extractVolChapterFragmentPostfix(item['title']) if not (chp or vol) or "preview" in item['title'].lower(): return None tagmap = [ ('PRC', 'PRC', ...
4aa8272025f036b52ea729420003ccaed04615fc
ca7aa979e7059467e158830b76673f5b77a0f5a3
/Python_codes/p02955/s157641213.py
4c49cb084d398b88a82c7768e464c3400e1d3697
[]
no_license
Aasthaengg/IBMdataset
7abb6cbcc4fb03ef5ca68ac64ba460c4a64f8901
f33f1c5c3b16d0ea8d1f5a7d479ad288bb3f48d8
refs/heads/main
2023-04-22T10:22:44.763102
2021-05-13T17:27:22
2021-05-13T17:27:22
367,112,348
0
0
null
null
null
null
UTF-8
Python
false
false
693
py
from collections import deque def isok(x): que=deque(sorted(z%x for z in a)) res=0 while que: l=que[0] if l==0: que.popleft() continue r=que[-1] if r==0: que.pop() continue d=min(l,x-r) que[0]-=d que[-1]=...
25c76f936b1e618ae4f59f11a453aeb716d710ca
4c0062f3b45afe6a087f0e8b0b9292448ce8680e
/inwike/wsgi.py
b62adb52993addcae9133236c57a9f24c5e90cd2
[]
no_license
mitshel/inwike
89846286824d4dd322edb4d51836af8d86da00d2
e89bd4ccb9c3a71d17692d14def6e1041596d0f9
refs/heads/master
2020-06-20T21:04:00.623930
2019-07-19T20:14:03
2019-07-19T20:14:03
197,248,276
0
0
null
null
null
null
UTF-8
Python
false
false
389
py
""" WSGI config for inwike project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on this file, see https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETTIN...
daf4ddaea769085c50cf8f4f15f0287de9a5ab16
7256596fc6437c7f3cd1947f9f88bc556df6ba56
/programs_in_python/programming_excercise/1.py
7aa1303ea03548fa583c4aa0857c6f32292d692b
[]
no_license
panu2306/Python-Articles
fd02cf70635e4a63eae8b691597b6858c40832b8
7585dbdca92264a8f52cfb3c1b918b29814d3bd1
refs/heads/master
2020-12-27T17:33:28.576776
2020-05-06T14:55:10
2020-05-06T14:55:10
237,990,657
0
0
null
null
null
null
UTF-8
Python
false
false
645
py
''' Write a program which will find all such numbers which are divisible by 7 but are not a multiple of 5, between 2000 and 3200 (both included). The numbers obtained should be printed in a comma-separated sequence on a single line. ''' # Using List in Python: def multiple_of_seven(start, end): l = [] for i in ran...
c7e086c6ea45c41cf28e897e3b175a4f462aca19
ccf94dcb6b1500fcbbd56964ae8c4832a496b8b3
/python/baiduads-sdk-auto/test/test_app_info_item.py
deaf0a9f6d02f3a631c0a04ff600f2afd04a818c
[ "Apache-2.0" ]
permissive
baidu/baiduads-sdk
24c36b5cf3da9362ec5c8ecd417ff280421198ff
176363de5e8a4e98aaca039e4300703c3964c1c7
refs/heads/main
2023-06-08T15:40:24.787863
2023-05-20T03:40:51
2023-05-20T03:40:51
446,718,177
16
11
Apache-2.0
2023-06-02T05:19:40
2022-01-11T07:23:17
Python
UTF-8
Python
false
false
637
py
""" dev2 api schema 'dev2.baidu.com' api schema # noqa: E501 Generated by: https://openapi-generator.tech """ import sys import unittest import baiduads from baiduads.appprocess.model.app_info_item import AppInfoItem class TestAppInfoItem(unittest.TestCase): """AppInfoItem unit test stubs""" de...
5bd0e53ba54a4a57cf01aa9a0f830f42c969bd2f
e08e7bb643b81899d261bbdada63754eb32da2e8
/demos/helloworld/jinja2-support/main.py
fff720215c30da226ea87bdea8861ee34f58e750
[ "Apache-2.0" ]
permissive
tao12345666333/app-turbo
95baa0e0d7f7172183591c2bc177efc9ae0e1b37
8717ba5631e47c476e277c3a897d85b5a93f9082
refs/heads/master
2020-12-25T04:45:26.575354
2016-12-11T15:35:12
2016-12-11T15:35:12
31,700,837
0
0
null
2015-03-05T07:14:08
2015-03-05T07:14:08
null
UTF-8
Python
false
false
478
py
#-*- coding:utf-8 -*- from tornado.options import define, options import tornado.options import setting import turbo.register import turbo.app #uncomment this to init state manager: store #import store turbo.register.register_app(setting.SERVER_NAME, setting.TURBO_APP_SETTING, setting.WEB_APPLICATION_SETTING, __fil...
22731541dd107b93c3c9efbc5cf7a570dc5ca82e
a46d135ba8fd7bd40f0b7d7a96c72be446025719
/packages/python/plotly/plotly/validators/pointcloud/hoverlabel/font/_color.py
ab79906bd35243f454c553b46a4a5012a256ba50
[ "MIT" ]
permissive
hugovk/plotly.py
5e763fe96f225d964c4fcd1dea79dbefa50b4692
cfad7862594b35965c0e000813bd7805e8494a5b
refs/heads/master
2022-05-10T12:17:38.797994
2021-12-21T03:49:19
2021-12-21T03:49:19
234,146,634
0
0
MIT
2020-01-15T18:33:43
2020-01-15T18:33:41
null
UTF-8
Python
false
false
473
py
import _plotly_utils.basevalidators class ColorValidator(_plotly_utils.basevalidators.ColorValidator): def __init__( self, plotly_name="color", parent_name="pointcloud.hoverlabel.font", **kwargs ): super(ColorValidator, self).__init__( plotly_name=plotly_name, parent_na...
b1e8dff10bd7f06b4f82282a4a65779bd9215537
781e2692049e87a4256320c76e82a19be257a05d
/all_data/exercism_data/python/hamming/ccca6c36f7464721986b3e6214962018.py
73c19fda905d9bdfc0b57e3963e8c92516bc8d4d
[]
no_license
itsolutionscorp/AutoStyle-Clustering
54bde86fe6dbad35b568b38cfcb14c5ffaab51b0
be0e2f635a7558f56c61bc0b36c6146b01d1e6e6
refs/heads/master
2020-12-11T07:27:19.291038
2016-03-16T03:18:00
2016-03-16T03:18:42
59,454,921
4
0
null
2016-05-23T05:40:56
2016-05-23T05:40:56
null
UTF-8
Python
false
false
239
py
def distance(strand1, strand2): if len(strand1) != len(strand2): raise Exception('length mismatch', len(strand1), len(strand2)) hd = 0 for i in xrange(len(strand1)): if strand1[i] != strand2[i]: hd += 1 return hd
0ddbf86f3bedb7bcc299a23d41f190b92dc242af
bc2c2d63ac18dfa6b5171ff97ad6b88f647dc282
/mininet/wifi/util.py
00b9511e070c1f3f235e10d02d277a5b7d286e1e
[ "LicenseRef-scancode-x11-stanford" ]
permissive
MatthiasEckhart/mininet-wifi
ca8cadccb62db7ce6221ab0dcf4af7a79a93e74e
95392e59f82e1380730b0b3f4e375a04839316ce
refs/heads/master
2020-03-16T00:52:39.895729
2018-05-11T09:17:26
2018-05-11T09:17:26
132,427,457
1
2
null
2018-05-07T08:03:36
2018-05-07T08:03:36
null
UTF-8
Python
false
false
1,014
py
"Utility functions for Mininet-WiFi" from mininet.util import retry def moveIntfNoRetry(intf, dstNode, printError=False): """Move interface to node, without retrying. intf: string, interface dstNode: destination Node printError: if true, print error""" from mininet.wifi.node import Stat...
094fb1998b4fb1a04b1860e17d4d7bcda5a15b28
9e988c0dfbea15cd23a3de860cb0c88c3dcdbd97
/sdBs/AllRun/pg_0848+249/sdB_PG_0848+249_lc.py
3419530c1b53949ad19342e48dd7c6716eb727b3
[]
no_license
tboudreaux/SummerSTScICode
73b2e5839b10c0bf733808f4316d34be91c5a3bd
4dd1ffbb09e0a599257d21872f9d62b5420028b0
refs/heads/master
2021-01-20T18:07:44.723496
2016-08-08T16:49:53
2016-08-08T16:49:53
65,221,159
0
0
null
null
null
null
UTF-8
Python
false
false
346
py
from gPhoton.gAperture import gAperture def main(): gAperture(band="NUV", skypos=[132.907667,24.697419], stepsz=30., csvfile="/data2/fleming/GPHOTON_OUTPU/LIGHTCURVES/sdBs/sdB_PG_0848+249 /sdB_PG_0848+249_lc.csv", maxgap=1000., overwrite=True, radius=0.00555556, annulus=[0.005972227,0.0103888972], verbose=3) if __name...
4880c6673cf71e0c7ee5ecb34afce54a4736b043
48156b85839d832ecfe8fdf0a0e17b5ebf8b9460
/75.findPeak.py
1672766c60cae18647eadcca3b6c3ce2ede0c597
[]
no_license
Aissen-Li/lintcode
7dc2564fcec20667f073d9219fe049808c5de625
4d2a717956a75197ce1dfa1094cdd5ab3a1d2004
refs/heads/master
2020-11-28T16:43:21.760691
2020-01-14T15:08:45
2020-01-14T15:08:45
229,871,626
0
0
null
null
null
null
UTF-8
Python
false
false
612
py
class Solution: """ @param A: An integers array. @return: return any of peek positions. """ def findPeak(self, A): if A[1] > A[2]: return 1 if A[len(A) - 2] > A[len(A) - 3]: return len(A) - 2 start, end = 0, len(A) - 1 while start + 1 < end: ...
81e8042a40de433fce29be36bc546150bd69ec66
87e60b0504be11c6997f1b20b72e9428cc128342
/python/cowbells/data/tqplot.py
5ca6659a29428f017baacabacc79523cfcbe6ff4
[]
no_license
brettviren/cowbells
70a85856fdfc54526c847f115d5dc01ec85ec215
1ceca86383f4f774d56c3f159658518242875bc6
refs/heads/master
2021-01-10T18:44:41.531525
2014-04-09T15:17:29
2014-04-09T15:17:29
null
0
0
null
null
null
null
UTF-8
Python
false
false
7,644
py
#!/usr/bin/env python ''' Make some plots from the TQ tree. ''' import ROOT import math def liberate(tobj): ROOT.SetOwnership(tobj,0) return tobj def draw_stats(pad, h, fitnum =111): h.Draw() pad.Modified() pad.Update() stats = h.FindObject("stats") if stats: stats.SetOptStat(1110...
cd7a6e39bddcd867989015fc0c40cc09c18bc796
d86e9d59784097a7262fa9337585a36bd58a6d29
/cvxbenchmarks/lib/data/epsilon/epopt/problems/hinge_l2.py
41b8b42fd08be15cf32527c0526e7dc334f6548e
[]
no_license
nishi951/cvxbenchmarks
2ae36e75c42c8bd35fafac98bad5d9d88168bd68
932141d8e4e929860011bf25c41e941e2f8fbd76
refs/heads/master
2021-01-11T07:23:32.260811
2018-09-15T22:23:14
2018-09-15T22:23:14
62,177,196
1
0
null
null
null
null
UTF-8
Python
false
false
400
py
"""Standard SVM, i.e.. hinge loss w/ l2 regularization.""" from epopt.problems import problem_util import cvxpy as cp import epopt as ep import numpy as np import scipy.sparse as sp def create(**kwargs): A, b = problem_util.create_classification(**kwargs) lam = 1 x = cp.Variable(A.shape[1]) f = ep.hi...
87a1365fd6a9f6ccca02348485d3a70abebd022f
34a26b713021f15d94d416b9728bac50d283ed5f
/interno_pymedigital-9.0/sale_order_invoice_amount/models/sale_order.py
7dc71e3de0680f62a283f98ad86d6675e8ad4e35
[]
no_license
Brahim820/odoo-1
7641b2a0ef411fb3b82f806a11e88b9880875a46
d8ee18a7dc467ff250113a0a3df3fcf1e876b321
refs/heads/master
2020-04-07T10:58:09.517097
2018-11-19T16:56:45
2018-11-19T16:56:45
null
0
0
null
null
null
null
UTF-8
Python
false
false
5,690
py
# -*- encoding: utf-8 -*- from openerp import api, fields, models, _ from openerp.tools import float_is_zero from openerp.exceptions import UserError class SaleOrder(models.Model): _inherit = 'sale.order' @api.multi def action_invoice_create_from_amount(self, grouped=False, amount=0): if amount ==...
f412ca0a2c5181ff18128b3529882d3a0380882b
8fe1c908807f53fa489a9fae0afcec79b24e9aeb
/run.py
a3397d3e7b3c7c4b9dd45a0a4c21ce0a196e280e
[]
no_license
satwik77/Simple_LoginApp
2fe8973e86b128b3a4b71149606149389416c6b4
af8c4a08ef909985127fb6267a8701bbeb7ae288
refs/heads/master
2021-01-10T04:04:01.857690
2016-04-14T14:51:13
2016-04-14T14:51:13
55,737,211
0
2
null
null
null
null
UTF-8
Python
false
false
77
py
#!flask/bin/python from login_app import login_app login_app.run(debug=True)
24673abaadfc0876b37e11c910ea20939b0461a1
e7823c85962f7b7b08339cbcf7aa05de422c0fe2
/td/credentials.py
05a309651f83069bd35e17910b624d0130bdcbe5
[ "MIT" ]
permissive
Aftermath213/td-ameritrade-api
1a8a4a63b98b2fef1543ef24b069de90f1ef9612
e5132f13c883d9bd6d15f282662f548467b6ef55
refs/heads/master
2023-09-02T23:44:40.935626
2021-10-31T18:59:17
2021-10-31T18:59:17
null
0
0
null
null
null
null
UTF-8
Python
false
false
17,506
py
import json import urllib import pathlib import webbrowser from typing import Union from datetime import datetime from urllib.parse import parse_qs from urllib.parse import urlparse import requests class TdCredentials(): """ ### Overview ---- TD Ameritrade uses an oAuth protocol to authenticate...
6436176ee36f61be4e18fceb8292042e2a8cd3bd
ccbb7fb8fda4d936e765263f05a435058b397bd9
/src/guiltytargets/ppi_network_annotation/model/__init__.py
ab512ca4a78d001836dbb692256bd93d16deee04
[ "MIT" ]
permissive
GuiltyTargets/guiltytargets
5a5d3ba9e45867a64c81a91529ae6689f8be447f
c20a5cae6c9cc71c2ca73080a862abe986bc34c0
refs/heads/master
2022-02-13T03:30:49.705239
2021-12-22T12:51:20
2021-12-22T12:51:20
154,318,881
10
5
null
null
null
null
UTF-8
Python
false
false
339
py
# -*- coding: utf-8 -*- """Package that includes classes for data models.""" from .attribute_network import AttributeNetwork # noqa: F401 from .filtered_network import FilteredNetwork # noqa: F401 from .gene import Gene # noqa: F401 from .labeled_network import LabeledNetwork # noqa: F401 from .network import Net...
34ea6aa1267f976a48d3711fbeae24feee76691c
a74cabbe1b11fc8ef575ea86f2543cd95db78ec9
/python_program/q1769_Minimum_Number_of_Operations_to_Move_All_Balls_to_Each_Box.py
f0c1cbca670d01a831baba6505718f6aabeab348
[]
no_license
tszandy/leetcode
87e3ccf291b2879637d2d8238935a455b401a78a
f1f4361541dcffbb291285663c8820d7ffb37d2f
refs/heads/master
2023-04-06T15:34:04.847875
2023-03-26T12:22:42
2023-03-26T12:22:42
204,069,234
0
0
null
null
null
null
UTF-8
Python
false
false
9,932
py
from typing import List from collections import Counter,defaultdict from math import * from functools import reduce import numpy as np from heapq import * class Solution: def minOperations(self, boxes: str) -> List[int]: num1sAhead = 0 num1sBehind = 0 initialDiff = 0 res = [] ...
3f7145a11f4c1d019d782a5fae6848a3d4d3f507
1d892928c70ee9ddf66f2a37a8e083d2632c6e38
/nova/api/openstack/compute/contrib/rescue.py
7bf815a37979d0e68811a4baac694cc8f191f500
[ "Apache-2.0" ]
permissive
usc-isi/essex-baremetal-support
74196c3f1332ee3cdeba9c263faff0ac0567d3cf
a77daf8ef56cf41e38de36621eda25ed3f180156
refs/heads/master
2021-05-19T03:12:11.929550
2020-07-24T14:15:26
2020-07-24T14:15:26
4,702,421
0
1
Apache-2.0
2020-07-24T14:15:27
2012-06-18T15:19:41
null
UTF-8
Python
false
false
3,310
py
# Copyright 2011 OpenStack, 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 # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed...
c7a1755f0e7fbc0d4edee7b813130bfb252193cf
2acf64fca88200f4a4ada46f5da4f96702bafa06
/stubs/facebook_business/adobjects/hotelroom.pyi
0c74f95680b203626a30e5473345113f0c61cb3b
[]
no_license
vlab-research/adopt
bf6cdbfb751f7d85674e3925b207639e7d9d92c4
66347b00996e26910290e4fdb883e4231cc614af
refs/heads/master
2023-04-12T12:16:23.061861
2021-05-18T14:17:01
2021-05-18T14:17:01
278,025,786
0
0
null
null
null
null
UTF-8
Python
false
false
1,736
pyi
from facebook_business.adobjects.abstractcrudobject import AbstractCrudObject as AbstractCrudObject from facebook_business.adobjects.abstractobject import AbstractObject as AbstractObject from facebook_business.adobjects.objectparser import ObjectParser as ObjectParser from facebook_business.api import FacebookRequest ...
1bda6fd6e7271cebb0d5a3ec0f810bf5ba116d12
386d1b6557f4cbaf20794cd222f3b7b8598ef6a6
/data/clean_data/A1/18.py
165e341e4a20acdb7adcf06e11bc7e769b947482
[]
no_license
woowei0102/code2pro
3baf86985f911264362963c503f12d20bdc1f89f
0b16c62a1cb9053ab59edd7a52e1b3b39fdf66dc
refs/heads/main
2023-06-28T23:09:23.998798
2021-07-13T11:49:27
2021-07-13T11:49:27
385,585,282
0
0
null
null
null
null
UTF-8
Python
false
false
710
py
class Account: def __init__(self, name): self.name = name self._balance = 0 def deposit(self, amount): self._balance = self._balance + amount print('{}存了NT${:,.0f}元.'.format(self.name,self._balance)) def withdraw(self, amount): if amount < self._balance: se...
d6de7da64fe8278c4dcc7e25bc1fdf741e82efa8
d7e9bf5d59343f9ea1670fc529e1afa8fdcbf337
/Section-04/create_tables.py
2cd9ed6868b3e5aafebbbf768358599456b3f6fa
[]
no_license
tyday/solid-guacamole
2610985f3156d44144cf40dd65b040898fb8c159
f1a1544ae831c18c2acf558afdf8a1d4c9991152
refs/heads/master
2020-05-05T09:01:56.946260
2019-04-14T17:49:13
2019-04-14T17:50:21
179,888,284
0
0
null
null
null
null
UTF-8
Python
false
false
424
py
import sqlite3 connection = sqlite3.connect('data.db') cursor = connection.cursor() create_table = "CREATE TABLE IF NOT EXISTS users (id INTEGER PRIMARY KEY, username text, password text)" cursor.execute(create_table) create_table = "CREATE TABLE IF NOT EXISTS items (name text, price real)" cursor.execute(create_tab...
6a377949935a75af9eaadc89fad29c3b315a1549
824b582c2e0236e987a29b233308917fbdfc57a7
/sdk/python/pulumi_google_native/managedidentities/v1beta1/get_domain_iam_policy.py
fb18cbda25e88bff30ce2de666aa2916274a7222
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
24601/pulumi-google-native
ce8faf8455609a9572a8cbe0638c66427bf0ae7f
b219a14201c6c58eaa10caaeacbdaab528931adf
refs/heads/master
2023-08-23T05:48:31.819709
2021-10-08T18:50:44
2021-10-08T18:50:44
null
0
0
null
null
null
null
UTF-8
Python
false
false
5,609
py
# coding=utf-8 # *** WARNING: this file was generated by the Pulumi SDK Generator. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** import warnings import pulumi import pulumi.runtime from typing import Any, Mapping, Optional, Sequence, Union, overload from ... import _utilities fro...
caa8266f63e9454a80ff08be34a5a07f072d0f01
98a359465e6e0620accede5b87b819aed663179d
/schol_library/migrations/0059_auto_20190922_1729.py
f4818e0050c290afbb640c3b9136a5ea6ce4a2ed
[]
no_license
mustavfaa/back-end
88f8674bd6c2f8d0c4984a2a3d34f2aece3ec8d1
6635e8f504c7a7ba9709121b4dd8d5ccecdf05ca
refs/heads/main
2023-08-15T10:48:03.461138
2021-09-27T15:26:03
2021-09-27T15:26:03
410,938,832
0
1
null
null
null
null
UTF-8
Python
false
false
1,011
py
# Generated by Django 2.2 on 2019-09-22 11:29 import datetime from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('schol_library', '0058_auto_20190922_1144'), ] operations = [ migrations.AddField( model_name='requestedition', ...
eb129243a035487b54c5721c6288ed1cc40cdb22
96a34a048c783a75736bf0ec775df22142f9ee53
/packages/models-library/src/models_library/services_access.py
9e121fad95a0a38e9c550ccca50cfff86227dfc2
[ "MIT" ]
permissive
ITISFoundation/osparc-simcore
77e5b9f7eb549c907f6ba2abb14862154cc7bb66
f4c57ffc7b494ac06a2692cb5539d3acfd3d1d63
refs/heads/master
2023-08-31T17:39:48.466163
2023-08-31T15:03:56
2023-08-31T15:03:56
118,596,920
39
29
MIT
2023-09-14T20:23:09
2018-01-23T10:48:05
Python
UTF-8
Python
false
false
666
py
"""Service access rights models """ from pydantic import BaseModel, Field from pydantic.types import PositiveInt GroupId = PositiveInt class ServiceGroupAccessRights(BaseModel): execute_access: bool = Field( default=False, description="defines whether the group can execute the service", ) ...
5431703d1c4fa12874ad6fb9cb4a6c792be79bb7
0809ea2739d901b095d896e01baa9672f3138825
/ORMproject1/testApp/migrations/0002_proxyemployee_proxyemployee2.py
947459ac9771a7ef22b74ac0159c4d06da01f56a
[]
no_license
Gagangithub1988/djangoprojects
dd001f2184e78be2fb269dbfdc8e3be1dd71ce43
ea236f0e4172fbf0f71a99aed05ed7c7b38018e2
refs/heads/master
2022-11-15T23:46:46.134247
2020-07-15T06:37:51
2020-07-15T06:37:51
273,479,403
0
0
null
null
null
null
UTF-8
Python
false
false
791
py
# Generated by Django 3.0.5 on 2020-04-30 05:40 from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('testApp', '0001_initial'), ] operations = [ migrations.CreateModel( name='ProxyEmployee', fields=[ ], ...
f3f75af6d875f307aaf0c5dd59ebde978c2efb5d
19101bf9478c585f73540f1962494a0315ccd0a6
/ax/models/tests/test_alebo_initializer.py
8c37f09dce95a0e81f510189ed5551873bcd1268
[ "MIT" ]
permissive
liusulin/Ax
4ca1dcaa34f129d25faa2f52a8094b5f6e399eba
850b6975b7c7f9960ad5461e71d0304b2670232a
refs/heads/main
2023-07-14T01:02:38.044397
2021-08-18T15:34:06
2021-08-18T15:35:11
397,664,102
1
0
MIT
2021-08-18T16:16:10
2021-08-18T16:16:09
null
UTF-8
Python
false
false
1,047
py
#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. import numpy as np from ax.models.random.alebo_initializer import ALEBOInitializer from ax.utils.common.testutils impor...
66f2df3cf8c49c743f988bcbdddae4207bad389c
c0c8aeb5aaf08925d8c9e1d660b02c89cbc7ad71
/Algorithms/Medium/105. Construct Binary Tree from Preorder and Inorder Traversal/answer.py
bec4709a6dc30054d5688961993bb42736c611cf
[ "Apache-2.0" ]
permissive
kenwoov/PlayLeetCode
b2fdc43d799c37683a9efdc31c4df159cf553bf5
4012a2f0a099a502df1e5df2e39faa75fe6463e8
refs/heads/master
2022-12-17T05:54:22.775972
2020-09-26T14:08:43
2020-09-26T14:08:43
214,839,611
0
0
null
null
null
null
UTF-8
Python
false
false
653
py
from typing import List class TreeNode: def __init__(self, x): self.val = x self.left = None self.right = None class Solution: def buildTree(self, preorder: List[int], inorder: List[int]) -> TreeNode: if not preorder: return None root = TreeNode(preorder[0...
4fd186ecb8de7d13fb1a560a5b7063dd55cf34c3
b0856a2d66cc4c71705b8c16c169848070294cf6
/graphValidTree.py
c267910cc1708fcf239eee741ff3637ac2e1b0d5
[]
no_license
jfriend08/LeetCode
9e378ff015edc3102a4785b0832cf0eeb09f5fc2
f76d3cf2e7fd91767f80bd60eed080a7bad06e62
refs/heads/master
2021-01-21T19:28:25.354537
2016-01-15T04:53:11
2016-01-15T04:53:11
28,518,328
0
0
null
null
null
null
UTF-8
Python
false
false
2,012
py
''' Given n nodes labeled from 0 to n - 1 and a list of undirected edges (each edge is a pair of nodes), write a function to check whether these edges make up a valid tree. For example: Given n = 5 and edges = [[0, 1], [0, 2], [0, 3], [1, 4]], return true. Given n = 5 and edges = [[0, 1], [1, 2], [2, 3], [1, 3], [...
d1676107aebbd8f6a8e915250251ab1170737d58
66a9c0e23af1fab7f3c0b2f0cd6b8c6ac060b1d7
/models/image_segmentation/tensorflow/maskrcnn/inference/fp32/coco.py
b9813e3e51326ca1273d56c770bca83f18cab6b1
[ "Apache-2.0" ]
permissive
hekaplex/resnet_dl
ea289864b330bfa74996444d0325f1a062feae59
fc8d4dcc0adffbe22d01d333e6cf5db955f2f011
refs/heads/master
2023-04-15T06:03:18.696578
2021-05-05T14:18:13
2021-05-05T14:18:13
364,602,036
0
0
null
null
null
null
UTF-8
Python
false
false
24,454
py
# # -*- coding: utf-8 -*- # # Copyright (c) 2019 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
88231ca16773294f42e2cf6d51ba1b8dc86895a1
25b81256057c9a2de014ab511e04703dc617f050
/etl/census/census_features.py
19b6e85b6775b9ed6933def9b874cd9390f5bb66
[ "MIT" ]
permissive
conorhenley/cincinnati
7b9b2fc6d13e49ad5e95a557cd79b28bd17f0565
5ca86a8a31099365188969493e0dd369b4faefc0
refs/heads/master
2021-01-13T06:50:18.403686
2016-05-26T20:21:12
2016-05-26T20:21:12
64,249,902
1
0
null
2016-07-26T19:51:03
2016-07-26T19:51:03
null
UTF-8
Python
false
false
7,805
py
# coding: utf-8 # In[1]: from sqlalchemy import create_engine import pandas as pd from lib_cinci.config import main as config user = config['db']['user'] password = config['db']['password'] host = config['db']['host'] database = config['db']['database'] engine = create_engine('postgresql://{user}:{password}@{ho...
b561022b7fd0c683ba9c07ba5381c7a55b8b49cd
bc599c9a404940fae21ed6b57edb7bb9dc04e71c
/test/base_test/graphics/baseScatter.py
2bd2cb944a44d6477901a3cff545da2ae9d41870
[]
no_license
jcarlosglx/SparkReport
c9b37a1419f113ea13341e6641ceb17056aeb7d0
9d6b044f037e8dfe583bcf76c51dd792ac1cc34a
refs/heads/master
2023-08-11T16:04:28.393856
2021-09-21T23:06:08
2021-09-21T23:06:08
409,001,831
0
0
null
null
null
null
UTF-8
Python
false
false
785
py
from test.base_test.base_http.baseGetTest import BaseGetGeneralTest from test.base_test.base_dimension.baseGraphicTwoDimensionTest import \ BaseGraphicTwoDimensionTest from typing import List, Type from flask import Flask from flask_sqlalchemy import SQLAlchemy class BaseGetScatterTest(BaseGetGeneralTest, BaseGr...
70be044b2afc007606fdccb195846bb31d41a92a
4d332c45578246847ef2cdcdeb827ca29ab06090
/modules/Bio/SeqUtils/IsoelectricPoint.py
817626b257eee1231c8ea29aca828e2ba2de2cf3
[ "MIT" ]
permissive
prateekgupta3991/justforlearn
616cc297a2a6119fa959b9337a5e91c77a11ebf7
3984c64063b356cf89003e17a914272983b6cf48
refs/heads/master
2021-03-12T22:09:12.184638
2014-01-28T10:37:07
2014-01-28T10:37:07
null
0
0
null
null
null
null
UTF-8
Python
false
false
52
py
/usr/share/pyshared/Bio/SeqUtils/IsoelectricPoint.py
c85cb0f32d51c4871c1b38ca50593c5a5e7ecd75
b95f80c0c2e7700ed24248bb84f4ef02723e367c
/tests/k8s/test_discovery.py
3bec8820ae816dfa8b80dda2036bf7231f9dce29
[ "MIT" ]
permissive
tinyzimmer/kopf
b97faab3f396dc169ebe053c6b41d57d20756738
74c42a2acdf2a72446d290fa1f27b53ec5d43218
refs/heads/master
2022-12-04T17:51:30.648646
2020-08-30T00:23:18
2020-08-30T00:23:18
291,496,989
0
0
MIT
2020-08-30T15:26:12
2020-08-30T15:26:11
null
UTF-8
Python
false
false
4,573
py
import aiohttp.web import pytest from kopf.clients.discovery import discover, is_namespaced, is_status_subresource from kopf.structs.resources import Resource async def test_discovery_of_existing_resource( resp_mocker, aresponses, hostname): res1info = {'name': 'someresources', 'namespaced': True} r...
63eb117df50510a881cad1cd17e8650e4c931d87
84a5c4c2e0977d42425771098f5f881c750da7f0
/neomodel_constraints/fetcher/constraints/util.py
3a08ca6379d4f6cab307f35957905429b97c95ac
[]
no_license
SSripilaipong/neomodel-constraints
6c3023ba156275e48f5f7ebcbdd283ce8d41f9a1
4b91185ba9eec993c58e9ae770fd3d0e90f915ae
refs/heads/main
2023-07-15T09:58:41.451631
2021-08-29T13:19:38
2021-08-29T13:19:38
390,312,509
1
0
null
null
null
null
UTF-8
Python
false
false
540
py
from typing import List from neomodel_constraints.constraint import ConstraintSet, TypeMapperAbstract from .data import Neo4jConstraintQueryRecord def convert_constraints_with_type_mapper( raw: List[Neo4jConstraintQueryRecord], type_mapper: TypeMapperAbstract ) -> ConstraintSet: constraints = s...
74173ef5d6c8e8f1b2f1282a3ba50014aaf181af
5db0fab37c2b8a618d85d3b60fab9f806c416474
/src/python/pants/backend/experimental/terraform/lint/tfsec/register.py
da368f57c9b4d2296cb0466cd1219a8d9616b2f6
[ "Apache-2.0" ]
permissive
pantsbuild/pants
4988d1ac5474ec95f94ce2218aeb759401e4b011
98cbda8545f0d58c586ed2daa76fefd729d5e0d5
refs/heads/main
2023-09-05T03:44:17.646899
2023-09-01T19:52:09
2023-09-01T19:52:09
7,209,075
2,708
593
Apache-2.0
2023-09-14T19:33:33
2012-12-17T17:39:04
Python
UTF-8
Python
false
false
245
py
# Copyright 2023 Pants project contributors (see CONTRIBUTORS.md). # Licensed under the Apache License, Version 2.0 (see LICENSE). from pants.backend.terraform.lint.tfsec.rules import rules as tfsec_rules def rules(): return tfsec_rules()
e0d0bff373d69b9455fd52b2ddecf9431c15390d
e95eb3b5332ba010669f921fe6ac22f85837da2a
/examples/analysis/parse_demo.py
1470b8acd579aa33a07b0bd3b49fffc8f89cffa2
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
LABSN/expyfun
a5998722f09bfb08e3167d6309ce0d5d534b8b18
f324eb8c65afa9530698f15ca058700518355a8f
refs/heads/main
2023-08-05T13:06:15.026909
2023-07-25T19:07:03
2023-07-25T19:07:03
11,614,571
13
19
BSD-3-Clause
2023-07-25T19:07:05
2013-07-23T17:28:02
Python
UTF-8
Python
false
false
733
py
# -*- coding: utf-8 -*- """ ============ Parsing demo ============ This example shows some of the functionality of ``read_tab``. """ # Author: Eric Larson <[email protected]> # # License: BSD (3-clause) import ast from expyfun.io import read_tab print(__doc__) data = read_tab('sample.tab') # from simple_ex...
5bbb358a632d9bba20e2078a0a95695607f33fff
1a87d286396a2c6f6b6ac7c53495f80690836c7b
/LC/LC_testJustification.py
e1b9c5fe604fe74fbcb2713c10b062f9b244c481
[]
no_license
kickbean/LeetCode
14d33eea9dd70821114ca6d7e1a32111d4d64bf0
92e4de152e2aae297ef0e93c9eea61d7ad718f4e
refs/heads/master
2016-09-10T14:38:33.692759
2014-04-08T00:26:51
2014-04-08T00:26:51
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,565
py
''' Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified. You should pack your words in a greedy approach; that is, pack as many words as you can in each line. Pad extra spaces ' ' when necessary so that each line has exactly L ch...
015f23d3858690ee7470909983c15dd848b5709a
46f91363f5cc43b1644a7da93938aef3c0de29c5
/leonardo/module/media/__init__.py
233a0f5b0e426c65d5e8688c40baf9bf33e3e777
[ "BSD-2-Clause" ]
permissive
shinichi81/django-leonardo
55e1f7492813b8a877dac92aadb114785ea2eb83
152ad02ba23b8bc94f676a7221c15338181c67b7
refs/heads/master
2021-01-14T12:45:14.400206
2015-11-01T09:38:55
2015-11-01T09:38:55
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,222
py
from django.apps import AppConfig from django.utils.translation import ugettext_lazy as _ from .widget import * default_app_config = 'leonardo.module.media.MediaConfig' class Default(object): optgroup = 'Media' @property def apps(self): return [ 'leonardo.module', 'le...
0ea35b60098989cbad8bece1f505638fa7a685d2
01ed217a3c3c028e6cf4e3675cb86f4eef992e13
/SimG4Core/PrintGeomInfo/test/python/runPrintSolid_cfg.py
bb9e7a06455f3f00c6cc1a434b1f718f2240c745
[ "Apache-2.0" ]
permissive
dtp2-tpg-am/cmssw
ae318d154779c311e2e93cdffe0c7bc24d6d2593
7a32f48e079f78b501deee6cc9d19caba269e7fb
refs/heads/AM_12_0_2_dev
2022-11-04T12:05:05.822865
2021-10-28T07:25:28
2021-10-28T07:25:28
185,209,257
2
1
Apache-2.0
2022-04-26T07:18:06
2019-05-06T14:07:10
C++
UTF-8
Python
false
false
1,897
py
import FWCore.ParameterSet.Config as cms from Configuration.Eras.Era_Run3_cff import Run3 process = cms.Process('G4PrintGeometry',Run3) process.load('Configuration.Geometry.GeometryExtended2021Reco_cff') #from Configuration.Eras.Era_Run3_dd4hep_cff import Run3_dd4hep #process = cms.Process('G4PrintGeometry',Run3_dd4h...
b829831b94ca8a1f3262021ef1aab5dcd77a1e7a
e57d7785276053332c633b57f6925c90ad660580
/sdk/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2019_08_01/aio/operations/_managed_clusters_operations.py
56d3e44113621eb06dcba8abc584742b0bad79cf
[ "MIT", "LicenseRef-scancode-generic-cla", "LGPL-2.1-or-later" ]
permissive
adriananeci/azure-sdk-for-python
0d560308497616a563b6afecbb494a88535da4c5
b2bdfe659210998d6d479e73b133b6c51eb2c009
refs/heads/main
2023-08-18T11:12:21.271042
2021-09-10T18:48:44
2021-09-10T18:48:44
405,684,423
1
0
MIT
2021-09-12T15:51:51
2021-09-12T15:51:50
null
UTF-8
Python
false
false
62,898
py
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may ...
1897d9ce65665335394d0b57ff2ccf5a2082d7f6
5f2608d4a06e96c3a032ddb66a6d7e160080b5b0
/week6/homework_w6_q_c1.py
406a821246f24f931111b8aadf5a01215a8e8aea
[]
no_license
sheikhusmanshakeel/statistical-mechanics-ens
f3e150030073f3ca106a072b4774502b02b8f1d0
ba483dc9ba291cbd6cd757edf5fc2ae362ff3df7
refs/heads/master
2020-04-08T21:40:33.580142
2014-04-28T21:10:19
2014-04-28T21:10:19
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,542
py
import math, random, pylab def rho_free(x, y, beta): return math.exp(-(x - y) ** 2 / (2.0 * beta)) def levy_free_path(xstart, xend, dtau, N): x = [xstart] for k in range(1, N): dtau_prime = (N - k) * dtau x_mean = (dtau_prime * x[k - 1] + dtau * xend) / (dtau + dtau_prime) sigma ...
06ffea8d37e7baecbc877318ae07f0960176aa71
1255cedc3b8c486f07fb12b90b75b8773b4714be
/xnote/app/migrations/0002_auto_20210704_1851.py
ab7cafc76b864f0fe4f3aa7f3cbd0fcd44849f6c
[ "Apache-2.0" ]
permissive
sebastianczech/Xnote
81c4cd00b2759037b2e538172ca70abdfba2740c
6b6785f5d1db37322b74818aa355eddad3a7a8a9
refs/heads/main
2023-07-19T14:22:43.026363
2021-09-18T14:15:54
2021-09-18T14:15:54
376,524,045
0
0
null
null
null
null
UTF-8
Python
false
false
2,100
py
# Generated by Django 3.2.4 on 2021-07-04 18:51 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('app', '0001_initial'), ] operations = [ migrations.AlterField( model_name='walletaccount', name='month', ...
eba0cd90799ab695a36c1fe7f44805e350c2d266
45da48ae0a87f4bb27409bfe2e947b29a2d4a0d0
/znake/systest/data/fails/systest/tests/test_systest.py
b8cd8024868589412413ece7cb15171aecabc6bf
[ "Apache-2.0" ]
permissive
per-bohlin/opensourcelib
3923165982ae1b2c78602a3485684ded75c28c36
e48427fd0b5d87ea21484e85d2575c8b8879b9a3
refs/heads/master
2020-05-21T21:34:15.112527
2019-05-11T16:57:58
2019-05-11T16:57:58
186,156,987
0
0
NOASSERTION
2019-05-11T16:34:39
2019-05-11T16:34:39
null
UTF-8
Python
false
false
37
py
def test_systest(): assert False
ef1c3842e4def65a489bb02d1b5e6ceffb8692bf
e56214188faae8ebfb36a463e34fc8324935b3c2
/test/test_appliance_upgrade_ref.py
1ae1a993fdadb83c88a412f85ab4532318492641
[ "Apache-2.0" ]
permissive
CiscoUcs/intersight-python
866d6c63e0cb8c33440771efd93541d679bb1ecc
a92fccb1c8df4332ba1f05a0e784efbb4f2efdc4
refs/heads/master
2021-11-07T12:54:41.888973
2021-10-25T16:15:50
2021-10-25T16:15:50
115,440,875
25
18
Apache-2.0
2020-03-02T16:19:49
2017-12-26T17:14:03
Python
UTF-8
Python
false
false
1,923
py
# coding: utf-8 """ Cisco Intersight Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environmen...
4d28d031c27a0637460b632a9b19cba410228c5b
ebe29aa1cc69cd4de540f1310086bac47f3bbc38
/fakturo/billingstack/auth.py
637df96d8fe8f8a7f0b3a14ac9b442e3569ba857
[ "Apache-2.0" ]
permissive
billingstack/python-fakturo-billingstack
b352262adc5c7046c46ff464290abafd709e8049
fb641b43ee0ab2a92aea64cc010c989bfbfe5436
refs/heads/master
2021-01-10T21:39:35.998727
2013-04-05T22:01:15
2013-04-05T22:01:15
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,879
py
import logging import simplejson as json from requests.auth import AuthBase from fakturo.core import client LOG = logging.getLogger(__name__) class AuthHelper(AuthBase, client.BaseClient): def __init__(self, url, username=None, password=None, account_name=None): super(AuthHelper, self...
b0789b65346da9d46568ef7fc745efe52ce14c2c
9743d5fd24822f79c156ad112229e25adb9ed6f6
/xai/brain/wordbase/nouns/_rhetoricians.py
b82e3e2f934329cba730d00cb0c53fa56ef00f97
[ "MIT" ]
permissive
cash2one/xai
de7adad1758f50dd6786bf0111e71a903f039b64
e76f12c9f4dcf3ac1c7c08b0cc8844c0b0a104b6
refs/heads/master
2021-01-19T12:33:54.964379
2017-01-28T02:00:50
2017-01-28T02:00:50
null
0
0
null
null
null
null
UTF-8
Python
false
false
273
py
from xai.brain.wordbase.nouns._rhetorician import _RHETORICIAN #calss header class _RHETORICIANS(_RHETORICIAN, ): def __init__(self,): _RHETORICIAN.__init__(self) self.name = "RHETORICIANS" self.specie = 'nouns' self.basic = "rhetorician" self.jsondata = {}