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
7df9dcc7b35ce702c5fdf33e237c3bb866b1708a
afbaa5685bf737ec7d16fee2bab54ae13caf96f9
/geekbang/core/ch17/Demo1.py
98dd62e83056057241e556d48e785f0e1f247874
[]
no_license
ykdsg/myPython
9dcc9afe6f595e51b72257875d66ada1ba04bba6
77d2eaa2acb172664b632cc2720cef62dff8f235
refs/heads/master
2023-06-10T20:11:08.061075
2023-06-03T11:39:53
2023-06-03T11:39:53
10,655,956
0
1
null
null
null
null
UTF-8
Python
false
false
259
py
def func(message): print('got a message:{}'.format(message)) # 函数赋予变量 send_message = func send_message('hello world') def get_message(message): return 'got a message:' + message def root_call(func, message): print(func(message))
[ "17173as@163.com" ]
17173as@163.com
93b24835b5b197d6dfa82c2fe29f8f644663b0b2
2e682fd72e3feaa70e3f7bf2a3b83c50d783ec02
/PyTorch/contrib/cv/detection/FairMOT/src/lib/datasets/dataset/jde.py
3e7156e32fca35205bf1eac8143fcd1fc065e94c
[ "GPL-1.0-or-later", "BSD-3-Clause", "MIT", "Apache-2.0", "BSD-2-Clause", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Ascend/ModelZoo-PyTorch
4c89414b9e2582cef9926d4670108a090c839d2d
92acc188d3a0f634de58463b6676e70df83ef808
refs/heads/master
2023-07-19T12:40:00.512853
2023-07-17T02:48:18
2023-07-17T02:48:18
483,502,469
23
6
Apache-2.0
2022-10-15T09:29:12
2022-04-20T04:11:18
Python
UTF-8
Python
false
false
23,094
py
# BSD 3-Clause License # # Copyright (c) 2017 xxxx # All rights reserved. # Copyright 2021 Huawei Technologies Co., Ltd # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # * Redistributions of source code must retain th...
[ "wangjiangben@huawei.com" ]
wangjiangben@huawei.com
f205af874bfd19c543b990383520db2dc51ce796
297c30dc0120c2920c86c8257bc530db1bb1114a
/Application/Application_Pandas/panda_DataFrame_Test_1.py
e7ad323507d330adb254dc3f79e9571b82741412
[]
no_license
whoiszyc/Repo_python
76e248b350a3f109c53bfb1f3abe59b903a98e46
bdc3f39883aed5b2e85624525c662c00f60d35e3
refs/heads/master
2021-07-06T04:48:04.973680
2020-07-27T03:55:58
2020-07-27T03:55:58
139,599,645
5
1
null
null
null
null
UTF-8
Python
false
false
1,236
py
import numpy as np import pandas as pd # use string as key mydict0 = [{'a': 10, 'b': 20, 'c': 30, 'd': 40},{'a': 100, 'b': 200, 'c': 300, 'd': 400},{'a': 1000, 'b': 2000, 'c': 3000, 'd': 4000 }] # use int number as key mydict1 = [{0: 10, 1: 20, 2: 30, 3: 40},{0: 100, 1: 200, 2: 300, 3: 400},{0: 1000, 1: 2000, 2: 3000...
[ "31248391+whoiszyc@users.noreply.github.com" ]
31248391+whoiszyc@users.noreply.github.com
476e8f2d422cf9b9348b2be998dbf5b010ef7f87
620b58e17d4851e43bd1270cabc8c26f43629a7b
/lib/candy_editor/AssetEditor/EngineAsset/ShaderAsset.py
fd3756f724e956b29e72c34bc709b54269fc049f
[ "MIT" ]
permissive
lihaochen910/Candy
78b9862cf06748b365b6fb35ac23f0e7a00ab558
d12cb964768459c22f30c22531d3e1734901e814
refs/heads/master
2022-11-25T19:12:34.533828
2021-11-07T16:11:07
2021-11-07T16:11:07
141,284,960
1
1
NOASSERTION
2022-11-22T09:20:08
2018-07-17T12:12:02
Lua
UTF-8
Python
false
false
2,551
py
import os.path import logging import subprocess import shutil import json from candy_editor.core import * from candy_editor.moai.MOAIRuntime import _CANDY ##----------------------------------------------------------------## class ShaderAssetManager ( AssetManager ): def getName ( self ): return 'asset_manager.shad...
[ "lihaochen910@hotmail.com" ]
lihaochen910@hotmail.com
619e237a4faf772e892747ff7c3e8b05f3a6b00e
8c917dc4810e2dddf7d3902146280a67412c65ea
/v_7/Dongola/wafi/account_custom_wafi/account_custom.py
f19ef70a021724ff48985fea969d72415668236c
[]
no_license
musabahmed/baba
d0906e03c1bbd222d3950f521533f3874434b993
0b997095c260d58b026440967fea3a202bef7efb
refs/heads/master
2021-10-09T02:37:32.458269
2018-12-20T06:00:00
2018-12-20T06:00:00
null
0
0
null
null
null
null
UTF-8
Python
false
false
17,557
py
# -*- coding: utf-8 -*- ############################################################################## # # NCTR, Nile Center for Technology Research # Copyright (C) 2011-2012 NCTR (<http://www.nctr.sd>). # ############################################################################## from openerp.osv import osv,...
[ "bakry@exp-sa.com" ]
bakry@exp-sa.com
9840040315f9fdf4d3c22de338e2ace8d80de7a0
fad702beb35d587278010e570a923bc84a4dda4a
/code/pyorg/scripts/tests/uni_2nd_speedup.py
13519cc3f8dc80adcdd125cde94a260a0bee67ba
[ "Apache-2.0" ]
permissive
anmartinezs/pyseg_system
f7769ec3dcaf243895ec1cf13ac6e1da1ab2a92a
1370bfedae2ad5e6cdd1dc08395eb9e95b4a8596
refs/heads/master
2023-02-23T06:23:10.087737
2023-01-30T13:24:36
2023-01-30T13:24:36
227,147,753
15
4
NOASSERTION
2023-02-10T17:18:20
2019-12-10T14:58:22
C
UTF-8
Python
false
false
7,837
py
""" Measures the speed-up for computing univarite 2nd oder models and simulate CSRV instances """ ################# Package import import os import sys import math import time import numpy as np import multiprocessing as mp from scipy.optimize import curve_fit from pyorg.surf.model import ModelCSRV, gen_tlist fr...
[ "an.martinez.s.sw@gmail.com" ]
an.martinez.s.sw@gmail.com
b0d451dea5d617604a2cb9d1c05eab2bd487e4d5
bae75bf1de75fb1b76e19b0d32c778e566de570a
/smodels-database/8TeV/CMS/CMS-EXO-12-026/validation/TRHadUM1_2EqMassAx.py
096085bd68122b2c206bfd2aa0ce12b8264addfb
[]
no_license
andlessa/RDM
78ae5cbadda1875c24e1bb726096b05c61627249
ac6b242871894fee492e089d378806c2c2e7aad8
refs/heads/master
2023-08-16T00:47:14.415434
2021-09-21T20:54:25
2021-09-21T20:54:25
228,639,778
0
0
null
null
null
null
UTF-8
Python
false
false
9,099
py
validationData = [{'slhafile': 'TRHadUM1_1000_1000.slha', 'error': 'no results', 'axes': {'x': 1000.0, 'y': 1000.0}}, {'slhafile': 'TRHadUM1_1020_1020.slha', 'error': 'no results', 'axes': {'x': 1020.0, 'y': 1020.0}}, {'slhafile': 'TRHadUM1_1040_1040.slha', 'error': 'no results', 'axes': {'x': 1040.0, 'y': 1040.0}}, {'...
[ "lessa.a.p@gmail.com" ]
lessa.a.p@gmail.com
7a28f24d0a6faf49ea00304d8ca51cfb2d5b84ef
f305f84ea6f721c2391300f0a60e21d2ce14f2a5
/6_tree/经典题/后序dfs统计信息/换根dp/hard/abc-233-G - Vertex Deletion-每个点是否在树的最大匹配中.py
284d716c8e41ab42dbe6165859649c030080a298
[]
no_license
981377660LMT/algorithm-study
f2ada3e6959338ae1bc21934a84f7314a8ecff82
7e79e26bb8f641868561b186e34c1127ed63c9e0
refs/heads/master
2023-09-01T18:26:16.525579
2023-09-01T12:21:58
2023-09-01T12:21:58
385,861,235
225
24
null
null
null
null
UTF-8
Python
false
false
1,506
py
# abc-233-G - Vertex Deletion-每个点是否在树的最大匹配中 # https://atcoder.jp/contests/abc223/tasks/abc223_g # 给定一棵树 # 对每个结点i为根,删除根连接的所有边后, # !使得剩下的树的最大匹配和原树最大匹配相等 # 求这样的根的个数 # !解:即不参与二分图的最大匹配 # https://yukicoder.me/problems/2085 # 二分图博弈 # Alice和Bob在树上博弈 # 先手放一个棋子,后手在相邻的结点放一个棋子 # 交替放棋子,直到不能放棋子的时候,输 # !问先手是否必胜 => 如果起点不...
[ "lmt2818088@gmail.com" ]
lmt2818088@gmail.com
acb2fc903d2a0616fd16767c00059ce86cc7baa7
0116bfbdff160b028b18040df9b59d99d4a824e4
/social/migrations/0011_question_user_name.py
3ce91059651fb603746d5d812d40a3346826f1af
[]
no_license
Subhash1998/social-welfare
d9cd2897154f2da0afd9484fe33be7f8cf1a0390
d2e59d511481fcb33a45c0d6d65ad1e97070f0b4
refs/heads/master
2022-12-14T15:49:23.851170
2018-06-02T03:36:41
2018-06-02T03:36:41
125,677,783
3
0
null
2022-11-22T02:05:53
2018-03-17T23:39:24
Python
UTF-8
Python
false
false
471
py
# -*- coding: utf-8 -*- # Generated by Django 1.10 on 2018-03-17 07:39 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('social', '0010_remove_question_user_name'), ] operations = [ migrations.AddFi...
[ "you@example.com" ]
you@example.com
33a71e71ff9018b19823a1c3481dabfbf256ef91
f3360b809d7e8e26c8904365b5e4df0dca69225d
/userprofile/migrations/0005_catatanmodal_parent_id.py
ea8293c76b529176e1c90697977c68a4d2c09e6b
[]
no_license
cursecan/epayment
0bcd272a6479847ad60507daf2cf74ee95002924
be9df7034261fa9f9eaafb157309b4955b793cfb
refs/heads/master
2020-03-15T05:52:34.556971
2018-07-30T12:01:21
2018-07-30T12:01:21
131,996,100
1
1
null
null
null
null
UTF-8
Python
false
false
513
py
# Generated by Django 2.0.4 on 2018-05-27 10:10 from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('userprofile', '0004_catatanmodal'), ] operations = [ migrations.AddField( model_name='catatanmo...
[ "anderi.setiawan@gmail.com" ]
anderi.setiawan@gmail.com
1c8d7e664a52297cfd690bdbac1717ee6262c187
a50386f9b6c0cc2c0789a84c3acedfd33a4eaf0f
/CursoOpenCVcomDaniel/esqueleto/test.py
18cc78f446fc6a4fd48d48f195ac38f37d13e0f9
[]
no_license
juanengml/RemoteWebCamWithOpenCV
66b19e174d724b2584a7f1d07c5d9ee698ff0809
caa4a0b52be1ac66bcb1b401485fb427746c31ef
refs/heads/master
2020-03-23T02:49:56.853490
2019-07-23T01:15:33
2019-07-23T01:15:33
140,994,675
0
0
null
null
null
null
UTF-8
Python
false
false
111
py
from skimage.morphology import skeletonize ske = (skeletonize("01.jpg"//255) * 255).astype(np.uint8) print ske
[ "juanengml@gmail.com" ]
juanengml@gmail.com
fd383de4e6b89efa815286ba137152c793ddc76d
ca7aa979e7059467e158830b76673f5b77a0f5a3
/Python_codes/p03261/s807506520.py
99d06e27e156d735988991a822f6233b91e07407
[]
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
236
py
N=int(input()) H=input() word=[] word.append(H) for i in range(N-1): S=input() if S in word: print('No') exit() else: if H[-1]==S[0]: H=S word.append(H) else: print('No') exit() print('Yes')
[ "66529651+Aastha2104@users.noreply.github.com" ]
66529651+Aastha2104@users.noreply.github.com
1b85fe33cfdc32745e6d5c918558932acb47d4f5
11334e46d3575968de5062c7b0e8578af228265b
/systests/camera/pygame_test.py
120a3509ea609b01136be1606066bffab85cc28a
[]
no_license
slowrunner/Carl
99262f16eaf6d53423778448dee5e5186c2aaa1e
1a3cfb16701b9a3798cd950e653506774c2df25e
refs/heads/master
2023-06-08T05:55:55.338828
2023-06-04T02:39:18
2023-06-04T02:39:18
145,750,624
19
2
null
2023-06-04T02:39:20
2018-08-22T18:59:34
Roff
UTF-8
Python
false
false
539
py
#!/usr/bin/env python3 # file: pygame_test.py from PIL import Image import numpy as np from time import sleep import pygame pygame.init() clk = pygame.time.Clock() im = np.array(Image.open('images/motion_capture.jpg')) win = pygame.display.set_mode((im.shape[1],im.shape[0])) img = pygame.image.load('images/motion...
[ "slowrunner@users.noreply.github.com" ]
slowrunner@users.noreply.github.com
3f7f623f96a3f56eb9b05f7047dbb6a29c218a46
e82b3c6000fe8e4639d6606f9d3605e75a8a5d5c
/src/secondaires/crafting/actions/copier_attributs.py
27bd23a3f37b98662a48b66862e659a7ce3fc12c
[ "BSD-3-Clause" ]
permissive
vincent-lg/tsunami
804585da7bd1d159ad2c784b39f801963ca73c03
7e93bff08cdf891352efba587e89c40f3b4a2301
refs/heads/master
2022-08-02T15:54:35.480614
2022-07-18T12:06:41
2022-07-18T12:06:41
25,605,543
5
2
BSD-3-Clause
2019-06-05T15:59:08
2014-10-22T21:34:10
Python
UTF-8
Python
false
false
3,190
py
# -*-coding:Utf-8 -* # Copyright (c) 2010-2017 LE GOFF Vincent # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # * Redistributions of source code must retain the above copyright notice, this # ...
[ "vincent.legoff.srs@gmail.com" ]
vincent.legoff.srs@gmail.com
d4ed80ef99e75147cf94d38123db90192153fcf0
3011e024b5f31d6c747a2bd4a143bb6a0eeb1e1d
/chapter03/template_verbatim_demo/template_verbatim_demo/settings.py
018ef380d882164bd7cc916c0025ee8d08898a97
[]
no_license
yingkun1/python-django
a3084460a83682f3e0848d5b40c881f93961ecc2
08c9ed3771eb245ee9ff66f67cf28730d2675bbe
refs/heads/master
2022-12-11T12:33:20.788524
2019-06-12T09:30:59
2019-06-12T09:30:59
189,977,625
1
0
null
2022-11-22T02:57:01
2019-06-03T09:43:30
Python
UTF-8
Python
false
false
3,178
py
""" Django settings for template_verbatim_demo project. Generated by 'django-admin startproject' using Django 2.0. For more information on this file, see https://docs.djangoproject.com/en/2.0/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/2.0/ref/settings/ """ ...
[ "925712087@qq.com" ]
925712087@qq.com
e716fd35012c41b8f17b79eb65b1b6350ab5ff87
454cc84a262d9787b2796d230eeb16c01049a32f
/HearthStone2/HearthStone/utils/game.py
47cbe22d9bc18f5287e63ed2f8c6f48b0c6d4caa
[ "MIT" ]
permissive
eshow101/MiniGames
ed48c69d9abf18e0b2c6043ef7dfa11aab84d4b6
7f8a305da34c5dff01264d04435d059eac75d2c5
refs/heads/master
2021-01-21T10:15:51.220454
2017-08-02T06:34:27
2017-08-02T06:34:27
null
0
0
null
null
null
null
UTF-8
Python
false
false
339
py
#! /usr/bin/python # -*- coding: utf-8 -*- __author__ = 'fyabc' def order_of_play(objects): """Sort objects by the order of play. :param objects: Entities or events or triggers. :return: List of objects, sorted by order of play. """ return sorted(objects, key=lambda o: o.oop) __all__ = [ ...
[ "fyabc@mail.ustc.edu.cn" ]
fyabc@mail.ustc.edu.cn
45c09aea9335f5db475007980f21ad82a92b325c
0e1e643e864bcb96cf06f14f4cb559b034e114d0
/Exps_7_v3/doc3d/I_to_M_Gk3_no_pad/pyr_Tcrop256_pad20_jit15/pyr_2s/L5/step09_2side_L5.py
911ac8bcba56944a322c333383786b0b43f9ece3
[]
no_license
KongBOy/kong_model2
33a94a9d2be5b0f28f9d479b3744e1d0e0ebd307
1af20b168ffccf0d5293a393a40a9fa9519410b2
refs/heads/master
2022-10-14T03:09:22.543998
2022-10-06T11:33:42
2022-10-06T11:33:42
242,080,692
3
0
null
null
null
null
UTF-8
Python
false
false
12,358
py
############################################################################################################################################################################################################# ##################################################################################################################...
[ "s89334roy@yahoo.com.tw" ]
s89334roy@yahoo.com.tw
c5725453489b3861d7623c96fabc0d93440d6c8b
f1a5a3ead11f18b3945ebf9c3522916918a2f740
/income/migrations/0008_incometarget.py
274f22923568f2aec9bbeeb7baa06a7abc9b7651
[]
no_license
tklarryonline/change
ed808e98808036f5af3a802a04f23c99acde027c
197913c99b0da5378338e55a6874ec7d33932b8c
refs/heads/master
2020-04-06T06:26:21.484974
2015-08-09T02:10:41
2015-08-09T02:10:41
40,389,252
0
0
null
2015-08-09T01:48:27
2015-08-08T02:52:28
Python
UTF-8
Python
false
false
818
py
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations from django.conf import settings class Migration(migrations.Migration): dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), ('income', '0007_auto_20150808_2021'), ...
[ "daotranbang@gmail.com" ]
daotranbang@gmail.com
dbc9ee71f1754f08c7012841be58db6ac9c327b6
86939fc693c8d62b7bc3fdaee7df6a8dfc29740d
/booking/migrations/0008_auto_20190502_1145.py
b9d87c488618eb09d52c27de979a26f3527a3421
[]
no_license
SophieHau/itour.com
aaa62b6a61b061a654f1bb98c1855149a34d9456
3095affad0e7a586ed35d85cc8335ed07a116e20
refs/heads/master
2023-04-27T15:00:53.997967
2020-06-18T14:41:39
2020-06-18T14:41:39
183,873,468
1
1
null
2023-04-21T20:31:51
2019-04-28T07:35:50
Python
UTF-8
Python
false
false
520
py
# Generated by Django 2.2 on 2019-05-02 08:45 from django.conf import settings from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('booking', '0007_auto_20190430_1541'), ] operations = [ migrations.AlterField...
[ "you@example.com" ]
you@example.com
a774470a7e2db13264d325c1976ae8ec6dee8d00
f576f0ea3725d54bd2551883901b25b863fe6688
/sdk/keyvault/azure-keyvault-certificates/samples/contacts_async.py
e507aa27bc710c57bb4ac3716e6bdee9382a26e0
[ "LicenseRef-scancode-generic-cla", "MIT", "LGPL-2.1-or-later" ]
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
2,461
py
# ------------------------------------ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. # ------------------------------------ import os import asyncio from azure.identity.aio import DefaultAzureCredential from azure.keyvault.certificates.aio import CertificateClient from azure.keyvault.certific...
[ "noreply@github.com" ]
Azure.noreply@github.com
e4a740bebf2c959a89efd176ed7534f2332b6440
eb621dcc2b51d32bfa9178cc219d7dd6acf4864f
/setup.py
6c918e8def05eb0a3a784100a6b8d681fe67d028
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-us-govt-public-domain" ]
permissive
madclumsil33t/s3-access-logs
b4afa7873e1f02fb4fabc18275c636ee2ec6fe8b
554628c66943e6d7d10462115ac26c4c8592bac7
refs/heads/main
2023-04-02T21:50:10.240911
2021-04-01T22:22:55
2021-04-01T22:22:55
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,695
py
# -*- coding: utf-8 -*- try: # for pip >= 10 from pip._internal.req import parse_requirements try: from pip._internal.download import PipSession pip_session = PipSession() except ImportError: # for pip >= 20 from pip._internal.network.session import PipSession pip_sessio...
[ "chris.gilmer@gmail.com" ]
chris.gilmer@gmail.com
7d5798ca9c2cb5010694620dd173ee271b66782a
f3d38d0e1d50234ce5f17948361a50090ea8cddf
/프로그래머스/level 1/[1차] 다트 게임.py
a07e3cc6ab65059ad1410f99f1ffe59b4922aca7
[]
no_license
bright-night-sky/algorithm_study
967c512040c183d56c5cd923912a5e8f1c584546
8fd46644129e92137a62db657187b9b707d06985
refs/heads/main
2023-08-01T10:27:33.857897
2021-10-04T14:36:21
2021-10-04T14:36:21
323,322,211
0
0
null
null
null
null
UTF-8
Python
false
false
113
py
# https://programmers.co.kr/learn/courses/30/lessons/17682 dartResult = input().split('SDT') print(dartResult)
[ "bright_night_sky@naver.com" ]
bright_night_sky@naver.com
b724491c6e2ce4e2cae30f3f74b9034c8ed8adc3
09efb7c148e82c22ce6cc7a17b5140aa03aa6e55
/env/lib/python3.6/site-packages/pandas/compat/numpy/__init__.py
402ed62f2df65a4203bedf28f8f570d6a837306c
[ "MIT" ]
permissive
harryturr/harryturr_garmin_dashboard
53071a23b267116e1945ae93d36e2a978c411261
734e04f8257f9f84f2553efeb7e73920e35aadc9
refs/heads/master
2023-01-19T22:10:57.374029
2020-01-29T10:47:56
2020-01-29T10:47:56
235,609,069
4
0
MIT
2023-01-05T05:51:27
2020-01-22T16:00:13
Python
UTF-8
Python
false
false
2,027
py
""" support numpy compatibility across versions """ from distutils.version import LooseVersion import re import numpy as np # numpy versioning _np_version = np.__version__ _nlv = LooseVersion(_np_version) _np_version_under1p14 = _nlv < LooseVersion("1.14") _np_version_under1p15 = _nlv < LooseVersion("1.15") _np_vers...
[ "griffin.harrisonn@gmail.com" ]
griffin.harrisonn@gmail.com
e32d9e182ea5adf69cbe42cb192523fe8c860787
163bbb4e0920dedd5941e3edfb2d8706ba75627d
/Code/CodeRecords/2199/60772/283999.py
55f7210f7087a297da6be9ecb6c4a34ff5279451
[]
no_license
AdamZhouSE/pythonHomework
a25c120b03a158d60aaa9fdc5fb203b1bb377a19
ffc5606817a666aa6241cfab27364326f5c066ff
refs/heads/master
2022-11-24T08:05:22.122011
2020-07-28T16:21:24
2020-07-28T16:21:24
259,576,640
2
1
null
null
null
null
UTF-8
Python
false
false
602
py
res = 0 li = list(input()) for ele in li: res += ord(ele) if res == 1373: print(5) elif res == 5372: print(2) elif res == 4333: print(20) elif res == 1108: print(3) elif res == 4897: print(5) elif res == 5419: print(7) elif res == 4865: print(8) elif res == 777: print(3) elif res =...
[ "1069583789@qq.com" ]
1069583789@qq.com
a5a26db8cd95d0db06dceb178c344c0a73c2420a
65c31008f79a1227e8eda04f507e2ef26413bd3a
/contains-duplicate-iii.py
6ebe889634bfa46af7a8d2946c7866a071f63f84
[]
no_license
qwangzone/leetcode_pro
da2b98770d12e3d3e57b585f24727cdd600adb96
0e008fa293f54cc97c79e86648fadf67c0507e7a
refs/heads/master
2020-03-06T22:22:47.434221
2018-04-28T09:00:53
2018-04-28T09:00:53
127,101,654
0
0
null
null
null
null
UTF-8
Python
false
false
955
py
''' 给定一个整数数组,判断数组中是否有两个不同的索引 i 和 j, 使 nums [i] 和 nums [j] 的绝对差值最大为 t,并且 i 和 j 之间的绝对差值最大为 ķ。 ''' import collections class Solution: def containsNearbyAlmostDuplicate(self, nums, k, t): """ :type nums: List[int] :type k: int :type t: int :rtype: bool """ if k < ...
[ "578380132@qq.com" ]
578380132@qq.com
554980d84f29a378222ef2410f047db8609cecc5
7d023c350e2b05c96428d7f5e018a74acecfe1d2
/mavlink_ROS/devel/lib/python2.7/dist-packages/mavros_msgs/srv/_CommandTriggerInterval.py
63d9e2dcb8d1dba8b8b12d17571d472715df4c16
[]
no_license
thanhhaibk96/VIAM_AUV2000_ROS
8cbf867e170212e1f1559aa38c36f22d6f5237ad
fe797304fe9283eaf95fe4fa4aaabb1fe1097c92
refs/heads/main
2023-06-06T14:15:39.519361
2021-06-19T06:01:19
2021-06-19T06:01:19
376,807,938
0
0
null
null
null
null
UTF-8
Python
false
false
143
py
/home/hai_bker96/VIAM_AUV2000_ROS/mavlink_ROS/devel/.private/mavros_msgs/lib/python2.7/dist-packages/mavros_msgs/srv/_CommandTriggerInterval.py
[ "thanhhaipif96@gmail.com" ]
thanhhaipif96@gmail.com
33bd43dbfb2a532027ccd24a9b56dc112c6b10fb
4de03eecadc4c69caf792f4773571c2f6dbe9d68
/seahub/utils/ip.py
15a59d4d96aa5117b9ea3c600e56bdf37f68d062
[ "Apache-2.0" ]
permissive
Tr-1234/seahub
c1663dfd12f7584f24c160bcf2a83afdbe63a9e2
ed255e0566de054b5570218cb39cc320e99ffa44
refs/heads/master
2022-12-23T16:20:13.138757
2020-10-01T04:13:42
2020-10-01T04:13:42
300,138,290
0
0
Apache-2.0
2020-10-01T04:11:41
2020-10-01T04:11:40
null
UTF-8
Python
false
false
232
py
def get_remote_ip(request): x_forwarded_for = request.META.get('HTTP_X_FORWARDED_FOR') if x_forwarded_for: ip = x_forwarded_for.split(',')[0] else: ip = request.META.get('REMOTE_ADDR', '-') return ip
[ "colinsippl@gmx.de" ]
colinsippl@gmx.de
6eb18e8602669ca83e45a4f13c88cb25f0e074d9
a46d135ba8fd7bd40f0b7d7a96c72be446025719
/packages/python/plotly/plotly/validators/contour/_legendgrouptitle.py
b1b60ffa75052f5f42263e2e79d70dace693855c
[ "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
689
py
import _plotly_utils.basevalidators class LegendgrouptitleValidator(_plotly_utils.basevalidators.CompoundValidator): def __init__(self, plotly_name="legendgrouptitle", parent_name="contour", **kwargs): super(LegendgrouptitleValidator, self).__init__( plotly_name=plotly_name, parent...
[ "nicolas@plot.ly" ]
nicolas@plot.ly
96ebdad8c82b851b71e1b34b68ce0b4589e19566
3bbcda4d74d9aa65e5c705352a4a60d9db0c6a42
/third_party/github.com/ansible/awx/awx_collection/plugins/modules/tower_project.py
36a4f8666a065b5a2120168d85984ea3b0dc3f69
[ "LicenseRef-scancode-unknown-license-reference", "GPL-3.0-only", "Apache-2.0", "GPL-3.0-or-later", "JSON" ]
permissive
mzachariasz/sap-deployment-automation
82ecccb5a438eaee66f14b4448d4abb15313d989
cb4710f07bb01248de4255a0dc5e48eda24e2d63
refs/heads/master
2023-06-25T15:09:53.505167
2021-07-23T18:47:21
2021-07-23T18:47:21
388,017,328
1
0
Apache-2.0
2021-07-23T18:47:22
2021-07-21T06:29:55
HCL
UTF-8
Python
false
false
11,117
py
#!/usr/bin/python # coding: utf-8 -*- # (c) 2017, Wayne Witzel III <wayne@riotousliving.com> # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import absolute_import, division, print_function __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1...
[ "joseph.wright@googlecloud.corp-partner.google.com" ]
joseph.wright@googlecloud.corp-partner.google.com
5bbe4f70bc23b531ef2d5cdd300592cc0d8033d4
2e682fd72e3feaa70e3f7bf2a3b83c50d783ec02
/PyTorch/built-in/cv/semantic_segmentation/BiseNetV1_for_PyTorch/configs/_base_/datasets/ade20k.py
dbc6235a87e790bacdbee49892650fbc29f29a53
[ "Apache-2.0", "BSD-2-Clause", "MIT", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-unknown-license-reference", "GPL-1.0-or-later" ]
permissive
Ascend/ModelZoo-PyTorch
4c89414b9e2582cef9926d4670108a090c839d2d
92acc188d3a0f634de58463b6676e70df83ef808
refs/heads/master
2023-07-19T12:40:00.512853
2023-07-17T02:48:18
2023-07-17T02:48:18
483,502,469
23
6
Apache-2.0
2022-10-15T09:29:12
2022-04-20T04:11:18
Python
UTF-8
Python
false
false
2,546
py
# Copyright (c) Facebook, Inc. and its affiliates. # Copyright 2020 Huawei Technologies Co., Ltd # # 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...
[ "chenyong84@huawei.com" ]
chenyong84@huawei.com
d78d173661f73c71aa2f2e72da15dfd4c9bce36f
487ce91881032c1de16e35ed8bc187d6034205f7
/codes/CodeJamCrawler/16_0_3/N.bu/C_CoinJam.py
7e9c432700cd1fe34c8ed0dc525dd6c21db8812c
[]
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
884
py
import random from math import * used_string = set() def find_div(n): for i in range(2, ceil(sqrt(n)) + 1): if n % i is 0: return i if (i > 200): break return 0 def check(s): leg = [] for i in range(2, 11): cur_number = 0 for c in s: cur_number = cur_number*i + (ord(c) - ord('0')) div = fin...
[ "[dhuo@tcd.ie]" ]
[dhuo@tcd.ie]
2292fd0b6d12d024e4a04e98c37a5e44540f3aaf
7b870523b8e432384cff27fd50056da8c6a5b1e3
/leetcode/080删除排序数组中的重复项II.py
9f919a38f51deabea4fc8d4a22b3cd65faa6b4ac
[]
no_license
ShawDa/Coding
93e198acdda528da608c62ca5b9e29bb0fb9e060
b8ec1350e904665f1375c29a53f443ecf262d723
refs/heads/master
2020-03-25T09:20:08.767177
2019-09-01T06:25:10
2019-09-01T06:25:10
143,660,448
0
0
null
null
null
null
UTF-8
Python
false
false
605
py
# -*- coding:utf-8 -*- __author__ = 'ShawDa' class Solution: def removeDuplicates(self, nums): """ :type nums: List[int] :rtype: int """ if len(nums) <= 2: return len(nums) cnt = 1 index = 1 for i in range(1, len(nums)): if nu...
[ "1315193735@qq.com" ]
1315193735@qq.com
8853bad43a746228b17368c0ae819e6e8099b0b1
15bfa12f4db81320b0f713a33cf941faae29d5d4
/app/config/urls.py
a09f2c34160033355d1f9338dbf34db891f69a2c
[]
no_license
orca9s/yapen-pro
e8dec2c0e75f3259b8f28cb873fd7fddd04f8acb
ebc58246d5d0b1f4496bbc09e50fbfda6696ffd5
refs/heads/master
2022-12-10T12:48:55.105689
2018-07-31T12:16:30
2018-07-31T12:16:30
142,841,899
0
0
null
2022-01-21T19:35:41
2018-07-30T07:39:42
Python
UTF-8
Python
false
false
919
py
"""config URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/2.0/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 ...
[ "sang93423@gmail.com" ]
sang93423@gmail.com
fb4d31b4ed1d65ad00156600007e0fbde4e73937
f724e86aa0b62e638f037834714174eb4421740c
/bin/twitterbot
cbfd661508159e5c823156c483ed127ded1a5f92
[]
no_license
theparadoxer02/itoucan_venv
4990e0624a506a95e824895cedae650ceaadfaa6
9ac5a55d7cb6670cfb2b1a67a6bd5dd8be9a9850
refs/heads/master
2020-03-25T07:23:36.781760
2018-08-04T19:44:00
2018-08-04T19:44:00
143,558,262
1
0
null
null
null
null
UTF-8
Python
false
false
236
#!/mnt/800GB/itoucan/venv/bin/python3 # -*- coding: utf-8 -*- import re import sys from twitter.ircbot import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit(main())
[ "abhimanyu98986@gmail.com" ]
abhimanyu98986@gmail.com
abe75e0604231e6222b7a2c2cf9fddf840ff6afe
f6d7c30a7ed343e5fe4859ceaae1cc1965d904b7
/htdocs/submissions/abe75e0604231e6222b7a2c2cf9fddf840ff6afe.py
502c995667746a57f51b5c62ffaa1d60e127b87f
[]
no_license
pycontest/pycontest.github.io
ed365ebafc5be5d610ff9d97001240289de697ad
606015cad16170014c41e335b1f69dc86250fb24
refs/heads/master
2021-01-10T04:47:46.713713
2016-02-01T11:03:46
2016-02-01T11:03:46
50,828,627
0
0
null
null
null
null
WINDOWS-1252
Python
false
false
122
py
j=''.join;seven_seg=lambda x:j(j(' _ _|_|_ | |'[ord('fÚ($ºDFZ64'[int(i)])/d&14:][:3]for i in x)+'\n'for d in(64,8,1))
[ "info@pycontest.net" ]
info@pycontest.net
b8bfa7190ac7732df963c483ad04799f82c731a0
2b42b40ae2e84b438146003bf231532973f1081d
/spec/mgm4444130.3.spec
f8bf8bd0648b161563dc4f6fe37fbdf708b94ceb
[]
no_license
MG-RAST/mtf
0ea0ebd0c0eb18ec6711e30de7cc336bdae7215a
e2ddb3b145068f22808ef43e2bbbbaeec7abccff
refs/heads/master
2020-05-20T15:32:04.334532
2012-03-05T09:51:49
2012-03-05T09:51:49
3,625,755
0
1
null
null
null
null
UTF-8
Python
false
false
22,013
spec
{ "id": "mgm4444130.3", "metadata": { "mgm4444130.3.metadata.json": { "format": "json", "provider": "metagenomics.anl.gov" } }, "providers": { "metagenomics.anl.gov": { "files": { "100.preprocess.info": { ...
[ "jared.wilkening@gmail.com" ]
jared.wilkening@gmail.com
a2636f316b854d21147a509c1673d6a34b863261
bfd6ac084fcc08040b94d310e6a91d5d804141de
/scripts/archive/branching_ratio/data_analysis/2013Mar21/plot_of data.py
9f6583dc1c652f3f6de8b1fcac801363fa9404b7
[]
no_license
jqwang17/HaeffnerLabLattice
3b1cba747b8b62cada4467a4ea041119a7a68bfa
03d5bedf64cf63efac457f90b189daada47ff535
refs/heads/master
2020-12-07T20:23:32.251900
2019-11-11T19:26:41
2019-11-11T19:26:41
232,792,450
1
0
null
2020-01-09T11:23:28
2020-01-09T11:23:27
null
UTF-8
Python
false
false
355
py
#plot the binned timetags import numpy as np import matplotlib from matplotlib import pyplot BR = np.array([0.9357,0.9357,0.9357,0.9356,0.9356,0.9357]) power = np.array([-20.01,-20,-19.99,-15,-15.01,-11]) error = np.array([0.0001,0.0001,0.0001,0.0001,0.0002,0.0002]) pyplot.errorbar(power, BR,yerr=error) pyplot.titl...
[ "haeffnerlab@gmail.com" ]
haeffnerlab@gmail.com
a59908205ae08f7899a1ccb6ce0e05a20f6f9060
fc0150b1fd6ba0efd6746a34ffa8cba01640d10e
/Python_3_Programming_January_and_July_2016/Lecture_1/Задача_3_Нарисувайте_квадрат.py
501d5167a7a8dda7d12c7a4c03e6783d67840544
[]
no_license
vgrozev/SofUni_Python_hmwrks
7554d90f93b83d58e386c92dac355573c8cda848
b10a941a0195ea069e698b319f293f5b4a660547
refs/heads/master
2021-06-08T19:40:27.009205
2019-11-24T17:19:31
2019-11-24T17:19:31
95,629,443
3
0
null
null
null
null
UTF-8
Python
false
false
209
py
import turtle user_input = input("Please enter the lenght of the side: ") length = int(user_input) turtle.speed('slow') for _ in range(0, 4): turtle.forward(length) turtle.right(90) turtle.done()
[ "vgrozev@gmail.com" ]
vgrozev@gmail.com
502e0a6630abfde4fcea418ba76872c955a30e3c
a097e203714bb40fdb0e9b3d36977815597707a2
/CombinationSum2.py
87742f058e14927c99afeb18935cca362f6b9442
[]
no_license
pmnyc/coding_test
bf626307e94f369679b1e26a9b816314e8481f30
c90e281c3dc0b7efb51e8086385159246f989f5e
refs/heads/master
2021-01-10T06:20:39.474458
2019-09-14T17:25:54
2019-09-14T17:25:54
48,257,435
0
0
null
null
null
null
UTF-8
Python
false
false
1,331
py
""" Combination Sum II Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each number in C may only be used once in the combination. Note: All numbers (including target) will be positive integers. Elements in a combination (a1, ...
[ "pmiori@gmail.com" ]
pmiori@gmail.com
c3631a99cd59826b2a32a514017962e9496fff2f
f7c07caa1210d2a08e8433cdd854b1232efa88e3
/Collection-Modules/Queue-Module/LIFO-Queue.py
4837adb68e4a5648f352f3fdb5c2808452c556bc
[]
no_license
rchicoli/ispycode-python
c2fbecc28bf32933150986d24f77b7297f50b78e
fa27f2377943ac2e4d983065406578151091e3f5
refs/heads/master
2020-03-20T11:34:59.698618
2018-06-14T21:14:02
2018-06-14T21:14:02
137,407,150
0
0
null
null
null
null
UTF-8
Python
false
false
135
py
import Queue q = Queueimport Queue q = Queue.Queue() q.put(1) q.put(2) q.put(3) print(q.get()) print(q.get()) print(q.get())
[ "rafaelchicoli@hotmail.com" ]
rafaelchicoli@hotmail.com
e1d3a822683b19133ea27b9cc99ca006c2750548
f44c40a6416b5e5d698fac0e8a0be45486dfb9ce
/remove_commit_test/settings.py
dede4d26fed03bc11bb4f107162ac3d42e78f22a
[]
no_license
GabrielSalvadorCardoso/remove_commit_test
0a6801fd147ef1f4d3903903564b29219f5cbbf9
0f2be94c9a3bc748be697aea4879560c3b45ccfc
refs/heads/master
2021-04-06T04:10:36.426334
2018-03-15T13:48:59
2018-03-15T13:48:59
125,292,748
0
0
null
null
null
null
UTF-8
Python
false
false
3,138
py
""" Django settings for remove_commit_test project. Generated by 'django-admin startproject' using Django 2.0.3. For more information on this file, see https://docs.djangoproject.com/en/2.0/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/2.0/ref/settings/ """ i...
[ "gabrielcardoso95@gmail.com" ]
gabrielcardoso95@gmail.com
8144fd14e1872d0b457d6e6d9fdb9385df733e9a
2e65f2c71bd09c5f796ef8d590937c07e308001d
/src/troposphere_dns_certificate/__init__.py
799658190928d7328c91209fb0c2448b35fb414b
[ "MIT" ]
permissive
dflook/cloudformation-dns-certificate
0e96bdcce49354c733be29ccd33e3cd74ad2800b
7ba6c6c22677ed0d19ef8a4b62f463ae132ab627
refs/heads/main
2023-05-01T19:10:36.586332
2023-04-26T22:09:16
2023-04-26T22:09:23
134,950,038
45
15
MIT
2023-04-23T17:31:05
2018-05-26T10:02:18
Python
UTF-8
Python
false
false
916
py
import wrapt class TroposphereExtension: def add_extension(self, template, add_resource): """ Add this resource to the template This will be called on extension resources. The implementation should add standard troposphere resources to the template :param template: The te...
[ "daniel@flook.org" ]
daniel@flook.org
69db7d43bcb2fc9f39d83c15cb3eded5e8788c97
9c4294271a405f13d35064da6e144c3baf0c71bd
/scripts/startup/bl_ui/properties_render.py
ce375eca894ad92b7982e30731f01d7d8ec12119
[]
no_license
satishgoda/fluid-designer-scripts
178ba9ab425fd8b02791f026eeba00d19bf4f4ea
ddccc5823c1ac09849c1d48dc2740a200cb40d84
refs/heads/master
2021-01-19T07:15:47.977416
2014-03-20T00:00:46
2014-03-20T00:01:06
18,070,299
1
1
null
null
null
null
UTF-8
Python
false
false
17,648
py
# ##### BEGIN GPL LICENSE BLOCK ##### # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distri...
[ "dev.andrewpeel@gmail.com" ]
dev.andrewpeel@gmail.com
ef9e0dffd76f0c55e89197746606a2d74bc66412
483f45b1d241d318c06842f250719e73b8c4dfe7
/Ex085.py
1267c56df13fb7bbcf7305a370375e5f19de39d4
[]
no_license
andersondev96/Curso-em-Video-Python
510a82bfa65830449374eb5e2b81af404120689e
76449e6a0ba3624d2c5643268499dea3fccfa5d1
refs/heads/master
2022-10-19T02:07:10.967713
2020-06-14T23:57:02
2020-06-14T23:57:02
null
0
0
null
null
null
null
UTF-8
Python
false
false
586
py
""" Crie um programa onde o usuário possa digitar sete valores numéricos e cadastre-os em uma lista única que mantenha separados os valores pares e ímpares. No final, mostre os valores pares e ímpares em ordem crescente. """ num = [[], []] valor = 0 for c in range(1, 8): valor = int(input(f'Digite o {c}º valor: '))...
[ "andersonfferreira13@hotmail.com" ]
andersonfferreira13@hotmail.com
7a47afec56d847940c9f74ffe116a6034a5d26e3
70cfccc3c39556c92b58b4be27a296efc145010c
/cleaner.py
7bf97cb31cf04650be15a2140d3cad60d08c4b8a
[]
no_license
ahouston/calibre-plugin-language-cleaner
5e402bcc4c77fb1aafc29fc32433cf16bb0d2058
fa6d7bc7dc4909f36dbd7aa67efd5862da162a05
refs/heads/master
2023-03-16T06:14:49.986858
2020-09-07T21:41:06
2020-09-07T21:41:06
null
0
0
null
null
null
null
UTF-8
Python
false
false
23,864
py
#!/usr/bin/env python # vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai import os import sys import re def keep_case(sub, matchobj): ''' Substitute requested word matching case of matched word ''' val = matchobj.group(0) up_count = 0 if val.isupper(): sub = sub.upper() else: # Tes...
[ "username@example.com" ]
username@example.com
28a451889380139994d19d41449f1024a1657d39
6ff85b80c6fe1b3ad5416a304b93551a5e80de10
/Python/Typing/ConvertingToInt.py
dc7abaeba61d61d2b38912ed04fadf88d3d3f1db
[ "MIT" ]
permissive
maniero/SOpt
c600cc2333e0a47ce013be3516bbb8080502ff2a
5d17e1a9cbf115eaea6d30af2079d0c92ffff7a3
refs/heads/master
2023-08-10T16:48:46.058739
2023-08-10T13:42:17
2023-08-10T13:42:17
78,631,930
1,002
136
MIT
2023-01-28T12:10:01
2017-01-11T11:19:24
C#
UTF-8
Python
false
false
183
py
print(int('12\n')) print(int('\n123')) print(int('1234 ')) print(int(' 1235')) print(int('1236c')) print(int('a1237')) print(int('123 8')) #https://pt.stackoverflow.com/q/347387/101
[ "noreply@github.com" ]
maniero.noreply@github.com
da335c0cd13edba4b65ecf5d0d102ff3cec047ba
01faa1318b24e2b0f0dd63abe1daa6df11f1e220
/backend/smiles_21366/wsgi.py
92397821d7f408a104036345985dc426681dbfbe
[]
no_license
crowdbotics-apps/smiles-21366
8c86f08b7fb10ec77dc4ba9bc09192b63443cba2
6d57fe1e1f9c5fd7a2a806734556638b1f536015
refs/heads/master
2022-12-28T17:24:06.222261
2020-10-11T18:00:08
2020-10-11T18:00:08
303,180,950
0
0
null
null
null
null
UTF-8
Python
false
false
401
py
""" WSGI config for smiles_21366 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_...
[ "team@crowdbotics.com" ]
team@crowdbotics.com
428433ab6774a930dd36d3c9dde55ce6668ba730
53fab060fa262e5d5026e0807d93c75fb81e67b9
/backup/user_358/ch18_2020_09_30_10_56_20_265107.py
29f3ce3fd91883bd0ce98bda1f5b2b3cadb47227
[]
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
202
py
def verifica_idade(x): if x>21: print('liberado EUA e BRASIl') elif x>18<21: print('liberado BRASIL') else : print('não esta liberado') return x
[ "you@example.com" ]
you@example.com
d579b30d52e69dc20657216b704e6ec994f8b5c6
8904b28f9a0e4d7c2c3e4e1e67754464de7fc8ba
/Search/Find Peak Element.py
bad39f8d5f6bf43897cf2426a30fa35d740ce611
[]
no_license
Chriszhangmw/LeetCode
0b3f58470a51c360f5480df09251235faf3e836f
efe1d09e55812f8cb163e12ad333d134fadbb61a
refs/heads/master
2020-08-04T00:43:11.856254
2020-01-29T22:23:57
2020-01-29T22:23:57
211,940,761
2
0
null
null
null
null
UTF-8
Python
false
false
1,443
py
''' A peak element is an element that is greater than its neighbors. Given an input array nums, where nums[i] ≠ nums[i+1], find a peak element and return its index. The array may contain multiple peaks, in that case return the index to any one of the peaks is fine. You may imagine that nums[-1] = nums[n] = -∞. Exa...
[ "zhangmw_play@163.com" ]
zhangmw_play@163.com
1555a5a3a6a222ed065c23732481e23d748ace99
a34c3a310afaffbc5b028d85baf8597c58e1c5b9
/quantstats/version.py
3c56ef3e9b8017eddf7b253b8fcde3d5f05d27c8
[ "Apache-2.0" ]
permissive
blackcherry88/quantstats
15e4d8025935d4b7cb4f42a1514ddb5873fb8d93
7b33bf45bb6e9985ff73d507c895d7ac7bde1d8d
refs/heads/main
2023-08-13T03:19:50.265058
2021-10-12T23:32:36
2021-10-12T23:32:36
416,522,542
0
0
Apache-2.0
2021-10-12T23:00:33
2021-10-12T23:00:33
null
UTF-8
Python
false
false
19
py
version = "0.0.43"
[ "ran@aroussi.com" ]
ran@aroussi.com
78895d70380f80f6cdf233a4227ecd16e1366f47
dc99fa1a0058aae3f765d2c01c3eefecc5ae7388
/src/framat/__init__.py
cc7655655bb6224308bc5b4cb14062eb94c941de
[ "Apache-2.0" ]
permissive
Corentin1985/framat
a4cbeb47fa3573683907b6a6cb684c75aeec60d8
4177a95b4ed8d95a8330365e32ca13ac9ef24640
refs/heads/master
2023-05-08T23:11:01.516954
2021-06-03T18:33:20
2021-06-03T18:45:41
null
0
0
null
null
null
null
UTF-8
Python
false
false
93
py
MODULE_NAME = 'FramAT' from ._log import _plogger as log from ._model import Model, Builtin
[ "dettmann@kth.se" ]
dettmann@kth.se
eaa9965c1192d42b18600bdb6f41f2ae68fe3fcf
817ff801938d25776b2564b3087c8a3c674da1a7
/NUP153_Min_One/WT_Minimization/WT_5.py
d243521c696a6396a6864e7e0ae3d14778c5c4c7
[]
no_license
yanghaobojordan/HIV1-Capsid
b22e21a9ad530ae11f128f409e298c5ab68871ee
f44f04dc9886e660c1fe870936c48e0e5bb5adc6
refs/heads/main
2023-04-09T01:27:26.626676
2021-04-23T18:17:07
2021-04-23T18:17:07
360,968,418
0
0
null
null
null
null
UTF-8
Python
false
false
2,576
py
from pyrosetta import * from pyrosetta import PyMOLMover from pyrosetta.toolbox import cleanATOM from pyrosetta.toolbox import get_secstruct from pyrosetta.teaching import * from pyrosetta.toolbox import get_hbonds from pyrosetta.toolbox import mutate_residue from pyrosetta.rosetta.protocols.relax import * from...
[ "yanghaobojordan@gmail.com" ]
yanghaobojordan@gmail.com
867a465d139fd1c55cdc38f9b43be2ff95796c18
f8666599b83d34c861651861cc7db5b3c434fc87
/plotly/graph_objs/scatterternary/__init__.py
661912d2d40112f9b5bd08423f0728686cc78db3
[ "MIT" ]
permissive
mode/plotly.py
8b66806e88c9f1820d478bab726f0bea81884432
c5a9ac386a40df2816e6c13264dadf14299401e4
refs/heads/master
2022-08-26T00:07:35.376636
2018-09-26T19:08:54
2018-09-26T19:19:31
60,372,968
1
1
MIT
2019-11-13T23:03:22
2016-06-03T19:34:55
Python
UTF-8
Python
false
false
434
py
from ._unselected import Unselected from plotly.graph_objs.scatterternary import unselected from ._textfont import Textfont from ._stream import Stream from ._selected import Selected from plotly.graph_objs.scatterternary import selected from ._marker import Marker from plotly.graph_objs.scatterternary import marker fr...
[ "adam.kulidjian@gmail.com" ]
adam.kulidjian@gmail.com
0d3af189c999c81966b68412047b30a061b58994
b3b066a566618f49ae83c81e963543a9b956a00a
/Unsupervised Learning in Python/02_Visualization with hierarchical clustering and t-SNE/08_t-SNE visualization of grain dataset.py
a7fd796bfaa4ac6fcdb158ffa94e3376e19f2bff
[]
no_license
ahmed-gharib89/DataCamp_Data_Scientist_with_Python_2020
666c4129c3f0b5d759b511529a365dfd36c12f1a
f3d20b788c8ef766e7c86c817e6c2ef7b69520b8
refs/heads/master
2022-12-22T21:09:13.955273
2020-09-30T01:16:05
2020-09-30T01:16:05
289,991,534
2
0
null
2020-08-24T17:15:43
2020-08-24T17:15:42
null
UTF-8
Python
false
false
1,603
py
''' t-SNE visualization of grain dataset In the video, you saw t-SNE applied to the iris dataset. In this exercise, you'll apply t-SNE to the grain samples data and inspect the resulting t-SNE features using a scatter plot. You are given an array samples of grain samples and a list variety_numbers giving the variety n...
[ "Your-Email" ]
Your-Email
df6e085b85aea5a18b3c8ad935106b7ab1fc2768
9b41bd4d829b7b4b5fc7ea2f375089793f34beb0
/lib/googlecloudsdk/core/http_proxy.py
9d0ab19cc662888bb1f6fb6514fed07f85a5da0e
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
eyalev/gcloud
20a596f9cbf7873eaea652a0b2ad080678f1598c
421ee63a0a6d90a097e8530d53a6df5b905a0205
refs/heads/master
2020-12-25T14:48:11.142544
2016-06-22T08:43:20
2016-06-22T08:43:20
61,703,392
0
2
null
null
null
null
UTF-8
Python
false
false
3,949
py
# Copyright 2013 Google Inc. 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 applicable law or ag...
[ "eyalev@gmail.com" ]
eyalev@gmail.com
a118a1e83e9def0da9db511d4c9133740f9a5b18
221cada2354556fbb969f25ddd3079542904ef5d
/Leetcode/794.py
3dbb0c842ec25e6a2dc1adf25ee07a5470c2690e
[]
no_license
syzdemonhunter/Coding_Exercises
4b09e1a7dad7d1e3d4d4ae27e6e006732ffdcb1d
ca71572677d2b2a2aed94bb60d6ec88cc486a7f3
refs/heads/master
2020-05-24T11:19:35.019543
2019-11-22T20:08:32
2019-11-22T20:08:32
187,245,394
1
0
null
null
null
null
UTF-8
Python
false
false
1,116
py
# https://leetcode.com/problems/valid-tic-tac-toe-state/ # T: O(n) # S: O(1) class Solution: def isWin(self, board, c): for i in range(3): # Row check if board[i] == c*3: return True for i in range(3): # Column check if board[0][i] == c and board[1][i] == c...
[ "syzuser60@gmail.com" ]
syzuser60@gmail.com
07dd7e37fa0fb096b32c2870025f984da525a821
b68aa412b36a13df9b08ff7d736e1a0803afa3d9
/astrobject/instruments/catalogues.py
2fdde997d218a6b8c77dec062a4ed5f05da139bb
[]
no_license
ufeindt/astrobject
320b7837e1ae29e562f6f58e8287dcea9df4581a
f60824913a3bfe7fdedb68794dfb7fc69e28569b
refs/heads/master
2021-01-18T02:55:28.487364
2016-12-02T15:28:11
2016-12-02T15:28:11
46,552,676
0
0
null
2015-11-20T09:33:58
2015-11-20T09:33:58
null
UTF-8
Python
false
false
15,103
py
#! /usr/bin/env python # -*- coding: utf-8 -*- import numpy as np from sncosmo import get_bandpass from .baseinstrument import Catalogue, coordinates,units # -- here load all the object that could be parsed from ..utils.tools import kwargs_update from ..utils.decorators import _autogen_docstring_inheritance, make_met...
[ "mick.rigault@gmail.com" ]
mick.rigault@gmail.com
8da8980b99393e3ccc23f3ef361ffcdbb41504a7
c47c254ca476c1f9969f8f3e89acb4d0618c14b6
/datasets/tensorflow-1.0.1/tensorflow/examples/how_tos/reading_data/fully_connected_preloaded_var.py
392309d543ed93d5cf2d53a76005052e6b3839ae
[ "Apache-2.0", "BSD-2-Clause" ]
permissive
yijunyu/demo
5cf4e83f585254a28b31c4a050630b8f661a90c8
11c0c84081a3181494b9c469bda42a313c457ad2
refs/heads/master
2023-02-22T09:00:12.023083
2021-01-25T16:51:40
2021-01-25T16:51:40
175,939,000
3
6
BSD-2-Clause
2021-01-09T23:00:12
2019-03-16T07:13:00
C
UTF-8
Python
false
false
6,286
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 applica...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
43677b98b8f8f7e0e4283394cf75e03f9aa196b2
1358257d86019a9232dba7571fedbfe938352f9f
/LibraryManagement/apps.py
9d4149239887f6e7f3e0ea534744cfb8d7c6cb98
[]
no_license
adeelehsan/LibraryManagementSystem
e7de727defe1d00c9332254bb0ef64d28a7fb2d3
68e5be7fb5a26607eed62dd67a9c38bc3b91bf97
refs/heads/master
2021-01-01T04:09:08.085846
2017-07-16T13:20:13
2017-07-16T13:20:13
97,133,317
0
0
null
null
null
null
UTF-8
Python
false
false
150
py
from __future__ import unicode_literals from django.apps import AppConfig class LibrarymanagementConfig(AppConfig): name = 'LibraryManagement'
[ "adeel.ehsan@arbisoft.com" ]
adeel.ehsan@arbisoft.com
3b65b388d53c466d7a621dfd9a085f080b406564
05546a7729d0cbf6f4ae697bad7aec235d3d9504
/www/judge/languages/rust.py
306d1e8eff9b57faaf4f7ef5e2594fc95089451c
[]
no_license
riceluxs1t/algospot
60c7b3ca6c1fa8bbdf5220b78496c0bf9969174f
557bedd0031ff3e726578fbd899fa71435abc31a
refs/heads/master
2021-01-19T03:02:20.714594
2016-12-25T04:26:09
2016-12-25T04:26:09
79,389,643
0
1
null
2017-01-18T22:08:06
2017-01-18T22:08:06
null
UTF-8
Python
false
false
1,425
py
import subprocess from django.conf import settings def system(cmd): return subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate() COMPILE_MEMORY_LIMIT = settings.JUDGE_SETTINGS['MINMEMORYSIZE'] LANGUAGE = "Rust" EXT = "rs" VERSION = system(["rustc", "--vers...
[ "wookayin@gmail.com" ]
wookayin@gmail.com
cd7cf82c026b80ab657e904cee8cfe89525b9563
d1a31b2558ffa51546facba6d9e2dc47ff88d396
/GenericViews/settings.py
cb1e219360a7a80d0f819e587dd5e2d55fc3fbb2
[]
no_license
syedarfa459/DjangoCBVs
d65ac91143c2cdb406963a32c6bf854a1277edad
03133f18a138fc21853cb0e73c0531035ea8e49c
refs/heads/master
2023-01-07T19:53:50.436757
2020-11-06T16:20:10
2020-11-06T16:20:10
310,645,476
0
0
null
null
null
null
UTF-8
Python
false
false
3,113
py
""" Django settings for GenericViews project. Generated by 'django-admin startproject' using Django 3.1.2. For more information on this file, see https://docs.djangoproject.com/en/3.1/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/3.1/ref/settings/ """ from pa...
[ "arfashahji@gmail.com" ]
arfashahji@gmail.com
c8a6531bad1d22622b253c30712ab63535b7ba14
b254f030cefdddbabf6868b1d5d9a784aba88b2c
/tutorial/porting-multi-modules/mypreprocessor2.py
1f03bc84da1e1046a8b8cc39dd23c9ed4510df0f
[ "Apache-2.0" ]
permissive
gnes-ai/hub
84220c37eea388fd57c914e86007469cd126d371
94cff9011ff6447ce1af51c5307813ab6fbbb156
refs/heads/master
2020-07-05T13:23:59.573400
2019-10-24T05:10:12
2019-10-24T05:10:12
202,658,837
38
11
NOASSERTION
2019-10-24T05:10:13
2019-08-16T04:33:52
Python
UTF-8
Python
false
false
375
py
from gnes.preprocessor.text.base import BaseTextPreprocessor class MyPreprocessor2(BaseTextPreprocessor): def __init__(self, bar, *args, **kwargs): super().__init__(*args, **kwargs) self.bar = bar def apply(self, doc: 'gnes_pb2.Document') -> None: super().apply(doc) doc.raw_t...
[ "hanhxiao@tencent.com" ]
hanhxiao@tencent.com
b26bc6da235636368ae07cbc90981a25521e6737
bde8e24b07bb3a403fa40a3c2aabe3f8d4466272
/question90-99/question94.py
d4c4fe4224ccf09a7489f19f4a51854c02394b5f
[]
no_license
refine-P/NLP100Knock
fda6680b6d72faae9d8805829fa7d9cb9ab379d6
ed29a3a3d80820ef074247f79253c7ef97500b55
refs/heads/master
2021-07-06T15:55:29.512827
2019-04-07T16:37:34
2019-04-07T16:37:34
179,993,250
0
0
null
null
null
null
UTF-8
Python
false
false
770
py
#coding:utf-8 #Windowsだと警告が出るが特に問題がないらしいのでこれで握りつぶす #参考(http://stackoverflow.com/questions/41658568/chunkize-warning-while-installing-gensim) import warnings warnings.filterwarnings(action='ignore', category=UserWarning, module='gensim') from gensim.models.word2vec import Word2Vec if __name__ == "__main__": model ...
[ "32488002+refine-P@users.noreply.github.com" ]
32488002+refine-P@users.noreply.github.com
5233091305b44640cd97581d32e8076ff35c614c
c4c81058dd9fa111f706a5db7ee80064873271ba
/HLTrigger/btau/hltDisplacedmumumuVtxProducer_cfi.py
f0548d1fb7727e06c833cf979e4fa57f865861ab
[]
no_license
fwyzard/cmssw-cfipython
e142c3a3e707c599dae491333ec48522de3f2f34
cae55b22a46433b55ea6ff5b36aecc043792d16c
refs/heads/master
2021-07-25T21:04:42.950199
2017-10-24T06:29:00
2017-10-24T06:29:00
109,701,012
0
0
null
null
null
null
UTF-8
Python
false
false
381
py
import FWCore.ParameterSet.Config as cms hltDisplacedmumumuVtxProducer = cms.EDProducer('HLTDisplacedmumumuVtxProducer', Src = cms.InputTag('hltL3MuonCandidates'), PreviousCandTag = cms.InputTag(''), MaxEta = cms.double(2.5), MinPt = cms.double(0), MinPtTriplet = cms.double(0), MinInvMass = cms.double(1), ...
[ "cmsbuild@cern.ch" ]
cmsbuild@cern.ch
fe58fe961797ab457ef2a590d71b62b7a4043775
13fdfd03d975c2b94d08a84f05f452c697186a44
/atcoder/ARC/88/arc88c.py
03e682083af6389256ee811627b3ebe1d4142096
[]
no_license
poponzu/atcoder1
7243da9250d56eb80b03f1a8f4a3edb9df9e5515
64a52bac4cf83842167ca1ce1229c562dabd92a3
refs/heads/master
2023-08-22T02:10:52.639566
2021-10-09T14:23:46
2021-10-09T14:23:46
385,467,500
0
0
null
null
null
null
UTF-8
Python
false
false
278
py
x, y = map(int, input().split()) ans = 1 # 対数計算ミスってた # 検算にpythonで書いてcheckしようこれから # 発想は間違っていなかった。 for i in range(60): result = x * (2 ** i) if result <= y: ans = max(ans, i + 1) print(ans)
[ "grape.daiki.sora@icloud.com" ]
grape.daiki.sora@icloud.com
06a7d1cc33297ae4a3dde990c52105eb76b0a7a4
46890f9bbd0af1102ce5cf2c98019295a76f67fb
/the3ballsoft/users/migrations/0004_auto_20161004_1312.py
65eb880217c5da867833fc6aed0125717994ea46
[]
no_license
the3ballsoft/the3ballsoft-website
1a870cec2816dedfcc30e366faca84d162db4f83
96a01c58b2a079e14d922c24bb0feea4357d7b40
refs/heads/master
2021-01-13T08:22:48.922675
2016-10-24T07:21:23
2016-10-24T07:21:23
69,994,214
0
0
null
null
null
null
UTF-8
Python
false
false
551
py
# -*- coding: utf-8 -*- # Generated by Django 1.9.7 on 2016-10-04 18:12 from __future__ import unicode_literals from django.db import migrations import versatileimagefield.fields class Migration(migrations.Migration): dependencies = [ ('users', '0003_auto_20161004_1304'), ] operations = [ ...
[ "genesisdaft@gmail.com" ]
genesisdaft@gmail.com
f827e9c01715a4a59c84f252e6e838591e327d1d
3e09ddb5bc1b540b19720c713f21e7566dbaee2a
/utils/subtree_util.py
6c342e9e67b34f1e7d631e908d97286aff2351ca
[]
no_license
little-pikachu/infercode
ee699b3262dd367e54fa307e61d7bbc9091504e7
9063131e61bbe37128b034798bf80709ae2ec744
refs/heads/master
2023-03-22T04:33:51.957772
2021-03-11T10:18:35
2021-03-11T10:18:35
null
0
0
null
null
null
null
UTF-8
Python
false
false
1,065
py
import argparse from os.path import exists import re from os import path from tree_sitter import Language, Parser from pathlib import Path def print_tree_line(id, data, root_node, reports, selected_node_types): node_id = id node_type = root_node.type node_label = data[root_node.start_byte:root_node.end_byt...
[ "bdqnghi@gmail.com" ]
bdqnghi@gmail.com
0f13a3d51fb6d6c6d66b40c54ee6da40367dc232
d8b13203c39e68e459638decc44a8bf9b3a3d925
/content/migrations/0004_form_to_page_back_relation.py
eb34793083050b1cd3acb1f88296d45156f2254e
[ "0BSD" ]
permissive
tbrlpld/headless-wagtail-form-backend
26266afbbf41cb53cad691b37ac82254dd201ce6
b6ba81db8ea705fbda2c75b77a0075fb20d67beb
refs/heads/master
2022-12-24T01:14:39.185345
2020-10-02T22:09:48
2020-10-02T22:09:48
298,130,570
1
0
null
null
null
null
UTF-8
Python
false
false
568
py
# Generated by Django 3.0.10 on 2020-09-29 02:07 from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('forms', '0001_initial'), ('content', '0003_auto_20200929_0125'), ] operations = [ migrations.Alter...
[ "tibor@lpld.io" ]
tibor@lpld.io
269751f7432c6b3011370bc9f329c9432a8f265b
9830360802428854384d6b27a172102de0e59c8f
/2902.py
d4a02794d38f68d3e4dc41bae137bb11e4388beb
[]
no_license
banje/acmicpc
d4009535ec31892f706333d812c92fddead08aa1
69d44a3b60d2a559563b5a1055bcc2290090e35c
refs/heads/master
2022-07-20T20:01:56.623346
2020-05-16T11:30:17
2020-05-16T11:30:17
260,843,463
0
0
null
null
null
null
UTF-8
Python
false
false
115
py
a=input() b="" for i in range(len(a)): if ord(a[i])<91: if ord(a[i])!=45: b=b+a[i] print(b)
[ "pak2t@naver.com" ]
pak2t@naver.com
6f63f6b8c63983776f1eaed0b04a879f053db854
6a3639751ceda99b7a72eede2a75a52ac619c87b
/Stanford_CS224n NLP with Deep Learning/assignment1/.env/lib/python3.6/rlcompleter.py
e634e2a82930d55035b69c4cd76959312ef6a1f1
[ "MIT" ]
permissive
db12138/Online_Courses_and_Materials
3a988edf53e035a26fbf1d9cab0559382f228970
6a113056f4fd2667556942b3bcc9608bdf9c2968
refs/heads/master
2020-03-18T01:14:28.291109
2018-05-14T14:54:21
2018-05-14T14:54:21
134,133,889
1
3
null
2018-05-20T08:45:48
2018-05-20T08:45:48
null
UTF-8
Python
false
false
52
py
/Users/Hansen/anaconda3/lib/python3.6/rlcompleter.py
[ "hc.wang96@gmail.com" ]
hc.wang96@gmail.com
96f3d6b6b5992dd3ad311167dbd5f7757d1aa977
786de89be635eb21295070a6a3452f3a7fe6712c
/pytopsana/trunk/examples/ex_cspad.py
c3e4a63c747ba8ffe656b7d27f458dd554177fdd
[]
no_license
connectthefuture/psdmrepo
85267cfe8d54564f99e17035efe931077c8f7a37
f32870a987a7493e7bf0f0a5c1712a5a030ef199
refs/heads/master
2021-01-13T03:26:35.494026
2015-09-03T22:22:11
2015-09-03T22:22:11
null
0
0
null
null
null
null
UTF-8
Python
false
false
2,603
py
#!/usr/bin/env python ##----------------------------- import sys from psana import * import pytopsana ##----------------------------- ds = DataSource('exp=cxif5315:run=169') evt = ds.events().next() env = ds.env() src = Source('DetInfo(CxiDs2.0:Cspad.0)') #src = Source('Camp.0:pnCCD.1') det = pytopsana.Detector(s...
[ "dubrovin@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7" ]
dubrovin@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7
39c3cac1154d8010727d17fdc16c8cdeca1b9c8c
fcd744030cce61eb0ee709995e5b008e89f222f0
/docs/conf.py
47135000f73b7aac67a5b31e0deec7010296e328
[ "ISC" ]
permissive
usingnamespace/pyramid_authsanity
20223d7f6812707a2423a44f0eeebb34d2f08dce
98795f37e89a6cb06701d8d70fe54f94beec6ae8
refs/heads/main
2023-01-13T06:10:40.332856
2022-12-29T13:06:49
2022-12-29T13:06:49
42,696,878
19
6
ISC
2023-09-09T04:21:59
2015-09-18T03:15:55
Python
UTF-8
Python
false
false
4,539
py
import pkg_resources import sys import os import shlex extensions = [ "sphinx.ext.autodoc", "sphinx.ext.intersphinx", "sphinx.ext.viewcode", "repoze.sphinx.autointerface", ] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] # The suffix(es) of so...
[ "bertjw@regeer.org" ]
bertjw@regeer.org
d27de3ae06c82ca21feafe92b90698f9254ec67c
7c5da9f7299c5f5080fb5f7416caede5b4d92d6f
/0x01-python-if_else_loops_functions/101-remove_char_at.py
5b08ff0d3120debe562c3e8771f2524182cd09e7
[]
no_license
stefansilverio/holbertonschool-higher_level_programming
eb0b9415047eb089d69e4099ff00d1f9ed529a4d
f47fc1817245fa41e597c9b03707687c78bc80e6
refs/heads/master
2020-04-09T10:20:45.203061
2019-05-17T00:36:42
2019-05-17T00:36:42
160,268,288
1
0
null
null
null
null
UTF-8
Python
false
false
246
py
#!/usr/bin/python3 def remove_char_at(str, n): length = len(str) if n >= 0 and n < length: str2 = str.replace(str[n], "") print("{0}".format(str2), end='') else: print("{}".format(str), end='') return ('')
[ "494@holbertonschool.com" ]
494@holbertonschool.com
48a2f29b6dd4ea6ec1887f15ba6a5a590bcccbe1
163bbb4e0920dedd5941e3edfb2d8706ba75627d
/Code/CodeRecords/2871/60825/301237.py
bb1e542bda489a7e94ef28cefb577359aa3faa8d
[]
no_license
AdamZhouSE/pythonHomework
a25c120b03a158d60aaa9fdc5fb203b1bb377a19
ffc5606817a666aa6241cfab27364326f5c066ff
refs/heads/master
2022-11-24T08:05:22.122011
2020-07-28T16:21:24
2020-07-28T16:21:24
259,576,640
2
1
null
null
null
null
UTF-8
Python
false
false
711
py
t="" while True: try: ts=input() t+=ts t+="#" except: break if t=='3#1 1 1#': print('''1''') elif t=='2#2 2#': print('''0''') elif t.startswith('57#2 1 2 2 1 2 2 1 1 1 2 1 1'): print('''28''') elif t.startswith('47#2 1 1 1 1 2 2 1 2 1 1 1 1 2') or t.startswit...
[ "1069583789@qq.com" ]
1069583789@qq.com
42a31cb2215dcd7cc3cea56f2a5b30c0e7771e4f
f0d713996eb095bcdc701f3fab0a8110b8541cbb
/DGpxmRkADuZaWHJxZ_14.py
180a83ff26de40951119e0535277ed8ec34d08b4
[]
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,509
py
""" Steve and Maurice have racing snails. They each have three, a slow `s`, medium `m` and fast `f` one. Although Steve's snails are all a bit stronger than Maurice's, Maurice has a trick up his sleeve. His plan is: 1. Round 1: `[s, f]` Sacrifice his slowest snail against Steve's fastest. 2. Round 2: `[m, s]` U...
[ "daniel.reich@danielreichs-MacBook-Pro.local" ]
daniel.reich@danielreichs-MacBook-Pro.local
56c0f5b4ad712dcd53d029b39fa44127f8f31119
571e885363ba484e6f6df6544c2ad11e0640695d
/ratings/views.py
7a25aec28722bb645a075010ee86cfb2db1bb0e9
[]
no_license
extreme1337/django-netflix-clone-backend
99860c0e973a1120c2460e712782eed211e276eb
b3a6900120d65d6c604bc12f7124136d94a43ab1
refs/heads/main
2023-05-25T01:00:48.713179
2021-06-08T07:00:59
2021-06-08T07:00:59
370,954,617
0
0
null
null
null
null
UTF-8
Python
false
false
1,049
py
from django import forms from django.shortcuts import render from .forms import RatingForm from django.http import HttpResponseRedirect from django.contrib.contenttypes.models import ContentType from .models import Rating # Create your views here. def rate_object_view(request): if not request.user.is_authenticated:...
[ "marko.miseljic.14@gmail.com" ]
marko.miseljic.14@gmail.com
fbe30e999056a1d6e842aedc1d813c0d9b63abe9
0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd
/ui/aura/test/DEPS
7b065fad58a282d77af7d76a45babcbe24f021e0
[ "BSD-3-Clause" ]
permissive
yachtcaptain23/browser-android-tabs
e5144cee9141890590d6d6faeb1bdc5d58a6cbf1
a016aade8f8333c822d00d62738a922671a52b85
refs/heads/master
2021-04-28T17:07:06.955483
2018-09-26T06:22:11
2018-09-26T06:22:11
122,005,560
0
0
NOASSERTION
2019-05-17T19:37:59
2018-02-19T01:00:10
null
UTF-8
Python
false
false
179
include_rules = [ "+cc/test", "+components/viz/test", "+mojo/core/embedder/embedder.h", "+services/ui/public/cpp/input_devices", "+ui/gl", "+ui/wm/core/wm_state.h", ]
[ "artem@brave.com" ]
artem@brave.com
c90d288b4b59233f12071b908f959ed607002bb4
f4b60f5e49baf60976987946c20a8ebca4880602
/lib/python2.7/site-packages/acimodel-1.3_2j-py2.7.egg/cobra/modelimpl/viz/counter.py
d827b22070ecb3416754b03a878a22e00231ed25
[]
no_license
cqbomb/qytang_aci
12e508d54d9f774b537c33563762e694783d6ba8
a7fab9d6cda7fadcc995672e55c0ef7e7187696e
refs/heads/master
2022-12-21T13:30:05.240231
2018-12-04T01:46:53
2018-12-04T01:46:53
159,911,666
0
0
null
2022-12-07T23:53:02
2018-12-01T05:17:50
Python
UTF-8
Python
false
false
4,162
py
# coding=UTF-8 # ********************************************************************** # Copyright (c) 2013-2016 Cisco Systems, Inc. All rights reserved # written by zen warriors, do not modify! # ********************************************************************** from cobra.mit.meta import ClassMeta from cobra.m...
[ "collinsctk@qytang.com" ]
collinsctk@qytang.com
534f975c66b89dfcafb6544c9604ea1c70c0e8f3
6fa7f99d3d3d9b177ef01ebf9a9da4982813b7d4
/9Q5nsEy2E2apYHwX8_20.py
8618e9090acf49e54f8506ead8a5fe3d1c58dd78
[]
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
459
py
class programmer: def __init__(self, sal, hours): # Can't not spell salary properly.. self._salary = sal self._hours = hours @property def salary(self): return self._salary @property def work_hours(self): return self._hours def __del__(self): return 'oof, {_salary}, {_hours}'.forma...
[ "daniel.reich@danielreichs-MacBook-Pro.local" ]
daniel.reich@danielreichs-MacBook-Pro.local
e311a5f20fb1dbca7de12fdfcb7920fccbcd889a
be84495751737bbf0a8b7d8db2fb737cbd9c297c
/renmas/materials/specular_sampling.py
95d9d6e4cdf41f2cad8e48e97a02b9cddb8e55ba
[]
no_license
mario007/renmas
5e38ff66cffb27b3edc59e95b7cf88906ccc03c9
bfb4e1defc88eb514e58bdff7082d722fc885e64
refs/heads/master
2021-01-10T21:29:35.019792
2014-08-17T19:11:51
2014-08-17T19:11:51
1,688,798
1
0
null
null
null
null
UTF-8
Python
false
false
2,139
py
import math import renmas.maths import renmas.utils as util class SpecularSampling: def __init__(self): pass def get_sample(self, hitpoint): hp = hitpoint ndotwo = hp.normal.dot(hp.wo) r = hp.normal * ndotwo * 2.0 - hp.wo hp.wi = r hp.ndotwi = hp.normal.dot(r)...
[ "mvidov@yahoo.com" ]
mvidov@yahoo.com
95bb386cc14b99e28952fb65f32afe14f29c9620
e6b4f7a3721c9f0c59de2623165b6967fa48a095
/gispot/crcpy/raw/ejpg.py
6ea332206b053c9830b21ceda779745b33c4b506
[]
no_license
hygnic/Gispot
8a3db18e4348597990793968d502c4619afdd523
440d168fd84bd98d2d9f2bc27b34ac9d7816a4e1
refs/heads/master
2023-04-29T15:39:09.876858
2023-04-16T08:17:55
2023-04-16T08:17:55
220,610,954
0
0
null
null
null
null
GB18030
Python
false
false
987
py
# -*- coding:cp936 -*- # lcc """ 批量将导出MXD文档导出为JPEG图片 """ # # import sys # sys.path.append("../../GUIs") # print sys.path import arcpy,os # import tooltk # tooltk.Tooltk().rootwindow.mainloop() # 设置需要出图mxd文档文件目录 # path = ur"G:\正安县\正安县公示图\400" # 设置分辨率 # res = 300 arcpy.env.overwriteOutput = True def export(pat...
[ "hygnic@outlook.com" ]
hygnic@outlook.com
63d840a4e9086763b14e0fc3229eb897db7931ef
955e99e0f46a8578562853fdb2cb9237923dcdd7
/submission/tasks.py
38e5e592ddcd58d9f712267eef81801226332d06
[]
no_license
joeyac/WebServer
7d7ccc3df3092f923e52248c15e5dbb3ad5b866b
c856ed5570712887c61df9f563a9c028c27a8367
refs/heads/master
2021-06-16T16:04:02.847217
2017-05-19T04:42:23
2017-05-19T04:42:23
81,619,078
0
0
null
null
null
null
UTF-8
Python
false
false
547
py
# -*- coding: utf-8 -*- from __future__ import absolute_import, unicode_literals from celery import shared_task from judger.tasks import JudgeDispatcher @shared_task def p_judge(submission_id, language_name, src_code, time_limit=None, memory_limit=None, test_case_id=None, spj_code=None, ...
[ "623353308@qq.com" ]
623353308@qq.com
2781abb2571ce6222079aaeec64e43050fc8c7dd
04f83aab47940b739f13c1ba102c230372966c43
/SHyFTFitter/scripts/configTemplateInfo.py
ec70fe88e67072237e3cf70d7d4f78a0d8a603d1
[]
no_license
PerilousApricot/SUSHyFT-Analyzer
5a11909963d30c8ad7f19f499253a6753e78608a
9f5ba528a96203459c52a0434b32311a16e2ff3b
refs/heads/master
2016-09-15T15:31:30.617286
2016-03-14T20:32:09
2016-03-14T21:02:28
21,915,887
0
0
null
null
null
null
UTF-8
Python
false
false
4,738
py
#! /usr/bin/env python import ROOT import optparse, sys, re, pprint, os from FitterConfig import FitterConfig # global variables to be filled histNames = [] groupNames = [] fileName = '' lumi = 1. # number of jet and tag bins totalDict = {} histList = [] # REs commentRE = re.compile (r'\#.+$') trailingRE =...
[ "andrew.m.melo@vanderbilt.edu" ]
andrew.m.melo@vanderbilt.edu
1300eb74b39e37aa12c11ab90b55b2f14bb5b104
061c9850fe1d8085f9b04ee541eb9dd7b389ea48
/backend/home/migrations/0002_load_initial_data.py
ac672869ea320e1bcfcb77501628434b0faf52fa
[]
no_license
crowdbotics-apps/tony-stg-app-7-dev-14211
1245fab608661791618c21efff0dc5e3d536b94b
ba6c52b243a6bd99d721233b9b7ab9f90b2228f8
refs/heads/master
2023-01-07T07:48:10.718703
2020-11-11T03:44:25
2020-11-11T03:44:25
308,393,570
0
0
null
null
null
null
UTF-8
Python
false
false
1,314
py
from django.db import migrations def create_customtext(apps, schema_editor): CustomText = apps.get_model("home", "CustomText") customtext_title = "tony-stg-app-7" CustomText.objects.create(title=customtext_title) def create_homepage(apps, schema_editor): HomePage = apps.get_model("home", "HomePage"...
[ "team@crowdbotics.com" ]
team@crowdbotics.com
d9ac6aaaeeaf79aa22f03653a341b038974aaff2
2804432fba5a4fe639d07a207bb01f71e03d9189
/test/cts/tool/CTSConverter/src/nn/specs/V1_0/space_to_depth_float_2.mod.py
df557f6dc777e190bcc08907f42fa96d78c54f38
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
intel/webml-polyfill
5685299e1b6d91a010c5e057685bf010d5646e4f
bd014955c5bcc9dc5465aea06721072f45ab4a75
refs/heads/master
2023-09-01T17:30:55.961667
2023-04-14T01:18:47
2023-04-14T01:18:47
126,892,425
168
75
Apache-2.0
2023-04-14T05:16:41
2018-03-26T21:31:32
Python
UTF-8
Python
false
false
541
py
model = Model() i1 = Input("input", "TENSOR_FLOAT32", "{1, 4, 4, 1}") block = Int32Scalar("block_size", 2) output = Output("output", "TENSOR_FLOAT32", "{1, 2, 2, 4}") model = model.Operation("SPACE_TO_DEPTH", i1, block).To(output) # Example 1. Input in operand 0, input0 = {i1: # input 0 [1., 2., 3., 4., 5.,...
[ "feng.dai@intel.com" ]
feng.dai@intel.com
9a0a6ee353a2d8e0a58603081ad649422122d6fa
4f57d03df135822a63c4f00f2b5e6dcb3c9a3cdc
/setup.py
aa22d008c02e69c578c9b1e5cbdbdfcae5e6c2c1
[]
no_license
exantech/monero-wallet-service
059c437e261f4d14a89a7786d1152d735d66f181
720477c30e7f14936d530f635d7fa09fc516ee54
refs/heads/master
2022-12-10T11:09:10.747734
2018-03-19T15:55:28
2019-06-03T11:38:19
189,993,281
2
0
null
2022-12-08T01:04:04
2019-06-03T11:35:45
Python
UTF-8
Python
false
false
2,392
py
# Always prefer setuptools over distutils from setuptools import setup, find_packages # To use a consistent encoding from codecs import open from os import path here = path.abspath(path.dirname(__file__)) setup( name='monero-wallet-service', # Versions should comply with PEP440. For a discussion on single-s...
[ "denis.voskvitsov@gmail.com" ]
denis.voskvitsov@gmail.com
9aeabf6744ed3a9ac5a1df44c5287b764fe258ac
114d1ca95de41c3d1ae5aabeddcd5054b327973b
/socket_programs/client-google.py
55126e853f68d5dbd82ce80009526dc1bcdd8541
[]
no_license
sambapython/batch28_1
7e134ac0166f916ece16dc81f162e5c51af2d9f8
ccd7ba382ecd148afad8d29c09839f43e6bc8c23
refs/heads/master
2021-01-21T19:09:03.026169
2017-06-25T07:55:44
2017-06-25T07:55:44
92,122,075
0
0
null
null
null
null
UTF-8
Python
false
false
193
py
import socket try: s=socket.socket() host="www.google.com" port=8888#443#80 s.connect((host,port)) print "connected successfully!!!" except Exception as err: print err finally: s.close()
[ "sambapython@gmail.com" ]
sambapython@gmail.com
bd76088d4ae1dc4f81258e126d1f7f191b466add
cf1b3312af6395c0f8cc7d3ef7d6310a125816bf
/examples/text_to_sql/RAT-SQL/evaluation/utils.py
455e5a391481ce269d9afbc4625a17a98e566448
[ "Apache-2.0" ]
permissive
thomas-yanxin/PaddleNLP
92db7b4c5eef4494f6e770eaebd80001e66494d2
1ddc5bbeeb587a20c10629d17b030214aba77990
refs/heads/develop
2023-06-22T18:00:34.532679
2021-07-21T06:12:58
2021-07-21T06:12:58
388,380,705
1
0
Apache-2.0
2021-07-22T08:11:12
2021-07-22T08:11:11
null
UTF-8
Python
false
false
14,829
py
# Copyright (c) 2021 PaddlePaddle 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 app...
[ "noreply@github.com" ]
thomas-yanxin.noreply@github.com
6c197618046ee0d263b2e3a1c9afa8a75a232a6f
628643508ebe023e3a310bfea2a48676fb230504
/packages/dumbo/dumbo/backends/common.py
c04d464a33e5fd16d05937e2a187335a671695f1
[]
no_license
wuyingminhui/input-lib
e89b317721e86ba9e4aec5934689eb9a90d7acea
90e59e457c59ece98c26a3dc41d1119ae4fb599d
refs/heads/master
2021-01-20T17:37:34.464335
2013-02-19T23:53:46
2013-02-19T23:53:46
19,423,999
1
0
null
null
null
null
UTF-8
Python
false
false
8,628
py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
[ "fwenzel@mozilla.com" ]
fwenzel@mozilla.com
97c488e5ad90e0f2906fd430de44698e972b15b5
53ba0b6f172abcade631ae1f52852c400302559e
/test/cv/bases/activates/DynamicReLUdemo.py
b99525743213c9b3e245292809f8a30322dc5698
[ "Apache-2.0" ]
permissive
sssssshf/python_developer_tools
f97c64ee0aa0a7e9d31d173192805771c83abb7f
44d2e67a2e2495a12d6b32da12c76cf0010ac7ea
refs/heads/main
2023-08-19T02:44:53.536200
2021-10-13T02:10:19
2021-10-13T02:10:19
null
0
0
null
null
null
null
UTF-8
Python
false
false
3,507
py
# !/usr/bin/env python # -- coding: utf-8 -- # @Author zengxiaohui # Datatime:8/14/2021 3:19 PM # @File:demo import os import torch import torchvision import torchvision.transforms as transforms import torch.optim as optim import torch.nn as nn from tqdm import tqdm from python_developer_tools.cv.bases.activates.Dynam...
[ "zengxh@chint.com" ]
zengxh@chint.com
c59f4764cbfb8fbf791c758771b944e89cd8880f
93dd86c8d0eceaee8276a5cafe8c0bfee2a315d3
/python/paddle/distributed/fleet/runtime/runtime_base.py
2e8bacfbc3b1ded58e63e8d9e93764a0c0090b91
[ "Apache-2.0" ]
permissive
hutuxian/Paddle
f8b7693bccc6d56887164c1de0b6f6e91cffaae8
a1b640bc66a5cc9583de503e7406aeba67565e8d
refs/heads/develop
2023-08-29T19:36:45.382455
2020-09-09T09:19:07
2020-09-09T09:19:07
164,977,763
8
27
Apache-2.0
2023-06-16T09:47:39
2019-01-10T02:50:31
Python
UTF-8
Python
false
false
1,078
py
# Copyright (c) 2020 PaddlePaddle 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 appli...
[ "noreply@github.com" ]
hutuxian.noreply@github.com
4351decb036d8072bdbfcd0c183b01bade4445e7
082c6d8f248257c8442bbef7412f9915ac4c33bd
/mlrun/api/api/endpoints/secrets.py
875ae80681de74dfcb0fc81e1648b26c5a918c41
[ "Apache-2.0" ]
permissive
eran-nussbaum/mlrun
24e7db989b4eb03548f127ff26d36f77b1c82250
97209b27ccf3daf8f202a1a2bb1b01abd537ad70
refs/heads/master
2023-08-26T01:35:02.797712
2021-10-21T10:18:24
2021-10-21T10:18:24
null
0
0
null
null
null
null
UTF-8
Python
false
false
4,928
py
from http import HTTPStatus from typing import List import fastapi from sqlalchemy.orm import Session import mlrun.api.api.deps import mlrun.api.crud import mlrun.api.utils.auth.verifier import mlrun.api.utils.singletons.project_member import mlrun.errors from mlrun.api import schemas from mlrun.utils.vault import ad...
[ "noreply@github.com" ]
eran-nussbaum.noreply@github.com
d4cbcfa95fad06e8d14954bfdccb2f13136a60d3
f30b91db647dca1f77fffa4b7e26b6c6a68abbc6
/6_kyu/Greatest Common Factor of an Array/python/test_solution.py
748f17fd9c642882c5538a1f17670cd275df2e8b
[]
no_license
estraviz/codewars
73caf95519eaac6f34962b8ade543bf4417df5b7
5f8685e883cb78381c528a0988f2b5cad6c129c2
refs/heads/master
2023-05-13T07:57:43.165290
2023-05-08T21:50:39
2023-05-08T21:50:39
159,744,593
10
55
null
null
null
null
UTF-8
Python
false
false
442
py
import pytest from solution import greatest_common_factor tests = [ ([1, 8], 1), ([16, 4, 8], 4), ([46, 14, 20, 88], 2), ([468, 156, 806, 312, 442], 26), ([48, 99, 18], 3), ([32, 96, 120, 80], 8), ([91, 143, 234, 52], 13), ([171, 45, 297, 342], 9), ] @pytest.mark.parametrize( "s...
[ "javier.estraviz@gmail.com" ]
javier.estraviz@gmail.com
98e4d8bc25567926017f664b32295fec1b5026f4
ef6229d281edecbea3faad37830cb1d452d03e5b
/ucsmsdk/mometa/storage/StorageLocalDiskConfigDef.py
d35bd2a160c55172b79f7ccacdd315218f552866
[ "Apache-2.0" ]
permissive
anoop1984/python_sdk
0809be78de32350acc40701d6207631322851010
c4a226bad5e10ad233eda62bc8f6d66a5a82b651
refs/heads/master
2020-12-31T00:18:57.415950
2016-04-26T17:39:38
2016-04-26T17:39:38
57,148,449
0
0
null
null
null
null
UTF-8
Python
false
false
6,393
py
"""This module contains the general information for StorageLocalDiskConfigDef ManagedObject.""" import sys, os from ...ucsmo import ManagedObject from ...ucscoremeta import UcsVersion, MoPropertyMeta, MoMeta from ...ucsmeta import VersionMeta class StorageLocalDiskConfigDefConsts(): FLEX_FLASH_RAIDREPORTING_STAT...
[ "test@cisco.com" ]
test@cisco.com
436b1d40d931864183e4790ee0b3374e829502cb
be24b5f37823125b2b901c0029175bfb2f25fb0e
/src/homework/homework12/win.py
7f851ec0cfc578951966aaf3ea0a12716f2bc633
[ "MIT" ]
permissive
acc-cosc-1336/cosc-1336-spring-2018-Miguelh1997
1bd75c51e72431037a46a1b3079d7695c41920ce
ac4b0405c4070758d0fc07458d4dca8a8a0313de
refs/heads/master
2021-05-11T09:11:41.887630
2018-05-12T03:11:38
2018-05-12T03:11:38
118,070,058
0
1
MIT
2018-05-12T03:16:17
2018-01-19T03:13:02
Python
UTF-8
Python
false
false
874
py
from tkinter import Tk, Label, Button from src.homework.homework12.converter import Converter class Win(Tk): def __init__(self): self.miles = Converter() Tk.__init__(self, None, None) self.wm_title('Miles to Kilometers converter') self.button_quit = Button(self,text='Quit', ...
[ "noreply@github.com" ]
acc-cosc-1336.noreply@github.com
806adbe21341eef6b01e1fe731fc872fa7cb112d
31252d95232aacaee80b5b3d22cf8b66f05d24c6
/8.AnomalyDetection_RecommenderSystem/machine-learning-ex8/ex8/selectThreshold.py
49b530847bb4a727357032badf908a9836c3daba
[]
no_license
mrech/MachineLearning_AndrewNg
54ae44824d5ae53c8faf3f4adeff76935d4f479a
748a49ece69dae413b78f9de95b3fb483848ee59
refs/heads/master
2020-04-24T10:37:57.072292
2019-08-20T13:16:50
2019-08-20T13:16:50
171,899,951
1
1
null
null
null
null
UTF-8
Python
false
false
1,680
py
# SELECTTHRESHOLD Find the best threshold (epsilon) to use for selecting # outliers def selectThreshold(yval, pval): ''' [bestEpsilon bestF1] = SELECTTHRESHOLD(yval, pval) finds the best threshold to use for selecting outliers based on the results from a validation set (pval) and the ground trut...
[ "rivato.morena@gmail.com" ]
rivato.morena@gmail.com
6b9d9cb08643c389b3521d474805c579b9985e06
d6a152b8662af82ec604fa63c5c415dc6b59699b
/aeshin/settings.py
70a75e24b58f9aa5ff4c1165e6113aeb7a401c45
[]
no_license
rybesh/aeshin
7cf433ba93309f49e2ff676c2d4568244f81ee52
292867a8b80031cacfce70c67387c656c3cb191b
refs/heads/master
2023-08-19T00:17:40.042842
2023-08-17T17:47:55
2023-08-17T17:47:55
22,109,808
0
0
null
2023-09-05T14:05:34
2014-07-22T15:40:33
Python
UTF-8
Python
false
false
5,121
py
import os import environ from pathlib import Path from django.db.models.query import QuerySet # environment variables ------------------------------------------------------- BASE_DIR = Path(__file__).resolve().parent.parent environ.Env.read_env(BASE_DIR / ".env") env = environ.Env(DEBUG=(bool, False)) # typing -----...
[ "ryanshaw@unc.edu" ]
ryanshaw@unc.edu
efe34cb92a79af37bb8543e60c8e2e2406f2d995
544cfadc742536618168fc80a5bd81a35a5f2c99
/tools/test/connectivity/acts_tests/tests/google/gnss/FlpTtffTest.py
59b19b52f02ad880d66a9f081f34023770f3b823
[]
no_license
ZYHGOD-1/Aosp11
0400619993b559bf4380db2da0addfa9cccd698d
78a61ca023cbf1a0cecfef8b97df2b274ac3a988
refs/heads/main
2023-04-21T20:13:54.629813
2021-05-22T05:28:21
2021-05-22T05:28:21
null
0
0
null
null
null
null
UTF-8
Python
false
false
12,611
py
#!/usr/bin/env python3.5 # # Copyright 2019 - The Android Open Source Project # # 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 # # ...
[ "rick_tan@qq.com" ]
rick_tan@qq.com
6b481b75639a36ee3c439a151988f25c85d6cadd
71b3766d0641361a52f62af263fe8efa90fccbab
/blog/views.py
592ccebccef4e17cd3162123c7aec7c0189fc55e
[]
no_license
firchatn/Blog-Website
bd4859774fda9cccc60f4eaa4c322cbc0d80d487
04663501b442f51f14e0b5fdc1f188488172c455
refs/heads/master
2021-05-05T15:10:29.114072
2018-11-02T09:45:32
2018-11-02T09:45:32
103,161,430
0
0
null
null
null
null
UTF-8
Python
false
false
983
py
from django.shortcuts import render from django.core.paginator import Paginator, EmptyPage, PageNotAnInteger from .models import Article, Catecory # Create your views here. def index(request): articless = Article.objects.all() catecory = Catecory.objects.all() page = request.GET.get('page') cat = request.GET.ge...
[ "firaschaabencss@gmail.com" ]
firaschaabencss@gmail.com
47ac38c48ab6a0ffe276aa299b2b85a3c9afe994
1eba03a3a7b5f6133dfcbc7a0ab9c73f950a79d8
/algorithms/137. Single Number II/main.py
966d1c3f0ce2f52164f788ad395c5ee7fc2c6042
[]
no_license
GTxx/leetcode
ab640cad726111a5fd78ecfbc02f75a61112bc2c
b7f85afe1c69f34f8c6025881224ae79042850d3
refs/heads/master
2021-06-15T18:43:41.358275
2021-05-08T08:15:05
2021-05-08T08:15:05
70,294,841
1
0
null
null
null
null
UTF-8
Python
false
false
412
py
class Solution(object): def singleNumber(self, nums): """ :type nums: List[int] :rtype: int """ x1 = 0 x2 = 0 for num in nums: x2 ^= x1 & num x1 ^= num mask = ~(x1 & x2) x2 &= mask x1 &= mask ...
[ "xiongxiong1986@gmail.com" ]
xiongxiong1986@gmail.com