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
bed356639866f41e11f0b2455c985aa120917362
ee803c29e9c5216a16a2699854b98c8a6d9760b8
/dataServer/FlaskDataServer/app/test.py
6dd9b65ccf3c7303b2957ba3d976bab84c9c4f92
[]
no_license
algo2019/algorithm
c160e19b453bc979853caf903ad96c2fa8078b69
3b5f016d13f26acab89b4a177c95a4f5d2dc1ba1
refs/heads/master
2022-12-12T17:59:57.342665
2019-02-23T07:45:39
2019-02-23T07:45:39
162,404,028
0
0
null
2022-12-08T01:29:20
2018-12-19T08:08:13
Python
UTF-8
Python
false
false
204
py
import urllib2 import cPickle as pickle import json r = urllib2.urlopen('http://127.0.0.1:5001/api/v1.0/dom_info?symbol=a&&start=20100101') res = r.read() print pickle.loads(str(json.loads(res)['res']))
[ "xingwang.zhang@renren-inc.com" ]
xingwang.zhang@renren-inc.com
2af4aa1e5d0238e05026c8ffb75754f820cc2f9a
253089ef4ee99c50cdaa23fde4d789794789e2e9
/15/enumerate_data.py
a77262511b818966d3f7f2bb7417e4e4ee3d2f3a
[]
no_license
Zaubeerer/bitesofpy
194b61c5be79c528cce3c14b9e2c5c4c37059259
e5647a8a7a28a212cf822abfb3a8936763cd6b81
refs/heads/master
2021-01-01T15:01:21.088411
2020-11-08T19:56:30
2020-11-08T19:56:30
239,328,990
1
0
null
null
null
null
UTF-8
Python
false
false
368
py
names = 'Julian Bob PyBites Dante Martin Rodolfo'.split() countries = 'Australia Spain Global Argentina USA Mexico'.split() def enumerate_names_countries(): """Outputs: 1. Julian Australia 2. Bob Spain 3. PyBites Global 4. Dante Argentina 5. Martin ...
[ "r.beer@outlook.de" ]
r.beer@outlook.de
e913aca2268350c5814d4ffacac7fa586a7adf4c
06a863150a7a3a7bfc0c341b9c3f267727606464
/packages/Mock/TileMapEditor/__init__.py
7963595bd088930dde33600be81ffd04023fbb85
[ "MIT" ]
permissive
brucelevis/gii
c843dc738a958b4a2ffe42178cff0dd04da44071
03624a57cf74a07e38bfdc7f53c50bd926b7b5a7
refs/heads/master
2020-10-02T00:41:02.723597
2016-04-08T07:44:45
2016-04-08T07:44:45
null
0
0
null
null
null
null
UTF-8
Python
false
false
21
py
import TileMapEditor
[ "tommo.zhou@gmail.com" ]
tommo.zhou@gmail.com
6fbb0dabca820df63974542daab4cc8236741723
208446b30b8c4a479ed414376453c4edbab5053b
/python_space/Atest/duoxiancheng/1.py
b161562b65506e220985a498fba9628eda000dea
[]
no_license
fengyu0712/myclone
6e0bcb0e4b4f5919c4cabb1eb1be49afa7e68ba2
d4e47adf81b3ced0f433d5e261989b0bbb457fa4
refs/heads/master
2023-02-10T06:50:43.349167
2021-01-05T08:38:35
2021-01-05T08:38:35
316,674,323
0
0
null
null
null
null
UTF-8
Python
false
false
724
py
import threading import time import random start_time =time.time() def do_something(): print ("{thread_name} start at {now}\n".format(thread_name=threading.currentThread().name,now=time.time())) time.sleep(1) print ("{thread_name} stop at {now}".format(thread_name=threading.currentThread().name,now=time.ti...
[ "121193252@qq.com" ]
121193252@qq.com
6e9bb166100ed8ecfed7b6e5acfac458e92d0fab
ab65fa746dafd99873d4fd0a1576469809db162c
/django/apps/stories/migrations/0012_auto_20150527_0113.py
f3ab04d2999839499ee31db58ce176f33729546d
[]
no_license
haakenlid/tassen-dockerize
27dfb13a05925e2570949ad6337379fe6bc8d452
c867c36c1330db60acfc6aba980e021585fbcb98
refs/heads/master
2021-01-22T03:14:05.219508
2017-03-23T12:57:54
2017-03-23T12:57:54
81,106,809
2
1
null
null
null
null
UTF-8
Python
false
false
1,157
py
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations class Migration(migrations.Migration): dependencies = [ ('stories', '0011_auto_20150527_0050'), ] operations = [ migrations.AlterField( model_name='storyimage', ...
[ "haakenlid@gmail.com" ]
haakenlid@gmail.com
3312a1191c10cb37edbb6e8c7a0bd3feb12e7e8b
eec9299fd80ed057585e84e0f0e5b4d82b1ed9a7
/blog/views.py
ada404e5e604dbf81ca51b66062ae71c9a74efc4
[]
no_license
aimiliya/mysite
f51967f35c0297be7051d9f485dd0e59b8bb60c2
b8e3b639de6c89fb8e6af7ee0092ee744a75be41
refs/heads/master
2020-04-08T19:06:36.539404
2018-12-01T08:05:18
2018-12-01T08:05:18
159,640,181
0
0
null
null
null
null
UTF-8
Python
false
false
4,284
py
from django.core.paginator import Paginator from django.db.models import Count from django.shortcuts import render, get_object_or_404 from read_statistic.utils import read_statisitcs_once_read from .models import Blog, BlogType EACH_PAGE_BLOGS_NUMBER = 10 def get_blog_list_common_data(request, blog_all_list): pa...
[ "951416267@qq.com" ]
951416267@qq.com
6f2ad99c7aa8bce851105fd6395007ee480e8d24
4fd3f6c6ce06199d554101f796c0f6fc7eca074f
/0x00-python-hello_world/102-magic_calculation.py
3f92444f0af36a72cd4d9d642bb837756764da7f
[]
no_license
Joldiazch/holbertonschool-higher_level_programming
64f453aaf492b5473319a1b5e7e338bc7964fa7b
c9127882ffed3b72b2a517824770adafa63a9042
refs/heads/master
2020-09-29T03:12:47.497695
2020-05-15T04:05:13
2020-05-15T04:05:13
226,935,286
1
0
null
null
null
null
UTF-8
Python
false
false
85
py
#!/usr/bin/python3 import dis def magic_calculation(a, b): return (98 + (a ** b))
[ "jluis.diaz@udea.edu.co" ]
jluis.diaz@udea.edu.co
ce31f2005a4906c1d8266048483b4c20e17a7f1c
969fed6b9f4c0daa728bda52fea73d94bda6faad
/fakeTempControl/oxford/MercurySCPI.py
d2e94fb25e63fcbc0fd4c62448f863e23a7df451
[]
no_license
ess-dmsc/essiip-fakesinqhw
7d4c0cb3e412a510db02f011fb9c20edfbd8a84f
ad65844c99e64692f07e7ea04d624154a92d57cd
refs/heads/master
2021-01-18T22:50:50.182268
2020-10-01T08:39:30
2020-10-01T08:39:30
87,077,121
0
0
null
2018-12-07T08:43:00
2017-04-03T13:28:23
Python
UTF-8
Python
false
false
5,980
py
# vim: ft=python ts=8 sts=4 sw=4 expandtab autoindent smartindent nocindent # Fake Mercury Temperature Controller # # Author: Douglas Clowes 2014 # from MercuryDevice import MercuryDevice import random import re import os import sys import time sys.path.insert(0, os.path.realpath(os.path.abspath(os.path.join(os.path.d...
[ "mark.koennecke@psi.ch" ]
mark.koennecke@psi.ch
95a422e8dee940a9edc01bbbe8a0d875f40c8fe1
817588295567c6ea114e5a25abfb9aabc9b6b312
/planetary_system_stacker/planetary_system_stacker_windows.spec
6a20795833d229c8aa878d72ad907a502dedc9d1
[]
no_license
Flashy-GER/PlanetarySystemStacker
72037bcbfd0bbd184d06c997ccbcac991c60c03f
bae9191746b0456fa97a68a70b52a38750bf8ee0
refs/heads/master
2023-02-13T03:46:00.808743
2021-01-05T19:19:45
2021-01-05T19:19:45
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,133
spec
# -*- mode: python -*- block_cipher = None # Integrate astropy as data directory instead of module: import astropy astropy_path, = astropy.__path__ a = Analysis(['planetary_system_stacker.py'], pathex=['D:\\SW-Development\\Python\\PlanetarySystemStacker\\planetary_system_stacker'], binaries...
[ "rolf6419@gmx.de" ]
rolf6419@gmx.de
c782987ab7f5eb6736b6b9063fcbb3c8fbb6fa90
d38a2f807138232165fd665fd74231df942efc8d
/exercises/21_jinja2/conftest.py
2b59c73af8fd796c19bf8fb37e3f98571a465c85
[]
no_license
maximacgfx/work
b2537381916fe92c6267302375e49809cf7f327b
84a3da63b65a9883febd5191ca9d759c43a15bfa
refs/heads/master
2022-11-22T06:14:21.593468
2019-09-04T19:25:53
2019-09-04T19:25:53
25,587,765
0
1
null
2022-11-15T11:25:46
2014-10-22T15:03:24
Python
UTF-8
Python
false
false
260
py
import re import yaml import pytest def strip_empty_lines(output): lines = [] for line in output.strip().split('\n'): line = line.strip() if line: lines.append(re.sub(' +', ' ', line.strip())) return '\n'.join(lines)
[ "vagrant@stretch.localdomain" ]
vagrant@stretch.localdomain
7e2280a0a8cc80790caebdbd2dcdd8770668b623
b8faf65ea23a2d8b119b9522a0aa182e9f51d8b1
/vmraid/desk/doctype/notification_settings/test_notification_settings.py
ed60aac3c067eff22a0a8bb529d0d61175255e1b
[ "MIT" ]
permissive
vmraid/vmraid
a52868c57b1999a8d648441eb9cd05815204345d
3c2e2a952003ba7ea2cf13673b9e79e127f4166e
refs/heads/main
2022-07-29T18:59:28.585133
2022-04-22T08:02:52
2022-04-22T08:02:52
372,473,120
0
0
null
null
null
null
UTF-8
Python
false
false
169
py
# Copyright (c) 2021, VMRaid Technologies and Contributors # See license.txt # import vmraid import unittest class TestNotificationSettings(unittest.TestCase): pass
[ "sowrisurya@outlook.com" ]
sowrisurya@outlook.com
50f230ad7fe45a58dc789e52770f1670d7cca518
2ce3ef971a6d3e14db6615aa4da747474d87cc5d
/练习/Python基础/工具组件/时间处理/datetime_test.py
aea34308073615d9f580245e46ef6834e2d5eee7
[]
no_license
JarvanIV4/pytest_hogwarts
40604245807a4da5dbec2cb189b57d5f76f5ede3
37d4bae23c030480620897583f9f5dd69463a60c
refs/heads/master
2023-01-07T09:56:33.472233
2020-11-10T15:06:13
2020-11-10T15:06:13
304,325,109
0
0
null
null
null
null
UTF-8
Python
false
false
747
py
import datetime class DatetimeTest: def start_date(self, current_date, delta_date): """ 计算执行时间前N天的日期 :param current_date: 执行时间 :param delta_date: 当前日期偏差天数 :return: 返回当前日期前N天的日期 """ current_date = datetime.datetime.strptime(current_date, "%Y-%m-%d") # 将字符串转...
[ "2268035948@qq.com" ]
2268035948@qq.com
632157ea55bfbdc2a50330d4b79d18c9094b58c7
d7663e323e2b48ad094e0ab7454ab0bed73aafd1
/pychzrm course/Django/day_01/code/mywebsite1/mywebsite1/views.py
a0ed194f3f17e5a79bebfa79a6e5dc5d3653c2c6
[]
no_license
Jack-HFK/hfklswn
f9b775567d5cdbea099ec81e135a86915ab13a90
f125671a6c07e35f67b49013c492d76c31e3219f
refs/heads/master
2021-06-19T05:58:54.699104
2019-08-09T10:12:22
2019-08-09T10:12:22
201,442,926
7
0
null
2021-04-20T18:26:03
2019-08-09T10:07:20
HTML
UTF-8
Python
false
false
3,682
py
""" 视图处理函数 : request接受请求:代表的浏览器给我们的数据 return 响应内容 一个视图处理函数可以对应多个url路由 一个utl路由只能对应一个视图处理函数 """ from django.http import HttpResponse # 视图处理函数 def index_view(request): html = "欢迎来到主页面" html += "<a href='/page1'> 第一页 </a>" html += "<a href='/page2'> 第二页 </a>" html += "<...
[ "88888888@qq.com" ]
88888888@qq.com
cf03c0cf829ae23af046854d5a4f1118d9e1b1ef
e2f7c64ea3674033c44fa4488e6479d21c86ce54
/mkoenig/python/database/wholecellkb/wsgi.py
e9dcdff586b7e2867b033b48f36fe50fe2a43870
[]
no_license
dagwa/wholecell-metabolism
f87c6105c420ebb83f7bfd19a44cd59df2b60414
aa0c3c04680f56e0676b034eed92c34fd87b9234
refs/heads/master
2021-01-17T13:05:18.679605
2016-10-19T08:39:19
2016-10-19T08:39:19
31,332,881
3
0
null
null
null
null
UTF-8
Python
false
false
397
py
""" WSGI config for wholecellkb 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/1.6/howto/deployment/wsgi/ """ import os os.environ.setdefault("DJANGO_SETTINGS_MODULE", "wholecellkb.settings") from djang...
[ "konigmatt@googlemail.com" ]
konigmatt@googlemail.com
b81c75bb9187cf61314bd837262eea0add8331fb
ba766731ae8132a14460dc3b92bc73cb951a5612
/header/lobby.py
43ec541c23a7b3a0dcb9e9141b6ec254fd12da8b
[]
no_license
Jineapple/aoc-mgz
566318dc96b8a19dac7a03c450ec112fa9a421a8
bc263ac3728a714c670d6120b9fae952f60818a2
refs/heads/master
2021-01-15T12:25:25.211495
2015-05-17T04:27:34
2015-05-17T04:27:34
null
0
0
null
null
null
null
UTF-8
Python
false
false
615
py
from construct import * from aoc.mgz.enums import * """Player inputs in the lobby, and several host settings""" lobby = Struct("lobby", Array(8, Byte("teams")), # team number selected by each player Padding(1), RevealMapEnum(ULInt32("reveal_map")), Padding(8), ULInt32("population_limit"), # multiply by 25 for Use...
[ "happyleaves.tfr@gmail.com" ]
happyleaves.tfr@gmail.com
70030042ac847cb5174a253c07fa9f9c635f637f
f87f51ec4d9353bc3836e22ac4a944951f9c45c0
/.history/HW06_20210719110929.py
20b3509b7524593d8999e837b41f92d3b9ffb6f9
[]
no_license
sanjayMamidipaka/cs1301
deaffee3847519eb85030d1bd82ae11e734bc1b7
9ddb66596497382d807673eba96853a17884d67b
refs/heads/main
2023-06-25T04:52:28.153535
2021-07-26T16:42:44
2021-07-26T16:42:44
389,703,530
0
0
null
null
null
null
UTF-8
Python
false
false
7,463
py
""" Georgia Institute of Technology - CS1301 HW06 - Text Files & CSV Collaboration Statement: """ ######################################### """ Function Name: findCuisine() Parameters: filename (str), cuisine (str) Returns: list of restaurants (list) """ ######################################### ########## WRITE FUN...
[ "sanjay.mamidipaka@gmail.com" ]
sanjay.mamidipaka@gmail.com
04346790cd9cf5310fb94eba427a9102cf59e99d
5ed2d0e107e4cdcd8129f418fdc40f1f50267514
/AAlgorithms/LongestWordInDictionary/test.py
68b3f9841632adcbba727c63a7beed0329f2636f
[]
no_license
tliu57/Leetcode
6cdc3caa460a75c804870f6615653f335fc97de1
c480697d174d33219b513a0b670bc82b17c91ce1
refs/heads/master
2020-05-21T03:14:07.399407
2018-07-08T18:50:01
2018-07-08T18:50:01
31,505,035
0
0
null
null
null
null
UTF-8
Python
false
false
985
py
class Node(object): def __init__(self): self.children = {} self.end = 0 self.word = "" class Trie(object): def __init__(self): self.root = Node() def insert(self, word, index): curr = self.root for c in word: if not c in curr.children: curr.children[c] = Node() curr = curr.children.get(c)...
[ "tliu57@asu.edu" ]
tliu57@asu.edu
5b0ae77695e461f794fdc01a098ee77d67701b44
4fe4dc47c8a849bb47297fdf4177569eb175e5fa
/app/actions.py
ae05d8fa7fac236425f95b8ae095c953208a1586
[ "Apache-2.0" ]
permissive
adamyi/ci_edit
0886088ad8725897f3c7ace8c3d92ccd1417d5a2
5e55ed952863984559fd19c925f957047e727589
refs/heads/master
2021-07-14T08:07:20.600311
2017-10-17T02:40:55
2017-10-17T02:40:55
107,211,152
1
0
null
2017-10-17T03:06:38
2017-10-17T03:06:37
null
UTF-8
Python
false
false
46,192
py
# Copyright 2016 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 required by applicable law or agreed to in writing, ...
[ "dschuyler@chromium.org" ]
dschuyler@chromium.org
fb82eb83ed7a0670cab22075f2c7c1d27231a585
48a647031af30b93b332001544b258a787542c6f
/venv/chapter_20/spider/data_storage.py
f5f27694d9569870052315a462ac75977a203333
[]
no_license
Adminsys-debug/xdclass_python
3d3f37f7812336aa79bf9dc0d990658c67156057
c2e82b750c5337045b07c19a0c9ead5c3752b3a7
refs/heads/master
2022-05-20T07:10:33.396655
2020-04-18T05:40:48
2020-04-18T05:40:48
256,659,175
0
0
null
null
null
null
UTF-8
Python
false
false
418
py
#!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : 2020/4/11 13:17 # @Author : mr.chen # @File : data_storage # @Software: PyCharm # @Email : 794281961@qq.com from product import Product # 数据存储器 class DataStorage: def storage(self, products): """ 数据存储 :param products:set结构 ...
[ "a794281961@126.com" ]
a794281961@126.com
74605f100f294cbdb2fd6b1603fc54e1b2f208bf
0fccee4c738449f5e0a8f52ea5acabf51db0e910
/genfragments/EightTeV/VH_TTH/WH_ZH_HToZG_M_145_TuneZ2star_8TeV_pythia6_tauola_cff.py
4d683cb2a41735d37ed09f293c40900ce5814b99
[]
no_license
cms-sw/genproductions
f308ffaf3586c19b29853db40e6d662e937940ff
dd3d3a3826343d4f75ec36b4662b6e9ff1f270f4
refs/heads/master
2023-08-30T17:26:02.581596
2023-08-29T14:53:43
2023-08-29T14:53:43
11,424,867
69
987
null
2023-09-14T12:41:28
2013-07-15T14:18:33
Python
UTF-8
Python
false
false
3,034
py
import FWCore.ParameterSet.Config as cms from Configuration.Generator.PythiaUEZ2starSettings_cfi import * from GeneratorInterface.ExternalDecays.TauolaSettings_cff import * generator = cms.EDFilter("Pythia6GeneratorFilter", pythiaPylistVerbosity = cms.untracked.int32(1), # put here the efficiency of your filt...
[ "sha1-dc1081d72f70055f90623ceb19c685a609c9cac9@cern.ch" ]
sha1-dc1081d72f70055f90623ceb19c685a609c9cac9@cern.ch
0ddf55572f09ed16988fcd1aa1f47e8401d8b4f8
fac51719e067ee2a70934e3bffdc98802d6dbb35
/src/textbook/rosalind_ba6i.py
3097321406cca35d9f4218a69ee6417dcadcbe36
[ "MIT" ]
permissive
cowboysmall-comp/rosalind
37730abdd03e86a2106ef39b39cdbae908f29e6e
021e4392a8fc946b97bbf86bbb8227b28bb5e462
refs/heads/master
2022-03-05T14:30:21.020376
2019-11-20T02:03:09
2019-11-20T02:03:09
29,898,979
0
0
null
null
null
null
UTF-8
Python
false
false
472
py
import os import sys sys.path.append(os.path.join(os.path.dirname(__file__), '../tools')) import files import genetics def main(argv): line = files.read_line(argv[0]) edges = [tuple(int(node) for node in edge.split(', ')) for edge in line[1:-1].split('), (')] genome = genetics.graph_to_genome(edges) ...
[ "jerry@cowboysmall.com" ]
jerry@cowboysmall.com
fa43b38cc8c680ff7d76c83a79980ff488fd793b
f0d713996eb095bcdc701f3fab0a8110b8541cbb
/s89T6kpDGf8Pc6mzf_16.py
0ae192e947c37b17c83cb839b9559d913bf5a661
[]
no_license
daniel-reich/turbo-robot
feda6c0523bb83ab8954b6d06302bfec5b16ebdf
a7a25c63097674c0a81675eed7e6b763785f1c41
refs/heads/main
2023-03-26T01:55:14.210264
2021-03-23T16:08:01
2021-03-23T16:08:01
350,773,815
0
0
null
null
null
null
UTF-8
Python
false
false
1,893
py
""" ![](https://edabit-challenges.s3.amazonaws.com/segment4.gif) The table below shows which of the segments `a` through `g` are illuminated on the seven segment display for the digits `0` through `9`. When the number on the display changes, some of the segments may stay on, some may stay off, and others change sta...
[ "daniel.reich@danielreichs-MacBook-Pro.local" ]
daniel.reich@danielreichs-MacBook-Pro.local
18b7335146eec47a871a0deced551625885c4dcb
d0f11aa36b8c594a09aa06ff15080d508e2f294c
/leecode/1-500/301-400/391-完美矩形.py
d16f82be1881abf68bae10af5492ab41a8008a61
[]
no_license
saycmily/vtk-and-python
153c1fe9953fce685903f938e174d3719eada0f5
5045d7c44a5af5c16df5a3b72c157e9a2928a563
refs/heads/master
2023-01-28T14:02:59.970115
2021-04-28T09:03:32
2021-04-28T09:03:32
161,468,316
1
1
null
2023-01-12T05:59:39
2018-12-12T10:00:08
Python
UTF-8
Python
false
false
1,067
py
class Solution: def isRectangleCover(self, rectangles: list[list[int]]) -> bool: # 保存所有矩形的四个点 lookup = set() # 最大矩形的 左下角 右上角 x1 = float("inf") y1 = float("inf") x2 = float("-inf") y2 = float("-inf") area = 0 for x, y, s, t in rectangles: ...
[ "1786386686@qq.com" ]
1786386686@qq.com
81c6fedb138c99e3a0488312702050b36f603ddb
5439a18b31ac213b16306c9eeacadadfc38cdfb8
/examples/base_demo.py
bf3e2a354aeb01de311246c14f74ca03912f415e
[ "Apache-2.0" ]
permissive
DaoCalendar/text2vec
459767e49295c17838179264516e3aa7873ecd11
c5822a66dfb36623079196d0d0a5f717a829715a
refs/heads/master
2022-12-30T12:30:13.658052
2020-10-22T04:08:06
2020-10-22T04:08:06
null
0
0
null
null
null
null
UTF-8
Python
false
false
726
py
# -*- coding: utf-8 -*- """ @author:XuMing<xuming624@qq.com> @description: """ import numpy as np import text2vec text2vec.set_log_level('DEBUG') char = '我' result = text2vec.encode(char) print(type(result)) print(char, result) word = '如何' print(word, text2vec.encode(word)) a = '如何更换花呗绑定银行卡' emb = text2vec.encod...
[ "xuming624@qq.com" ]
xuming624@qq.com
23754283199886f836e1f45d13b736c23b777186
a37b756e34fc39c1237fc68997dbef77df9fa6fc
/keras/keras34-44/keras44_8_cifar10_Conv1D.py
ee930cb705b6fa2be595a7c93d86b5b8f8520fae
[]
no_license
jvd2n/ai-study
e20e38493ad295940a3201fc0cc8061ca9052607
a82f7c6d89db532f881c76b553b5ab3eea0bdd59
refs/heads/main
2023-08-06T03:24:39.182686
2021-10-06T14:41:01
2021-10-06T14:41:01
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,032
py
import time from icecream import ic import numpy as np import matplotlib.pyplot as plt from tensorflow.keras.datasets import cifar10 from keras.utils import np_utils #1. Data (x_train, y_train), (x_test, y_test) = cifar10.load_data() ic('********* raw data **********') ic(x_train.shape, x_test.shape) ic(y_train.shape,...
[ "juhnmayer@gmail.com" ]
juhnmayer@gmail.com
5343dfd6363f61f125f0bb08022f46540282dba2
f6e83bc298b24bfec278683341b2629388b22e6c
/sonic_cli_gen/main.py
bfcd301aedea983579ed265c5c2cdd1c57149398
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
noaOrMlnx/sonic-utilities
8d8ee86a9c258b4a5f37af69359ce100c29ad99c
9881f3edaa136233456408190367a09e53386376
refs/heads/master
2022-08-17T23:15:57.577454
2022-05-18T21:49:32
2022-05-18T21:49:32
225,886,772
1
0
NOASSERTION
2022-07-19T08:49:40
2019-12-04T14:31:32
Python
UTF-8
Python
false
false
1,385
py
#!/usr/bin/env python import sys import click import logging from sonic_cli_gen.generator import CliGenerator logger = logging.getLogger('sonic-cli-gen') logging.basicConfig(stream=sys.stdout, level=logging.INFO) @click.group() @click.pass_context def cli(ctx): """ SONiC CLI Auto-generator tool.\r Gener...
[ "noreply@github.com" ]
noaOrMlnx.noreply@github.com
32c3139ec5e133b7b35001ec1912f6c53b0955b7
298c86756b741b4c0b706f5178fd26d6d3b63541
/src/901_1000/0914_x-of-a-kind-in-a-deck-of-cards/x-of-a-kind-in-a-deck-of-cards.py
27be2e51ef338dd61d63914194d3e4a84532a682
[ "Apache-2.0" ]
permissive
himichael/LeetCode
c1bd6afd55479440c21906bf1a0b79a658bb662f
4c19fa86b5fa91b1c76d2c6d19d1d2ef14bdff97
refs/heads/master
2023-02-12T07:25:22.693175
2023-01-28T10:41:31
2023-01-28T10:41:31
185,511,218
1
0
null
null
null
null
UTF-8
Python
false
false
1,080
py
class Solution(object): def hasGroupsSizeX(self, deck): if not deck or len(deck)<2: return False N = len(deck) count = [0 for _ in xrange(10000)] for i in deck: count[i] += 1 for x in xrange(2,N+1): if N%x==0: if all(v%x==0 for v in count): return True return False # 最大公约数实现 ...
[ "michaelwangg@qq.com" ]
michaelwangg@qq.com
e1f324f72259ce9f4422bc37aa7768cd8dd695f9
f72d8e2c28e5743dad2033df963b3005040aaf8e
/nee.py
81a93e38f741bda34f19105a3bf4e5ca51e1ff5c
[]
no_license
jivavish/monday
a5f69ddaaefa6b88f04cb7e7297bdc6cc9e6eaf8
2159325546388fff81c03642cff3da4fde3b5802
refs/heads/master
2020-04-02T00:29:24.930613
2014-01-13T12:07:00
2014-01-13T12:07:00
null
0
0
null
null
null
null
UTF-8
Python
false
false
23
py
print "hi how are you"
[ "manmohansharma987@gmail.com" ]
manmohansharma987@gmail.com
70e7402ac27a83b2882ab610cb92d0a9c8ae175d
2cc3a920f0d21e92410dbd5d38bae43481f5cb87
/utility/decorations.py
0b8a2b7d3100a18e2f961c772a22547a771c63ac
[ "MIT" ]
permissive
DiegoDigo/ApiSchool
998399cdf1b009cf2a530e37638d9e3d0c33ed6e
ce34e674e4154c41e91320956a578a0ec965e470
refs/heads/master
2020-03-21T18:20:01.080416
2018-07-01T16:03:13
2018-07-01T16:03:13
138,885,570
0
0
null
null
null
null
UTF-8
Python
false
false
325
py
import logging logging.basicConfig(format='%(asctime)s - %(levelname)s - %(message)s', level=logging.DEBUG) def log(method): def call(func): def give(*args): logging.info(f'{method.capitalize()} a escola : {args[1].capitalize()}') return func(*args) return give return ...
[ "di3g0d0ming05@gmail.com" ]
di3g0d0ming05@gmail.com
0da82bc4fd8936f1af9f139927da8ba360754233
46bd71019dc7d356cbc6a4e5ca7cd67a13b5c691
/ibis/bigquery/tests/test_compiler.py
d96e00971a2c78b6d661cf1ee3e218007fa0a4c7
[ "Apache-2.0" ]
permissive
xia0204/ibis
fb5f6fd9d1981314552659f29ae71d25ae2ae268
95d12ae37287a572ffce3536aad44abcfbbf47b6
refs/heads/master
2020-04-29T04:57:40.900038
2019-03-14T17:31:45
2019-03-14T17:31:45
null
0
0
null
null
null
null
UTF-8
Python
false
false
16,635
py
import datetime import pytest import pandas as pd import ibis import ibis.expr.datatypes as dt pytestmark = pytest.mark.bigquery pytest.importorskip('google.cloud.bigquery') def test_timestamp_accepts_date_literals(alltypes, project_id): date_string = '2009-03-01' param = ibis.param(dt.timestamp).name('pa...
[ "cpcloud@gmail.com" ]
cpcloud@gmail.com
cb2da70b9e808a01f452ea0fe996a9b7481b30a4
613fdf39f444cfd62a60adbea8e493e7bae85ec4
/SDS/geometry/geometry_C_2162.py
cab393a0322e7aa6674e222724e6eb23ba928a37
[]
no_license
Parkhyunseo/PS
bf854ff01ecbdf7ee866faf4178f988cf2ddf1ca
e2c4839c9ce6f217baafd204efbe3d9ea8ad1330
refs/heads/master
2020-04-04T01:46:57.907655
2019-06-21T08:36:25
2019-06-21T08:36:25
155,677,135
0
0
null
null
null
null
UTF-8
Python
false
false
3,016
py
from sys import stdin from collections import namedtuple N = int(stdin.readline()) Line2D = namedtuple('Line2D', ['v1','v2']) Vector2D = namedtuple('Vector2D', ['x', 'y']) def ccw(p1, p2, p3): temp = p1.x*p2.y + p2.x*p3.y + p3.x*p1.y temp = temp - (p1.y*p2.x + p2.y*p3.x + p3.y*p1.x) if temp > 0: ...
[ "hyeonseo9669@hanmail.net" ]
hyeonseo9669@hanmail.net
998baf043d0bb44d4c8c8ad17d5e50c4c8773fcd
09e5cfe06e437989a2ccf2aeecb9c73eb998a36c
/modules/cctbx_project/fast_linalg/SConscript
1fd157e5714386a76f6e638d7e14f238be76fbd6
[ "BSD-3-Clause", "BSD-3-Clause-LBNL" ]
permissive
jorgediazjr/dials-dev20191018
b81b19653624cee39207b7cefb8dfcb2e99b79eb
77d66c719b5746f37af51ad593e2941ed6fbba17
refs/heads/master
2020-08-21T02:48:54.719532
2020-01-25T01:41:37
2020-01-25T01:41:37
216,089,955
0
1
BSD-3-Clause
2020-01-25T01:41:39
2019-10-18T19:03:17
Python
UTF-8
Python
false
false
1,835
import libtbx.load_env import sys import os from os import path Import("env_etc") env_etc.fast_linalg_dist = libtbx.env.dist_path("fast_linalg") env_etc.fast_linalg_include = libtbx.env.under_dist("fast_linalg", "..") env_etc.fast_linalg_common_includes = [ env_etc.libtbx_include, env_etc.fast_linalg_include, e...
[ "jorge7soccer@gmail.com" ]
jorge7soccer@gmail.com
a5536ab89b0ca426610494c44f382a33064672d8
61e40900e69f73438bd903d8447f1625a80d6603
/fuzzers/074-dump_all/node_names.py
64bca5b847d5f4e254a411e1e40770d11b5f87aa
[ "ISC", "LicenseRef-scancode-dco-1.1" ]
permissive
mithro/prjxray
b4249f5ef54ae2eff9f4c663cb837d2a5080bb8f
77e8b24c883bd527b511413f1939c3a34a237c1c
refs/heads/master
2022-06-20T13:21:00.687619
2020-12-26T22:39:29
2020-12-26T22:39:29
114,992,619
1
1
null
2017-12-21T10:16:50
2017-12-21T10:16:50
null
UTF-8
Python
false
false
5,787
py
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # Copyright (C) 2020 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/ISC # # SPDX-License-Identifier: ISC """ This script creates node_wires.json, w...
[ "537074+litghost@users.noreply.github.com" ]
537074+litghost@users.noreply.github.com
666ef7ae8454cf444e77e6c07f2807fef215d9ed
e174e13114fe96ad2a4eeb596a3d1c564ae212a8
/Python for Finance Analyze Big Financial Data by Y. Hilpisch/Code of Python For Finance/4375OS_09_Code/4375_09_13_multiple_IRRs.py
efdba1da9ec9447d9063e834a25dab13a42060e3
[]
no_license
Kevinqian0501/python_books
c1a7632d66dceb46db439f7cbed86d85370aab42
0691e4685af03a296aafb02447e3585db55ce461
refs/heads/master
2021-08-30T19:27:03.985464
2017-12-19T05:56:31
2017-12-19T05:56:31
104,145,012
1
0
null
null
null
null
UTF-8
Python
false
false
1,129
py
""" Name : 4375OS_09_13_multiple_IRRs.py Book : Python for Finance Publisher: Packt Publishing Ltd. Author : Yuxing Yan Date : 12/26/2013 email : yany@canisius.edu paulyxy@hotmail.com """ def IRRs_f(cash_flows): """ Objective: find mutiple IRRs e....
[ "kevin@Qians-MacBook-Pro.local" ]
kevin@Qians-MacBook-Pro.local
8581e174f3cc7644701de6f07bf9a83fad8695d1
4c7baee40b96e6499f96d6fe81935437264c9c88
/WebFramework/fno/views/StockOIView.py
bdca4eb09db319311e05f5af06df9265ff9bee97
[ "MIT", "Apache-2.0" ]
permissive
webclinic017/Stock-Analysis
083d376484adebcad2d52113749a513aa48b09a8
eea8cb5bcb635f12eb15ac13306ef16e2892cd92
refs/heads/master
2022-04-13T00:20:54.287730
2020-03-29T21:05:22
2020-03-29T21:05:22
null
0
0
null
null
null
null
UTF-8
Python
false
false
8,680
py
import sys from os import path sys.path.append(path.dirname(path.dirname(path.abspath(__file__)))) import simplejson, MySQLdb, datetime from django.shortcuts import render from django.http import HttpRequest from django.template import RequestContext from fno.forms import kOptionValueForm from WebFramework.utility im...
[ "singhanurag50@gmail.com" ]
singhanurag50@gmail.com
a7b1dbc983152193c8283176d0d3ffb129f5d207
a0484a637cf60c223dc846440e11e345541680a5
/src/datafactory/azext_datafactory/vendored_sdks/datafactory/__init__.py
e30baeb129d14b15de73d2996019d7dc84a72d98
[ "LicenseRef-scancode-generic-cla", "MIT" ]
permissive
TylerLeonhardt/azure-cli-extensions
c4caacb38d81e3dc84a4483eb4be380f0e3ddc91
f3bdbd75cc39c2a302d1184c9e1e1fa5b368378d
refs/heads/master
2022-12-25T07:05:51.282034
2020-08-28T13:19:09
2020-08-28T13:19:09
291,105,411
1
0
MIT
2020-08-28T17:22:41
2020-08-28T17:22:40
null
UTF-8
Python
false
false
668
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 ...
[ "noreply@github.com" ]
TylerLeonhardt.noreply@github.com
a8f3bf74062b00234952bf941310bc099acc2beb
009df7ad499b19a4df066160cf0c7d8b20355dfb
/src/the_tale/the_tale/game/chronicle/tests/test_general.py
b4bdbdab14970d216e7e3ff723cbae0b0d11ba05
[ "BSD-3-Clause" ]
permissive
devapromix/the-tale
c0804c7475e877f12f29444ddbbba025561d3412
2a10efd3270734f8cf482b4cfbc5353ef8f0494c
refs/heads/develop
2020-03-28T20:26:30.492292
2018-10-07T17:32:46
2018-10-07T17:32:46
149,070,887
1
0
BSD-3-Clause
2018-10-07T17:32:47
2018-09-17T04:57:50
Python
UTF-8
Python
false
false
355
py
import smart_imports smart_imports.all() class GeneralTests(utils_testcase.TestCase): def setUp(self): super(GeneralTests, self).setUp() def test_every_bill_has_argument_getter(self): self.assertCountEqual(list(signal_processors.BILL_ARGUMENT_GETTERS.keys()), ...
[ "a.eletsky@gmail.com" ]
a.eletsky@gmail.com
7afbc89d190fdbbb0bebbd5ed46b9452624255e6
43a78f0bcd94f617d2c55e5019f3f3475580165d
/GeeksForGeeks/Data Types/Strings/Old Style Formatting.py
2a2c91a664ddbf200cde31eb63416b602e2c795c
[]
no_license
ctramm/Python_Training
2c35bd36b7cd1ea6598f915fafcf37ca048cf8ed
a0864a82bd6fb002c5f1a9aa7fb5d0b18341e6b0
refs/heads/master
2022-12-04T14:18:30.477562
2022-11-12T09:03:25
2022-11-12T09:03:25
171,736,957
0
0
null
null
null
null
UTF-8
Python
false
false
251
py
# Python program for old style formatting of integers Integer1 = 12.3456789 print("Formating in 3.2f format:") print('The value of Integer1 is %3.2f' %Integer1) print('\nFormatting in 3.4f format: ') print('The value of Integer1 is %3.4f' %Integer1)
[ "ctramm@wiley.com" ]
ctramm@wiley.com
94f56802087e38330a83fc564735713c40bcb7f3
cf945fb7c961376bfcff37c80fe50312d4f32290
/Python3.5/DataStructure/C5_搜索/E3_DeepthSearch.py
e7473fde6dd14c0c83e81fb62769c083a7126596
[]
no_license
lizhenQAZ/code_manage
faa1e805326cc8da8463e0f8820c9d092a04dddb
f98977d58a9febb8212652846314418bba37bfc7
refs/heads/master
2020-12-03T00:00:52.205238
2018-12-19T16:00:48
2018-12-19T16:00:48
95,968,266
1
1
null
null
null
null
UTF-8
Python
false
false
3,246
py
class Node: def __init__(self, elem=-1, lchild=None, rchild=None): self.elem = elem self.lchild = lchild self.rchild = rchild class Tree: def __init__(self, root=None): self.root = root def add(self, elem): node = Node(elem) if self.root is None: ...
[ "www.516960831@qq.com" ]
www.516960831@qq.com
c04f91b1c63ec124253ad6cf3aea089d6b30ef8f
15f321878face2af9317363c5f6de1e5ddd9b749
/solutions_python/Problem_53/360.py
028e89a9be267984012ec51a845faf5831e4673e
[]
no_license
dr-dos-ok/Code_Jam_Webscraper
c06fd59870842664cd79c41eb460a09553e1c80a
26a35bf114a3aa30fc4c677ef069d95f41665cc0
refs/heads/master
2020-04-06T08:17:40.938460
2018-10-14T10:12:47
2018-10-14T10:12:47
null
0
0
null
null
null
null
UTF-8
Python
false
false
266
py
#!/usr/bin/python pot2 = [] for i in range(31): pot2.append((2**i)-1) for i in range(input()): N, K = map(int, raw_input().split()) if ((K & pot2[N]) == pot2[N]): print 'Case #%s: ON' % (i + 1) else: print 'Case #%s: OFF' % (i + 1)
[ "miliar1732@gmail.com" ]
miliar1732@gmail.com
40d5e296721b28056adeaef87327595a9f91f5b5
be0e0488a46b57bf6aff46c687d2a3080053e52d
/python/baekjoon/2630.py
8080d5d6431928ca3d289e15219caec4b97d2bfd
[]
no_license
syo0e/Algorithm
b3f8a0df0029e4d6c9cbf19dcfcb312ba25ea939
1ae754d5bb37d02f28cf1d50463a494896d5026f
refs/heads/master
2023-06-09T11:31:54.266900
2021-06-30T17:04:38
2021-06-30T17:04:38
null
0
0
null
null
null
null
UTF-8
Python
false
false
771
py
import sys def paperCount(x, y, n): global arr, blue, white check = arr[x][y] for i in range(x, x + n): for j in range(y, y + n): if check != arr[i][j]: paperCount(x, y, n // 2) # 1사분면 paperCount(x, y + n // 2, n // 2) # 2사분면 paperCount(...
[ "kyun2dot@gmail.com" ]
kyun2dot@gmail.com
27dcd1f3556024f8e95a6210ce4a8e14b48105b6
377cbbe140fd0faf1eb53ba3794de816ac307cde
/src/dataset/info/NorbInfo.py
a2431696fc397c0d9ddccbdeac6219fd3f93aee4
[ "MIT" ]
permissive
dhruvtapasvi/implementation
fcbd7ab8e7b1368a0f07ee41dc5f0b6d6708c206
964980f431517f4548a87172a05107cdf700fb84
refs/heads/master
2021-09-16T01:47:50.601661
2018-05-17T19:22:44
2018-05-17T19:22:44
114,498,055
1
0
MIT
2018-05-05T02:17:35
2017-12-16T23:59:13
Python
UTF-8
Python
false
false
528
py
from enum import Enum from config import routes NORB_RANGE = (0, 255) NORB_VALIDATION_INSTANCES = 7 NORB_TEST_INSTANCES = 9 NORB_IMAGE_DIMENSIONS = (96, 96) NORB_LABEL_DIMENSIONS = (6,) NORB_ELEVATION_NAME = "NORB: ELEVATION ANGLE" NORB_ELEVATION_FACTORS = (0, 6, 3, 8) NORB_AZIMUTH_NAME = "NORB: AZIMUTH ANGLE" NORB_...
[ "dhruv.tapasvi1996@gmail.com" ]
dhruv.tapasvi1996@gmail.com
c40ebfec42208b8d9cf7aae6f67610db3752df94
55b6af0fcfffe9beb48753f00c55102051b4bd35
/src/main.py
a92b12accf632cd774955f730c4b61d18a08899a
[]
no_license
sobamchan/rte_baseline
bbe87bc6cf0ebe739aba86f973a1a2a8d60ac148
cbda046d5d019476db6d4ca785451bdaef0cadcb
refs/heads/main
2023-08-14T17:30:33.282871
2021-10-08T12:05:04
2021-10-08T12:05:04
414,965,245
0
0
null
null
null
null
UTF-8
Python
false
false
6,401
py
import json import os from argparse import ArgumentParser from functools import partial from typing import Any, Dict, List, Tuple, Union import pytorch_lightning as pl import torch import torch.nn as nn import torch.nn.functional as F from lineflow.core import IterableDataset from torch.utils.data import DataLoader fr...
[ "oh.sore.sore.soutarou@gmail.com" ]
oh.sore.sore.soutarou@gmail.com
a66380c5496088aa4f1310659b39d656cc76fd08
53fab060fa262e5d5026e0807d93c75fb81e67b9
/backup/user_360/ch14_2020_03_03_12_13_23_023192.py
10283fa8d0f938ee904ef22374db339b79cc82c8
[]
no_license
gabriellaec/desoft-analise-exercicios
b77c6999424c5ce7e44086a12589a0ad43d6adca
01940ab0897aa6005764fc220b900e4d6161d36b
refs/heads/main
2023-01-31T17:19:42.050628
2020-12-16T05:21:31
2020-12-16T05:21:31
306,735,108
0
0
null
null
null
null
UTF-8
Python
false
false
181
py
import math def calcula_distancia_do_projetil(v,y0,teta): p1= (v**2)/(2*9.8) * (math.sin(2*teta)) p2= (1+1+((2*9.8*y0)/(v**2)*(math.sinh((teta**2)**1/2)) return (p1*p2)
[ "you@example.com" ]
you@example.com
2e6efd643cc5e4b33ec8739b9b47153576fdbcc3
f0d713996eb095bcdc701f3fab0a8110b8541cbb
/8SBG29RYLwTbGxn7T_17.py
ff3608ee682597adacc4088662c6093852732cf6
[]
no_license
daniel-reich/turbo-robot
feda6c0523bb83ab8954b6d06302bfec5b16ebdf
a7a25c63097674c0a81675eed7e6b763785f1c41
refs/heads/main
2023-03-26T01:55:14.210264
2021-03-23T16:08:01
2021-03-23T16:08:01
350,773,815
0
0
null
null
null
null
UTF-8
Python
false
false
683
py
""" Create a function that determines whether a shopping order is eligible for free shipping. An order is eligible for free shipping if the total cost of items purchased exceeds $50.00. ### Examples free_shipping({ "Shampoo": 5.99, "Rubber Ducks": 15.99 }) ➞ False free_shipping({ "Flatscreen TV": 399....
[ "daniel.reich@danielreichs-MacBook-Pro.local" ]
daniel.reich@danielreichs-MacBook-Pro.local
90c2b8bceda1a8b774f00a143a85b08304bd8aeb
d17724b2ce056b435f57b16fb0cbea32e44a29c6
/Gun3PY/nmap02.py
5a04aa5937af6653ba8492227c6632c78c2aa040
[]
no_license
UgurCIL/Examples
27264d89131b4aaff46f91705a03779c4e825ad6
c1722a519836a24c8a946380e6cbcd6da963f0c5
refs/heads/master
2020-04-24T15:28:17.288204
2019-02-22T13:30:35
2019-02-22T13:30:35
172,069,050
0
0
null
null
null
null
UTF-8
Python
false
false
1,029
py
import nmap nm = nmap.PortScanner() nm.scan("10.10.1.1", "1-1000", arguments='--script bannser.nse') print "-" * 30 print "[+] Komut: " + str(nm.command_line()) #ekrana calisan komutu basar for host in nm.all_hosts(): #tarama sonucu donen tum IP adreslerinin uzerinden gecer if nm[host].state() == "up": #host ...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
3aa1b6f3ec34eff2d86949a3bc874e58db0c7fb6
57f47187c28464497252bf4faeab83f33bcdb9c7
/functional_tests/test_list_item_validation.py
964269899684fb5753399fc43263a9800bb31ad6
[]
no_license
amazingguni/pomodoro-web
e059d9b1948c27c72230d555078b2a5a7facd539
8c13052816649ec9465973121e63222680c925ce
refs/heads/master
2021-05-04T10:56:46.183598
2016-08-20T07:26:28
2016-08-20T07:26:28
53,728,974
0
0
null
null
null
null
UTF-8
Python
false
false
2,851
py
from .base import FunctionalTest class ItemValidationTest(FunctionalTest): def get_error_element(self): return self.browser.find_element_by_css_selector('.has-error') def test_cannot_add_empty_list_items(self): # 에디스는 메인 페이지에 접속해서 비니 아이템을 실수로 등록하려고 한다. # 입력 상자가 비어 있는 상태에서 엔터키를 누른다. ...
[ "amazingguni@gmail.com" ]
amazingguni@gmail.com
fe70e503f41b6a0b8f7c2169e37f2937e68534ac
1c6283303ceb883add8de4ee07c5ffcfc2e93fab
/Jinja2/lib/python3.7/site-packages/uhd_restpy/testplatform/sessions/ixnetwork/quicktest/trafficselection_ce8776c176ab25add4df9eb446e58c29.py
bdd4e62e8ab7aa24b251d9806f933b0fd0f80ff4
[]
no_license
pdobrinskiy/devcore
0f5b3dfc2f3bf1e44abd716f008a01c443e14f18
580c7df6f5db8c118990cf01bc2b986285b9718b
refs/heads/main
2023-07-29T20:28:49.035475
2021-09-14T10:02:16
2021-09-14T10:02:16
405,919,390
0
0
null
null
null
null
UTF-8
Python
false
false
18,435
py
# MIT LICENSE # # Copyright 1997 - 2020 by IXIA Keysight # # 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, ...
[ "pdobrinskiy@yahoo.com" ]
pdobrinskiy@yahoo.com
a95e4c049406dd04cd6d40590beb853c62e01e36
99b1bf665ffb983f70ce85392652f25e96a620ad
/contig-correction/Snakefile
4eaa27efa508605bf59c47d75118d27c27a51dfe
[]
no_license
faircloth-lab/phyluce-workflows
a5458face0a0c1ba71883f5f1743c20523933b73
e4fd0f0ed689d5eb28f578b1ee66f504311420c9
refs/heads/main
2023-01-20T19:26:02.943663
2020-11-25T21:44:36
2020-11-25T21:44:36
301,446,072
0
0
null
null
null
null
UTF-8
Python
false
false
2,365
#!/usr/bin/env python # -*- coding: utf-8 -*- """ (c) 2020 Brant Faircloth || http://faircloth-lab.org/ All rights reserved. This code is distributed under a 3-clause BSD license. Please see LICENSE.txt for more information. Created on 05 October 2020 11:27 CDT (-0500) DESCRIPTION Workflow uses bcftools to genera...
[ "brant@faircloth-lab.org" ]
brant@faircloth-lab.org
a05b499012fd5a82c7c0f973a6a90e6ad43ba483
6170016478a8767f8e3b77eaa314fb338883a107
/launchdarkly_api/models/custom_property.py
669d4cea3783b0fab7ffdfc3bab8210e44cc5c81
[ "Apache-2.0" ]
permissive
code-haven/api-client-python
13c2f9aef8ed1a04b2c3838744ab3603d7cd5304
db8274a2ec380c967209aa6ae12e074145615f9f
refs/heads/master
2020-07-23T06:40:50.382967
2019-09-06T20:22:17
2019-09-06T20:22:17
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,934
py
# coding: utf-8 """ LaunchDarkly REST API Build custom integrations with the LaunchDarkly REST API # noqa: E501 OpenAPI spec version: 2.0.18 Contact: support@launchdarkly.com Generated by: https://github.com/swagger-api/swagger-codegen.git """ import pprint import re # noqa: F401 import six ...
[ "team@launchdarkly.com" ]
team@launchdarkly.com
27e7bcbfd911e4ebf7ffeb8d6ae3516fbc28c2a3
641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2
/headless/lib/browser/devtools_api/client_api_generator_unittest.py
f41ac0920a0d2a641be1c3a4c9c075fc0ecce3dd
[ "BSD-3-Clause" ]
permissive
massnetwork/mass-browser
7de0dfc541cbac00ffa7308541394bac1e945b76
67526da9358734698c067b7775be491423884339
refs/heads/master
2022-12-07T09:01:31.027715
2017-01-19T14:29:18
2017-01-19T14:29:18
73,799,690
4
4
BSD-3-Clause
2022-11-26T11:53:23
2016-11-15T09:49:29
null
UTF-8
Python
false
false
16,257
py
#!/usr/bin/env python # Copyright 2016 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import client_api_generator import shutil import sys import tempfile import unittest class ClientApiGeneratorTest(unittest.TestCase)...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
508a23a4d188356b07d5a88ed599124af9d30f1f
88be4d5657d19462eb1d74d2d4d98180b423a889
/robolearn/torch/utils/distributions/multivariate_normal.py
0fd9d2cc6673f6500218f8d740c4c099b6f9d4de
[ "BSD-3-Clause" ]
permissive
domingoesteban/robolearn
bc58278fe38894f4ca9ec9e657ee13a479a368b7
0d20125425c352b80ef2eeed1c0b11ab6497b11a
refs/heads/master
2020-04-15T22:38:25.343229
2019-01-29T17:01:42
2019-01-29T17:01:42
165,080,647
1
1
null
null
null
null
UTF-8
Python
false
false
10,119
py
import math import torch from torch.distributions import constraints from torch.distributions.distribution import Distribution from torch.distributions.utils import lazy_property def _get_batch_shape(bmat, bvec): r""" Given a batch of matrices and a batch of vectors, compute the combined `batch_shape`. "...
[ "domingo.esteban@iit.it" ]
domingo.esteban@iit.it
6c81359626132a59b8474290e358e3ac3032a2a0
66b1f3c3e57f53e1404d6e17c4acc850173a531d
/Python/ProgramingBasic/SimpleLoops/01.NumbersFrom1to100.py
002389dcb1b313b80f78f240cbf4f9bbddc69716
[]
no_license
bMedarski/SoftUni
ca4d6891b3bbe7b03aad5960d2f4af5479fd8bbd
62cd9cb84b0826e3381c991882a4cdc27d94f8ab
refs/heads/master
2021-06-08T17:32:39.282975
2020-02-04T11:57:08
2020-02-04T11:57:08
67,947,148
6
3
null
2021-05-06T20:35:42
2016-09-11T18:31:02
Python
UTF-8
Python
false
false
36
py
for i in range (1,101): print(i)
[ "boyamedarski@mail.bg" ]
boyamedarski@mail.bg
958f0566700d34656e72409f54b7079c6e6ae296
47ce68e1ff970318fd31ac43405d0e1fa3594bf6
/Models/biGAN/BasicBiganXEntropyShallowerExtraGencTraining.py
6bd00db4117de8b5cb4547d18fa1f6de23a2abab
[ "BSD-3-Clause" ]
permissive
Midoriii/Anomaly_Detection_Diploma
7196da379f8aefbd4546ca23e8303d1829e059fb
11145e3e5210a4e45a33d98b138213edb7bc5d3d
refs/heads/master
2023-03-25T20:42:56.961210
2021-03-14T01:13:39
2021-03-14T01:13:39
261,205,472
0
0
null
null
null
null
UTF-8
Python
false
false
6,943
py
''' Copyright (c) 2021, Štěpán Beneš Basic bigAN net, using cross entropy as loss and shallower architecture with extra G and E training ''' import numpy as np from Models.biGAN.BaseBiganModel import BaseBiganModel from Models.Losses.custom_losses import wasserstein_loss from Models.biGAN.weightclip_constraint import...
[ "stephen.Team24@gmail.com" ]
stephen.Team24@gmail.com
f14570e9a9148eec246c2a9ad05c0655af553abb
21553bf9df9db7458a25963ece522d8c27a7d598
/piafedit/model/geometry/trajectory.py
2975ef1564ee8f56115e0499d67a35b8f784829d
[ "MIT" ]
permissive
flegac/piaf-edit
6ac0638ff2aef542da3f75b844080ea0e9771aa5
d100231c0c60cd4412dd37b22a88fe7bb5fb4982
refs/heads/main
2023-05-10T22:07:50.709835
2021-05-30T18:17:58
2021-05-30T18:17:58
360,704,766
0
0
null
null
null
null
UTF-8
Python
false
false
771
py
from typing import TypeVar, Generic, List T = TypeVar('T') class Trajectory(Generic[T]): def __init__(self, trajectory: List[T]): self.trajectory = trajectory def iter(self, n: int): for i in range(n): a = i / (n - 1) yield self.interpolate(a) def interpolate(sel...
[ "florent.legac@gmail.com" ]
florent.legac@gmail.com
4f785efd07f62c9c894e3570fdb55167daa3f18a
651fc810476aaf8752909160013a491acbdea00c
/imperative/python/megengine/module/dropout.py
8bf6213fa4e1df0bcd9d07f7f11ff2b6456de839
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
jonrzhang/MegEngine
7cec9df6e561cc13e7a3292fd160f16b05305222
94b72022156a068d3e87bceed7e1c7ae77dada16
refs/heads/master
2021-04-22T18:33:16.837256
2021-03-16T02:27:55
2021-03-16T02:27:55
249,868,433
0
0
NOASSERTION
2021-03-16T02:27:55
2020-03-25T02:29:51
null
UTF-8
Python
false
false
1,309
py
# -*- coding: utf-8 -*- # MegEngine is Licensed under the Apache License, Version 2.0 (the "License") # # Copyright (c) 2014-2020 Megvii Inc. All rights reserved. # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT ARRANTI...
[ "megengine@megvii.com" ]
megengine@megvii.com
f02f1beb68b2b5cf134cae20b12245d0ebbe4877
145ba6d4e6176f26fc4c105181e3be380366df16
/external/workload-automation/tests/test_exec_control.py
8e551146df340a560b5b954c26eacac68eba8865
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
keroles/lisa
e53005ea77ccb7725ea605f8d7675fd70cae7c1b
9a0fc0421b8ce919f4a6203ca88b246131e8d22e
refs/heads/master
2020-07-23T02:51:36.379063
2019-09-05T17:47:24
2019-09-05T17:47:24
207,424,438
1
0
Apache-2.0
2019-09-09T23:40:02
2019-09-09T23:40:01
null
UTF-8
Python
false
false
8,665
py
# Copyright 2013-2018 ARM Limited # # 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 w...
[ "douglas.raillard@arm.com" ]
douglas.raillard@arm.com
ae4dab755dc271424119097ef054be7783d21425
6268655719a46c9d2b6b38ea21babd8b877724dd
/ecom/migrations/0005_leadsection.py
bc01996abf1ce76a18dea1b1c916d1751e08ca96
[]
no_license
MahmudulHassan5809/Ecommerce-Django
f84b968621eed61fdf08c55cd43c7a09d8bc8ba7
f416536a6b5ce583283139e7271f3fcd1da49739
refs/heads/master
2022-12-31T15:39:34.405140
2020-10-24T18:15:38
2020-10-24T18:15:38
292,297,321
0
0
null
null
null
null
UTF-8
Python
false
false
1,049
py
# Generated by Django 3.0.7 on 2020-09-05 16:04 from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('ecom', '0004_product_discount'), ] operations = [ migrations.CreateModel( name='LeadSection', ...
[ "mahmudul.hassan240@gmail.com" ]
mahmudul.hassan240@gmail.com
48b022333a2f33b842ba7c6e9d0341b085c60c78
53abcba37ef0fd69bd90453b175f936edcca842c
/Facebook/56.py
f9555a2c795b1fb7eea599997c65283ab4705cfc
[]
no_license
cloi1994/session1
44db8fa6d523d4f8ffe6046969f395e8bbde9e40
9a79fd854e9842050da07f9c9b0ce5cadc94be89
refs/heads/master
2020-03-09T05:15:51.510027
2018-06-13T04:41:43
2018-06-13T04:41:43
128,608,752
0
1
null
null
null
null
UTF-8
Python
false
false
734
py
# Definition for an interval. # class Interval(object): # def __init__(self, s=0, e=0): # self.start = s # self.end = e class Solution(object): def merge(self, intervals): """ :type intervals: List[Interval] :rtype: List[Interval] """ if not inte...
[ "noreply@github.com" ]
cloi1994.noreply@github.com
fd8aa3bdef0487a3405b1237f11c86d8c8006b65
407b47de02072ea986d0812f5190fc7f258c6c1a
/codeforces1033Bsquaredifference.py
30a80195a6f9a6dbbeb78581cdd118a9211a5ec2
[]
no_license
sreyansb/Codeforces
c0a472940bafb020c914d45d6b790d5f75513dff
12baa08a32837dcea0ee8a2bf019f0551e009420
refs/heads/master
2023-01-04T11:33:14.749438
2020-10-28T08:20:44
2020-10-28T08:20:44
275,894,673
0
0
null
null
null
null
UTF-8
Python
false
false
431
py
t=int(input()) for i in range(t): l=input().split() if int(l[0])-int(l[1])==1: flag=0 for j in range(2,int(pow((int(l[0])+int(l[1])),0.5))+1): if (int(l[0])+int(l[1]))%j==0: flag=1 break if flag==0: print("YES") else: ...
[ "sreyansrocks@gmail.com" ]
sreyansrocks@gmail.com
1dd706f84402d46a889377721eda8083a91f0927
9f9a9413e43d8c45f700b015cb6de664e5115c04
/0x0B-python-input_output/8-class_to_json.py
dda7132bfe1c13f81fc83e4759de0763c37c9cc9
[]
no_license
JennyHadir/holbertonschool-higher_level_programming
d2bfc733800bee7fcca10a408a2d744af40b0d4b
c826d364665e40173e453048dce1ea5cb97b4075
refs/heads/master
2023-04-26T19:29:17.370132
2021-05-17T23:04:32
2021-05-17T23:04:32
319,390,421
1
0
null
null
null
null
UTF-8
Python
false
false
117
py
#!/usr/bin/python3 """ Class to json """ def class_to_json(obj): """ Class to json """ return obj.__dict__
[ "hadirjenny@hotmail.com" ]
hadirjenny@hotmail.com
0445df73a7c53d35940af534988270c9f6d1638f
55c250525bd7198ac905b1f2f86d16a44f73e03a
/Python/Kivy/kivy/examples/widgets/popup_with_kv.py
02a39467b8bbf03925309c7f0e774502c11744c6
[ "MIT" ]
permissive
NateWeiler/Resources
213d18ba86f7cc9d845741b8571b9e2c2c6be916
bd4a8a82a3e83a381c97d19e5df42cbababfc66c
refs/heads/master
2023-09-03T17:50:31.937137
2023-08-28T23:50:57
2023-08-28T23:50:57
267,368,545
2
1
null
2022-09-08T15:20:18
2020-05-27T16:18:17
null
UTF-8
Python
false
false
128
py
version https://git-lfs.github.com/spec/v1 oid sha256:1390e4bfcb00405a7d0abae5ceeceb1105628de1311ca190100c95f0958e6c65 size 642
[ "nateweiler84@gmail.com" ]
nateweiler84@gmail.com
2ef9499135833f5261798b13e1b06863a0931a3e
42a8084d227dced8cebf20dbff7852a4f70b5562
/John/Python/quadmap_example/quad.py
400db05aca861097fff38b47a2e44683280cd5f7
[ "MIT" ]
permissive
fagan2888/WAMS-2017
aa2b010fa7ff21785896edac57007407666d64bb
dfda99c56ee8e120cd1c385c6e65d97f594f5bb9
refs/heads/master
2021-02-14T09:06:59.200144
2017-08-16T03:36:36
2017-08-16T03:36:36
null
0
0
null
null
null
null
UTF-8
Python
false
false
330
py
import numpy as np import time from numba import jit @jit def quad(x0, n): x = x0 for i in range(1, n): x = 4.0 * x * (1.0 - x) return x x = quad(0.2, 10) n = 10_000_000 t = time.time() x = quad(0.2, n) elapsed = time.time() - t print("last val = {}".format(x)) print("elapsed time = {}".format(...
[ "john.stachurski@gmail.com" ]
john.stachurski@gmail.com
e55061a5c5747e6d6966bd8c0b41939c1a6c4e5a
35be0509b6f98030ef5338033468710de1a536a3
/nova/nova/virt/images.py
6f3e48715b89d2983281dca62d1b2e64b6e38e19
[ "Apache-2.0" ]
permissive
yizhongyin/OpenstackLiberty
6f2f0ff95bfb4204f3dbc74a1c480922dc387878
f705e50d88997ef7473c655d99f1e272ef857a82
refs/heads/master
2020-12-29T02:44:01.555863
2017-03-02T06:43:47
2017-03-02T06:43:47
49,924,385
0
1
null
2020-07-24T00:49:34
2016-01-19T03:45:06
Python
UTF-8
Python
false
false
6,183
py
# Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # Copyright (c) 2010 Citrix Systems, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in complianc...
[ "yizhongyin@os-easy.com" ]
yizhongyin@os-easy.com
37560936c83c5009ef3b8b7a7f7728799e38d652
38d1e0b40d9cc54e4aa272ae5c2872fca378002a
/python_stack/django/django_full_stack/MatchmakingProject/LoginApp/models.py
303b40db7150ee0c65a0e08604106180471cfb08
[]
no_license
taichikoga/Dojo_Assignments
0a8974a6fcb3ce83973fd481803f1bb7126ca3ba
4c7e82bd652286d281ce86fe9c14491182c3ecde
refs/heads/master
2022-11-22T23:19:02.431639
2020-07-20T17:53:37
2020-07-20T17:53:37
274,190,553
0
0
null
null
null
null
UTF-8
Python
false
false
3,510
py
from django.db import models import re, bcrypt # Create your models here. class UserManager(models.Manager): def reg_validator(self, post_data): EMAIL_REGEX = re.compile(r'^[a-zA-Z0-9.+_-]+@[a-zA-Z0-9._-]+\.[a-zA-Z]+$') PASS_REGEX = re.compile(r"^(?=.*[A-Za-z])(?=.*\d)(?=.*[@$!%*#?&])[A-Za-z\d@$!%...
[ "63776416+taichikoga@users.noreply.github.com" ]
63776416+taichikoga@users.noreply.github.com
3a611ccf2cb28d3307b8e7a4dc32f85cc66e26e5
a2fb2f3821af2ae59e6354f93272c54b3abae52f
/stackdio/api/volumes/permissions.py
0f515fe3e26bbaa9069b6647a06693e185d81f1f
[ "Apache-2.0" ]
permissive
pombredanne/stackdio
1bae1803083f76df9c7bba56c0ffcf08897bbba6
8f037c428c187b65750ab387a3e11ed816f33be6
refs/heads/master
2021-01-18T11:30:14.157528
2016-01-28T17:15:05
2016-01-28T17:15:05
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,132
py
# -*- coding: utf-8 -*- # Copyright 2014, Digital Reasoning # # 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 applica...
[ "clark.perkins@digitalreasoning.com" ]
clark.perkins@digitalreasoning.com
9a74d89ee6268a9960852dcf24d49b8e0ef0c388
d554b1aa8b70fddf81da8988b4aaa43788fede88
/5 - Notebooks e Data/1 - Análises numéricas/Arquivos David/Atualizados/logDicas-master/data/2019-1/226/users/4144/codes/1585_1571.py
0a07cf4410236b11c716f8b6fefc4b0fa71374d8
[]
no_license
JosephLevinthal/Research-projects
a3bc3ca3b09faad16f5cce5949a2279cf14742ba
60d5fd6eb864a5181f4321e7a992812f3c2139f9
refs/heads/master
2022-07-31T06:43:02.686109
2020-05-23T00:24:26
2020-05-23T00:24:26
266,199,309
1
0
null
null
null
null
UTF-8
Python
false
false
236
py
# Teste seu codigo aos poucos. # Nao teste tudo no final, pois fica mais dificil de identificar erros. # Nao se intimide com as mensagens de erro. Elas ajudam a corrigir seu codigo. texto = input("Digite o texto: ") print(texto.upper())
[ "jvlo@icomp.ufam.edu.br" ]
jvlo@icomp.ufam.edu.br
b09bf69a31c033edea81089557894bf401b7430a
f7abd047406935b64e9283d6dbd2c74477ecb10c
/setup.py
404c61f08a6716c54a5862d5f3b1e140ca7e9071
[ "MIT" ]
permissive
stjordanis/pyppl_require
3deffa5d7d5a8742726aeafa22db675b20f35a98
a21dcef26a78dffe37de795e51bb6afcd512982d
refs/heads/master
2022-09-24T03:29:43.861751
2020-06-06T04:41:55
2020-06-06T04:41:55
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,141
py
# -*- coding: utf-8 -*- # DO NOT EDIT THIS FILE! # This file has been autogenerated by dephell <3 # https://github.com/dephell/dephell try: from setuptools import setup except ImportError: from distutils.core import setup import os.path readme = '' here = os.path.abspath(os.path.dirname(__file__)) readme_pa...
[ "pwwang@pwwang.com" ]
pwwang@pwwang.com
b25f9d06d2352de2945a3002c76ecd56e103ca3f
0a3b08678e2d6669188649bfc8d38439ac076f61
/odziez/employees/migrations/0002_auto_20190709_1756.py
efb1cc0f3be39a5f76b6bd68ca3df0eb1ddf973e
[ "MIT" ]
permissive
szymanskirafal/odziez
48f31fb72a8875511000f6aa5d9032770a670e64
029d20da0474a0380e8383f9f89c1072666c5399
refs/heads/master
2020-05-25T08:18:58.783882
2020-05-10T19:19:29
2020-05-10T19:19:29
187,707,616
0
0
null
null
null
null
UTF-8
Python
false
false
1,622
py
# Generated by Django 2.1.8 on 2019-07-09 17:56 from django.conf import settings from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): initial = True dependencies = [ ('employees', '0001_initial'), migrations.swappable_dependency(se...
[ "r.szymansky@gmail.com" ]
r.szymansky@gmail.com
3005f70017c2002ef6c8d021def9baf0e1c3c788
556db265723b0cc30ad2917442ed6dad92fd9044
/tensorflow/lite/experimental/mlir/testing/op_tests/segment_sum.py
8b15ed2ad66b3a9e04cd429d4cc111776b120b6f
[ "MIT", "Apache-2.0", "BSD-2-Clause" ]
permissive
graphcore/tensorflow
c1669b489be0e045b3ec856b311b3139858de196
085b20a4b6287eff8c0b792425d52422ab8cbab3
refs/heads/r2.6/sdk-release-3.2
2023-07-06T06:23:53.857743
2023-03-14T13:04:04
2023-03-14T13:48:43
162,717,602
84
17
Apache-2.0
2023-03-25T01:13:37
2018-12-21T13:30:38
C++
UTF-8
Python
false
false
2,232
py
# Copyright 2020 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 applica...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
08dc96b39c6f840ba83fb7a0525a9b69d9bcf08b
bf470afc981034e55b325d8c8e7f519e5637d029
/_quiz_app/settings.py
b952da13963da209897f249eb6352cfa4bab1139
[]
no_license
abrarfahim19/django
85711b3493021e01523bc25e4106a8d370bdc201
f4d043a629e46108cad4de72d73cd802731aada1
refs/heads/main
2023-07-11T21:19:27.351902
2021-08-20T06:31:26
2021-08-20T06:31:26
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,459
py
""" Django settings for _quiz_app project. Generated by 'django-admin startproject' using Django 3.2.5. For more information on this file, see https://docs.djangoproject.com/en/3.2/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/3.2/ref/settings/ """ from pathl...
[ "samsmusa@outlook.com" ]
samsmusa@outlook.com
2557c270200301b202565e8adeca02f5216805a8
b5a9d42f7ea5e26cd82b3be2b26c324d5da79ba1
/tensorflow/python/training/moving_averages_test.py
7cb6164d0594eb3a4a11822e975d8e098a66286e
[ "Apache-2.0" ]
permissive
uve/tensorflow
e48cb29f39ed24ee27e81afd1687960682e1fbef
e08079463bf43e5963acc41da1f57e95603f8080
refs/heads/master
2020-11-29T11:30:40.391232
2020-01-11T13:43:10
2020-01-11T13:43:10
230,088,347
0
0
Apache-2.0
2019-12-25T10:49:15
2019-12-25T10:49:14
null
UTF-8
Python
false
false
21,369
py
# Copyright 2015 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...
[ "v-grniki@microsoft.com" ]
v-grniki@microsoft.com
f19a90eb3b9c58d0e042522d45483a2ac9f29124
1cdf8388aca3cdcfb20e62a45f7204eb87b194a6
/set_up_dummy.py
fa50e845307c653fb51b7fa63f16a9a663a9f1e1
[]
no_license
sujayjohn/collegesite
437b4f943ce0a5134c44075c3bc49af992b96564
a71075a85a574a2a276662543b2ca5f444789091
refs/heads/master
2020-05-16T18:51:53.676987
2014-09-22T16:51:29
2014-09-22T16:51:29
null
0
0
null
null
null
null
UTF-8
Python
false
false
8,503
py
#!/usr/bin/env python import os import sys import random import datetime if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "stephens.settings") from django.core.files import File import college import rss import docs import roombook import attendence from django.contrib.auth.models import...
[ "arjoonn.94@gmail.com" ]
arjoonn.94@gmail.com
828ba20be5d5fdeac4a7e0791d2f672dc310856f
4bc6028ed8ba403b69adfd6f5cbd139baece0f4d
/basic_python/machine_learn/EDA_demo/1-RedCard-EDA/demo1.py
3eabd8b23bc54d1fd527cf00c799e51c2efe7981
[]
no_license
xrw560/learn-pyspark
0ef9ed427ff887ceed1c5e5773bf97ed25ecae04
618d16dafd73165e714111670119d9cdecc0bf1f
refs/heads/master
2020-03-07T00:12:36.885000
2019-01-04T09:51:32
2019-01-04T09:51:32
127,152,051
0
0
null
null
null
null
UTF-8
Python
false
false
1,128
py
from __future__ import absolute_import, division, print_function import matplotlib as mpl from matplotlib import pyplot as plt from matplotlib.pyplot import GridSpec import seaborn as sns import numpy as np import pandas as pd import os, sys from tqdm import tqdm import warnings warnings.filterwarnings('ignore') sns.s...
[ "ncutits@163.com" ]
ncutits@163.com
5b89a0f87fe1d09bd9e58a32d6ebc24f27d46c90
e6dab5aa1754ff13755a1f74a28a201681ab7e1c
/.parts/lib/django-1.3/tests/regressiontests/urlpatterns_reverse/no_urls.py
37bfaee4f494febe46012396834ca2011a4c6608
[]
no_license
ronkagan/Euler_1
67679203a9510147320f7c6513eefd391630703e
022633cc298475c4f3fd0c6e2bde4f4728713995
refs/heads/master
2021-01-06T20:45:52.901025
2014-09-06T22:34:16
2014-09-06T22:34:16
23,744,842
0
1
null
null
null
null
UTF-8
Python
false
false
118
py
/home/action/.parts/packages/googleappengine/1.9.4/lib/django-1.3/tests/regressiontests/urlpatterns_reverse/no_urls.py
[ "ron.y.kagan@gmail.com" ]
ron.y.kagan@gmail.com
b301c6394d1ec79858fdc08c17f1d155a353319b
50008b3b7fb7e14f793e92f5b27bf302112a3cb4
/recipes/Python/523015_Callback_Pattern/recipe-523015.py
8c272476e04c919345df9e0d8eedba99e1698aa3
[ "MIT", "Python-2.0" ]
permissive
betty29/code-1
db56807e19ac9cfe711b41d475a322c168cfdca6
d097ca0ad6a6aee2180d32dce6a3322621f655fd
refs/heads/master
2023-03-14T08:15:47.492844
2021-02-24T15:39:59
2021-02-24T15:39:59
341,878,663
0
0
MIT
2021-02-24T15:40:00
2021-02-24T11:31:15
Python
UTF-8
Python
false
false
1,335
py
class CallbackBase: def __init__(self): self.__callbackMap = {} for k in (getattr(self, x) for x in dir(self)): if hasattr(k, "bind_to_event"): self.__callbackMap.setdefault(k.bind_to_event, []).append(k) elif hasattr(k, "bind_to_event_list"): for j in k.bind_to_event_list: self.__callbackMap.s...
[ "betty@qburst.com" ]
betty@qburst.com
8ae189cf070459fbdb708e52b7b19a26bfe19108
6f05f7d5a67b6bb87956a22b988067ec772ba966
/data/train/python/497a17977a8c1e62ac70b8485ad87dfa0cc70b8cmenu_controller.py
497a17977a8c1e62ac70b8485ad87dfa0cc70b8c
[ "MIT" ]
permissive
harshp8l/deep-learning-lang-detection
93b6d24a38081597c610ecf9b1f3b92c7d669be5
2a54293181c1c2b1a2b840ddee4d4d80177efb33
refs/heads/master
2020-04-07T18:07:00.697994
2018-11-29T23:21:23
2018-11-29T23:21:23
158,597,498
0
0
MIT
2018-11-21T19:36:42
2018-11-21T19:36:41
null
UTF-8
Python
false
false
4,672
py
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2011 ~ 2015 Deepin, Inc. # 2011 ~ 2015 Wang YaoHua # # Author: Wang YaoHua <mr.asianwang@gmail.com> # Maintainer: Wang YaoHua <mr.asianwang@gmail.com> # # This program is free software: you can redistribute it and/or modify # it under the ...
[ "aliostad+github@gmail.com" ]
aliostad+github@gmail.com
a695fcf4caaeb2f0afcec7f4b690c49d353dc8a9
bad62c2b0dfad33197db55b44efeec0bab405634
/sdk/iothub/azure-mgmt-iothub/azure/mgmt/iothub/v2021_07_01/operations/_iot_hub_resource_operations.py
75ba201529c6601bdd2f24122744594baafea76c
[ "MIT", "LicenseRef-scancode-generic-cla", "LGPL-2.1-or-later" ]
permissive
test-repo-billy/azure-sdk-for-python
20c5a2486456e02456de17515704cb064ff19833
cece86a8548cb5f575e5419864d631673be0a244
refs/heads/master
2022-10-25T02:28:39.022559
2022-10-18T06:05:46
2022-10-18T06:05:46
182,325,031
0
0
MIT
2019-07-25T22:28:52
2019-04-19T20:59:15
Python
UTF-8
Python
false
false
154,742
py
# pylint: disable=too-many-lines # 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) AutoRe...
[ "noreply@github.com" ]
test-repo-billy.noreply@github.com
02568d24b7840fc40b8a07677c4edb83259379ba
b05761d771bb5a85d39d370c649567c1ff3eb089
/venv/lib/python3.10/site-packages/jedi/third_party/typeshed/stdlib/3/email/mime/message.pyi
2d03331c60130c1fba438b8f2d0f0574bb33313b
[]
no_license
JawshyJ/Coding_Practice
88c49cab955eab04609ec1003b6b8c20f103fc06
eb6b229d41aa49b1545af2120e6bee8e982adb41
refs/heads/master
2023-02-19T10:18:04.818542
2023-02-06T21:22:58
2023-02-06T21:22:58
247,788,631
4
0
null
null
null
null
UTF-8
Python
false
false
96
pyi
/home/runner/.cache/pip/pool/05/b6/7b/50bc2adef4faf8c3d2d90166908b96ab1802f6f0cb583f71d33bfda179
[ "37465112+JawshyJ@users.noreply.github.com" ]
37465112+JawshyJ@users.noreply.github.com
8e576861d86e5cd001a0f730f118b08f34ad0da3
da01d5cdffd4f8e6a4ee91a528712f2efd8ba5d6
/setup.py
d0a51ad06f6871b1f3f6730d697649015b7a0df1
[]
no_license
Durant21/test10
7dc6a43973a8bcb10694105727f88b80d237b29a
6919ac5f6c4081848c12758730b9ccca49bba6fc
refs/heads/master
2022-12-02T07:28:00.339793
2019-08-30T14:12:07
2019-08-30T14:12:07
204,570,708
0
1
null
2022-11-16T07:47:22
2019-08-26T22:14:28
Python
UTF-8
Python
false
false
1,181
py
import os from setuptools import setup, find_packages here = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(here, 'README.txt')) as f: README = f.read() with open(os.path.join(here, 'CHANGES.txt')) as f: CHANGES = f.read() requires = [ 'pyramid', 'pyramid_jinja2', 'pyramid_debu...
[ "durant.crimson@icloud.com" ]
durant.crimson@icloud.com
f06be5b8bc669aeca413c35e494b94a21aa374b1
983d740b87b42d8af3c0db9d746dc7fe32d83ccd
/ucf-insert-io.py
1d1351a8a2e9ac8091a01a2b5e115a7b906f0cce
[]
no_license
zzfd97/fpga-utils
266357653e7089d40090f10e49cd0611f530397a
ffededb9a74cb8a786691231b7eea8af7f8dfd69
refs/heads/master
2021-12-08T19:06:54.545577
2016-03-30T21:42:22
2016-03-30T21:42:22
null
0
0
null
null
null
null
UTF-8
Python
false
false
5,045
py
#!/usr/bin/env python """ Inserts IO pin information into UCF files """ from __future__ import print_function import argparse import csv import re from jinja2 import Template import verilogParse def main(): parser = argparse.ArgumentParser(description=__doc__.strip()) parser.add_argument('input', t...
[ "alex@alexforencich.com" ]
alex@alexforencich.com
6ff7b9df9c9027112ef8f0f53dae56b8a8caa9ce
53c31cb08279e4a95db180c949d1cb86b2d5cecf
/src/sentry/api/serializers/models/event.py
6b6474c4df161daf44a915d1ed638c9fe5cfea64
[ "BSD-2-Clause" ]
permissive
jessepollak/sentry
eab2a2f7a8d46f3236377be2feb9bc1a508b94d2
ea46b05ea87814e19cdc5f4883df073a73482261
refs/heads/master
2021-01-18T10:20:52.522602
2014-05-25T02:38:52
2014-05-25T02:38:52
20,238,431
0
1
null
null
null
null
UTF-8
Python
false
false
653
py
from sentry.api.serializers import Serializer, register from sentry.models import Event @register(Event) class EventSerializer(Serializer): def serialize(self, obj, user): d = { 'id': str(obj.id), 'eventID': str(obj.event_id), 'project': { 'id': str(obj....
[ "dcramer@gmail.com" ]
dcramer@gmail.com
b866e5cb44faf1ce48372bbe108780e0436b7724
677002b757c0a1a00b450d9710a8ec6aeb9b9e9a
/tiago_public_ws/devel/lib/python2.7/dist-packages/tiago_pick_demo/msg/_PickUpPoseAction.py
aca4a3bdca0ec01d842ff3c7d0d4157c070b6087
[]
no_license
mrrocketraccoon/tiago_development
ce686c86459dbfe8623aa54cf4279021342887fb
a0539bdcf21b67ab902a4649b516dcb929c54042
refs/heads/main
2023-06-16T19:39:33.391293
2021-07-08T21:20:03
2021-07-08T21:20:03
384,249,894
0
0
null
null
null
null
UTF-8
Python
false
false
116
py
/tiago_public_ws/devel/.private/tiago_pick_demo/lib/python2.7/dist-packages/tiago_pick_demo/msg/_PickUpPoseAction.py
[ "ricardoxcm@hotmail.com" ]
ricardoxcm@hotmail.com
d7bfb04c2fc9a1312fbbaa38dcfbba968991b39b
9743d5fd24822f79c156ad112229e25adb9ed6f6
/xai/brain/wordbase/adverbs/_forwarding.py
bdc7ef3dad2d535a336a466273bee7488b4c401f
[ "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
253
py
from xai.brain.wordbase.adverbs._forward import _FORWARD #calss header class _FORWARDING(_FORWARD, ): def __init__(self,): _FORWARD.__init__(self) self.name = "FORWARDING" self.specie = 'adverbs' self.basic = "forward" self.jsondata = {}
[ "xingwang1991@gmail.com" ]
xingwang1991@gmail.com
a76b7945c71328832bb1f5a43a80993a49e6fac7
7d85c42e99e8009f63eade5aa54979abbbe4c350
/game/lib/coginvasion/gui/MoneyGui.py
80d04cf287cec11972b888d1cbdee7db2278a78a
[]
no_license
ToontownServerArchive/Cog-Invasion-Online-Alpha
19c0454da87e47f864c0a5cb8c6835bca6923f0e
40498d115ed716f1dec12cf40144015c806cc21f
refs/heads/master
2023-03-25T08:49:40.878384
2016-07-05T07:09:36
2016-07-05T07:09:36
348,172,701
0
0
null
null
null
null
UTF-8
Python
false
false
1,088
py
""" Filename: MoneyGui.py Created by: blach (06Aug14) """ from panda3d.core import * from direct.gui.DirectGui import * class MoneyGui: def createGui(self): self.deleteGui() self.frame = DirectFrame(parent=base.a2dBottomLeft, pos=(0.45, 0, 0.155)) gui = loader.loadModel("phase_3.5/models/gui/jar_gui.bam...
[ "brianlach72@gmail.com" ]
brianlach72@gmail.com
0730846c136e5ec604b7b24c9ff97970b6897dad
5eca83a3a019467c8e5fafe5f2c2f6dc946a0e28
/solutions/day_87.py
8a86534e360185c3905a7ecd2326b2564738fd67
[]
no_license
Kontowicz/Daily-Interview-Pro
4c821b6afc9451c613f06e3850072e10d7d6a7d4
3bbe26430b6d004821477e14d37debe5d4a6d518
refs/heads/master
2020-06-25T00:37:04.138548
2020-02-28T16:43:30
2020-02-28T16:43:30
199,140,908
0
0
null
null
null
null
UTF-8
Python
false
false
499
py
class ListNode(object): def __init__(self, x): self.val = x self.next = None def hasCycle(head): data = set() while head: if head in data: return True data.add(head) head = head.next return False testHead = ListNode(4) node1 = ListNode(3) testHead.next = node1...
[ "przemyslowiec@gmail.com" ]
przemyslowiec@gmail.com
5980d6c589b4744b3741e44661faf0329fc121b0
37bf9e197e46acf596ae28f71c8d9a859d169559
/quotes/api/urls.py
56f3fef0d9ac978ef57399cf2c6a8c8fc7763851
[]
no_license
khmahmud101/django_project
6e6fe77cffd4508f396cb2dc2672b71b78a2cb6a
4e6ea4da071846df6a211c95036683d9fbb68cf3
refs/heads/master
2020-08-23T13:58:48.787821
2020-01-09T14:01:02
2020-01-09T14:01:02
216,627,272
0
0
null
null
null
null
UTF-8
Python
false
false
270
py
from django.urls import path from . views import * urlpatterns = [ path('', QuoteCategoryAPIView.as_view()), path('quotes/', QuoteAPIView.as_view()), path('quotes/<int:pk>/',QuoteAPIDetailView.as_view()), path('quotes/new/',QuoteAPINewView.as_view()) ]
[ "kmahmud1991@gmail.com" ]
kmahmud1991@gmail.com
4375b3728573bff258536cea3329c023f1a4739e
14c6dcbea4505738513a0de745b5b62e7c8f3a20
/myblog/forms.py
f6243f5097b213d48331e2a75b800cdd8de9d285
[]
no_license
ZohanHo/Blog
17982453896c1fa813d594f79f81fd4bce70f783
fb648985016965674bbc983793fc48ac7772e6bb
refs/heads/master
2020-04-03T00:34:35.079210
2018-11-03T21:04:26
2018-11-03T21:04:26
154,902,849
0
0
null
null
null
null
UTF-8
Python
false
false
7,772
py
from django import forms from .models import * from django.core.exceptions import ValidationError # в моделях мы передавали в конструктор класса поля которые указали (title, bode и т.д.), в формах мы отступаем от этого общего поведения # в формах мы должны передавать данные в конструктор которые мы берем из специально...
[ "serduk.evgeniy@gmail.com" ]
serduk.evgeniy@gmail.com
be920489386d13e5c4191e9ac35f215191b12ca9
ca7aa979e7059467e158830b76673f5b77a0f5a3
/Python_codes/p03207/s478626613.py
13c5b7d60d937779514e45e41d5e9b7c53909877
[]
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
104
py
n = int(input()) p = [int(input()) for _ in range(n)] p.sort(reverse=True) p[0] = p[0]//2 print(sum(p))
[ "66529651+Aastha2104@users.noreply.github.com" ]
66529651+Aastha2104@users.noreply.github.com
0a7d65418b3ea0de2730832b1c3361551ee0625c
4fa0a0cdb34a87eb52a704da5679a5693d45d24e
/Server/app/views/sporrow/sporrow_response.py
c8255537838352fed0935dff511c50e5c9719501
[ "Apache-2.0" ]
permissive
Sporrow/Sporrow-Backend
6ac6a8f3f24c43a4e84a8bf8975c9af1f02a807c
a711f8a25c0b6fdbbeff0a980fbf39a470020e23
refs/heads/master
2020-03-19T04:11:15.266927
2018-06-02T21:59:28
2018-06-02T21:59:28
135,803,450
0
0
null
null
null
null
UTF-8
Python
false
false
693
py
from calendar import monthrange from datetime import datetime import re from flask import Blueprint, Response, abort, g, request from flask_restful import Api from flasgger import swag_from from app.models.account import AccountModel from app.models.interest import MinorInterestModel, MajorInterestModel from app.mode...
[ "city7310@naver.com" ]
city7310@naver.com
d85f304973941bc00691ad8321ed91d0eafde44d
988cbefdb6d45564b0b5d1d7865a5c71ec8e0284
/dbinsertscripts/placement/extra_info_feed.py
cf3c1a8e93c5f57b61b05578661514ef42ec4f49
[]
no_license
adi0311/FusionIIIT
969839761f886fb32b2bd953ee2ff44b7b666d03
a20502267c4b5b650f34448f5685a240e7260954
refs/heads/master
2022-11-13T20:54:07.542918
2020-06-30T18:26:29
2020-06-30T18:26:29
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,244
py
import django import xlrd from applications.globals.models import ExtraInfo, DepartmentInfo from django.contrib.auth.models import User class Data: def __init__(self, excel_file, row): self.file = xlrd.open_workbook(excel_file) self.row = row self.sheet = self.getSheet() def getSheet(...
[ "guptaheet53@gmail.com" ]
guptaheet53@gmail.com
d32a21a42a95bfb0e893c640ad743f6ecea70c77
a88d9c0176f5e4c0d0bd9664270e000ebb5edbd9
/component/tile/time_tile.py
5076077c2c34536ba54d89d0fb0c7d9a61826238
[ "MIT" ]
permissive
sandroklippel/fcdm
fb81c73fc6bd1cf296f9301272923c3627474d3f
5a54e6352bb574ba409be38882ff0d13b3473b7a
refs/heads/master
2023-08-19T22:05:52.055545
2021-08-24T11:23:40
2021-08-24T11:23:40
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,435
py
from sepal_ui import sepalwidgets as sw import ipyvuetify as v from component.message import cm class TimeTile(sw.Tile): def __init__(self, model): # create the widgets baseline_title = v.Html(tag='h4', children=[cm.input_lbl.baseline], class_="mb-0 mt-5") baseline_start_pick...
[ "pierrick.rambaud49@gmail.com" ]
pierrick.rambaud49@gmail.com
22ca70f79baa3e3b53c4d911e89c6a9ae77161a9
06a50cfded23b760d5b2a5ae7d5c4761ae2d4dc8
/edX/MITx6.00.1x/final/final_problem4.py
65c8ca1b81cb181c51e0d20782bc82ce1c1d18dc
[ "Apache-2.0" ]
permissive
spencerzhang91/coconuts-on-fire
b0655b3dd2b310b5e62f8cef524c6fddb481e758
407d61b3583c472707a4e7b077a9a3ab12743996
refs/heads/master
2021-09-21T07:37:07.879409
2018-08-22T03:24:36
2018-08-22T03:24:36
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,118
py
def longest_run(L): """ Assumes L is a list of integers containing at least 2 elements. Finds the longest run of numbers in L, where the longest run can either be monotonically increasing or monotonically decreasing. In case of a tie for the longest run, choose the longest run that occurs firs...
[ "spencerpomme@live.com" ]
spencerpomme@live.com
25103517eaf993fb792f787dbdc32b3258b69e60
3c3b41bb9cdfc23cc95727636f0995560728098a
/FullDestroyAnalysis2016/Wheel0/Working/20160425/CMSSW_8_0_2/tmp/slc6_amd64_gcc530/src/HLTrigger/Muon/src/HLTriggerMuon/edm_write_config/scoutingMuonProducer_cfi.py
4bc3fc3890cdd620372bcb3b4d8c0d53ac8a8fd7
[]
no_license
FlorianScheuch/MassiveProductionMuonGun
eb5a2916345c21edf5fd0c5d6694333a0306c363
a9a336364309cb7c9e952c0cd85060032d1dccd1
refs/heads/master
2016-08-12T23:12:01.159605
2016-05-04T11:26:35
2016-05-04T11:26:35
53,405,775
0
0
null
null
null
null
UTF-8
Python
false
false
509
py
import FWCore.ParameterSet.Config as cms scoutingMuonProducer = cms.EDProducer('HLTScoutingMuonProducer', ChargedCandidates = cms.InputTag('hltL3MuonCandidates'), Tracks = cms.InputTag('hltL3Muons'), EcalPFClusterIsoMap = cms.InputTag('hltMuonEcalPFClusterIsoForMuons'), HcalPFClusterIsoMap = cms.InputTag('hltM...
[ "scheuch@physik.rwth-aachen.de" ]
scheuch@physik.rwth-aachen.de
8c05c91c0395da600980ef3863c433490959e584
4fc21c3f8dca563ce8fe0975b5d60f68d882768d
/GodwillOnyewuchi/Phase 1/Python Basic 2/Day 6 task/task 3.py
e6756dd907f48a6c70240dbe8e61fd264526422b
[ "MIT" ]
permissive
Uche-Clare/python-challenge-solutions
17e53dbedbff2f33e242cf8011696b3059cd96e9
49ede6204ee0a82d5507a19fbc7590a1ae10f058
refs/heads/master
2022-11-13T15:06:52.846937
2020-07-10T20:59:37
2020-07-10T20:59:37
266,404,840
1
0
MIT
2020-05-23T19:24:56
2020-05-23T19:24:55
null
UTF-8
Python
false
false
166
py
import os import platform print(f'Operating system name: {os.name}') print(f'Platform name: {platform.system()}') print(f'Platform release: {platform.release()}')
[ "godwillonyewuchii@gmail.com" ]
godwillonyewuchii@gmail.com
b098c03b36a2f4b47d20164b7839bda797ffb633
a67147597814032c0fee8c1debb38e61730841c7
/argo/workflows/client/models/v1_azure_disk_volume_source.py
b6fe1decebcb61acf9fe1bc06e8bcfb8dd50d0c4
[ "Apache-2.0", "MIT" ]
permissive
CermakM/argo-client-python
12ddc49d8e10a2a68d5965f37b9353234a2c5906
0caa743442d37f2f2e3b30867398ed2708c1bf4d
refs/heads/master
2020-07-21T20:48:30.275935
2020-02-26T10:05:05
2020-02-26T10:05:05
206,972,491
36
9
Apache-2.0
2020-02-26T10:05:06
2019-09-07T13:31:46
Python
UTF-8
Python
false
false
6,637
py
# coding: utf-8 """ Argo Python client for Argo Workflows # noqa: E501 OpenAPI spec version: master Generated by: https://github.com/swagger-api/swagger-codegen.git """ import pprint import re # noqa: F401 import six class V1AzureDiskVolumeSource(object): """NOTE: This class is auto g...
[ "macermak@redhat.com" ]
macermak@redhat.com
4869045ced8c753a4f306d56df41c546c702e354
eb251e90f293a9e8831ced9f996c36e5ab0fc89d
/atgBlog/urls.py
43fb3bd878bd084b6e462766648d8c7cf4146014
[]
no_license
ayushganguli1769/Blog
d6b053ce8a169082fc41ab87d340f8cfec0039e7
a9b8a0d06a704b17c2d7e139e3870a046acc59cf
refs/heads/master
2022-05-10T23:23:28.860371
2020-01-31T05:01:32
2020-01-31T05:01:32
237,314,050
0
0
null
2022-04-22T23:02:45
2020-01-30T22:00:00
HTML
UTF-8
Python
false
false
1,084
py
"""atgBlog URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/2.2/topics/http/urls/ Examples: Function views 1. Add an import: from my_app import views 2. Add a URL to urlpatterns: path('', views.home, name='home') Class-based...
[ "ayushganguli1769@gmail.com" ]
ayushganguli1769@gmail.com
3b3a4b7d216d98f5a962d869ba41b6ad3cfc21d8
586c97e81b448d9f4c1525205eaccc727f789ee7
/src/buildercore/project/stack_generation.py
1e4727a5c13880a14ed594cfa5204447e44e2cf8
[ "MIT" ]
permissive
elifesciences/builder
33542171fd43a454d8c45feae181037ff414874d
7de9bb53c7e6a447a075a66023815166ea54092f
refs/heads/master
2023-08-16T11:22:40.684539
2023-08-15T08:30:31
2023-08-15T08:30:31
56,778,863
12
14
MIT
2023-09-10T04:06:16
2016-04-21T14:08:05
Python
UTF-8
Python
false
false
2,265
py
'''logic to generate and refresh the configuration of stacks and their list of resources. ''' from functools import reduce import os from buildercore.utils import ensure, merge from buildercore.project import stack_config, stack_generation__s3_bucket import logging LOG = logging.getLogger(__name__) def _regenerate_...
[ "noreply@github.com" ]
elifesciences.noreply@github.com
35104a58f8e7034138019f0fcc5d29c4efa3db8e
b162de01d1ca9a8a2a720e877961a3c85c9a1c1c
/478.generate-random-point-in-a-circle.python3.py
d3f495f6bbf8eed4bbf848d653b415a59364491a
[]
no_license
richnakasato/lc
91d5ff40a1a3970856c76c1a53d7b21d88a3429c
f55a2decefcf075914ead4d9649d514209d17a34
refs/heads/master
2023-01-19T09:55:08.040324
2020-11-19T03:13:51
2020-11-19T03:13:51
114,937,686
0
0
null
null
null
null
UTF-8
Python
false
false
1,973
py
# # [915] Generate Random Point in a Circle # # https://leetcode.com/problems/generate-random-point-in-a-circle/description/ # # algorithms # Medium (35.05%) # Total Accepted: 2.8K # Total Submissions: 8K # Testcase Example: '["Solution", "randPoint", "randPoint", "randPoint"]\n[[1.0, 0.0, 0.0], [], [], []]' # # Gi...
[ "richnakasato@hotmail.com" ]
richnakasato@hotmail.com
b0bb669409862df3c53e743bcbd30f36d41824d2
53e80832ee11d65723d54005bb1964276e6c8695
/spider/douban/douban/spiders/base/douban_common.py
cc6aca59deb9be7f2595943254abee3cefa23144
[]
no_license
chwangbjtu/spider
710e8f73fd7dceeb07ee68c67d66f6af0fc0043b
5617a26667bb1b94afd879d04b8535e0561a0db0
refs/heads/master
2021-01-24T10:54:27.943707
2016-09-27T09:52:25
2016-09-27T09:52:25
69,341,699
1
1
null
null
null
null
UTF-8
Python
false
false
14,635
py
# -*- coding:utf-8 -*- import re import logging import traceback from douban.items import MediaItem from douban.items import RecommendItem from douban.items import RevItem, ReviewItem from douban.common.util import Util def get_imdb_chief(response): try: imdb_chiefs = response.xpath('//a[@class="bp_item n...
[ "chwangbjtu@gmail.com" ]
chwangbjtu@gmail.com